Go to file
2016-02-24 15:59:23 +00:00
src Play button now starts from selected song in playlist. 2016-02-24 15:59:23 +00:00
.gitignore Added library and indexing functionality for a music player. 2016-01-30 23:32:00 +00:00
pom.xml Added functionality for music playback and basic library view. 2016-02-09 20:57:08 +00:00
README.md Updated readme. 2016-02-24 15:21:20 +00:00

MusicPlayer

UTF-8 Character Support

If your music file names use characters outside of the ASCII character set, the application should be launched with the following parameter

-Dfile.encoding=UTF-8

If this is not done the application will hang when trying to play a file with non ASCII characters in its' path.