cucumberbob

joined 2 years ago
[–] cucumberbob@programming.dev 1 points 2 years ago (2 children)

If OP’s already using jellyfin/plex, alldebrid provides a webDAV server which you can mount with rclone. You can then make symlinks from that mount to your media library.

[–] cucumberbob@programming.dev 3 points 2 years ago* (last edited 2 years ago) (1 children)

Yep, those are 2 different ways to turn media requests from users into something oldx/jellyfin can use.

Might be worth noting that real debrid’s webDAV implementation (the protocol that lets you access the files in your mount) is a little funky, and might get very slow for large libraries (over 1k links), so itsToggle (author of plex_debrid) has a fork of rclone to fix this. There’s also a new project called zurg from the debrid-media-manager people, but it’s closed source, and the devs don’t intend on making it open source.

[–] cucumberbob@programming.dev 13 points 2 years ago* (last edited 2 years ago) (3 children)

One way is to use rclone to mount your Real Debrid link onto your server and run plex/Jellyfin using the remote media. That way all your clients talk to the server, so you’ve only got one connection to RD

RDT-client implements the qBittirrent api so you can point radar/sonar at it, and it will make symlinks from your mount to a structured media directory

Plex_debrid is a python script which is a standalone method to get media onto RD. It can take requests from your plex watchlist or ombi/overseerr and will search trackers to grab the release. As plex is less fussy about the file structure of your media, you can just point plex straight at your mount.

[–] cucumberbob@programming.dev 5 points 2 years ago

They dont. You can ask them though, at least in my country (UK)

You’d be lucky to get breast though. IIRC from the time I worked there, 2/14 pieces are breast per chicken, and if people specify, they usually want breast, so there aren’t many left.

[–] cucumberbob@programming.dev 1 points 2 years ago (1 children)

Sorry maybe I’ve misunderstood your stack. The “typical” plex_debrid stack has the debrid mounted via WebDAV using rclone so plex/jellyfin/whatever can see the stuff on your debrid as though it was a local file, only downloading bits of each file as they’re requested.

The option I suggested lets rclone download to your disk as a cache, which I found mae the experience much smoother

[–] cucumberbob@programming.dev 1 points 2 years ago (3 children)

What args have you passed to rclone? I found setting ‘—vfs-cache-mode full drastically improved streaming performance

[–] cucumberbob@programming.dev 2 points 2 years ago

I use Alldebrid over WebDAV on infuse. The sync times can be incredibly long, opening the magnets folder of my WebDAV takes around 2 minutes with around 300 torrents - around 4k files. You only need to do this long syncing when your library changes, streaming is near instant.

[–] cucumberbob@programming.dev 3 points 2 years ago

Jellyfin is a bit trickier because it requires quite a strict file structure, and most (if not all) debris services don’t let you change the file structure of your drive. Itstoggle is working on an artificial sorting branch for his fork of rclone for real debrid which should be able to rename files for jellyfin to understand

[–] cucumberbob@programming.dev 2 points 2 years ago (1 children)

I use debrid-link. Same thing but it seeds the torrents you download. Same price as well

[–] cucumberbob@programming.dev 4 points 2 years ago (1 children)

Lots of people like them. But as with all split keyboards, your hand shape and typing style will also play a decent role in what keyboard works best for you

[–] cucumberbob@programming.dev 14 points 2 years ago* (last edited 2 years ago)

Continuous.

Instead of jumping from 1 to 2 to 3, we move smoothly across all (typically real) numbers. Obviously this would go to infinity almost every time because there are infinite real numbers between any two distinct real numbers. So instead, we merge it into a bunch of skinny rectangles with their bottom on the x axis and the top at the value of the function for the start of the rectangle. As we shrink the width of the rectangles, it approaches the continuous notion.

Continuous means “smooth” - there are no jumps Discrete means there are jump

Image

view more: ‹ prev next ›