Git Product home page Git Product logo

Comments (4)

mdhiggins avatar mdhiggins commented on May 28, 2024

The Radarr container is based on alpine linux and uses apk not apt, and uses an entirely different set of packages

You can see

https://github.com/mdhiggins/radarr-sma/blob/build/root/etc/cont-init.d/90-sma-config

The installation scripts check which variant and use a different set of packages. The build container or any container with SMA_HWACCEL set to true tries to install a broad set

That being said, I do not believe alpine has an equivalent of the non-free package

Are you using the build container with the HWACCEL collection of packages for radarr?

from radarr-sma.

mdhiggins avatar mdhiggins commented on May 28, 2024

Similarly, you shouldn't need to be manually installing that package for Sonarr docker container if properly set up since its included

from radarr-sma.

tjfriese avatar tjfriese commented on May 28, 2024

Here is my .yml file for Sonarr:

services:
Sonarr:
image: mdhiggins/sonarr-sma:latest
container_name: Sonarr
environment:
- PUID=1027
- PGID=100
- TZ=America/Winnipeg
- SMA_HWACCEL=true
- SMA_USE_REPO=true
volumes:
- /volume1/docker/Sonarr:/config
- /volume1/Downloads/Media/TV:/tv
- /volume1/Downloads/SMA/config:/usr/local/sma/config
- /volume1/Downloads/Usenet:/downloads
ports:
- 8989:8989
network_mode: synobridge
restart: unless-stopped
devices:
- /dev/dri/:/dev/dri/

I did have to install the non-free driver to get the hardware acceleration to work, otherwise it would error.

Here is my Radarr .yml:

services:
Radarr:
image: mdhiggins/radarr-sma:latest
container_name: Radarr
environment:
- PUID=1027
- PGID=100
- TZ=America/Winnipeg
- SMA_HWACCEL=true
- SMA_USE_REPO=true
volumes:
- /volume1/docker/Radarr:/config
- /volume1/Downloads/Media/Movies:/movies
- /volume1/Downloads/SMA/config:/usr/local/sma/config
- /volume1/Downloads/Usenet:/downloads
ports:
- 7878:7878
network_mode: synobridge
restart: unless-stopped
devices:
- /dev/dri/:/dev/dri/

from radarr-sma.

mdhiggins avatar mdhiggins commented on May 28, 2024

What I'm saying is that for the Ubuntu based repositories (in this case Sonarr) if SMA_HWACCEL is true then the non free package should already be installed, so not sure why you would need to manually install it, I'd be curious if that actually did anything

https://github.com/mdhiggins/radarr-sma/blob/build/root/etc/cont-init.d/90-sma-config#L32

The other question is if the FFMPEG build from the repository (since you're using SMA_USE_REPO) is compiled to support VAAPI which varies and will differ across distros; if it does not support VAAPI you would probably be better served using the build tag and letting that handle your FFMPEG binary

But yeah to answer the actual initial question, Radarr is currently an alpine based image so it uses apk not apt

from radarr-sma.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.