add license and readme.md
parent
cad49aa5b4
commit
7b94319d3f
|
@ -0,0 +1,21 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2017 Yash Agarwal
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
15
README.md
15
README.md
|
@ -1,8 +1,7 @@
|
|||
# TODO LIST
|
||||
|
||||
Basic useful feature list:
|
||||
|
||||
* implement song metadata fetch from musicbrainz/spotify/discogs/wikipedia/acoustid
|
||||
* use mutagen instead of eyed3
|
||||
* implement lyrics fetcher from genius/metrolyrics
|
||||
* add download functionality from youtube
|
||||
## TODO
|
||||
- [ ] Add download functionality from youtube
|
||||
- [ ] add support for last.fm and soundcloud if spotify fails
|
||||
- [ ] add support for metrolyrics and other lyrics service if genius api fails
|
||||
- [ ] add support for searching with existing id3 tags if searching with name fails
|
||||
- [ ] somehow find a way to properly synchronize the lyrics with sound if possible
|
||||
- [ ] add support for other file types(aac, flac etc)
|
Loading…
Reference in New Issue