<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>plex — LowEndSpirit DEV</title>
        <link>https://dev.lowendspirit.com/index.php?p=/</link>
        <pubDate>Wed, 08 Apr 2026 21:30:37 +0000</pubDate>
        <language>en</language>
            <description>plex — LowEndSpirit DEV</description>
    <atom:link href="https://dev.lowendspirit.com/index.php?p=/discussions/tagged/plex/feed.rss" rel="self" type="application/rss+xml"/>
    <item>
        <title>Building a home Plex server</title>
        <link>https://dev.lowendspirit.com/index.php?p=/discussion/4170/building-a-home-plex-server</link>
        <pubDate>Sun, 15 May 2022 14:20:02 +0000</pubDate>
        <category>Technical</category>
        <dc:creator>BarryHercules</dc:creator>
        <guid isPermaLink="false">4170@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>I've decided that the time has come to stop paying out of my own pocket to run a Plex server for family, friends and instead I just want to run one for me and the wife inside the home. I know very little about home computer hardware these days as I've exclusively used MacBooks for the last decade, so I'm looking for some suggestions.</p>

<p>I don't expect to need to transcode beyond 1080p (having the option for 4k would be nice, but far from essential), and we're talking 2 simultaneous streams maximum. Storage wise, I have a bunch of big desktop drives knocking about I can use, but I'm not opposed to using a suitably powerful NAS either.</p>

<p>Noise/heat isn't too much of an issue as this will go in my office, but I would prefer something that's not too noisy.</p>

<p>I'm looking to spend about £300-£400, could stretch to £500 if I get some extra bells and whistles.</p>

<p>Does anyone have their own builds they could share or suggestions for suitable hardware that's reasonably easy to purchase?</p>
]]>
        </description>
    </item>
    <item>
        <title>Plex Lifetime Pass £71.24</title>
        <link>https://dev.lowendspirit.com/index.php?p=/discussion/2125/plex-lifetime-pass-71-24</link>
        <pubDate>Wed, 25 Nov 2020 20:14:33 +0000</pubDate>
        <category>Must See Deals</category>
        <dc:creator>cyberhost</dc:creator>
        <guid isPermaLink="false">2125@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Not sure if this is suitable for the forum, but hopefully it will help some of you guys.</p>

<p>Using the coupon SURVIVETHESEASON you can get a Plex Lifetime Pass for £71.25.</p>

<p>Apparently if you use a Brazil VPN (Brazilian Account may also be needed) using the code 375BRL will take it down to £51.71.</p>
]]>
        </description>
    </item>
    <item>
        <title>Plex, rclone mounts and bandwidth usage</title>
        <link>https://dev.lowendspirit.com/index.php?p=/discussion/2185/plex-rclone-mounts-and-bandwidth-usage</link>
        <pubDate>Tue, 01 Dec 2020 15:28:42 +0000</pubDate>
        <category>Technical</category>
        <dc:creator>flips</dc:creator>
        <guid isPermaLink="false">2185@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>I've been having some fun lately, setting up Plex on a new VPS, mounting my music share using <code spellcheck="false" tabindex="0">rclone mount</code>.</p>

<p>I've been using the same setup previously, on a slower node, but with only outbound bandwidth measured. There I mounted my music from pCloud.</p>

<p>On this new node I figured I would try out/use <a href="https://dev.lowendspirit.com/index.php?p=/profile/koofr" rel="nofollow">@koofr</a>. So I mounted the drive, using</p>

<pre spellcheck="false" tabindex="0">/usr/bin/rclone mount --uid 1000 --gid 1000 --syslog --stats 1m \
  -v --allow-other --read-only  myKoofr:/music/ /srv/music/
</pre>

