Selfhosted
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:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
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.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
view the rest of the comments
You can add radarr, etc. to your existing stack without changing much. You mount your movies directory to /mnt/movies in the radarr container, shows to /mnt/tv in sonarr, and so on. And the qbittorrent downloads folder to /mnt/downloads. Then, when you add a new movie to radarr, it'll add it to qbittorrent and get downloaded to the downloads folder, and when it's done, radarr will move it from there to the movies folder. Then jellyfin sees the new file and adds it.
If you want to do everything the "radarr way", you'll also want to import the existing library to radarr so that it can identify the movie quality. There are buttons in radarr, etc. to rename and move files the way radarr wants them. Since nothing else cares about this, I let radarr handle the naming. During first setup there was a lot of re-downloading of media it couldn't identify the quality of, but I didn't care about that so I let it happen. But all of this is optional, you can disable quality upgrades and leave your existing library alone.
Thank you, this clears up some misconception i had about how the *arrs work!