mirror of
https://github.com/RandomNinjaAtk/arr-scripts.git
synced 2026-03-02 22:57:35 -05:00
[BUG] - Lidarr - Fixed output name but more than one file to download #181
Labels
No labels
Needs Triage
Not Reproducible
Upstream Issue
User Error
bug
documentation
enhancement
good first issue
help wanted
invalid
lidarr
lidarr
question
radarr
readarr
sabnzbd
sonarr
synology (host)
unraid (host)
waiting for logs
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/arr-scripts#181
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ObscenityIB on GitHub (Dec 2, 2024).
Originally assigned to: @Podcakero on GitHub.
Application
Lidarr
Host platform
Docker Compose
Script
Video
Script Version
3.9
Describe the bug
Videos fail to download via yt-dlp with the log:
To Reproduce
Steps to reproduce the behavior:
/data/media/music-videos)@CpHeat commented on GitHub (Dec 17, 2024):
Did you put a cookie.txt in your config folder? It seems to trigger this bug for me
@ObscenityIB commented on GitHub (Dec 30, 2024):
Yep, though it seems to remove all the contents and replace it with its own.
Edit: Removing it seems to be a workaround for now. Now all I need is to figure out the copyright errors and the private video errors, like why would imvdb list private and blocked videos as a source? Super weird.
Age Verification won't be possible until the cookies file is usable.
@CpHeat commented on GitHub (Jan 12, 2025):
I think at least in some cases that the videos went private or blocked after being added to imvdb and I don’t think they can do much about it. One issue I have is imvdb seems like a dying site, it has been unavailable for multiple days this week, and haven’t reviewed multiple entries I added a month ago, and even big artists page are really badly outdated (like multiple years of music videos missing)
It would also be nice to support some odyssey downloader because for old music videos some channels on odyssey upload high quality videos instead of the 240p official uploads on youtube and there is less risk that they will be put down there
@Podcakero commented on GitHub (Jul 18, 2025):
I ran into this issue due to $ytdlpConfigurableArgs not expanding properly, and fixed it in PR #382
This might be related to that