Speedster
Honorary Master
Not sure what happened, but just noticed my Mircorsoft 365 developer thing has been dumbed up to 25TB. I know it's risky and shouldn't be used for data one can't lose, but it's pretty perfect for my plex server.
South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
Sounds interesting. Been a Jellyfin user mostly. See there is option for Jellyfin, have you ever tried it before or you strictly Plex?
Not sure what happened, but just noticed my Mircorsoft 365 developer thing has been dumbed up to 25TB. I know it's risky and shouldn't be used for data one can't lose, but it's pretty perfect for my plex server.
And just like that it's back to 5TBI actually used both but mainly use Plex now because I have Plex Pass Lifetime now.
I believe you can request it. Mine is still locked down on 5TB
free oracle server? Pease explain?Yes everything works exactly the same way on the free Oracle server.
Are illegal stremaing still a thing? thought between disney, netflix, prime and showmax people can watch all the content they need?I will write up something.
I have 2 realdebrid accounts.
I mount them with this rclone fork using the RealDebrid API. GitHub - itsToggle/rclone_RD: RClone Fork that implements RealDebrid
So for faster scanning and to reduce the api hits to RealDebrid I use 2 account. 1st account is for HD Movies and 4k Shows and the other account is for 4K Movies and HD Shows. This balances it out a bit and splits the api calls between the 2.
Mounting both at /home/cavedog/realdebrid/rd1 and /home/cavedog/realdebrid/rd2. and thios forks sorts movies and shows into 2 different folders which are nice. I use the rclone filers to --include **2160p** and --exclude **2160p**
Now it's just a matter of setting up the libraries in plex to pull for these folders correctly which is pretty easy.
Content is the biggest issue especially now that RARBG is no more. TorrentGalaxy is the best but GalaxyFence blocks your IP very fast when you excessively call the API and hits you with a captcha.
So I use a bunch of ways to get the content. 1. Plex-debrid 2. Sonarr/Radarr 3. Manual
1. Plex_debrid is a python tool that works well GitHub - itsToggle/plex_debrid: Plex torrent streaming through Debrid Services. but it's not perfect. With Overseerr for requests so everyone can request in overseerr but I have overseerr set to monitor plex users watch list to auto request those shows.
2. Arr works but the limitation being it can't keep monitoring series and it doesn't know what fails. I set it up to dump .torrent and .magnet files in a watch folder and with RDTClient it takes those files and sends it to RealDebrid without downloading them
3. Manual is the best way to get decent packs and remux releases from Torrent Galaxy. On my local machine I also run rdtclient to dump them there or just use a browser addon to send it directly to realdebrid and just trigger a manual scan in plex.
I host this locally on a dedicated 400/400 MetroFibre line on a mini server in my apartment. Everyone can stream from it without any issues.
Limitations:
No Arr monitoring for failed download. RealDebrid storage meaning if they delete it's gone or you need to re-download the torrent on Realdebrid. Infringing torrents fail to add. Some manual process to get the most content on plex.
Advantages:
Only 4 Euro a month per sub or 16 per 6 months. 32 connections per account so adding more accounts creates more connections. Local JHB server only 2ms away. Practically unlimited storage as you can now have 10 versions of each file without having to stress about storage. Streams pretty fast directly from Realdebrid no api limits like gdrive.
free oracle server? Pease explain?
Ahh neat. i wonder if these servers can mine moneroDo you want a free VPS? - Always free - from Oracle
So I'm just about to get this up and started. I'm sharing the basic tutorial here and how you could sign up. A small temporary fee of 1EUR is charged to verify the account, but it gets paid back. The system is always free, until you decide to upgrade...mybroadband.co.za
I will write up something.
I have 2 realdebrid accounts.
I mount them with this rclone fork using the RealDebrid API. GitHub - itsToggle/rclone_RD: RClone Fork that implements RealDebrid
So for faster scanning and to reduce the api hits to RealDebrid I use 2 account. 1st account is for HD Movies and 4k Shows and the other account is for 4K Movies and HD Shows. This balances it out a bit and splits the api calls between the 2.
Mounting both at /home/cavedog/realdebrid/rd1 and /home/cavedog/realdebrid/rd2. and thios forks sorts movies and shows into 2 different folders which are nice. I use the rclone filers to --include **2160p** and --exclude **2160p**
Now it's just a matter of setting up the libraries in plex to pull for these folders correctly which is pretty easy.
Content is the biggest issue especially now that RARBG is no more. TorrentGalaxy is the best but GalaxyFence blocks your IP very fast when you excessively call the API and hits you with a captcha.
So I use a bunch of ways to get the content. 1. Plex-debrid 2. Sonarr/Radarr 3. Manual
1. Plex_debrid is a python tool that works well GitHub - itsToggle/plex_debrid: Plex torrent streaming through Debrid Services. but it's not perfect. With Overseerr for requests so everyone can request in overseerr but I have overseerr set to monitor plex users watch list to auto request those shows.
2. Arr works but the limitation being it can't keep monitoring series and it doesn't know what fails. I set it up to dump .torrent and .magnet files in a watch folder and with RDTClient it takes those files and sends it to RealDebrid without downloading them
3. Manual is the best way to get decent packs and remux releases from Torrent Galaxy. On my local machine I also run rdtclient to dump them there or just use a browser addon to send it directly to realdebrid and just trigger a manual scan in plex.
I host this locally on a dedicated 400/400 MetroFibre line on a mini server in my apartment. Everyone can stream from it without any issues.
Limitations:
No Arr monitoring for failed download. RealDebrid storage meaning if they delete it's gone or you need to re-download the torrent on Realdebrid. Infringing torrents fail to add. Some manual process to get the most content on plex.
Advantages:
Only 4 Euro a month per sub or 16 per 6 months. 32 connections per account so adding more accounts creates more connections. Local JHB server only 2ms away. Practically unlimited storage as you can now have 10 versions of each file without having to stress about storage. Streams pretty fast directly from Realdebrid no api limits like gdrive.
Damn what I've been wanting to doItstoggle developed a pretty decent change to the rclone fork for Real-Debrid
You can now move files and folders around in the mount and rename them.
![]()
Release v1.58.1-rd.2.2 · itsToggle/rclone_RD
Changelog: fixed some bugs that could occur if no status code was returned Android Build: No android build for this version for now, as there currently is a new rcx fork under developement. ...github.com
It uses a sorting file and works relatively well.
Damn what I've been wanting to do
Makes scanning folders for content much more accurateHere is a demo video not very clear
Looks decent. You can now sort everything in the mounted folder. Very cool.
Makes scanning folders for content much more accurate
Itstoggle developed a pretty decent change to the rclone fork for Real-Debrid
You can now move files and folders around in the mount and rename them.
![]()
Release v1.58.1-rd.2.2 · itsToggle/rclone_RD
Changelog: fixed some bugs that could occur if no status code was returned Android Build: No android build for this version for now, as there currently is a new rcx fork under developement. ...github.com
It uses a sorting file and works relatively well.
mmm sounds interestingHas anyone tried opendrive?
If it's rclone encrypted can they detect if it's media files?
View attachment 1583186
who has the strongest rclone mount for google drive on oracle free?
i'm using this: rclone mount google:/ /mnt/shared/fusemounts/google --timeout 1h --tpslimit 10 --dir-cache-time 5m --vfs-cache-mode writes --vfs-cache-max-age 1h --vfs-cache-max-size 30G --vfs-read-chunk-size-limit 1024M --vfs-read-chunk-size 26M --buffer-size 16M --cache-dir /mnt/shared/config/rclone/cache --allow-other --gid 911 --uid 911
anyone have better options for the massice RAM we have?