jukebox2 icon indicating copy to clipboard operation
jukebox2 copied to clipboard

#feature play .flac files

Open deobald opened this issue 12 years ago • 2 comments

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/

deobald avatar Apr 06 '12 07:04 deobald

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.

pgr0ss avatar Apr 06 '12 14:04 pgr0ss

Cool. If you guys get something going, feel free to close these sorts of tickets on me. mplayer seems like a solid idea.

deobald avatar Apr 06 '12 14:04 deobald