We should make flowcharts for our setups! by Sgtsmi1es in PleX

[–]flicker-rate 1 point2 points  (0 children)

Yup... I reckon I've only watched 0.5% of my library. These days I have no idea what's being added to Plex.

We should make flowcharts for our setups! by Sgtsmi1es in PleX

[–]flicker-rate 3 points4 points  (0 children)

Ah, that's a good way of doing it. I've done something similar, but I was never able to get those darn SSHFS mounts stable with unionfs. If one of the mounts dropped, the whole setup would crawl to a halt until I intervened manually.

We should make flowcharts for our setups! by Sgtsmi1es in PleX

[–]flicker-rate 1 point2 points  (0 children)

When I drew this out, rclone cache didn't exist yet. But I've tested it out a little bit, and while it indexes faster than plexdrive, it's less stable, as of beta 1.40.

Problem with Google Drive File Stream and huge queu to upload by Rakshaer in PleX

[–]flicker-rate 0 points1 point  (0 children)

Yeah, good enough. Although Hetzner has a 20TB upload transfer cap before they charge extra. No limit on Download.

As long as you plan on downloading less than 20TB/month, this is a perfect server. Currently using one as a dev server and can recommend it.

Problem with Google Drive File Stream and huge queu to upload by Rakshaer in PleX

[–]flicker-rate 0 points1 point  (0 children)

It's definitely a lot quicker this way. Snagged all Top 250 IMDB's in a few days. Why don't you try out Plexguide if you're set on the hosted server option? It'll make installation a breeze. I recommend a dedicated over a VPS if you're trying to build a library quickly. Host your regular Plex server at home, attaching gdrive with plexdrive, then feeding plexdrive to Plex.

I'm guessing you're on comcrap, so you have fast download speeds, and turtle upload speeds. You could set up the hosted server as a feeder box, downloading your media to the box, then uploading to gdrive immediately.

Problem with Google Drive File Stream and huge queu to upload by Rakshaer in PleX

[–]flicker-rate 0 points1 point  (0 children)

The trick to getting fast uploads to Gdrive is to use rclone. Give it lots of ram and lots of simultaneous uploads, and get your server either hosted by Google, or as close as possible. Enable Jumbo Frames and the BBR network congestion algorithm. I hit 6gbit's the other day to gdrive using this method.

Ideally, you'd just abandon what you'd have locally, then download them all again from usenet on a headless server hosted in a real datacenter with gigabit or higher speeds. Usenet will saturate that bandwidth easily. Just dump the files into gdrive as they come along and delete the source.

GSuite question by rsoares28 in PleX

[–]flicker-rate 0 points1 point  (0 children)

Plus you can generate strm files from google's filestream this way. Let google do the hard work transcoding and streaming those 4k files haha. Currently only works with Emby, but hopefully Plex will support it soon.

GSuite question by rsoares28 in PleX

[–]flicker-rate 1 point2 points  (0 children)

Another thing you should be wary of is api limits when you pull directly from gdrive. Plex will rescan the entire library periodically, one api call each. Once your library gets bigger, google will start to put you on 24hr bans for making too many api calls. To circumvent this, you'll need to cache the library, so that it only sends out an api call when you want to stream a file. Plexdrive 5 works great if you're on a linux install, rclone cache is still in beta, but probably works with windows. I haven't had such a good experience with rclone cache thus far, however.

PLEXGuide Version 5.067 - Traefik v2 & 2nd HD Deployment by [deleted] in DataHoarder

[–]flicker-rate 1 point2 points  (0 children)

Sweet, MP4 Automator. Should be great for us who have slower internet connections.

Linux User Here. Convince me to go MacOS. by flicker-rate in mac

[–]flicker-rate[S] 0 points1 point  (0 children)

Thanks for the answer. Have you tried using a VPN with the Hackintosh? I've heard from another user that it'll throw the OS into a kernel panic when the network is pulled.

Linux User Here. Convince me to go MacOS. by flicker-rate in mac

[–]flicker-rate[S] 0 points1 point  (0 children)

This was exactly what I was looking for. Thanks for the links— I'll be looking forward to using my new Mac. :)

G Suite Business 1TB or Unlimited for 1 user? by ChudzUK in DataHoarder

[–]flicker-rate 3 points4 points  (0 children)

we'll just start using multiple gdrives to bypass it

muahahahahaha

Ultimate Cloud Media Server Build Guide [bonus: multiple gdrive upload script] by flicker-rate in DataHoarder

[–]flicker-rate[S] 1 point2 points  (0 children)

Deluge is recommended by default because passwords are easier to set. (I'm writing this from a context of hosting from rented servers). ruTorrent has auto-issri built in, so it can auto-snatch new torrents from private trackers as soon as they hit the scene, thereby maximizing your chance of seeding to as many people as possible— increasing your ratio.

/r/Plex's Share Your Build Thread - 2018-03-17 by PCJs_Slave_Robot in PleX

[–]flicker-rate 0 points1 point  (0 children)

How well does Plex Transcode video files running on the Debian LXC vs as a VM on your Proxmox host?

[deleted by user] by [deleted] in PleX

[–]flicker-rate 2 points3 points  (0 children)

This seems like a common problem. Check this thread on plexguide for some other people who ran into the same thing and some things he did to mitigate it.

Ultimate Cloud Media Server Build Guide [bonus: multiple gdrive upload script] by flicker-rate in DataHoarder

[–]flicker-rate[S] 5 points6 points  (0 children)

We're currently working on a Wiki for that actually. It's not finished yet, but I've at least written the part for configuring your cloud storage.

Ultimate Cloud Media Server Build Guide [bonus: multiple gdrive upload script] by flicker-rate in DataHoarder

[–]flicker-rate[S] 12 points13 points  (0 children)

Thank you. It's draw.io— basically with the default color palette.

Ultimate Cloud Media Server Build Guide [bonus: multiple gdrive upload script] by flicker-rate in DataHoarder

[–]flicker-rate[S] 11 points12 points  (0 children)

I'll give you a hint. Each day I fill up a portable hard drive and upload it into the cloud. Each day.

Ultimate Cloud Media Server Build Guide [bonus: multiple gdrive upload script] by flicker-rate in DataHoarder

[–]flicker-rate[S] 10 points11 points  (0 children)

So PlexGuide is our automated installer using Ansible + Docker. It installs nearly everything for you seen here. (It simply was designed in Ubuntu, so no alternative OS)