this post was submitted on 25 Dec 2023
16 points (86.4% liked)

Selfhosted

46654 readers
573 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

Anyone done this? Got a set of repeatable instructions? My understanding is that the root docker image needs to switch from alpine to ubuntu and that hasn't happened yet.

all 11 comments
sorted by: hot top controversial new old
[–] UntouchedWagons@lemmy.ca 2 points 2 years ago (1 children)

I don't have exact instructions off the top of my head but you need to install the nvidia container runtime and set the container's runtime to nvidia. I can't think of a reason why radarr would need nvenc though; jellyfin, plex or tdarr sure.

[–] thisisawayoflife@lemmy.world 1 points 2 years ago* (last edited 2 years ago) (3 children)

For conversion of videos after download. I don't use tdarr. Doing what you suggest works for Sonarr, but not radar because of different base images. Two different groups maintaining those projects I guess.

Edit: this is the issue I'm speaking about in particular:

https://github.com/mdhiggins/radarr-sma/issues/41

[–] Kata1yst@kbin.social 2 points 2 years ago

Highly recommend using tdarr. Not just because the radarr container won't do it, but because tdarr is so incredibly powerful.

[–] doctorzeromd@sopuli.xyz 1 points 2 years ago (1 children)

I don't think that's a feature of radarr, could you point it out in the UI or docs?

[–] thisisawayoflife@lemmy.world 1 points 1 year ago (1 children)
[–] doctorzeromd@sopuli.xyz 1 points 1 year ago (1 children)

Got it, so not a feature of radarr, you intend to use a container with "sickbeard mp4 automator" to convert your files. What are you having issue with, the docker-compose on that repo seems straightforward.

[–] thisisawayoflife@lemmy.world 1 points 1 year ago

Using NVEnc with the current linuxserver images. The readme covers the issue.

[–] UntouchedWagons@lemmy.ca 1 points 2 years ago (1 children)

It's still not clear to me why you'd need nvenc for radarr.

[–] thisisawayoflife@lemmy.world 1 points 2 years ago (1 children)

For conversion of videos after download

[–] UntouchedWagons@lemmy.ca 1 points 2 years ago

Oh right I completely missed that. I should go to bed. I wasn't aware radarr had that functionality.