digitalec / deemon

Monitor specified artists for new releases
GNU General Public License v3.0
176 stars 15 forks source link

Can't batch download albums (--album-file error) #113

Closed TH0MVS closed 1 month ago

TH0MVS commented 2 months ago

Hello,

First at all, thanks a lot for this great project.

I'm looking for batch downloading a list of album IDs. The "--album-file" download attribute don't seem to work.

I put my albums ID in a txt file, I tried in a CSV, I tried to follow the same format as the queue.csv with only my albums ID... but nothing work.

Here is the error:

deemon download --album-file deemon.csv
[!] Queueing releases, this might take awhile...
:: Reading from file deemon.csv
Detected 1 unique artists
Invalid album ID file detected.

No releases found matching applied filters.

It generate a queue.csv file by the way, with only the first entry added and all infos:

artist_name | album_id | album_title | track_id | track_title | url | playlist_title | bitrate | download_path | release_type
-- | -- | -- | -- | -- | -- | -- | -- | -- | --
Various Artists | REDACTED | REDACTED | None | None | https://www.deezer.com/album/REDACTED | None | FLAC | /home/nuc/Music | None

Could you tell me what I'm missing ?

TH0MVS commented 1 month ago

Solved : I forgot to put a space between albums IDs, because I'm a dumbass... I mark the ticket as solved.

Text file have to be formatted like this : ID, ID, ID, ID