Closed bachig26 closed 3 months ago
furthermore if album/playlist is downloaded, by default it needs the track number
I can't understand this one, please explain again
*also it might be nice have some additions to show the difference to track/album/playlist downloads.
That's right, I'm planning to make it more clear what album/playlist/artist is downloaded at the time.
Thanks for reporting the issues! For next reports - please add issues separately, it will be easier to make commit like fix #19
@oskvr37
- ae8603f let me know if it is what you meant!
no, with this file template, the songs are created like Flowers.flac
under Flowers
album folder under Miley Cyrus
artist folder (E:\Miley Cyrus\Flowers\Flowers.flac
). it's not right.
what i thought was like the below examples,
Miley Cyrus - Flowers.flac
under download path.{DOWNLOAD_PATH}\{ALBUM}\{Track no}. {Track}.flac
. example: E:\head or heart\01. trust.flac
{DOWNLOAD_PATH}\{PLAYLIST}\{Track no}. {Track}.flac
.furthermore if album/playlist is downloaded, by default it needs the track number
I can't understand this one, please explain again as example that made for album downloads above,
- Album: should be like,
{DOWNLOAD_PATH}\{ALBUM}\{Track no}. {Track}.flac
. example:E:\head or heart\01. trust.flac
- Playlist: should be like,
{DOWNLOAD_PATH}\{PLAYLIST}\{Track no}. {Track}.flac
.Thanks for reporting the issues! For next reports - please add issues separately, it will be easier to make commit like
fix #19
sure, i'll do it separately from my next issue.
Alright, now I got you. I guess the solution is to create distinct templates.
Something like this in config file:
track_template: {artist}/{title}
album_template: {artist}/{album}/{title}
playlist_template: {playlist}/{title}
Alright, now I got you. I guess the solution is to create distinct templates.
yes, like this.
i'm seeing the error
TIDDL 'E:\\eNT/Christina Perri - trust.flac' is not a valid FLAC file
.56 URLs ■■■■□□□□□□□□□□□□□□□□□□□□□□□□□□ 16% 0.00 / 0.00 MB
, the progress isn't clear.by default, the album/playlist should be under the folder of the album/playlist. but this is not created. it just downloads as singles/track.
furthermore if album/playlist is downloaded, by default it needs the track number. i think we can add a case condition to check the URL for track/album/playlist or a method of your convenience to make it work. (just a suggestion since i don't know much about it.)
*also it might be nice have some additions to show the difference to track/album/playlist downloads.