They have a wiki which explains a lot: https://wiki.servarr.com/ as well as other arr software.
Edit: sonarr monitors your tv shows to make sure it has all episodes and grabs new ones. Radarr monitors your movie collection. It also connects directly to your torrent provider / seedbox. Can setup quality profiles and the like to customize which files get grabbed and what not. They also do bulk renaming of files to make sure plex sees them properly. Plus more.
Yeah I am almost positive they do force itself back on sometimes lol. Though you are right that it shouldn’t share your IP. But like short of someone you don’t know having access to your WiFi it has to be something weird like that lol
Good to know about Usenet. I haven’t used it in a decade and have no idea what provider I was using. I was also younger and dumber so prob didn’t realize I could have just switched providers. Me at the time thought the dmca Usenet was more of a global issue. I now realize that likely wasn’t the case lol
I wonder if Xfinity hotspots could be this? Are you using their modem / router ?
Edit: also glad to hear Usenet is doing well. I switched to it a long time ago and uses for a bit. Though I remember so many items being removed due to dmca. All my downloads were just text files saying removed by dmca over and over again. So I ended up switching back to torrent via seedbox. Now I just use real debrid. Don’t feel like bothering with other setups lately lol.
I too would like to know. I use the app Due on iOS. And it is nice and not a sub (though after 1 year you technically need to buy it again IF you want features that released into the app after 1 year of your purchase. It’s also iOS only and doesn’t let others force a notification on you. But if they have the app they can create a notification and text you a custom link to auto add that notification to your app. For anyone reading who is on iOS and wants something like this. due is really cool. Notifications but with a lot of customization. Most important feature is that you can use critical alerts. So like an alarm it can override silence mode or focuses to notify you every X minute until you snooze or dismiss. Can also disable snooze but then I find my self dismissing without actually doing it.
Either way a platform agnostic proper notification system sounds right up my alley. Just googling around I found Apprise and Mind might look into that later (don’t know nearly enough to say if it’s a viable alternative to Galarm or Due but seems extensive and lightweight.
Once you do get the drivers installed properly as per your OS (speaking of, which distro are you using? Edit: nvm I see you are on Ubuntu), here are the steps to give docker access to it: https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html
I’m on my phone but try this
Edit: don’t know if my linking it will draw more attention and we lose it. I downloaded a copy just in case and removed the link. Instead I’ll explain where I got it from: https://filepursuit.com/ search for mikethetech
I’ve seen this one mentioned before for guitar tabs : https://tabarchive.mikethetech.com/
Edit: has been pointed out that they had to disable downloading for legal reasons. Bummer. Way back machine has some of the data archived (may 2022 has some which can be downloaded, but others are dec 2022 or newer which are archived)
Edit2: found a better archive I think. don’t know if my linking it will draw more attention and we lose it. I downloaded a copy just in case and removed the link. Instead I’ll link where I got it from: https://filepursuit.com/ search for mikethetech
Dang nothing that gives me hope my issue will be fixed. I don feel like playing until then.
I have a ship attached to my ship so 3rd person flying is a no go. Even first person the ship clips into my view. Then when I land, random buildings have the ship inside them. It’s not solid so I can walk through but it’s really annoying. Hope it’s fixed so I can get back out to the stars!
See that’s going to be a problem. I have a friend named cunty and if I can’t call her cunty then it’s like what’s the point.
Hey if you do decide to pursue finishing his Jellyfin library code you should definitely check out the discord. They have a channel for development.
Namely I saw a post from the dev back in February saying the reason he didn’t finish Jellyfin libraries, and still relies on Trakt, is because
Jellyfin doesn’t give out the IMDb ids of stored files easily.
Hmmm. I don’t use radarr but this is how my workflow was for Jellyfin and jellyseerr
These are the steps from his GitHub but for my Jellyfin setup.
First you choose a content service. Which for you would choose jellyseerr.
Next you need a library collection service (which might be the confusion) you do need to use either Trakt or Plex so that plex Debrid knows what you currently have in your library. Given you are doing a Jellyfin setup it’s prob best to use Trakt. Which means you need to hookup Trakt to your Jellyfin library so it knows what you already downloaded. If I’m remembering correctly this plugin is how I did this for Trakt + Jellyfin. https://github.com/jellyfin/jellyfin-plugin-trakt
So now when you add a request via jellyseerr plex Debrid will first scan Trakt library to see if you already have it. If it doesn’t find it then it will push your request directly into your Debrid account after scraping for the best torrent.
Next step in the plex Debrid setup is library update service. Which you can set to Jellyfin. So that once real Debrid caches your torrent it will force a refresh of your full Jellyfin library to scan for new content.
Then there’s a few optional steps I’ll explain below but last important step is for **Debrid services ** which is when you’ll tell plex Debrid what your real Debrid account is via api key.
So full workflow would be request tv show or movie via jellyseerr, which check Trakt if you have it already and if not pushes it to torrentio to find a torrent for your request. Once found it uses your Debrid api key to automatically load the torrent into real Debrid. It will wait for Debrid to finish downloading and once complete it will refresh your jelly fin library and then you can watch it
To clarify , for my identical setup you wouldn’t be using radarr or black hole. The Debrid python script takes care of that for you.
That’s really it. The rest is optional to configure. library ignore service you can use a local ignore list or a Trakt library or local file and it knows what you’ve watched and doesn’t try to get it again.
Next optional step is scraper services I usually leave this as default which will scrape using torrentio.
Yeah I’ve tried it with both plex and Jellyfin. Plex has a more seamless experience with discovering new shows and movies and adding to wish list to see it available instantly. Though as I go more FOSS, I think it’s time to move back to Jellyfin. With Jellyseerr to find and request new media. It’s all pretty simple!
I use it with docker along with his fork of rclone with realdebrid support also in docker. Works great! I’d say my biggest annoyance is sometimes realdebrid gets a weird title of a show or movie which doesn’t mix well with how his rclone fork works.
His fork uses regex to parse names and move them into either a movie or tv show directory. If it can’t decide which one it belongs to it goes to a default. Plex handles this better than Jellyfin from what I remember. You would add tv and default to tv library and movie and default to movie library. Jellyfin would get confused and there’s no way to rename it or move it. You just need to find a different torrent. You can customize the regex and scraping profiles and even integrate it with torrentio.
but exciting news! on august 27 he announced the beta update for his rclone fork that will allow renaming/moving files and folders. As well as creating new folders and deleting parts of torrents instead of the whole thing. This is huge and will make operating it through Jellyfin much easier and prevent the issue I mentioned.
Not sure if you use docker but I found this - https://github.com/hyperbunny77/RealDebridManager
I really like real Debrid but my preferred method is using https://github.com/itsToggle/plex_debrid I’ve been using this for a while now and it’s great.
I’ve recently been getting into programming for work. Which of course has got me trying to learn more about AI. I’m still a super amateur. I started with bing AI cause that free gpt4 access and bypassing the 4k character limit by telling bing not to reply until I’m done. Now I’m primarily using free plan of phind and its vscode extension. Which I really like. I don’t use the buttons that write code as I always write code myself and rarely copy paste. Helps me learn. I just like that it’s quicker without crazy character limits.
I did recently see that you can pay for bing AI in VS code. Then it got me thinking if I’m gonna pay then I want to make sure it is for something good and prob not Microsoft. So considering paying for phind but now I am trying to look into what others are doing. There’s a world of products I’ve never heard of like hugging face. So I guess it’s time to start my journey on finding which one works best for me. I’ve recently degoogled myself so haven’t really touched bard but if Gemini proves worth it I may.
Just rambling thoughts from a self taught noob programmer.