Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/markzhai/nagareoto
Deprecated
https://github.com/markzhai/nagareoto
Last synced: about 1 hour ago
JSON representation
Deprecated
- Host: GitHub
- URL: https://github.com/markzhai/nagareoto
- Owner: markzhai
- Created: 2014-01-25T04:16:09.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-20T14:57:01.000Z (over 10 years ago)
- Last Synced: 2024-11-08T12:17:25.242Z (about 2 months ago)
- Language: Java
- Homepage:
- Size: 1.61 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
NagareOto
=========
I just want to write an Android Music Player which can meet my demand.Description
----
After I have tried many Music Player on Google Play, I found none of them
can meet my demand.
### Existing Music Players
* Poweramp cannot play lyric.
* Baidu Music cannot play local lyric, the ad is also noisy.
* MusicMax though can play local lyric, it cannot recognize the encode.
Initially I want to add the function, but I found that it was not open-source.
* Nearly all of them use artwork provided by Android MediaStore API, while
I have some DIY albums that were made up of songs from different albums.Notes
----
### Itunes Import
* Seems Android MediaStore cannot recognize AAC tag from Itunes which is converted from XLD. I think I can do it by parsing the directory(artist/album/tracknumber+title
* Last.fm is used to download artwork.Plan
----
### What I want to make is
* A music player that can play local lyric.
* Auto-recognize the encode of lyric file.
* Use song artword instead of album.### Additional functions:
* Visualizations.
* Rhythm game.
* Fetch lyric from websites and save locally.
* Low battery usage, bug-free(please ignore it >.<)