Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

linuxserver/lidarr:preview #19

Closed
samcro1967 opened this issue Aug 17, 2020 · 2 comments
Closed

linuxserver/lidarr:preview #19

samcro1967 opened this issue Aug 17, 2020 · 2 comments
Labels
documentation Improvements or additions to documentation

Comments

@samcro1967
Copy link

samcro1967 commented Aug 17, 2020

I am not seeing the script in linuxserver/lidarr:preview. I tried mounting /usr/local/bin with the downloaded script files there and /usr/bin/ffmpeg as local volumes. I updated the location in the script for ffmpeg to be /usr/bin/ffmpeg/bin/ffmpeg. I also created wrapper.sh in /usr/local/bin/. I don't seem to be having any luck. Is there something else I am missing?

I see "20-8-17 08:14:20.6|/bin/sh: 1: /usr/bin/ffmpeg/bin/ffmpeg: not found" in the log file, but the path looks correct to me.

image

docker create --name=lidarr -e TZ=America/Chicago -p 8686:8686 -e PUID=0 -e PGID=0 \
-v C:\Users\user\Documents\Docker\lidarr\config:/config/ \
-v C:\Users\user\Downloads\:/downloads/ \
-v C:\Users\user\Documents\Docker\lidarr\ffmpeg:/usr/bin/ffmpeg \
-v C:\Users\user\Documents\Docker\lidarr\bin:/usr/local/bin \
-v xbmcmusic:/music/  linuxserver/lidarr:preview
@TheCaptain989
Copy link
Owner

I apologize for the delay.

I'm sorry it wasn't clear, but this is a whole new container. So your docker pull has to be:
docker pull thecaptain989/lidarr:latest

Then you can use the docker create as linuxserver/lidarr describes (without your /usr/bin/ffmpeg addition; that's not needed). I'll update my readme to indicate this more directly.

Also, my container updates are only triggered by on an update to linuxserver's latest build, not preview builds.

image

@TheCaptain989 TheCaptain989 added the documentation Improvements or additions to documentation label Aug 22, 2020
@samcro1967
Copy link
Author

No worries. I did get it working with linuxserver/lidarr:preview. I had to restart Docker for it to pick up the changes I made to the config volume mount, Seems to be working well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants