Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jakemmarsh/comptune

an MP3 player written in Java
https://github.com/jakemmarsh/comptune

Last synced: about 5 hours ago
JSON representation

an MP3 player written in Java

Awesome Lists containing this project

README

        

Comptune
========

Comptune is an MP3 player written in Java. It employs a splay tree for song storage, making access to your most-played songs as fast as possible. The front-end allows for easy viewing, playing, and importing of songs on your computer.

Packages
--------

Comptune utilizes the following third-party packages:

- [Jlayer](http://www.javazoom.net/javalayer/javalayer.html) by Javazoom, for decoding and playing MP3 files.
- [mp3agic](https://github.com/mpatric/mp3agic), for reading metadata from MP3 files for easy viewing and playing.