feat: m3u8 have some metadata about missing songs and spotify playlist id

This commit is contained in:
HugoPoi
2020-10-27 23:33:10 +01:00
parent 42692034ea
commit 9e9f280f15
2 changed files with 50 additions and 37 deletions
+4 -3
View File
@@ -17,17 +17,18 @@ Inspired by [DatMusic](https://github.com/alashow/datmusic-api), [MyFreeMp3](htt
*TODO*
* ~~Dowload all songs in a folder~~
* Add Spotify metadatas in the m3u8 file
* ~~Add Spotify metadatas in the m3u8 file~~
* Add proper command line options
* Add CLI progress info
* Having placeholder for files that can't be downloaded, maybe as
comment in the m3u8 file
* ~~Having placeholder for files that can't be downloaded, maybe as
comment in the m3u8 file~~
* Having a option to retry/resync download mp3 based on the m3u8 file
* Check the mime type of receive files because some are html files
instead of mp3 WTF !!
* Rewrite this as a plugin for Ampache
* Rewrite this as a plugin for Funkwhale
* Add MusicBrain ID3Tag on file
* Have a fallback for downloading song with youtube-dl :-P
## Goals