Lidarr setup - download paths #7
-
Moving from the -extended containers starting with Lidarr. From the scripts, it's not clear how to provide data paths for Audio.Service and Video.Service. For video, it looks like extended.conf is missing: "videoPath=/music-videos" (along with the additional volume in the readme), and I'm not sure where audio is supposed to end up. It looks like the log line (Audio.Service.bash @ 135) doesn't pass a variable, and I don't think the files ever leave /config (which for me is where my docker working directory volumes live, and not where media is stored/plex libraries point.) I could totally could misreading things with my basic bash knowledge, but I just wanted to make sure these pointed to my existing files to avoid re-downloading everything with the new setup before switching. Thx. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Your correct about music videos, I believe it is hard coded at this time using the same path as the original container. However, music videos doesn't work at this time because the source site is broken. And based on their track record, it may never get fixed... (Example: https://imvdb.com/n/niki) Audio is also hard coded I believe at this point and it temporarily downloads to a sub folder in the /config/extended After every download the directory is wiped, so it's really only a temporary location at best. Can look at making it a configurable option though when I have some more cycles. |
Beta Was this translation helpful? Give feedback.
-
Download paths added to the config file, please update accordingly: Update Instructions: https://github.com/RandomNinjaAtk/arr-scripts/blob/main/lidarr/readme.md#updating |
Beta Was this translation helpful? Give feedback.
Download paths added to the config file, please update accordingly:
Update Instructions: https://github.com/RandomNinjaAtk/arr-scripts/blob/main/lidarr/readme.md#updating