verify_xff_header
is enabled.unrar_parameters
option to supply custom Unrar parameters.Queue repair
.Queue repair
due to changes in the internal data format.ISSUES.txt
or …Are there any other communities, groups or channels where discussions about Usenet setups, etc are helpful, and even unmoderated? I’m not knocking on this Usenet subreddit by any means, just curious if there are other communities out there worth checking like Discord, forums, etc?
EDIT: If any of these are private or you’d not like to publicly comment about, please DM me.
Been using them for the last 2 years but seems my $30/year promo is gone and now it’s 70/year.
Before pulling the trigger on 12 months, any alternatives that are worth checking out?
Hello, I just found out about Usenet and I want to try it out. I’ve read the faq on here and browsed through the sub, but I’ve got bad analysis paralysis. There are just too many options and I don’t know where to start. Can I get a recommendation for a solid set up (indexer, provider, software) that doesn’t cost much so I can dip my toes in? Thanks!
Eweka Team,
Was downloading last night and saw my speeds decrease down to ~2-3MBps, when normally they are ~80MBps. After the DL completed I used test test files and saw the same slowness. I just checked the 10G test file again today and speeds are back to normal. Anyone else experience something like this? I tested with a UsenetFarm account and speeds were at ~60MBps, so I don’t think it’s my internet? Thanks!
I am a lifetime plex pass subscriber, this is not the product i paid for… straight up.
Longer paths to selfhosted media, terrible big bold laggy UI outside of the player, terrible microscopic buttons inside of the player
Someone is accidentally on the on demand tab? well now you are watching a 30 second ad akin to one from an airplane seat movie telling you more about plex’s offerings with a version of the movie at a worse quality than one that is already downloaded on your server… wanna pick the one thats downloaded on your server? Don’t worry its not as simple as changing the source you have to make sure you are in the libraries tab… the libraries arent seperated distinctly anymore though, its a stupid filter button at the top! How awesome! Not like it worked WAY better beforehand!!
This post could go on forever…
This will all be awesome to explain to my grandma…
Anyway…. april fools guys! right….
Other than visually looking cleaner, the update has removed many features. It looks to force users into viewing content that is from Plex itself, and is paid for or ad revenue based content and not from the personal libraries.
Does Plex really not make enough money that they need to force us to view content which we are not interested in?
You can’t even remove Live TV from the bottom bar on the iOS app!
They seem to be going to SONOS route. But praying they don’t!
Dear Plex team,
You’ve got the foundation laid out. You have everything we need/want, yet are forced to build and hack together 5 different servers, apps, and solutions to get us to where you’ve set the bar when it comes to tv/movies/music with a single app.
There is huge demand for it. But we’re forced to use album/artist/track tags for metadata when a new library type with different tags would solve it for us.
Please, for the love of all that is holy… you tell us that you’re making all these pricing changes. We’re with you. But give us something we’ve been asking for for a long time.
Give us a new audiobooks library type with a proper metadata agent that can scan Audible so we don’t have to spit-and-glue a music library into something it’s not supposed to be.
Otherwise, you risk forcing us into the welcoming arms of other platforms that DO provide this for us (free, open source, I might add).
Thank you to everyone recommending serverpartdeals!!
[https://github.com/plexguide/Huntarr-Sonarr]
Hey Team,
Update as of 2200 EST 3 APR - Everything has been converted to python3 Remove the current container and redeploy.
To view the logs for the:
I’ve significantly upgraded my Huntarr - Sonarr Edition tool based on your feedback, and the new version solves two of the biggest pain points in Sonarr: finding missing episodes AND improving the quality of existing episodes. This also pays attention if your episodes are monitored. Please check the GitHub for more information and screenshots (I really paid attention to your comments and requests)
https://github.com/plexguide/Sonarr-Hunter/
PLEASE GOTO THE NEW POST: https://www.reddit.com/r/sonarr/comments/1jpy2d2/sonarr_hunter_v2_find_missing_ep_and_upgrade/ (new upgrades and commands)
Hey Team,
I created a simple bash script that has saved me a ton of time managing my media collection, and I wanted to share it with you all.
For Radarr: https://www.reddit.com/r/unRAID/comments/1jngyyj/radarr_hunter_force_radarr_to_hunt_missing/
Update V2: It now searches for shows that are actually missing 1 and refreshes the shows prior to execution. V1 would randomly search all shows and bounce around until it found one missing. This update now only looks at ones with 1 missing. (v1 saw 5000 shows for me, v2 saw 1700 shows for me because the other 3300 were all downloaded)
To run via Docker
docker run -d --name huntarr \
--restart always \
-e API_KEY="your-api-key" \
-e API_URL="http://your-sonarr-address:8989" \
-e MONITORED_ONLY="true" \
-e …
Hey Movie Team,
Update as of 2200 EST 3 APR - Everything has been converted to python3 Remove the current container and redeploy.
To view the logs for the:
* sonarr edition: docker logs huntarr-sonarr
* radarr edition: docker logs huntarr-radarr
-—————-
I’ve significantly upgraded my Huntarr [Radarr Edition] tool, and the new version solves two of the biggest pain points in Radarr: finding missing movies AND improving the quality of existing movies. This also pays attention if your movies are monitored. Please check the GitHub for more information and screenshots. I really listened to what you wanted (including the negative redditors who have no idea). Changed everything up to Huntarr to respect Radarr and prevent confusion and thank the Radarr team for everything they do! Lidarr updates are next!
Please check the GitHub for Screenshots!
NOTE: Lots of updates - goto newest post - https://www.reddit.com/r/radarr/comments/1jqjzep/huntarr_radarr_edition_v2_finds_missing_andor/
Hey Movie Team,
I created a bash script that automatically finds and downloads missing movies in your Radarr library, and I wanted to share it with you all.
GitHub: https://github.com/plexguide/Huntarr-Radarr
Related Projects:
To run via Docker (easiest method):
docker run -d --name huntarr-radarr \
--restart always \
-e API_KEY="your-api-key" \
-e API_URL="http://your-radarr-address:7878" \
-e MONITORED_ONLY="true" \
-e SEARCH_TYPE="both" \
-e MAX_MISSING="1" \
-e MAX_UPGRADES="5" \
-e SLEEP_DURATION="900" \
-e RANDOM_SELECTION="true" \
-e STATE_RESET_INTERVAL_HOURS="168" \
-e DEBUG_MODE="false" \
huntarr/4radarr:latest
This script …
I wanted a system where Sonarr and Radarr’s release calendar feeds would be posted on Discord once a week, and every existing solution I found wanted, like, $5/mo to do this, so I wrote my own script because that’s absolutely ridiculous.
This script:
- Combines multiple Sonarr and Radarr calendar feeds
- Groups shows and movies by day of the week
- Runs on a customizable schedule
I figured y’all might enjoy tinkering with it. Here’s the Github Repo.