Well, It is a new music player!
Yes, ofcourse! You get all your music in hard disk and from cloud at one place.
Sure here are some screenshots:
- Install the required libraries:
$sudo apt install openjdk-8-jre libvlc-dev vlc
- Download the jar from: dhoaa-snapshot1.0-jar
- Make the jar executable:
$chmod 755 <relative/path/to/the.jar>
- Open the jar file by
$./<relative/path/to/the.jar>
orjava -jar <relative/path/to/the.jar>
or by simply double clicking.
The project is relatively new, hence not enough testing is done on other platforms. However, java being cross-platform the jar should run at ease. Install VLC and try running on other platforms.
Create an issue here.