<p>I installed plexmediaserver and added 149 GB of music to the library, from that Koofr-rclone mount.<br />
That triggered Plex to download ~900 GB of data ...<br />
(Actually jumped in at ~600 and tried figuring out what's going on. By then it was halvway through indexing/scanning the library. <a href="https://dev.lowendspirit.com/index.php?p=/profile/AnthonySmith" rel="nofollow">@AnthonySmith</a> suggested I could try to add <code spellcheck="false" tabindex="0">--ignore-checksum</code>, so I did. This might have helped, as it "only" used 300 GB for scanning the last 150 GB.</p>

<p>I also tried pCloud, and I tried adding some more options for caching, using something like this:</p>

<pre spellcheck="false" tabindex="0">/usr/bin/rclone mount --uid 1000 --gid 1000 --syslog --stats 1m \
  --buffer-size 1G --no-modtime --dir-cache-time 90m \
  --cache-dir /tmp/rclone-cache --vfs-cache-mode full \
  --vfs-cache-max-size 1G \
  -v --allow-other --read-only --ignore-checksum \
  my-pcloud:/music/ /srv/music/
</pre>

<p>Still a rescan of my library used <strong>150 GB</strong> of traffic. Maybe <code spellcheck="false" tabindex="0">--no-modtime</code> prevents it from seeing ctime/mtime, so it <em>has</em> to re-download every file to check ... D'oh!  <img src="https://dev.lowendspirit.com/plugins/emojiextender/emoji/twitter/open_mouth.png" title=":o" alt=":o" height="18" /><img src="https://dev.lowendspirit.com/plugins/emojiextender/emoji/twitter/confounded.png" title=":s" alt=":s" height="18" /><img src="https://dev.lowendspirit.com/plugins/emojiextender/emoji/twitter/tongue.png" title=":p" alt=":p" height="18" /></p>

<p>Trying again, a <em>Scan Library Files</em> after removing that option, with only 3 albums (re)added, it seems that still triggered a full re-download ... (Actually waiting for it to finish, but looks like it's downloading a lot.) I would think Plex stored in it's db the timestamps etc, so it wouldn't have to redownload everything every time. <img src="https://dev.lowendspirit.com/plugins/emojiextender/emoji/twitter/astonished.png" title=":astonished:" alt=":astonished:" height="18" /></p>

<p>I've seen recommendations on using sshfs instead, but this makes me curious ... I could of course try davs/dav2s (the cloud providers don't offer ssh, I think). But users like <a href="https://dev.lowendspirit.com/index.php?p=/profile/Mason" rel="nofollow">@Mason</a> and <a href="https://dev.lowendspirit.com/index.php?p=/profile/Wolveix" rel="nofollow">@Wolveix</a> do run rclone (albeit with GSuite, IIRC), so it should be feasible.<br />
If nightly rescan triggers redownload of every file, it's really not very nice ... Not a vital service for me, of course, but it triggers my curiosity. <img src="https://dev.lowendspirit.com/plugins/emojiextender/emoji/twitter/smile.png" title=":)" alt=":)" height="18" /></p>

<p>Maybe I'm missing something obvious, or maybe you have some insight to share on this? <img src="https://dev.lowendspirit.com/plugins/emojiextender/emoji/twitter/smile.png" title=":)" alt=":)" height="18" /></p>
]]>
        </description>
    </item>
    <item>
        <title>PlexPass Lifetime 25% off - Special anniversary</title>
        <link>https://dev.lowendspirit.com/index.php?p=/discussion/115/plexpass-lifetime-25-off-special-anniversary</link>
        <pubDate>Thu, 21 Nov 2019 03:54:39 +0000</pubDate>
        <category>General</category>
        <dc:creator>chocolateshirt</dc:creator>
        <guid isPermaLink="false">115@/index.php?p=/discussions</guid>
        <description><![CDATA[<p><img src="http://talk.lowendspirit.com/uploads/editor/3b/ufxvje53ed3g.jpeg" alt="" title="" /></p>

<blockquote><div>
  <p>Happy birthday to us! Ten years ago, we hired our first Plex employee and officially incorporated as the little media company that could. To celebrate, we’re offering brand spanking new Lifetime Plex Passes* rolled back to 25% off! Available for a limited time.</p>
  
  <p>Use code: PLEX4LIFE at checkout</p>
</div></blockquote>
]]>
        </description>
    </item>
   </channel>
</rss>
