I've been using Albumbler for the past year several years. It is fast, stable and accurate. It is just not very flexible. I'd like to add support for more types of notification (gnome, kde, the like) and more media players.
November 2011: Emacs support and vastly better MPD support.
Download: http://kmkeen.com/albumbler/albumbler
* Download: http://kmkeen.com/albumbler/albumbler * Forum thread: http://bbs.archlinux.org/viewtopic.php?pid=752213 * Github: https://github.com/keenerd/albumbler
Forum thread: http://bbs.archlinux.org/viewtopic.php?pid=752213
Requires python and something to play music. No support for your player? I want to add it!
Think of it as StumbleUpon for your music library. It presents you with one command. Run this command (or bind it to a hotkey) and it will try to guess what you are interested in listening to. If it guesses wrong, run it again. It keeps a log of everything you don't like (and makes a big graph of how your tastes are related) and will quickly give you something you want to hear.
To use:
- Launch albumbler. It will create the .config/ files.
- Edit config/albumbler/albumbler.conf, setting "musicpaths" for where your tunes are located.
- If you have multiple music paths, separate them with commas.
- Launch "albumbler sync". It will cache the directory structure, essential for remote file shares.
- Launch albumbler to your heart's content!
Albumbler was born out of the frustration of using "rating" based media players, and the paradox of too much choice that led me to listening to the same five albums over and over. When you use Albumbler, it randomly chooses an album which you probably want to hear. If it guessed wrong, launch the app again. It takes note that its earlier guess was no good and (using some graph theory) rapidly learns.
Take a look at the code for rhythmbox and audacious. They have the same problem, and list_files() is used as a work around.
Just tell me what media player you'd like to see. If you want to make my life really easy, mention how to clear/add/play the playlist. Otherwise I will read docs and guess.
There are a few options for some flexibility. You can exclude directories with the ~/.config/albumbler/excludes
file. Otherwise, all options are set in ~/.config/albumbler/config
* MusicPaths
- Comma separated list of places to find music.
* Player
- Choice of music player.
* Notify
- Choice of notification alert.
* TimeWindow
- Seconds before it think you liked music. Default 60.
* MaxPlaylist
- Avoid sending huge directories to the player. Default 1000.
* MinPlaylist
- Avoid sending nearly empty directories. Default 3.
* PlaylistExts
- Comma separated list of extensions to treat as playlists.
- Tested players: mocp, cmus, mpd, gmusicbrowser, clementine
- Untested players: rhythmbox, audacious, xmms2, emms
- Tested notifiers: console, notify-send, ratpoison
- Untested notifiers:
I have been trying to get albumbler to work with afplay in osx, but i can not seem to get it to feed a single file name with the correct directory address through to afplay to open one at a time. It seems to stumble through my music folder, but only spits out album folder names, not single music file names.