From 7b94319d3fdf93cf0d54a94bce22b7ec72dc8fa0 Mon Sep 17 00:00:00 2001 From: Yash Agarwal Date: Sat, 17 Jun 2017 18:50:38 +0530 Subject: [PATCH] add license and readme.md --- LICENSE | 21 +++++++++++++++++++++ README.md | 15 +++++++-------- 2 files changed, 28 insertions(+), 8 deletions(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..5fa28b2 --- /dev/null +++ b/LICENSE @@ -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. diff --git a/README.md b/README.md index e330315..15c2d0d 100644 --- a/README.md +++ b/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 \ No newline at end of file +## 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) \ No newline at end of file