doc: add some items in the todo list
This commit is contained in:
parent
8a5b21f4d7
commit
42692034ea
|
@ -19,6 +19,12 @@ Inspired by [DatMusic](https://github.com/alashow/datmusic-api), [MyFreeMp3](htt
|
|||
* ~~Dowload all songs in a folder~~
|
||||
* 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 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
|
||||
|
|
|
@ -134,6 +134,7 @@ exports.main = async function main(playlistUrl){
|
|||
console.log(`You are on your own for ${track.name} - ${artistNames}`);
|
||||
return;
|
||||
}
|
||||
// TODO handle '/' in title because path.join doesn't escape them
|
||||
bestMatch.path = `${bestMatch.artist} - ${bestMatch.title}.mp3`;
|
||||
debug('bestMatch=%O', bestMatch);
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue
Block a user