Music videos question #129
-
I had a ton of garbage music videos in my collection and rather than try to sort through each i decided to delete the whole directory and allow lidarr-extended to start over with just the artists in my lidarr music directory. reading the log though it seems to skip a ton because its "already been downloaded". is there a way to reset that flag to go out and grab them again? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
These scripts detect previous downloads by either checking for the existing file, or log information. So removing the relevant log files from Edit: Also, pro tip, set |
Beta Was this translation helpful? Give feedback.
-
Is this right? |
Beta Was this translation helpful? Give feedback.
These scripts detect previous downloads by either checking for the existing file, or log information.
So removing the relevant log files from
/config/extended/logs
(/config/extended/logs/video/complete
) should do the trick....Edit:
Also, pro tip, set
videoFormat
parameter tobv[width>=1280]+ba
to limit your videos to 720p minimum resolution.