tulskiy / musique

Java audio player. Supports mp3, ogg, flac, wavpack, ape, wav, au, aiff. Builtin support for cue files, gapless playback, SHOUTCast/IceCast Radio, last.fm scrobbling.
http://tulskiy.github.com/musique/
GNU Lesser General Public License v3.0
131 stars 44 forks source link

New features #3

Closed SD-Leo closed 13 years ago

SD-Leo commented 13 years ago

Thanks for cool player. How about new features:

tulskiy commented 13 years ago

Hi, thanks for your comments.

Display/Close to tray, playlist tabs, drag'n'drop, and a new icon are already implemented in the latest trunk version. You can download source code and compile it to have these and many more new features (see commit log for details). You just need a jdk and ant.

I'm still thinking about showing no tab if there's only one playlist. There's no built-in functionality so it will require some crutches. About dialog should be in the next release.

Global shortcuts can not be implemented in a cross-platform way using standard java tools. And I wish this player to be 100% java.

I hope to roll out a new release soon - the trunk version is pretty much stable, but I don't have much time to polish everything out.

SD-Leo commented 13 years ago

Hi, sorry for request some features, i read commit log after creating issue. Can`t checkout sources because i work through stupid proxy. Wait new release...

tulskiy commented 13 years ago

There's nothing wrong with feature requests :) It's actually great. And there's a button "Download Source" on top of the page - it should download a zip archive of the master branch through your browser's proxy. BTW, proxy support in the player is also coming.

SD-Leo commented 13 years ago

I love this player! I compile source in IDEA, version 0.2 much better.