Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jakemmarsh/comptune
- Owner: jakemmarsh
- License: mit
- Created: 2013-07-20T17:10:04.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-23T00:19:01.000Z (about 11 years ago)
- Last Synced: 2024-04-14T18:05:48.192Z (7 months ago)
- Language: Java
- Size: 2.47 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.