fraydabson

@fraydabson@sopuli.xyz

Profil ze zdalnego serwera może być niekompletny. Zobacz więcej na oryginalnej instancji.

fraydabson,

Bro this game looks so cool. Already bought it. Works on Linux !

fraydabson,

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!

fraydabson,

Can’t recall trying that. It’s updating now so gonna see if that helped if not I’ll try your suggestion thanks !

fraydabson,

No such luck. Changing ships, changing parts, anything I’ve tried and it’s still glitched to me.

fraydabson,

Dang… that sucks. My two friends who play haven’t had it happen yet.

fraydabson,

Yeah I’m on Xbox anyway. Guess I’m waiting for a patch lol. Hopefully some pc players are managing to fix it through console but as you said is no guarantee

fraydabson,

Hmmm. That sounds doable if i had windows haha. I run Linux so I can’t install the game on my desktop to try. Playing through Xbox game pass.

fraydabson, (edited )

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.

Silicon Valley: Cunty

fraydabson,

Not sure if you use docker but I found this - github.com/hyperbunny77/RealDebridManager

I really like real Debrid but my preferred method is using github.com/itsToggle/plex_debrid I’ve been using this for a while now and it’s great.

fraydabson,

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.

fraydabson,

Oh and because I’m recently learning to move over to NixOS (which comes prebuilt with packages for Jellyfin and jellyseerr) it has the default rclone but I’m compiling a NixOS package for his fork that I’ll push to the main repo when it’s done!

fraydabson,

My thoughts exactly when I found it.

fraydabson,

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.

  1. Mount your real Debrid account via api token and rclone_RD. You know you did this right when you can browse the new realdebrid mounted directory and see all your shows and movies currently in your Debrid account.
  2. Setup Jellyfin as normal. Making sure to setup your libraries to use the Debrid mount. So tv shows and default for tv and movies and default for movies.
  3. Launch the plex Debrid main .py file and go through the configuration. Example:

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. 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.

fraydabson,

Awesome stuff! If you do fork or PR for seamless Jellyfin integration let me know! That’d be awesome. I know he’s been super busy lately and hasn’t been able to update as much as he wants.

fraydabson,

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.

With PLEX blocking Hetzner Hosting, I'm thinking of Moving to Jellyfin, but I have some questions. angielski

I use Hetzner as a seedbox and then have PLEX as my media server ran on the same hardware. It’s worked perfectly fine for years. But recently PLEX says they will be blocking Hetzner hosting in the next few weeks. I’ve been considering moving to Jellyfin for a while, but I’m worried they will do the same thing in future....

fraydabson,

I feel like this could mean plex might do the same thing with real Debrid. Time to move over to Jellyfin. Good timing too since I just started using nix os

nevernevermore, do piracy angielski

Any recommendations of streaming app for iphone? I use stremio on all my other devices, and currently just have a tab for movie-web.app on my phone, but looking for a better solution.

fraydabson, (edited )

I use wako with Helios add on and real Debrid. Works great on iOS / iPad OS.

Or if you really wanna get fancy. Set up plex_Debrid and you can use the plex app to watch stuff on your iPhone. This is what I do.

fraydabson,

Sadly no I don’t think monitors support that. Or at least mine doesn’t. The audio menu on the Xbox UI is inaccessible. Unless I have an actual headset plugged in.

Even tried hooking my controller to speaker but that didn’t seem to work.

fraydabson,
fraydabson,

Hmm maybe I did something wrong. I’ll try it again today !

fraydabson,

I heard this is because NVIDIA didn’t fund optimizations. AMD did so it’s running a lot better for them. I said fuck it and bought an Xbox with 2 year payment plan and game pass included. Cause no way my 1080ti is ever gonna play this game that good I don’t think. End of an era.

fraydabson,

Not what I’m hearing. Maybe after some more patches and a new driver.

fraydabson,

Damn what a mess. I was hearing for Linux the mesa driver makes the game run pretty well for AMD cards.

fraydabson,

Wow! Good job getting your 980 to run this! Gives me hope for playing on my PC with cross save in the future!!

fraydabson,

This paired with the Xbox play anywhere system is nice. 2 years of game pass.

fraydabson,

Their uptime is still really impressive

  • Wszystkie
  • Subskrybowane
  • Moderowane
  • Ulubione
  • giereczkowo
  • Spoleczenstwo
  • niusy
  • Pozytywnie
  • Blogi
  • sport
  • lieratura
  • esport
  • Cyfryzacja
  • rowery
  • kino
  • muzyka
  • LGBTQIAP
  • opowiadania
  • slask
  • Psychologia
  • motoryzacja
  • turystyka
  • MiddleEast
  • krakow
  • fediversum
  • zebynieucieklo
  • test1
  • Archiwum
  • FromSilesiaToPolesia
  • NomadOffgrid
  • m0biTech
  • goranko
  • Wszystkie magazyny