song in
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 446
qSong 0.9.2
qSong project is a song database program with multimedia features. more>>
qSong project is a song database and a lyrics manager program with multimedia features.
Main features:
- Store and manage song lyrics
- One ssong can have multiple versions
- Song can have related songs
- Copyright information - authors and ccli
- Comprehensive authors database
- Attachment of multimedia files (sound files, picures, tabs...)
- Searching and sorting songs in many cathegories using tree view of the database
- Grouping songs in songbooks
- Every item in database can have comments
qSong is written in C++ with Qt4 library. It uses SQlite3 as a database backend so it is easy to acces the song database in standard way by 3rd party SQL tools through database intercaces as ODCB or JDBC.
I have chosen this platform because is very portable, relatively fast and easy to extendable with plugins.
<<lessMain features:
- Store and manage song lyrics
- One ssong can have multiple versions
- Song can have related songs
- Copyright information - authors and ccli
- Comprehensive authors database
- Attachment of multimedia files (sound files, picures, tabs...)
- Searching and sorting songs in many cathegories using tree view of the database
- Grouping songs in songbooks
- Every item in database can have comments
qSong is written in C++ with Qt4 library. It uses SQlite3 as a database backend so it is easy to acces the song database in standard way by 3rd party SQL tools through database intercaces as ODCB or JDBC.
I have chosen this platform because is very portable, relatively fast and easy to extendable with plugins.
Download (0.36MB)
Added: 2006-12-24 License: GPL (GNU General Public License) Price:
1034 downloads
songanalysis 0.4.0
songanalysis software analyzes a song in WAV, Ogg Vorbis, or MP3 format. more>>
songanalysis software analyzes a song in WAV, Ogg Vorbis, or MP3 format and produces an output consisting of the volume differential, the relative strength in each frequency band, and the tempo.
This is useful if you want to build something that lets you find out whether you have duplicate files, if you need to find out the tempo of your songs, or if you need to find similar songs according to how they sound.
<<lessThis is useful if you want to build something that lets you find out whether you have duplicate files, if you need to find out the tempo of your songs, or if you need to find similar songs according to how they sound.
Download (0.027MB)
Added: 2006-01-15 License: GPL (GNU General Public License) Price:
1379 downloads
synctags 0.9.9
synctags is a command-line-program that fetches tags from last.fm. more>>
synctags is a command-line-program that fetches tags from last.fm for the currently playing song in amarok and adds them as labels to the amarok-database.
I will add a context-menu for amarok later
Change tagcount in the script to fit your needs.
<<lessI will add a context-menu for amarok later
Change tagcount in the script to fit your needs.
Download (0.010MB)
Added: 2007-02-22 License: GPL (GNU General Public License) Price:
974 downloads
XMMS Now Playing plugin 0.1.4
XMMS Now Playing plugin outputs information of the song currently being played in XMMS to specified text files. more>>
XMMS Now Playing plugin outputs information of the song currently being played in XMMS to specified text files. It supports ID3 tags (using libid3tag from MAD project) and has some other bells and whistles.
This is a now playing plugin for XMMS, replacement for song_change.so
This is a really quick hack, but it works for me.
song_change.so (song change plugin) is included in XMMS package and provides
somewhat relative functionality, but with some limitations.
Improvements:
1. support for id3/id3v2 tags via libid3tag from MAD
2. support for additional conditions (if paused, if playing, etc..) not just playing/end of playlist reached.
<<lessThis is a now playing plugin for XMMS, replacement for song_change.so
This is a really quick hack, but it works for me.
song_change.so (song change plugin) is included in XMMS package and provides
somewhat relative functionality, but with some limitations.
Improvements:
1. support for id3/id3v2 tags via libid3tag from MAD
2. support for additional conditions (if paused, if playing, etc..) not just playing/end of playlist reached.
Download (0.16MB)
Added: 2006-04-12 License: GPL (GNU General Public License) Price:
1294 downloads
Per-Song Volume 0.2.0
Per-Song Volume is a Perl script maintains a per-song volume information. more>>
Per-Song Volume is a Perl script maintains a per-song volume information.
What it means is that a volume is associated with each song, which is recorded whenever the volume changes, and is restored to its last value when the song is played again.
This is useful if you have several songs which sound louder or softer than the rest.
To run this script you need perl 5 and DBD::SQLite (http://search.cpan.org/dist/DBD-SQLite/).
The file "$HOME/.kde/share/apps/amarok/scripts-data/per-song-volume.default-volume.txt" can optionally hold the default volume for playing the files (an integer from 0 to 100). The default setting for it is 40.
I hope you find this script useful!
<<lessWhat it means is that a volume is associated with each song, which is recorded whenever the volume changes, and is restored to its last value when the song is played again.
This is useful if you have several songs which sound louder or softer than the rest.
To run this script you need perl 5 and DBD::SQLite (http://search.cpan.org/dist/DBD-SQLite/).
The file "$HOME/.kde/share/apps/amarok/scripts-data/per-song-volume.default-volume.txt" can optionally hold the default volume for playing the files (an integer from 0 to 100). The default setting for it is 40.
I hope you find this script useful!
Download (0.003MB)
Added: 2006-11-27 License: GPL (GNU General Public License) Price:
1071 downloads
LongPlayer 1.01
LongPlayer extends the functionality of a traditional MP3 player. more>>
LongPlayer extends the functionality of a traditional MP3 player and is meant for people with a large MP3 or Ogg Vorbis collection who want to listen to it all day. LongPlayer chooses from dynamically generated collections of music to fill the MP3 players playlist.
It does this in a more advanced way than a traditional player, taking into account the rating of the song and the time that has passed since the song was last listened to. The GUI allows you to view, rate, replay, and delete songs previously listened to. It works with XMMS, WinAmp, and iTunes.
Enhancements:
- fixed crashes when there are no playlists
<<lessIt does this in a more advanced way than a traditional player, taking into account the rating of the song and the time that has passed since the song was last listened to. The GUI allows you to view, rate, replay, and delete songs previously listened to. It works with XMMS, WinAmp, and iTunes.
Enhancements:
- fixed crashes when there are no playlists
Download (0.44MB)
Added: 2006-05-12 License: GPL (GNU General Public License) Price:
1261 downloads
Xmms::SongChange 0.12
Xmms::SongChange is a Perl module to take actions based on song track/time change. more>>
Xmms::SongChange is a Perl module to take actions based on song track/time change.
SYNOPSIS
xmms> change on
This module creates a thread to poll xmms for song track and time changes. The thread is started via the Xmms::shell command change on and stopped via change off.
<<lessSYNOPSIS
xmms> change on
This module creates a thread to poll xmms for song track and time changes. The thread is started via the Xmms::shell command change on and stopped via change off.
Download (0.18MB)
Added: 2006-11-11 License: Perl Artistic License Price:
1077 downloads

Sing and Study 0.0724
useful software which helps you learn a new language by songs. more>>
Sing and Study 0.0724 is a useful software which helps you learn a new language by songs.
Major Features:
- Organize all of them in one convenient place for easier learning
- Find the song's lyrics
- Translate the lyrics
- Show album covers
- Search Youtube videos
- Play a game of guessing words (every time different words)
- Start listening to the music and learning a new language now!
Added: 2009-07-27 License: Freeware Price: FREE
downloads
The Minstrels Song 2.0
The Minstrels Song project is a roguelike game with emphasis on worldbuilding. more>>
The Minstrels Song project is a roguelike game with emphasis on worldbuilding.
The Minstrels Song is a roguelike game which seeks to let the user interact with a rich and extensive world.
Among roguelikes, emphasis is on providing nonlinear play in a detailed environment.
Effort has been made to provide races that have not only stats but cultures.
Top 10 things to do in "The Minstrel s Song":
- Pet a dolphin.
- Pray and worship.
- Ride a dragon.
- Match wits with a clockwork door.
- Climb a tree.
- Answer a riddle.
- Build your own mechanical devices.
- Keep an exotic pet.
- Choose your own quest.
- Explore a world of wonder.
To compile and run this game, go into the directory src, edit the file "tms.h" according to the comments that are contained in, and use make.
More specifically, it needs a certain lib directory, where all of the files in "lib" are stored. /usr/local/lib/tms is reccommended. Once you have created that directory and moved all of the files to it (be sure that book8.txt is writeable by everybody -- it is more or less the high score file), set LIB_DIR in tms.h to that directory, with a trailing slash -- ie. change appropriate line to say.
#define LIB_DIR "/usr/local/lib/tms/"
(or whatever you have put for your lib directory.)
Security note: It is strongly discouraged to install TMS as a SetUID binary; the game is not designed to have special priveleges.
<<lessThe Minstrels Song is a roguelike game which seeks to let the user interact with a rich and extensive world.
Among roguelikes, emphasis is on providing nonlinear play in a detailed environment.
Effort has been made to provide races that have not only stats but cultures.
Top 10 things to do in "The Minstrel s Song":
- Pet a dolphin.
- Pray and worship.
- Ride a dragon.
- Match wits with a clockwork door.
- Climb a tree.
- Answer a riddle.
- Build your own mechanical devices.
- Keep an exotic pet.
- Choose your own quest.
- Explore a world of wonder.
To compile and run this game, go into the directory src, edit the file "tms.h" according to the comments that are contained in, and use make.
More specifically, it needs a certain lib directory, where all of the files in "lib" are stored. /usr/local/lib/tms is reccommended. Once you have created that directory and moved all of the files to it (be sure that book8.txt is writeable by everybody -- it is more or less the high score file), set LIB_DIR in tms.h to that directory, with a trailing slash -- ie. change appropriate line to say.
#define LIB_DIR "/usr/local/lib/tms/"
(or whatever you have put for your lib directory.)
Security note: It is strongly discouraged to install TMS as a SetUID binary; the game is not designed to have special priveleges.
Download (1.1MB)
Added: 2007-01-05 License: Other/Proprietary License with Source Price:
1024 downloads
PyTone 3.0.1
PyTone is a music jukebox written in Python with a curses-based GUI. more>>
PyTone project is a music jukebox written in Python with a curses based GUI. While providing advanced features like crossfading and multiple players, special emphasis is put on ease of use, turning PyTone into an ideal jukebox system for use at parties.
Main features:
concise curses based GUI
simple song selection
- using an arbitrary number of music databases with hierarchical (artist/album/songs, genre/artist/album/songs, decades/artist/albums/songs, or rating/artist/albums/songs) navigation,
- from list of top and last played songs,
- from list of most recently added songs,
- random song list,
- stored playlists, or
- alternatively from file system
editable playlist:
- deletion
- move song up/down
- delete played songs
- shuffle
- repetition
- automatic addition of random songs, when the playlist is empty
- save to and load from .m3u file
pluggable players, currently
- internal mp3/Ogg Vorbis player with crossfading and gap killing and/or
- xmms based external player and/or
- mpg321 or (the non-free) mpg123 based external player
display of information for currently selected song:
- ID3 tag
- length
- times played
- last played
- song rating (1 to 5 stars)
plays currently selected song on second player (if your computer has a second sound card or one card with more than one line out)
search functionality:
- quick search by first letter
- incremental search by regular expression
random song selection taking into account song rating and time at which song was last played
description of important key bindings in status bar and context sensitive help
logging of played songs
execution of arbitrary command when playback of new song starts
basic mixer functionality
customizable key bindings
customizable look
English, French, German, Italian and Polish user interface
external control, e.g. from the shell
plugin system; currently plugins for the AudioScrobbler service and for displaying the title in the terminal window and using xosd are included
<<lessMain features:
concise curses based GUI
simple song selection
- using an arbitrary number of music databases with hierarchical (artist/album/songs, genre/artist/album/songs, decades/artist/albums/songs, or rating/artist/albums/songs) navigation,
- from list of top and last played songs,
- from list of most recently added songs,
- random song list,
- stored playlists, or
- alternatively from file system
editable playlist:
- deletion
- move song up/down
- delete played songs
- shuffle
- repetition
- automatic addition of random songs, when the playlist is empty
- save to and load from .m3u file
pluggable players, currently
- internal mp3/Ogg Vorbis player with crossfading and gap killing and/or
- xmms based external player and/or
- mpg321 or (the non-free) mpg123 based external player
display of information for currently selected song:
- ID3 tag
- length
- times played
- last played
- song rating (1 to 5 stars)
plays currently selected song on second player (if your computer has a second sound card or one card with more than one line out)
search functionality:
- quick search by first letter
- incremental search by regular expression
random song selection taking into account song rating and time at which song was last played
description of important key bindings in status bar and context sensitive help
logging of played songs
execution of arbitrary command when playback of new song starts
basic mixer functionality
customizable key bindings
customizable look
English, French, German, Italian and Polish user interface
external control, e.g. from the shell
plugin system; currently plugins for the AudioScrobbler service and for displaying the title in the terminal window and using xosd are included
Download (0.15MB)
Added: 2007-08-16 License: GPL (GNU General Public License) Price:
805 downloads
Remuco Client 0.5.0
Remuco is a system to remotely control music player software with Bluetooth enabled mobile devices. more>>
Remuco is a system to remotely control music player software with Bluetooth enabled mobile devices. With Remuco you can control your favourite music player (playback, song rating, ...) and read music player state information (playback, playlist, ...) on your mobile device. You can use Remuco simultaneously with two or more mobile devices - thats a nice feature for a party when you want to set up a DJ crew ;).
You can use Remuco with all mobile devices with a Bluetooth adapter and Java Microediton (JavaME) support.
Main features:
Remuco controls your music player. With your mobile device you can:
- Switch to next / previous song in playlist
- Switch to a specific position wihtin the current playlist
- Adjust volume
- Rate currently played song
- Control playing state (play, pause, stop)
Remuco displays music player state information on your mobile device. You can see:
- Meta data of currently played song (artist, title, ...)
- Current playlist
- Meta data of all songs in current playlist
- Current playing state (play, pause, stopped)
Remuco..
- can be used with two or more mobile devices simultanously
- can be used with every Bluetooth capable mobile device supporting J2ME
- (CLDC ? 1.1 and MIDP ? 2.0)
- is extensible to support a wide range of music players
Currently Remuco can be used with the following music players:
XMMS
With all Remuco features except song rating (since XMMS does not include rating).
XMMS2
With all Remuco features.
Rhythmbox (>= 0.9.6)
With all Remuco features except playlist browsing. Once the D-Bus interface of Rhythmbox makes this possible, it will be included in Remuco too.
Amarok
With all Remuco features.
Enhancements:
- This release introduces a new user interface based on Canvas, which makes use of a mobiles joystick and number pad and offers a prettier, themeable UI.
- The client package now contains three variants of the client: the new Canvas based one, the traditional one with a more basic UI, and another new variant for older mobiles supporting only CLDC 1.0 and/or MIDP 1.0.
- This client version needs Remuco server 0.4.3 or later.
<<lessYou can use Remuco with all mobile devices with a Bluetooth adapter and Java Microediton (JavaME) support.
Main features:
Remuco controls your music player. With your mobile device you can:
- Switch to next / previous song in playlist
- Switch to a specific position wihtin the current playlist
- Adjust volume
- Rate currently played song
- Control playing state (play, pause, stop)
Remuco displays music player state information on your mobile device. You can see:
- Meta data of currently played song (artist, title, ...)
- Current playlist
- Meta data of all songs in current playlist
- Current playing state (play, pause, stopped)
Remuco..
- can be used with two or more mobile devices simultanously
- can be used with every Bluetooth capable mobile device supporting J2ME
- (CLDC ? 1.1 and MIDP ? 2.0)
- is extensible to support a wide range of music players
Currently Remuco can be used with the following music players:
XMMS
With all Remuco features except song rating (since XMMS does not include rating).
XMMS2
With all Remuco features.
Rhythmbox (>= 0.9.6)
With all Remuco features except playlist browsing. Once the D-Bus interface of Rhythmbox makes this possible, it will be included in Remuco too.
Amarok
With all Remuco features.
Enhancements:
- This release introduces a new user interface based on Canvas, which makes use of a mobiles joystick and number pad and offers a prettier, themeable UI.
- The client package now contains three variants of the client: the new Canvas based one, the traditional one with a more basic UI, and another new variant for older mobiles supporting only CLDC 1.0 and/or MIDP 1.0.
- This client version needs Remuco server 0.4.3 or later.
Download (0.14MB)
Added: 2007-03-29 License: GPL (GNU General Public License) Price:
942 downloads
Peng2illa 1.5
Peng2illa is a free agility based Pong clone inside a circle. more>>
Peng2illa is a free agility based Pong clone inside a circle. Its fast, its tricky!! Are you ready for a totally new challange?
There are different ways to defeat your enemies:
- Charge up the ball to damage other players with lightning-bolts
- Bounce on them and STOMP them
- Put mines into their way and let them burn
- Blind them to clear your way
- Teleport in and out of dangerous situations
Peng2illa is being developed, hosted and proudly presented by nukular! Its the newest project of our independent developement studio located in Zug, Switzerland. Special Thanks to all our contributors and to everyone who plays this game!
The first thing you have to do in Peng2illa is find an opponent. If you cant find any players online, you can hone your skills against our bots. They might not be bright, but they are better than nothing :).
Every player has 10 HP at the beginning of a new round. The game ends when only 1 team is left. Till then you must try to damage the other lorries. You can do this in three ways. Buy and lay mines, jump and bounce on an enemy three times in a row or charge the ball and devastate your oponnents with lightning-bolts.
Lightning-bolts are the deadliest weapons in your arsenal, and you should concentrate on them! Every time the ball leaves the inner circle, it discharges and does the players damage (proportional to charge strength).
Basic Controls:
- Use the mouse x-axis to move your lorry
- Left Mouse - Use the brake
- Middle Mouse - Buy and use powerups
- Right Mouse - Jump
Game Controls:
insert Start new game (if youre the admin)
paragraph (backtick, paragraph or however you refer to the key above tab) - Show message history
tab show player names (while pressed)
shift+tab toggle display player names
all keys write chat messages
enter send your chat messages during game
pageup/pagedown change mouse sensivity (15 recommended)
+ (numpad) Switch to next song in playlist or disable music (after last song)
Some important tips:
- Use the mouse, forget the keyboard
- Watch the tutorial and the replays
- Port 3214 is used by the network protocol
<<lessThere are different ways to defeat your enemies:
- Charge up the ball to damage other players with lightning-bolts
- Bounce on them and STOMP them
- Put mines into their way and let them burn
- Blind them to clear your way
- Teleport in and out of dangerous situations
Peng2illa is being developed, hosted and proudly presented by nukular! Its the newest project of our independent developement studio located in Zug, Switzerland. Special Thanks to all our contributors and to everyone who plays this game!
The first thing you have to do in Peng2illa is find an opponent. If you cant find any players online, you can hone your skills against our bots. They might not be bright, but they are better than nothing :).
Every player has 10 HP at the beginning of a new round. The game ends when only 1 team is left. Till then you must try to damage the other lorries. You can do this in three ways. Buy and lay mines, jump and bounce on an enemy three times in a row or charge the ball and devastate your oponnents with lightning-bolts.
Lightning-bolts are the deadliest weapons in your arsenal, and you should concentrate on them! Every time the ball leaves the inner circle, it discharges and does the players damage (proportional to charge strength).
Basic Controls:
- Use the mouse x-axis to move your lorry
- Left Mouse - Use the brake
- Middle Mouse - Buy and use powerups
- Right Mouse - Jump
Game Controls:
insert Start new game (if youre the admin)
paragraph (backtick, paragraph or however you refer to the key above tab) - Show message history
tab show player names (while pressed)
shift+tab toggle display player names
all keys write chat messages
enter send your chat messages during game
pageup/pagedown change mouse sensivity (15 recommended)
+ (numpad) Switch to next song in playlist or disable music (after last song)
Some important tips:
- Use the mouse, forget the keyboard
- Watch the tutorial and the replays
- Port 3214 is used by the network protocol
Download (5.4MB)
Added: 2005-10-07 License: Freeware Price:
1477 downloads
Headphone 0.1
Headphone is a little script that offers a Dj-ing feature. more>>
Headphone is an amaroK script that offers a Dj-ing feature. You can send one or more songs from the playlist to the xmms - player.
TODO:
Configure the xmms - player to another soundcard or another channel of your soundcard.
Use the "Sent To" "Headphone" button.
That it is. The song will be played with the xmms - player.
<<lessTODO:
Configure the xmms - player to another soundcard or another channel of your soundcard.
Use the "Sent To" "Headphone" button.
That it is. The song will be played with the xmms - player.
Download (MB)
Added: 2006-05-03 License: GPL (GNU General Public License) Price:
1272 downloads
amaroK Now-Webing 0.2
amaroK Now-Webing starts a webserver at an configurable port (Standard is 8080) which display the current song and artist. more>>
amaroK Now-Webing starts a webserver at an configurable port (Standard is 8080) which display the current song and artist.
Works great for parsing and displaying data on a webserver.
<<lessWorks great for parsing and displaying data on a webserver.
Download (MB)
Added: 2005-12-30 License: GPL (GNU General Public License) Price:
1393 downloads
mp3CONVERT 0.2
mp3CONVERT is a Kommander wizard for easy encoding mp3 songs. more>>
mp3CONVERT is a Kommander wizard for easy encoding mp3 songs. For example, when you need get your favourite album, which has 100mb to the cell phone with 40mb memory.
<<less Download (0.10MB)
Added: 2007-03-23 License: GPL (GNU General Public License) Price:
562 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above song in search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed