17 months ago Ben James Refactor uptime tip
17 months ago Ben James Add uptime counter uptime
17 months ago Tom Parker Handle authentication errors in lastfm:scrobble default
17 months ago Tom Parker Make get_metadata help more informative
17 months ago Tom Parker Tidy up unused variables and imports in get_metadata
17 months ago Tom Parker Merge ui changes
18 months ago Tom Parker Don't print metadata error messages unless we're in debug mode, as it breaks the erlang code
18 months ago Ben James Add label element for username form ui
18 months ago Tom Parker Make lastfm:scrobble spit out errors if they occur
19 months ago Tom Parker Escape artist/title fields before sending to Last.fm
19 months ago Tom Parker Rebuild files when the settings.hrl is changed
19 months ago Tom Parker Make state folder location configurable
19 months ago Tom Parker Put jukebox state into a separate directory
19 months ago Tom Parker Only scrobble tracks with artist data!
19 months ago Tom Parker Handle Amazon HTTP errors in musicbrainz code
19 months ago palfrey Update docs to note the need for pactl not amixer
19 months ago palfrey Rewrite pactl_get_volume to no longer need the patched pactl
19 months ago palfrey Document lastfm, md5 and settings.hrl
19 months ago palfrey Cope if the user hasn't set the last.fm username
19 months ago palfrey Correct lookup of metadata name from local name
19 months ago palfrey Fix missing quote in example settings
19 months ago palfrey Update location of rfc4627 module
19 months ago palfrey Spit out a decent message if getting volume fails
19 months ago Tom Parker Handle scrobbling when we play directly from a newly cached file
19 months ago Tom Parker volume.erl now uses pactl (needs patched version with "get-sink-volume" command)
19 months ago Tom Parker Move player.erl to use custom vlc commands in settings.hrl
19 months ago Tom Parker Add Last.fm support to Jukebox directly in Erlang and example settings to run it
2010-03-15 Tom Parker If we don't have album art, retrieve it with Musicbrainz and Amazon
2010-03-10 Tom Parker metadata: Hand back NullTags if we find a file we don't know how to get the tags for
2010-03-10 Tom Parker metadata: More throwing errors if we're in debug mode
2010-03-10 Tom Parker Add .wma support
2010-03-10 Tom Parker Rewrite argument handling in get_metadata with OptionParser and add a --debug argument
2010-03-05 Tom Parker Fix exception handling for dodgy metadata
2010-03-05 Tom Parker Output metadata exceptions as strings
2010-03-05 Tom Parker Handle MP4 files with album art
2010-03-05 Tom Parker Add usage information to get_metadata.py
2010-02-11 Simon MacMullen Don't report spurious metadata errors when file does not download for whatever reason.
2010-02-10 Simon MacMullen Fixes for Python 2.5.
2010-02-10 Simon MacMullen Mitigate the effects of a race in the Erlang http client.
2010-02-10 Simon MacMullen Improve error handling in the case where we don't download the file for some reason.
2010-02-10 Simon MacMullen Save metadata file under temp name then rename atomically so that the jukebox can't see a half-written file. Also improve error handling.
2009-09-30 Tony Garnock-Jones Add -pa for the rfc4627 code.
2009-07-01 Simon MacMullen Show who altered the volume.
2009-03-05 Simon MacMullen ...and update the docs.
2009-03-05 Simon MacMullen Remove the "Save changes to disk" button and just do it automatically at
2009-02-16 Simon MacMullen Fix 40b4f417b185
2009-02-16 Simon MacMullen Merge
2009-02-13 Simon MacMullen Stop using hmix, use ALSA amixer
2009-01-23 Simon MacMullen Don't trust the Python so much - log error if any exception is thrown
2009-01-31 Simon MacMullen Cope when a zero-length or otherwise completely broken file is found.
2009-01-10 Simon MacMullen Replace pause / resume / skip with transport icons. visual-tweaks
2009-01-10 Simon MacMullen Put "while listening" on a new line visual-tweaks
2009-01-10 Simon MacMullen Bold track name even in samll widget. visual-tweaks
2009-01-10 Simon MacMullen Only show search results after searching, add hide link. Move search results above chat / queue panes. Make chat / queue panes bigger. visual-tweaks
2009-01-10 Simon MacMullen tabs -> spaces visual-tweaks
2009-01-20 Tony Garnock-Jones Note about the race Simon discovered.
2009-01-20 Simon MacMullen There appears to be a race while queuing tracks that do not exist (i.e.
2009-01-16 Simon MacMullen Also, with VLC you have to trun replay gain *on*.
2009-01-16 Simon MacMullen Eating all exceptions is a bad idea. Fix replay gain.
2009-01-08 Simon MacMullen Fix WAV support. Mutagen knows nothing of WAV so add a really dumb class