Go to file
2016-03-04 20:53:57 -06:00
cli Finished implementing clear command. 2016-03-04 20:53:57 -06:00
core Add the ability to clear a playlist. 2016-02-29 12:37:23 -06:00
.gitignore Initial commit. 2015-12-03 14:28:29 -06:00
build.gradle Update build scripts for re-organized multi-project build. 2016-02-09 17:45:18 -06:00
README.md Fix typo in README title. 2016-01-30 21:45:53 -06:00
settings.gradle Update build scripts for re-organized multi-project build. 2016-02-09 17:45:18 -06:00
worklog.md Added worklog. 2016-02-12 17:21:21 -06:00

What Do I Want To Listen To

A simple, tag-based music library manager.

This project is born out of a frustration I had managing my music library. I have found playlists, genres, and other ways of organizing my music too restrictive and cumbersome to keep up with. Here are the main features I want out of music player, in order of priority:

  • Web-based interface.
  • Mobile interface (could implement the Subsonic API on the back-end to be able to use pre-made mobile apps)
  • Song tagging.
  • Playlists.
  • Read meta-data from ID3.
  • Transcoding on the fly.
  • Read songs from Amazon S3.
  • Stream from Amazon Cloudfront.
  • Bookmarks (temporary song tag marking location in a playlist/album)

I have not found a music manager that gives me all of the above, so I'm going to write my own.