this post was submitted on 29 Mar 2024
1 points (100.0% liked)

Selfhosted

40006 readers
563 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 1 year ago
MODERATORS
 

I found an av1-labeled version of a TV show on Sonarr, so I downloaded it, replacing my previous 264 version. I started to play it and realized it was a smaller 264 version.

Is there a way for Sonarr and Radarr to verify if a download's version matches it's label? Do I just need to stick with trusted distribution groups?

top 5 comments
sorted by: hot top controversial new old
[–] Sunny@slrpnk.net 1 points 7 months ago

I'm not 100% if this solves it as I've not used it myself yet. But there is this service called Recyclarr, might be worth checking out ☺️

♻️https://recyclarr.dev/wiki/features/

[–] ChojinDSL@discuss.tchncs.de 0 points 7 months ago (1 children)

You can try to faff around with keywords and tags, e.g. give x264 or x265 a higher score rating, etc... As a failsafe you can configure a trashcan location and specify that all deleted files go there first and don't get emptied for X amount of days.

[–] machinin@lemmy.world 0 points 7 months ago (1 children)

Would the keywords help with mislabeled files?

Thanks for the ideas on the failsafe. I'll check into it.

[–] ChojinDSL@discuss.tchncs.de 0 points 7 months ago (1 children)

Mislabeled files, not so much. Since there isn't really a way to verify the content until it's downloaded. You can adjust things like which file sizes are considered a certain quality, e.g. HD or 4k. But one approach could be that you define tags for release groups which you know and trust. And give those tags a higher score. This should lead to releases by those groups being preferred.

You can of course add multiple tags with positive and negative scores. For example I use tags to give a higher score to releases that have 5.1 audio, or which are non-hdr.

[–] Ghoelian@lemmy.dbzer0.com 1 points 7 months ago

Qbittorrent has a feature to execute a command on torrent complete iirc. You might be able to write a few ffmpeg commands to verify and delete/move/whatever based on that result. Not very user-friendly though ofc and requires some bash knowledge.