jukebox2
jukebox2 copied to clipboard
#feature play .flac files
http://github.com/kitallis should be helping me with this soon, since it's his biggest gripe.
Plan is to:
- move everything which implements the Playable protocol to jukebox_player/formats/
- make each one expose a list of file extensions it can play
- have jukebox_web concat these lists to determine which file types to filter for
- wire up jflac? http://jflac.sourceforge.net/
I think we're going to move the player to mplayer or something like that. The java libraries around playing audio are pretty poor, and mplayer will give us access to all formats and reliable time jumping (for hammertimes). Hopefully, we'll have some code soon.
Cool. If you guys get something going, feel free to close these sorts of tickets on me. mplayer seems like a solid idea.