<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Plex Archives - Lon Seidman &amp; Lon.TV Blog</title>
	<atom:link href="https://blog.lon.tv/tag/plex/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.lon.tv/tag/plex/</link>
	<description>Tech &#38; Commentary from Lon Seidman of Lon.TV</description>
	<lastBuildDate>Sat, 30 May 2026 15:15:51 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://i0.wp.com/blog.lon.tv/wp-content/uploads/2022/05/cropped-android-chrome-512x512-1.png?fit=32%2C32&#038;ssl=1</url>
	<title>Plex Archives - Lon Seidman &amp; Lon.TV Blog</title>
	<link>https://blog.lon.tv/tag/plex/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">206028373</site>	<item>
		<title>Using AI to Organize and Curate My Plex Library ! (sponsored post)</title>
		<link>https://blog.lon.tv/2026/05/30/using-ai-to-organize-and-curate-my-plex-library-sponsored-post/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sat, 30 May 2026 15:15:50 +0000</pubDate>
				<category><![CDATA[video]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[Plex]]></category>
		<guid isPermaLink="false">https://blog.lon.tv/?p=4970</guid>

					<description><![CDATA[<p><center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2026/05/plex-thumb.jpg?fit=400%2C225&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>Many media server enthusiasts like me spend more time managing our libraries than actually consuming the content within them. I recently looked into whether artificial intelligence could streamline this process, specifically within the Plex ecosystem. In my latest monthly sponsored Plex video, I install a Plex MCP and connect Open AI&#8217;s Codex to see what &#8230; <a href="https://blog.lon.tv/2026/05/30/using-ai-to-organize-and-curate-my-plex-library-sponsored-post/" class="more-link">Continue reading <span class="screen-reader-text">Using AI to Organize and Curate My Plex Library ! (sponsored post)</span></a></p>
<p>
]]></description>
										<content:encoded><![CDATA[<center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2026/05/plex-thumb.jpg?fit=400%2C225&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>
<p class="wp-block-paragraph">Many media server enthusiasts like me spend more time managing our libraries than actually consuming the content within them. I recently looked into whether artificial intelligence could streamline this process, specifically within the Plex ecosystem. </p>



<p class="wp-block-paragraph"><a href="https://www.youtube.com/watch?v=2NrDi6SNVII">In my latest monthly sponsored Plex video, I install a Plex MCP and connect Open AI&#8217;s Codex to see what we can do. </a></p>







<p class="wp-block-paragraph">My goal was to see if AI could handle the organizational tasks that usually require manual input, such as curating specific story arcs or generating recommendations based on viewing history. </p>



<p class="wp-block-paragraph">The bridge between the AI and the media server is a <a href="https://github.com/niavasha/plex-mcp-server">Model Context Protocol (MCP) </a>server. MCPs in this context connect an AI desktop client—such as OpenAI’s Codex, Claude Desktop, or Gemini—to a local Plex instance. Setting this up requires a Plex token, which is accessible through the XML info of any media item in the library. Once the token is dropped into the configuration screen, the AI can interact with the server’s data through plain English commands. I demo this in the video.</p>



<p class="wp-block-paragraph">One practical test involved creating a playlist for a specific narrative arc within Star Trek: Deep Space Nine. Rather than manually selecting episodes that contribute to the &#8220;Dominion War&#8221; storyline, I provided the AI with a text file containing an episode list sourced <a href="https://lon.tv/ds9dominion">from a Reddit discussion</a>. The system generated a sequential playlist in approximately ninety seconds. Beyond simple lists, the AI can also aggregate data from the web. I asked it to research the highest-rated episodes of Star Trek: The Next Generation across multiple sources and build a playlist based on those aggregate ratings. While this research-heavy task took several minutes, it resulted in a curated selection based on external critical consensus without any manual sorting or list creation on my part.</p>



<p class="wp-block-paragraph">The utility extends to music as well. I requested a smart playlist for 1980s pop music. By defining the decade and genre in a simple prompt, the AI configured the metadata filters within Plex to include tracks from 1980 to 1989 categorized as pop or rock. Because it was set up as a smart playlist, it automatically updates whenever new tracks fitting those criteria are added to the library in the future. This replaces the need to navigate through various menu layers to set up complex filtering rules.</p>



<p class="wp-block-paragraph">Analysis of viewing habits is another area where the AI provides utility. By accessing watch history, the system can identify content that has been overlooked. For instance, I asked it to find episodes of a specific children’s show, Bluey, that had the lowest view counts to find episodes my children might have missed. It can also cross-reference a watch list with a viewing history to suggest new series. When I requested science fiction recommendations, the AI suggested several shows I had not yet watched, such as Farscape and Babylon 5. It then added these items to my Plex watch list upon request and identified which streaming services currently host them.</p>



<p class="wp-block-paragraph">For those interested in more advanced automation, the AI can be used to monitor upcoming releases of TV shows and movies. I currently use a routine that scans my watch list every morning and sends an email notification when new episodes of my tracked shows are scheduled to return to streaming services or broadcast. </p>



<p class="wp-block-paragraph">By using an AI as an intermediary, the technical burden of database management is replaced by a conversational interface. It&#8217;s a definite time saver and fun to play with! </p>



<p class="wp-block-paragraph"><a href="https://lon.tv/plexhdhr">See more of my Plex content here!</a></p>
<p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4970</post-id>	</item>
		<item>
		<title>Plex at a Crossroads?</title>
		<link>https://blog.lon.tv/2026/05/24/plex-at-a-crossroads/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 24 May 2026 12:32:09 +0000</pubDate>
				<category><![CDATA[video]]></category>
		<category><![CDATA[analysis]]></category>
		<category><![CDATA[Plex]]></category>
		<guid isPermaLink="false">https://blog.lon.tv/?p=4959</guid>

					<description><![CDATA[<p><center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2026/05/plexthumb.jpg?fit=400%2C225&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>I have spent a significant amount of time covering the evolution of Plex, both as a user of over a decade and as a creator covering the home media space. I got my lifetime Plex Pass in 2015 and have been a user of Plex longer than that. Recently, the company announced a substantial shift &#8230; <a href="https://blog.lon.tv/2026/05/24/plex-at-a-crossroads/" class="more-link">Continue reading <span class="screen-reader-text">Plex at a Crossroads?</span></a></p>
<p>
]]></description>
										<content:encoded><![CDATA[<center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2026/05/plexthumb.jpg?fit=400%2C225&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>
<p class="wp-block-paragraph">I have spent a significant amount of time covering the evolution of Plex, both as a user of over a decade and as a creator covering the home media space. I got my lifetime Plex Pass in 2015 and have been a user of Plex longer than that. </p>



<p class="wp-block-paragraph">Recently, the company announced a substantial shift in its pricing model that signals a turning point for its original core product. On July 1, the cost of a lifetime Plex Pass will increase from $250 to $750. This move effectively positions the lifetime license as a deterrent rather than an incentive, clearly designed to steer new users toward recurring monthly or annual subscriptions.</p>



<p class="wp-block-paragraph"><a href="https://www.youtube.com/watch?v=RXUZhlavv2U">In my latest video, </a>I take a look at this new strategy and provide some of my own analysis on why Plex is doing this. While I have maintained a long-standing sponsorship relationship with Plex, my analysis of this change is based entirely on my own research and opinion &#8211; I did not have any input from the company. </p>







<p class="wp-block-paragraph">It is important to distinguish between the two halves of the current Plex ecosystem: the free, ad-supported streaming side that offers live channels and on-demand content, and the personal media server software that they started with in 2008. This price hike affects only the latter, and specifically the premium features associated with the media server.</p>



<p class="wp-block-paragraph">When the lifetime subscription <a href="https://lon.tv/plex2012">was introduced in 2012</a>, it served a specific purpose. As a small startup, Plex needed to demonstrate a paying user base to investors while catering to a community that traditionally avoids subscription models. Plex initially offered the Plex Pass at $3.99 a month, but received backlash from users who preferred on a one-time purchase. So Plex offered a limited time $75 lifetime license that later became a permanent offering. </p>



<p class="wp-block-paragraph">My own data collection suggests that this early success has created a long-term sustainability issue. In a recent <a href="https://lon.tv/plexpoll">informal poll of my audience</a>, 91% of Plex Pass holders reported being on a lifetime plan, many of whom paid once a 5-10 years ago and have not had to pay more since, despite receiving constant software updates and server maintenance.</p>



<figure class="wp-block-image size-large"><img style="max-width:500px;height:auto;" data-recalc-dims="1" fetchpriority="high" decoding="async" width="500"  src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2026/05/plexpoll.png?resize=660%2C323&#038;ssl=1" alt="" class="wp-image-4962" srcset="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2026/05/plexpoll.png?resize=1024%2C501&amp;ssl=1 1024w, https://i0.wp.com/blog.lon.tv/wp-content/uploads/2026/05/plexpoll.png?resize=400%2C196&amp;ssl=1 400w, https://i0.wp.com/blog.lon.tv/wp-content/uploads/2026/05/plexpoll.png?resize=768%2C376&amp;ssl=1 768w, https://i0.wp.com/blog.lon.tv/wp-content/uploads/2026/05/plexpoll.png?w=1300&amp;ssl=1 1300w" sizes="(max-width: 660px) 100vw, 660px" /></figure>



<p class="wp-block-paragraph">Maintaining a modern media server is an expensive endeavor involving a team of developers in a competitive labor marketplace. From a strictly economic standpoint, the lifetime model has ceased to be viable for the personal media server side of the business. While the sky was the limit in 2012 for new users, one could argue that today that potential market is a lot smaller due to most potential users being acquired, and generational differences in how Gen Z and Alpha consume media. </p>



<p class="wp-block-paragraph">We are seeing Plex react to this by shifting its focus toward the &#8220;FAST&#8221; (Free Ad-supported Streaming Television) market. Industry data shows these channels <a href="https://lon.tv/fastgrowth">now capture nearly 7% of U.S. television viewing</a>, a sector worth billions in potential ad revenue.</p>



<p class="wp-block-paragraph">A look at the company’s recent history of investment confirms this shift. After years of modest growth, Plex received significant infusions of cash—totaling tens of millions of dollars—starting around 2021. These investments coincided with their pivot toward global streaming and ad-supported video. Today, the Plex homepage barely mentions personal media servers, focusing instead on content discovery and streaming. </p>



<p class="wp-block-paragraph">This leads to a question about the future of the home server. If the new pricing fails to convert users into recurring subscribers, the company may reach a crossroads. One potential path is the &#8220;minimally viable server&#8221; model. We are already seeing hints of this through the release of a <a href="https://www.plex.tv/blog/the-future-of-plex-focused-streamlined-and-ready-for-feedback/">robust open API,</a> which allows third-party developers to create their own client interfaces. Apps like <a href="https://plezy.app/">Plezy</a> are already utilizing this, offering a streamlined, community-driven experience that connects to the Plex backend without the streaming additions.</p>



<p class="wp-block-paragraph">Ultimately, the personal media server is likely to survive, but its form may change. Whether it remains a primary focus of development or becomes a backend utility for independent developers will depend on how many new users are willing to trade the one-time payment for a monthly commitment. For those of us who have relied on the platform for years, the next year will reveal exactly how Plex intends to balance its roots with its aspirations for the mass market.</p>
<p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4959</post-id>	</item>
		<item>
		<title>OSMC Vero V Review: A Legit Nvidia Shield Alternative for Plex?</title>
		<link>https://blog.lon.tv/2026/04/28/osmc-vero-v-review-a-legit-nvidia-shield-alternative-for-plex/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 28 Apr 2026 15:43:02 +0000</pubDate>
				<category><![CDATA[video]]></category>
		<category><![CDATA[Plex]]></category>
		<category><![CDATA[review]]></category>
		<guid isPermaLink="false">https://blog.lon.tv/?p=4898</guid>

					<description><![CDATA[<p><center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2026/04/VeroV-for-thumb-scaled.jpg?fit=400%2C225&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>For some time, my search for a media player that matches the capabilities of the Nvidia Shield has come up mostly empty. The goal is usually the same: find a device that handles Dolby Vision Profile 7 and Profile 5, lossless Dolby and DTS audio, and 24p frame rate switching without requiring significant technical workarounds. &#8230; <a href="https://blog.lon.tv/2026/04/28/osmc-vero-v-review-a-legit-nvidia-shield-alternative-for-plex/" class="more-link">Continue reading <span class="screen-reader-text">OSMC Vero V Review: A Legit Nvidia Shield Alternative for Plex?</span></a></p>
<p>
]]></description>
										<content:encoded><![CDATA[<center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2026/04/VeroV-for-thumb-scaled.jpg?fit=400%2C225&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>
<p class="wp-block-paragraph">For some time, my search for a media player that matches the capabilities of the Nvidia Shield has come up mostly empty. The goal is usually the same: find a device that handles Dolby Vision Profile 7 and Profile 5, lossless Dolby and DTS audio, and 24p frame rate switching without requiring significant technical workarounds. </p>



<p class="wp-block-paragraph">While I have previously examined devices like the <a href="https://blog.lon.tv/2025/05/11/the-ugoos-am6b-tv-streaming-box-could-be-a-shield-alternative/" type="post" id="4002">Ugoos AM6B+</a>, they often required a level of modification that made them less than user-friendly. But the other day I picked up a Vero V, a device from the open-source <a href="https://osmc.tv/">OSMC project</a> that is being positioned as a dedicated high-end player for media enthusiasts.</p>



<p class="wp-block-paragraph"><a href="https://www.youtube.com/watch?v=9ombFsEjYaw">Check it out in my latest video!</a></p>







<p class="wp-block-paragraph">The Vero V is priced at approximately $200 and <a href="https://osmc.tv/vero/">must be imported from the UK</a>, which puts it at around the same price point as the Nvidia Shield. Unlike the Shield, which runs on Android TV, the Vero 5 is built on a minimal Linux installation running the OSMC fork of the Kodi media player. This means it lacks mainstream streaming applications like Netflix or Disney Plus. It is a specialized tool intended for playing back local media or files served from a home server.</p>



<p class="wp-block-paragraph">The Vero V has an AM Logic S905X4 processor, 4GB of RAM, and 32GB of storage. While the Wi-Fi is limited to 802.11 AC, the inclusion of a gigabit Ethernet port provides the necessary stability for high-bitrate 4K files. On the back, it features HDMI, optical audio, and analog outputs, alongside USB 3.0 and 2.0 ports. In my testing, the device booted into its interface in under 30 seconds, and the setup process for audio passthrough and resolution switching was straightforward within the OSMC menus.</p>



<p class="wp-block-paragraph">Since there is no native Plex application for OSMC, I utilized the <a href="https://kodi.tv/addons/omega/script.plexmod/">PM4K for Plex add-on</a>. The interface differs slightly from the standard Plex client but remains functional, maintaining metadata, watch history, and library organization. During playback tests, the Vero V handled Dolby Vision Profile 7 and Profile 5, as well as lossless formats like Dolby Atmos, TrueHD, and DTS:X. It also demonstrated capable tone mapping when playing HDR content on a standard 4K display.</p>



<p class="wp-block-paragraph">A significant point of discussion for enthusiasts is the level of Dolby Vision support. Currently, the Vero 5 supports the Minimum Enhancement Layer (MEL), which is comparable to the Nvidia Shield’s capabilities. However, the developers are testing a beta firmware that aims to support the <a href="https://lon.tv/verofel">Full Enhancement Layer (FEL)</a>, a feature typically found only on standalone 4k Blu-ray players. </p>



<p class="wp-block-paragraph">Choosing between this and more established hardware depends largely on one&#8217;s specific needs. The Nvidia Shield remains a more versatile device for those who want a single box for both Plex and subscription streaming services. Nvidia&#8217;s CEO, Jensen Huang, recently promised to support the Shield <a href="https://lon.tv/shieldfuture">&#8220;for as long as we shall live&#8221;</a> given his personal affinity for the now decade-old media player. </p>



<p class="wp-block-paragraph">However, for those looking for a dedicated player supported by an active community of enthusiasts, the Vero V serves as a reliable alternative that functions effectively right out of the box. Having a hardware option that does not rely on a large corporate ecosystem provides a certain level of security for the future of high-end home media playback.</p>
<p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4898</post-id>	</item>
		<item>
		<title>Vibe Coding New Plex Apps ! (sponsored post)</title>
		<link>https://blog.lon.tv/2026/03/29/vibe-coding-new-plex-apps-sponsored-post/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 29 Mar 2026 12:51:22 +0000</pubDate>
				<category><![CDATA[video]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[Plex]]></category>
		<guid isPermaLink="false">https://blog.lon.tv/?p=4826</guid>

					<description><![CDATA[<p><center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2026/03/vibecoding-scaled.jpg?fit=400%2C223&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>For this month&#8217;s sponsored Plex video, I examined the process of integrating the Plex API with AI coding assistants like Claude and Google Gemini. The primary objective was to determine whether natural language prompts could generate functional applications to control and analyze data on my local Plex media server. See it in action in my &#8230; <a href="https://blog.lon.tv/2026/03/29/vibe-coding-new-plex-apps-sponsored-post/" class="more-link">Continue reading <span class="screen-reader-text">Vibe Coding New Plex Apps ! (sponsored post)</span></a></p>
<p>
]]></description>
										<content:encoded><![CDATA[<center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2026/03/vibecoding-scaled.jpg?fit=400%2C223&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>
<p class="wp-block-paragraph">For this month&#8217;s sponsored Plex video, I examined the process of integrating the Plex API with AI coding assistants like Claude and Google Gemini. The primary objective was to determine whether natural language prompts could generate functional applications to control and analyze data on my local Plex media server.</p>



<p class="wp-block-paragraph"><a href="https://www.youtube.com/watch?v=VagLLKvYKWY">See it in action in my video!</a></p>







<p class="wp-block-paragraph">The development setup was relatively straightforward. I accessed the <a href="https://developer.plex.tv/pms/">Plex Media Server API documentation</a> and downloaded the OpenAPI specification, which resulted in a single JSON file. After placing this file in a dedicated local directory, I instructed Claude’s coding application to reference it for API structure. </p>



<p class="wp-block-paragraph">I tested this approach with Claude Code, ChatGPT’s Codex, and Gemini’s command-line interface on a Mac. All three tools successfully read the JSON file, interpreted the API requirements, and edited the application files directly on my local machine. Since these applications were designed to run locally, standard authentication was bypassed in favor of a Plex token. This token can be retrieved by viewing the XML data of any media item within the Plex web interface and extracting the character string from the resulting URL. You can see how to do that in the video.</p>



<figure class="wp-block-image size-large"><img style="max-width:500px;height:auto;" data-recalc-dims="1" loading="lazy" decoding="async" width="500"  src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2026/03/Plex-Vibe-Code.jpg?resize=660%2C415&#038;ssl=1" alt="" class="wp-image-4829" srcset="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2026/03/Plex-Vibe-Code.jpg?resize=1024%2C644&amp;ssl=1 1024w, https://i0.wp.com/blog.lon.tv/wp-content/uploads/2026/03/Plex-Vibe-Code.jpg?resize=400%2C251&amp;ssl=1 400w, https://i0.wp.com/blog.lon.tv/wp-content/uploads/2026/03/Plex-Vibe-Code.jpg?resize=768%2C483&amp;ssl=1 768w, https://i0.wp.com/blog.lon.tv/wp-content/uploads/2026/03/Plex-Vibe-Code.jpg?resize=1536%2C965&amp;ssl=1 1536w, https://i0.wp.com/blog.lon.tv/wp-content/uploads/2026/03/Plex-Vibe-Code.jpg?resize=2048%2C1287&amp;ssl=1 2048w, https://i0.wp.com/blog.lon.tv/wp-content/uploads/2026/03/Plex-Vibe-Code.jpg?w=1320&amp;ssl=1 1320w, https://i0.wp.com/blog.lon.tv/wp-content/uploads/2026/03/Plex-Vibe-Code.jpg?w=1980&amp;ssl=1 1980w" sizes="auto, (max-width: 660px) 100vw, 660px" /></figure>



<p class="wp-block-paragraph">The initial test was a swipe-based media selection tool. I requested an interface that presented random movie recommendations, where swiping right would immediately trigger playback on an Android TV client. Claude generated the core functionality on the first attempt, requiring only minor debugging to ensure the player execution command operated correctly. By default, the coding tools tended to write the web applications in NodeJS. However, to utilize an existing web server on a Synology NAS, I instructed the AI to rewrite a subsequent project in PHP.</p>



<figure class="wp-block-image size-large"><img style="max-width:500px;height:auto;" data-recalc-dims="1" loading="lazy" decoding="async" width="500"  src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2026/03/juekbox.jpg?resize=660%2C721&#038;ssl=1" alt="" class="wp-image-4830" srcset="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2026/03/juekbox.jpg?resize=937%2C1024&amp;ssl=1 937w, https://i0.wp.com/blog.lon.tv/wp-content/uploads/2026/03/juekbox.jpg?resize=366%2C400&amp;ssl=1 366w, https://i0.wp.com/blog.lon.tv/wp-content/uploads/2026/03/juekbox.jpg?resize=768%2C840&amp;ssl=1 768w, https://i0.wp.com/blog.lon.tv/wp-content/uploads/2026/03/juekbox.jpg?resize=1405%2C1536&amp;ssl=1 1405w, https://i0.wp.com/blog.lon.tv/wp-content/uploads/2026/03/juekbox.jpg?resize=1874%2C2048&amp;ssl=1 1874w, https://i0.wp.com/blog.lon.tv/wp-content/uploads/2026/03/juekbox.jpg?w=1922&amp;ssl=1 1922w, https://i0.wp.com/blog.lon.tv/wp-content/uploads/2026/03/juekbox.jpg?w=1320&amp;ssl=1 1320w" sizes="auto, (max-width: 660px) 100vw, 660px" /></figure>



<p class="wp-block-paragraph">This PHP project resulted in a jukebox-style application designed for multiple users on a local network to add songs to a Plexamp que. By scanning a QR code, users access a client screen on their mobile devices where they can search my server&#8217;s music library and submit song requests. As the administrator, I monitor the queue from an admin interface and have the ability to reorder the requested tracks, shifting specific songs up or down the playback list before they route through Plexamp.</p>



<figure class="wp-block-image size-large"><img style="max-width:500px;height:auto;" data-recalc-dims="1" loading="lazy" decoding="async" width="500"  src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2026/03/plexwrapped.jpg?resize=660%2C371&#038;ssl=1" alt="" class="wp-image-4832" srcset="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2026/03/plexwrapped-scaled.jpg?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/blog.lon.tv/wp-content/uploads/2026/03/plexwrapped-scaled.jpg?resize=400%2C225&amp;ssl=1 400w, https://i0.wp.com/blog.lon.tv/wp-content/uploads/2026/03/plexwrapped-scaled.jpg?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/blog.lon.tv/wp-content/uploads/2026/03/plexwrapped-scaled.jpg?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/blog.lon.tv/wp-content/uploads/2026/03/plexwrapped-scaled.jpg?resize=2048%2C1152&amp;ssl=1 2048w, https://i0.wp.com/blog.lon.tv/wp-content/uploads/2026/03/plexwrapped-scaled.jpg?w=1320&amp;ssl=1 1320w, https://i0.wp.com/blog.lon.tv/wp-content/uploads/2026/03/plexwrapped-scaled.jpg?w=1980&amp;ssl=1 1980w" sizes="auto, (max-width: 660px) 100vw, 660px" /></figure>



<p class="wp-block-paragraph">Subsequent experiments focused on data retrieval and display. I directed the AI to build a statistics dashboard that analyzed my viewing habits over the past year. By programming the app to filter out content consumed by my children, it generated a localized report on my specific media consumption patterns and active viewing days. </p>



<figure class="wp-block-image size-large"><img style="max-width:500px;height:auto;" data-recalc-dims="1" loading="lazy" decoding="async" width="500"  src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2026/03/plexnowplaying.jpg?resize=660%2C371&#038;ssl=1" alt="" class="wp-image-4831" srcset="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2026/03/plexnowplaying-scaled.jpg?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/blog.lon.tv/wp-content/uploads/2026/03/plexnowplaying-scaled.jpg?resize=400%2C225&amp;ssl=1 400w, https://i0.wp.com/blog.lon.tv/wp-content/uploads/2026/03/plexnowplaying-scaled.jpg?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/blog.lon.tv/wp-content/uploads/2026/03/plexnowplaying-scaled.jpg?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/blog.lon.tv/wp-content/uploads/2026/03/plexnowplaying-scaled.jpg?resize=2048%2C1152&amp;ssl=1 2048w, https://i0.wp.com/blog.lon.tv/wp-content/uploads/2026/03/plexnowplaying-scaled.jpg?w=1320&amp;ssl=1 1320w, https://i0.wp.com/blog.lon.tv/wp-content/uploads/2026/03/plexnowplaying-scaled.jpg?w=1980&amp;ssl=1 1980w" sizes="auto, (max-width: 660px) 100vw, 660px" /></figure>



<p class="wp-block-paragraph">A final application served as a digital &#8220;Now Playing&#8221; marquee. It queries the server to display the current media&#8217;s thumbnail and a progress bar, while simultaneously pulling a list of similar titles from the library. Clicking any of the recommended titles halts the current video and initiates playback of the new selection.</p>



<p class="wp-block-paragraph">My initial experiments suggest the barrier to entry for developing customized Plex experiences has lowered significantly. Where interacting with a platform’s API once demanded fluency in specific programming languages, I found that natural language processing models now act as a functional bridge between raw documentation and executable code. </p>



<p class="wp-block-paragraph">Moving forward, the integration of Model Context Protocol (MCP) to instruct the AI on Plex&#8217;s API instructions will likely make things more efficient especially for those on constrained token limits with their AI provider. I&#8217;ve found Gemini Pro&#8217;s command line interface to be pretty generous in its token allocations. </p>



<p class="wp-block-paragraph">See more of my <a href="http://lon.tv/plexhdhr">Plex</a> content here! </p>
<p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4826</post-id>	</item>
		<item>
		<title>The Nostalgia TV for Plex App Turns Your Plex Meida into a Retro Cable TV Experience! (sponsored post)</title>
		<link>https://blog.lon.tv/2026/02/21/the-nostalgia-tv-for-plex-app-turns-your-plex-meida-into-a-retro-cable-tv-experience-sponsored-post/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 22 Feb 2026 02:05:09 +0000</pubDate>
				<category><![CDATA[video]]></category>
		<category><![CDATA[Plex]]></category>
		<guid isPermaLink="false">https://blog.lon.tv/?p=4745</guid>

					<description><![CDATA[<p><center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2026/02/Nostalgia-tv-for-thumb-scaled.jpg?fit=400%2C225&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>My latest sponsored Plex post takes a look at Nostalgia TV, an independent application that provides an alternative user interface for Plex media servers. While not an official Plex product, the app utilizes the Plex API to connect to a user&#8217;s existing libraries and present content through a 1990s-style cable television interface. This allows users &#8230; <a href="https://blog.lon.tv/2026/02/21/the-nostalgia-tv-for-plex-app-turns-your-plex-meida-into-a-retro-cable-tv-experience-sponsored-post/" class="more-link">Continue reading <span class="screen-reader-text">The Nostalgia TV for Plex App Turns Your Plex Meida into a Retro Cable TV Experience! (sponsored post)</span></a></p>
<p>
]]></description>
										<content:encoded><![CDATA[<center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2026/02/Nostalgia-tv-for-thumb-scaled.jpg?fit=400%2C225&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>
<p class="wp-block-paragraph">My latest sponsored Plex post takes a look at Nostalgia TV, an independent application that provides an alternative user interface for Plex media servers. While not an official Plex product, the app utilizes the <a href="https://developer.plex.tv/">Plex API</a> to connect to a user&#8217;s existing libraries and present content through a 1990s-style cable television interface. This allows users to view their own media files as a series of linear, &#8220;live&#8221; broadcast channels.</p>



<p class="wp-block-paragraph"><a href="https://www.youtube.com/watch?v=VkyFbzDk1JM">Check it out in the video here!</a></p>







<p class="wp-block-paragraph">The application is currently available only for Android and runs on both mobile devices and television-based hardware. <a href="https://play.google.com/store/apps/details?id=com.nostalgiatv&amp;hl=en_US">You can find it on the Google Play store here.</a></p>



<p class="wp-block-paragraph">Setting it up is relatively straightforward compared to other <a href="https://blog.lon.tv/2025/06/01/make-your-own-streaming-tv-channels-with-plex-and-ersatztv-sponsored-post/" type="post" id="4066">similar tools</a>; it does not require additional server-side installations like Docker. Once the app is pointed toward a Plex server and specific libraries are selected, it automatically generates a variety of themed channels. On the free tier, users have access to about five or six channels that match content based on library metadata, such as children&#8217;s programming or specific movie genres.</p>



<p class="wp-block-paragraph">A pro version is available for a one-time fee of $20, which unlocks deeper customization and additional features. This includes the ability to add or remove channels, change the visual theme—ranging from a &#8220;Rad Lad&#8221; 80s monitor style to a more polished &#8220;Premium&#8221; look—and enable commercial breaks. These commercials are pulled from a user&#8217;s own designated Plex library and serve to pad the timing of shows so they stick to 15-minute scheduling increments.</p>



<p class="wp-block-paragraph">While the core functionality of tuning between channels is notably fast, the application is in its early stages and is a bit buggy especially when it comes to customization. </p>



<p class="wp-block-paragraph">Configuration via a remote control can be cumbersome, though the app includes a local web remote feature that allows for easier channel editing through a web  browser. Within this web interface, users can adjust content flow using methods like random shuffling, sequential blocks, or &#8220;cyclic&#8221; ordering to maintain episode chronology. Unfortunately it&#8217;s not currently possible to build an hour-by-hour schedule &#8211; the app fills in the channel guide automatically. </p>



<p class="wp-block-paragraph">Beyond the interface itself, the app integrates with the standard Plex ecosystem by reporting playback status back to the server dashboard, supporting both direct play and transcoding when necessary. </p>



<p class="wp-block-paragraph">This project serves as a practical example of the extensibility now possible through the Plex API. By leveraging the server’s existing handling of video playback and library management, independent developers are able to focus entirely on creating niche user experiences. </p>



<p class="wp-block-paragraph">Next month&#8217;s video will show case some things that I &#8220;vibe coded&#8221; using AI tools and connecting them to the Plex API. Stay tuned!</p>



<p class="wp-block-paragraph"><em>Disclosure: this is a paid sponsorship from Plex. However they did not review or approve this video or post prior to publication. </em></p>
<p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4745</post-id>	</item>
		<item>
		<title>How I&#8217;m Using Plex in 2026 (sponsored post)</title>
		<link>https://blog.lon.tv/2026/02/01/how-im-using-plex-in-2026-sponsored-post/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 01 Feb 2026 16:28:57 +0000</pubDate>
				<category><![CDATA[video]]></category>
		<category><![CDATA[Plex]]></category>
		<guid isPermaLink="false">https://blog.lon.tv/?p=4696</guid>

					<description><![CDATA[<p><center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2026/02/updatedthumb-scaled.jpg?fit=400%2C223&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>I’ve been using Plex for well over a decade now, long before any sponsorships entered the picture, and it remains the backbone of how I manage and watch my media at home and on the road. As a point of disclosure, this video and the transcript it’s based on are part of a paid sponsorship &#8230; <a href="https://blog.lon.tv/2026/02/01/how-im-using-plex-in-2026-sponsored-post/" class="more-link">Continue reading <span class="screen-reader-text">How I&#8217;m Using Plex in 2026 (sponsored post)</span></a></p>
<p>
]]></description>
										<content:encoded><![CDATA[<center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2026/02/updatedthumb-scaled.jpg?fit=400%2C223&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>
<p class="wp-block-paragraph">I’ve been using Plex for well over a decade now, long before any sponsorships entered the picture, and it remains the backbone of how I manage and watch my media at home and on the road. As a point of disclosure, this video and the transcript it’s based on are part of a paid sponsorship with Plex, but they did not review or approve the content beforehand.</p>







<p class="wp-block-paragraph">My current Plex server runs on <a href="https://blog.lon.tv/2024/10/04/intro-to-unraid-on-my-diy-nas-mini-pc/" type="post" id="3442">Unraid</a>, which has proven to be a flexible choice that makes installing the <a href="https://blog.lon.tv/2025/10/30/sponsored-post-plex-on-unraid-is-the-easiest-path-for-a-docker-install/" type="post" id="4467">Docker version of Plex</a> super easy. Right now, the server itself is a small <a href="https://blog.lon.tv/2025/06/27/nvme-six-pack-beelink-me-mini-server-nas/" type="post" id="4114">Beelink ME Mini NAS/PC</a> paired with a USB-connected multi-bay SATA enclosure. It’s not a particularly elegant setup in terms of cabling, but it’s been reliable. </p>



<p class="wp-block-paragraph">One of the reasons I’ve stuck with Unraid is how easy it is to migrate from one machine to another. Moving from an earlier NAS box with thermal issues to the current setup was simply a matter of transferring the Unraid external boot drive and disk array. The system came back online without any any configuration drama, which makes incremental upgrades far less painful.</p>



<p class="wp-block-paragraph">The processor in this server is a low-power Intel N150, and in practice it has been more than sufficient. It handles multiple Plex transcodes at once and still leaves enough headroom for other Docker containers I run alongside it. That experience has reinforced my view that you don’t need particularly powerful hardware for a small, well-tuned home server so long as your processor supports hardware transcoding. The Intel N100 and N150 chips are available in many affordable mini PCs and entry-level NAS devices.</p>



<p class="wp-block-paragraph">I also maintain a second Plex server offsite at a family member’s house, running on a Synology NAS. That system serves double duty as a test bed and as an offsite backup destination, giving me control over where my data lives. To connect everything together securely, I rely on <a href="https://blog.lon.tv/2023/05/14/tailscale-is-the-easiest-way-to-implement-a-personal-vpn/" type="post" id="1978">Tailscale</a>. It allows me to access my servers remotely without exposing them directly to the internet, and I can limit access to specific people and devices. That balance between convenience and security has worked well for my use case.</p>



<p class="wp-block-paragraph">Most of my serious viewing happens at home, particularly higher-bitrate Blu-ray rips that I watch in my home theater. That setup centers around an older <a href="https://www.youtube.com/watch?v=ru8-WIzi73k">LG OLED</a> television paired with an <a href="https://blog.lon.tv/2025/02/08/the-decade-old-nvidia-shield-tv-still-gets-updates/" type="post" id="3756">Nvidia Shield</a> from the 2019 generation. Despite its age, the TV still delivers excellent image quality, and the Shield handles Dolby Vision playback from both streaming services and locally ripped discs. </p>



<p class="wp-block-paragraph">With proper audio passthrough enabled, lossless Dolby Atmos tracks make it from the server to the sound system untouched, which is exactly what I want for that kind of content. I also enable refresh-rate switching so films play back at their native 24 frames per second, avoiding unnecessary judder.</p>



<p class="wp-block-paragraph">Over time, I’ve built up a sizable library, and lately I’ve found myself revisiting older television series. Plex’s ability to shuffle episodes has become a surprisingly useful feature, especially for shows I know well and don’t feel the need to watch in order. It turns familiar series into something closer to background comfort viewing, without much thought required.</p>



<p class="wp-block-paragraph">Live TV is another part of my setup, using an <a href="https://www.youtube.com/watch?v=OyjTW9EFtfY&amp;list=PLCZHp4d1HnIsPA6pKr4VLxepKQ7WrCdJA">HDHomeRun tuner</a> integrated into Plex. I can mix over-the-air channels with streaming channels in a single guide, and when I’m traveling, I can even watch my local channels remotely. Plex doesn’t currently support ATSC 3.0 broadcasts due to encryption and audio codec limitations, so recordings are limited to ATSC 1.0. I also handle actual recording through the HDHomeRun app, with Plex pointed at the directory where those recordings are stored so both systems can access them.</p>



<p class="wp-block-paragraph">One of the more recent additions to my workflow is <a href="https://blog.lon.tv/2022/12/31/plex-watchlist-feature-update/" type="post" id="1579">Plex’s watch list</a> feature. When I hear about a show or movie that sounds interesting, I add it to the list from my phone. Later, when I sit down to watch something, Plex shows me not just the title but where it’s available, whether that’s on my own server, a friend’s server, or a streaming service. It’s a practical way to reduce the time spent deciding what to watch, especially when free time is limited. The same interface also surfaces trailers and upcoming episode release dates, which acts as a lightweight reminder system.</p>







<p class="wp-block-paragraph">Music is handled through Plex as well. I’ve been <a href="https://www.youtube.com/watch?v=3MWTvCrrQZE">slowly ripping decades’ worth of CDs into lossless files</a>, which now live alongside my video library. Most listening happens through the Plexamp app on my phone, both at home and remotely. For travel, I’ll download albums or playlists directly to the device. While wireless headphones limit some of the benefits of lossless audio, using wired headphones  makes a noticeable difference, especially on long flights. </p>



<p class="wp-block-paragraph">Speaking of travel, the download feature has also been useful for loading TV episodes onto a tablet before trips using the Plex mobile client, letting me watch without relying on in-flight connectivity.</p>



<p class="wp-block-paragraph">Looking back, Plex has stayed in my workflow because it’s made managing and accessing my media more straightforward. It brings together local files, live TV, and streaming discovery in a way that reduces friction rather than adding to it. For me, that efficiency is the real value, and it’s why the system I set up years ago continues to evolve rather than being replaced.</p>
<p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4696</post-id>	</item>
		<item>
		<title>The Multiview App for Apple TV and Android / Google TV Review</title>
		<link>https://blog.lon.tv/2025/12/06/the-multiview-app-for-apple-tv-and-android-google-tv-review/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 07 Dec 2025 01:49:42 +0000</pubDate>
				<category><![CDATA[video]]></category>
		<category><![CDATA[Apple TV]]></category>
		<category><![CDATA[cord cutting]]></category>
		<category><![CDATA[Plex]]></category>
		<category><![CDATA[review]]></category>
		<guid isPermaLink="false">https://blog.lon.tv/?p=4565</guid>

					<description><![CDATA[<p><center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2025/12/multiview.jpg?fit=400%2C219&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>I came across an neat cord cutting app last night called Multiview. As its name implies, it can run four simultaneous OTA broadcasts on a single screen using an HDHomerun network tuner. The Apple TV version can also ingest streams from Tablo and Plex &#8211; including FAST streaming services. You can check it out in &#8230; <a href="https://blog.lon.tv/2025/12/06/the-multiview-app-for-apple-tv-and-android-google-tv-review/" class="more-link">Continue reading <span class="screen-reader-text">The Multiview App for Apple TV and Android / Google TV Review</span></a></p>
<p>
]]></description>
										<content:encoded><![CDATA[<center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2025/12/multiview.jpg?fit=400%2C219&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>
<p class="wp-block-paragraph">I came across an neat cord cutting app last night called <a href="https://multiviewsports.com/">Multiview</a>. As its name implies, it can run four simultaneous OTA broadcasts on a single screen using an HDHomerun network tuner. The Apple TV version can also ingest streams from Tablo and Plex &#8211; including FAST streaming services. </p>



<p class="wp-block-paragraph"><a href="https://www.youtube.com/watch?v=YdQ1c260lwo"><strong>You can check it out in my latest review.</strong></a></p>







<p class="wp-block-paragraph">Multiview is available on both Android and Apple platforms, including Apple TV, Google TV, Android TV, phones, and tablets. It feels a bit like the <a href="https://support.google.com/youtubetv/answer/13418774?hl=en">YouTube TV multiview</a> experience but without the subscription attached. </p>



<p class="wp-block-paragraph">The app costs ten dollars as a one-time purchase, and there’s a free trial that provides enough time to see whether it fits your needs. I paid for the pro version of the app myself, and the impressions here are entirely my own.</p>



<p class="wp-block-paragraph">The software is still early in its life, and that shows through some bugs and quirks. The developer is <a href="https://www.reddit.com/r/MultiviewApp/">active on Reddit</a> and open to feedback, which makes the rough edges feel more manageable. Even in its early state, the app demonstrates how much innovation can come from small developers in the cord cutting space, especially when they build around open hardware like the HDHomeRun tuners the app relies on. I’ve used <a href="https://www.youtube.com/watch?v=OyjTW9EFtfY&amp;list=PLCZHp4d1HnIsPA6pKr4VLxepKQ7WrCdJA">HDHomeRun devices for years</a>, and their openness has always encouraged creative third-party projects like this.</p>



<p class="wp-block-paragraph">Building out a layout inside the app is simple. I was able to pull in four OTA channels, switch audio between them just by moving the cursor, select one stream to go full screen with a button push and switch the layout to two-up or three-up configurations when needed. The app lets you save these layouts so you’re not rebuilding them every time you want to watch. Switching between these presets feels quick on the latest Apple TV hardware.</p>



<p class="wp-block-paragraph">There’s also a program guide that resembles a traditional grid interface. It loads in all of the OTA channels your tuner sees. Occasionally it hangs, but backing out and reopening usually resolves it. Some of that may be tied to how many channels my Plex server exposes, since the app can merge OTA channels with Plex sources when Plex is connected.</p>



<p class="wp-block-paragraph">The Plex integration currently works only on Apple TV. It brings in <a href="https://www.youtube.com/watch?v=OVqw8dSf0ag&amp;list=PLCZHp4d1HnIvqJPAmMooCKOHieLdi3I7o&amp;index=57">Plex’s FAST channels</a> alongside OTA channels, which makes for some interesting multiview combinations. I did find that a local Plex server is required at the moment and that Plex accounts with two-factor authentication enabled don’t connect properly yet. After switching to an account without two-factor enabled, everything worked. Once connected, I was able to place OTA channels right next to Plex FAST channels within the same grid.</p>



<p class="wp-block-paragraph"><a href="https://www.youtube.com/watch?v=P9hGipgLtng">ATSC 3.0 support</a> is present but mixed. The app will tune video from an ATSC 3.0 HDHomeRun, but I couldn’t get audio working in my market. The developer says it works where he is, so it may depend on local conditions. Encrypted ATSC 3.0 broadcasts don’t work at all, as expected, since they remain restricted by broadcasters.</p>



<p class="wp-block-paragraph">I also tested the app on my iPhone, where it works similarly to the TV version, and on an Android TV device. The Android build currently supports only HDHomeRun sources and feels a bit slower on lower-end hardware. My Nvidia Shield had trouble running it, locking up during tests, while Walmart’s Onn 4K box handled it more reliably, even if it didn’t feel quite as fluid as the Apple TV.</p>



<p class="wp-block-paragraph">The free demo gives you three fifteen-minute sessions along with the ability to watch a single channel without limits. For anyone trying to follow several games or events at once, the app offers an interesting option to experiment with.</p>



<p class="wp-block-paragraph">You can find it on the <a href="https://apps.apple.com/us/app/multiview-sports/id6753928061">Apple App Store here</a> and the <a href="https://play.google.com/store/apps/details?id=com.multiview">Google Play Store here</a>. </p>
<p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4565</post-id>	</item>
		<item>
		<title>Plex on the Steam Deck (sponsored post)</title>
		<link>https://blog.lon.tv/2025/12/05/plex-on-the-steam-deck-sponsored-post/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 05 Dec 2025 12:37:00 +0000</pubDate>
				<category><![CDATA[video]]></category>
		<category><![CDATA[Plex]]></category>
		<guid isPermaLink="false">https://blog.lon.tv/?p=4559</guid>

					<description><![CDATA[<p><center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2025/12/Plex-on-the-steam-deck-for-thumb-scaled.jpg?fit=400%2C225&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>I&#8217;ve done a lot with Plex over the years, but never have I run it on my Steam Deck. Since the device is effectively a handheld Linux PC, it’s possible to run the full Linux Plex desktop application on it and access media the same way you would on a computer. In my latest monthly &#8230; <a href="https://blog.lon.tv/2025/12/05/plex-on-the-steam-deck-sponsored-post/" class="more-link">Continue reading <span class="screen-reader-text">Plex on the Steam Deck (sponsored post)</span></a></p>
<p>
]]></description>
										<content:encoded><![CDATA[<center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2025/12/Plex-on-the-steam-deck-for-thumb-scaled.jpg?fit=400%2C225&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>
<p class="wp-block-paragraph">I&#8217;ve done a lot with Plex <a href="http://lon.tv/plexhdhr">over the years</a>, but never have I run it on my Steam Deck.  Since the device is effectively a handheld Linux PC, it’s possible to run the full Linux Plex desktop application on it and access media the same way you would on a computer. </p>



<p class="wp-block-paragraph"><a href="https://www.youtube.com/watch?v=J9iTeCFbcR8">In my latest monthly sponsored Plex video,</a> I step through installing and running both the Plex and Plex HTPC clients and demonstrated them running on the Steam Deck.</p>







<p class="wp-block-paragraph">The process starts in the Steam Deck’s desktop mode rather than its usual gaming interface. From there, I went into the Discover app store, searched for Plex, and chose the desktop version instead of the HTPC edition initially. </p>



<p class="wp-block-paragraph">The desktop app supports media downloads for offline viewing, which the HTPC version doesn’t, so it made more sense for someone planning to take content on the go. After installing it, I found the app under the multimedia section, signed into my Plex account, and confirmed everything worked.</p>



<p class="wp-block-paragraph">To integrate Plex into the handheld’s regular Steam interface, I opened the Steam client in desktop mode and added Plex as a non-Steam game using the little plus icon at the bottom of the library interface. Once added, I rebooted back into gaming mode, and Plex appeared in the library under the non-Steam tab. I wasn’t able to make the icon show up properly, though I’m sure there’s a method tucked away in the settings somewhere. Even without the icon, the app launches like any other game.</p>



<p class="wp-block-paragraph">Running the desktop version inside gaming mode takes a little control adjustment. The trackpads can work as a mouse, and Steam’s controller templates can remap the controls however you want. I set mine to a simple mouse-only profile, though the touchscreen works too. Navigating Plex this way feels natural enough, and the download option appears just as it does on other desktop platforms for Plex Pass users. My Steam Deck is one of the originals that doesn’t have an HDR display, and with only a 720p resolution, it makes sense to choose smaller download sizes when storage is at a premium.</p>



<p class="wp-block-paragraph">Playback was smooth in my testing. A 4K Blu-ray rip of <em>Jurassic Park</em>—a Dolby Vision disc—played back without issue over my LAN, tone-mapped appropriately, and looked fine on the Deck’s display. Local network streaming especially felt quick and responsive. As a client device, the hardware seems more than up to the task. I wouldn’t run a Plex <em>server</em> on it, though; the AMD processor in the Deck doesn’t support hardware transcoding, and the whole idea of carrying a server around isn’t practical anyway. But if you wanted to do it there&#8217;s no restriction on it. </p>



<p class="wp-block-paragraph">For those who prefer a TV-style layout, the <a href="https://support.plex.tv/articles/htpc-getting-started/">Plex HTPC</a> app installs from the same app store and works as expected. It responds quickly, though like the desktop app it requires a bit of controller mapping for navigation. The tradeoff is that it doesn’t support offline downloads. Depending on how you like to use Plex, either app may be the better fit.</p>



<p class="wp-block-paragraph">What surprised me most is how naturally the Steam Deck functions as a portable media player once everything is set up. Since many people already travel with the device to play games, adding Plex creates another use case without much effort. And with all the power packed into the hardware, it behaves very much like a small PC that happens to have a built-in screen.</p>



<p class="wp-block-paragraph">If you’d like more Plex topics explored in future posts or videos, feel free to suggest them. I’m always collecting ideas as I work through this series.</p>



<p class="wp-block-paragraph"><em>Disclosure: This video was sponsored by Plex, however they did not review or approve it prior to uploading. </em></p>
<p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4559</post-id>	</item>
		<item>
		<title>Sponsored Post: Plex on Unraid is the Easiest Path for a Docker Install</title>
		<link>https://blog.lon.tv/2025/10/30/sponsored-post-plex-on-unraid-is-the-easiest-path-for-a-docker-install/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 30 Oct 2025 12:30:45 +0000</pubDate>
				<category><![CDATA[video]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Plex]]></category>
		<category><![CDATA[unraid]]></category>
		<guid isPermaLink="false">https://blog.lon.tv/?p=4467</guid>

					<description><![CDATA[<p><center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2025/10/plexunraid.jpg?fit=400%2C220&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>I’ve been running my Plex server on Unraid for a while, and it’s become one of my favorite setups for hosting my media library. Unraid makes it simple to manage because it runs applications inside Docker containers, which keeps things clean, organized, and portable. One other neat feature of Unraid is how easy it is &#8230; <a href="https://blog.lon.tv/2025/10/30/sponsored-post-plex-on-unraid-is-the-easiest-path-for-a-docker-install/" class="more-link">Continue reading <span class="screen-reader-text">Sponsored Post: Plex on Unraid is the Easiest Path for a Docker Install</span></a></p>
<p>
]]></description>
										<content:encoded><![CDATA[<center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2025/10/plexunraid.jpg?fit=400%2C220&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>
<p class="wp-block-paragraph">I’ve been <a href="https://www.youtube.com/watch?v=l4WyAQLslcA">running my Plex server on Unraid for a while</a>, and it’s become one of my favorite setups for hosting my media library. <a href="https://www.youtube.com/watch?v=7-EUppJnyfg">Unraid</a> makes it simple to manage because it runs applications inside Docker containers, which keeps things clean, organized, and portable. One other neat feature of Unraid is how easy it is to migrate to new hardware: you can just move your drives and boot device over to the new system, power it up, and everything comes right back up. Docker containers are portable too, so even if you migrate off Unraid later, your Plex setup can move right along with you.</p>



<p class="wp-block-paragraph"><a href="https://www.youtube.com/watch?v=Ozree9DCAd0">In my latest video sponsored by Plex,</a> we take a look at the process of installing Plex on Unraid. </p>







<p class="wp-block-paragraph">To get started, I went into Unraid’s app section and searched for Plex. There are a few different versions available, but I used the official container maintained by the Plex team. Installing it was just a matter of filling out a few fields in the template and clicking “Start.” For the network setting, I left it on “host” so Plex could be easily discovered by devices on my local network. If you use bridge mode, you’ll need to set up port mappings manually, but for most home setups, host mode is fine.</p>



<p class="wp-block-paragraph"><strong><a href="http://lon.tv/unraid">Click here to download an Unraid trial</a> or sign up for a paid account . You can sign up for a <a href="http://lon.tv/plexpass">Plex Pass here</a> (both links compensated affiliate links) </strong></p>



<p class="wp-block-paragraph">Before launching the container, I created a file share on my Unraid server called “Plex Media.” Inside it, I made folders for data, transcode, movies, and TV. The data folder stores Plex’s metadata, transcode is where temporary files go during playback, and the media folders hold the content itself. When setting up the container, I mapped those folders accordingly. One extra step that’s important if you want hardware transcoding is to add a device mapping for <code>/dev/dri</code>, which points Plex to the hardware encoder on your CPU. Without that, Plex won’t be able to use Intel’s Quick Sync for transcoding.</p>



<p class="wp-block-paragraph">You’ll also need to claim your Plex server with a code from plex.tv/claim. The code only lasts a few minutes, so it’s best to grab it right before launching the container. Once the container starts up, Plex downloads and configures itself automatically, and then you can connect to it from a browser using your Unraid server’s IP address followed by port 32400.</p>



<p class="wp-block-paragraph">From there, setting up the libraries is straightforward. I added one for movies and another for TV shows, each pointing to the appropriate folder inside the media directory. Plex scanned the files and quickly pulled in the metadata for <em>Back to the Future</em> and <em>Stargate SG-1</em>, which I’d placed there as test files.</p>



<p class="wp-block-paragraph">To make sure hardware transcoding was working, I played <em>Back to the Future</em> on my phone and forced it to transcode from 4K HDR down to 1080p. Watching the Unraid dashboard, I could see that CPU usage stayed low while the Intel N150 processor handled the conversion efficiently through its onboard video encoders.</p>



<p class="wp-block-paragraph">Keeping Plex updated on Unraid is also simple. You can do it through the Apps tab—Unraid will notify you through the &#8220;Action Center&#8221; when an update is available—or you can update directly from the Docker section. It’s just a couple of clicks either way.</p>



<p class="wp-block-paragraph">Running Plex on Unraid combines the flexibility of Docker with a simple interface that’s friendly to newcomers but powerful enough for tinkerers. If you decide to move your setup later, you can take the entire Unraid install or just the Plex container to another machine without much effort. And once you’re comfortable, Unraid opens up a whole world of self-hosting possibilities beyond Plex, with tons of other apps available that install just as easily.</p>



<p class="wp-block-paragraph"><em>Disclosure: This was a paid sponsorship for Plex. They did not review or approve this content prior to upload and all opinions are my own. </em></p>
<p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4467</post-id>	</item>
		<item>
		<title>Plex Pro Week Webhooks Follow-up &#8211; Free and no-code options</title>
		<link>https://blog.lon.tv/2025/10/01/plex-pro-week-webhooks-follow-up-free-and-no-code-options/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 01 Oct 2025 13:17:16 +0000</pubDate>
				<category><![CDATA[video]]></category>
		<category><![CDATA[Plex]]></category>
		<category><![CDATA[review]]></category>
		<guid isPermaLink="false">https://blog.lon.tv/?p=4391</guid>

					<description><![CDATA[<p><center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2025/10/webhooks.jpg?fit=400%2C253&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>During Plex Pro Week this year, I contributed a video talking about Plex&#8217;s Webhooks feature that allows for a relatively easy way to link your Plex install to automation tools like N8N, IFTTT and Zapier. In that earlier piece, I showed how Plex can fire off data whenever something happens on your server—whether it’s a &#8230; <a href="https://blog.lon.tv/2025/10/01/plex-pro-week-webhooks-follow-up-free-and-no-code-options/" class="more-link">Continue reading <span class="screen-reader-text">Plex Pro Week Webhooks Follow-up &#8211; Free and no-code options</span></a></p>
<p>
]]></description>
										<content:encoded><![CDATA[<center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2025/10/webhooks.jpg?fit=400%2C253&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>
<p class="wp-block-paragraph"><a href="https://www.plex.tv/pro-week/">During Plex Pro Week this year</a>, I contributed a video <a href="https://www.plex.tv/blog/plex-pro-week-25-webhooks-101/?utm_internal=pro_week_lon_blog_25">talking about Plex&#8217;s Webhooks feature</a> that allows for a relatively easy way to link your Plex install to automation tools like N8N, IFTTT and Zapier. </p>



<p class="wp-block-paragraph">In that earlier piece, I showed how Plex can fire off data whenever something happens on your server—whether it’s a play, pause, rating, or media being added. That data can then be sent to automation tools like N8N, which I’ve used in the past. But running an N8N server can be complicated and the hosted version requires a subscription. </p>



<p class="wp-block-paragraph">In my latest sponsored Plex video, I demo a free, no-code path that doesn’t require hosting anything yourself using <a href="http://make.com">Make.com</a>. </p>



<p class="wp-block-paragraph"><a href="https://www.youtube.com/watch?v=NXxiQFhb-94">You can check it out here!</a></p>







<p class="wp-block-paragraph">Make.com offers a free tier with 1,000 &#8220;credits&#8221; per month. Each credit equals a task, so something like receiving a webhook and then adding a row to a spreadsheet would count as two. For casual use, the free plan can go a long way. </p>



<p class="wp-block-paragraph">I set up a simple workflow that starts by having Plex send a webhook to Make, which in turns takes some of that data and posts it to a Google sheet as a means of creating a log of watched content. That event is triggered anytime a new piece of media is played based on the state of the &#8220;event&#8221; tag in the webhook. </p>



<p class="wp-block-paragraph">I then set up a second branch for when playback stops. In that case, I had the system call ChatGPT to generate recommendations for what to watch next, and then send that recommendation via email. The input for ChatGPT came directly from the webhook data, which made the recommendation specific to what I had just finished watching. It worked smoothly, and it showed how easily AI can be folded into these workflows.</p>



<p class="wp-block-paragraph">For those thinking about linking Plex to home automation, the free, non-complicated options are a bit more limited. Services like IFTTT require a paid tier for webhook support, while open-source projects like Home Assistant can handle webhooks for free but require a bit more setup and complexity. Home Assistant, in particular, could be a strong option for linking Plex events with things like lights or thermostats, though it isn’t as straightforward as make.com.</p>



<p class="wp-block-paragraph">There’s also <a href="https://www.plex.tv/blog/plex-pro-week-25-api-unlocked/?utm_internal=pro_week_marcelo_blog_25">Plex’s new official API</a>, which was announced during Pro Week. The documentation is out, and I expect third-party developers will soon release connectors for platforms like make.com and N8N. That should make integration even easier, reducing the need to rely solely on webhooks. My YouTube colleague Techno Tim <a href="https://www.plex.tv/blog/plex-pro-week-25-big-data-big-dashboard/">has already been experimenting with it</a>, using the API to drive a dashboard for monitoring Plex server performance.</p>



<p class="wp-block-paragraph">What I tried here was aimed at giving a taste of what can be done quickly without coding. Setting up webhooks with Plex and pairing them with make.com is accessible and flexible, especially for logging and basic automations. From there, it’s easy to imagine extending the idea into more complex routines, whether that means generating watch lists, building dashboards, or nudging your smart home into action when the credits roll.</p>
<p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4391</post-id>	</item>
		<item>
		<title>When Should You Upgrade Your Plex Server? (sponsored)</title>
		<link>https://blog.lon.tv/2025/08/30/when-should-you-upgrade-your-plex-server-sponsored/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 31 Aug 2025 01:15:31 +0000</pubDate>
				<category><![CDATA[video]]></category>
		<category><![CDATA[Plex]]></category>
		<guid isPermaLink="false">https://blog.lon.tv/?p=4310</guid>

					<description><![CDATA[<p><center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2025/08/plex-server-timeline-ver-1-scaled.jpg?fit=400%2C225&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>When I was straightening up the other day, I stumbled across my very first Plex server. I have since upgraded my Plex server two more times, and it got me to thinking: when should you upgrade your Plex server? In my latest monthly sponsored Plex video, I step through what servers I&#8217;ve used and why &#8230; <a href="https://blog.lon.tv/2025/08/30/when-should-you-upgrade-your-plex-server-sponsored/" class="more-link">Continue reading <span class="screen-reader-text">When Should You Upgrade Your Plex Server? (sponsored)</span></a></p>
<p>
]]></description>
										<content:encoded><![CDATA[<center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2025/08/plex-server-timeline-ver-1-scaled.jpg?fit=400%2C225&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>
<p class="wp-block-paragraph">When I was straightening up the other day, I stumbled across my very first Plex server. I have since upgraded my Plex server two more times, and it got me to thinking: when should you upgrade your Plex server? <a href="https://www.youtube.com/watch?v=desjWWrfZso">In my latest monthly sponsored Plex video</a>, I step through what servers I&#8217;ve used and why I upgraded them. </p>







<p class="wp-block-paragraph">My first server was a Sony Vaio laptop that I had originally <a href="https://www.youtube.com/watch?v=79qUpPmBZcM">reviewed back in 2013</a>, and at some point it ended up becoming my main media server.  It was running Windows 7 with Windows Media Center, and I used it alongside my <a href="https://www.youtube.com/watch?v=VN1Z0oKwELk">HDHomeRun tuners back before they had their own software</a>. And of course I ran my Plex server on it too. Surprisingly, after years on a shelf, the laptop powered right back on.</p>



<p class="wp-block-paragraph">The laptop worked fine for a while because it had an Intel processor with <a href="https://en.wikipedia.org/wiki/Intel_Quick_Sync_Video">QuickSync</a> support, which Plex has long taken advantage of for hardware transcoding. It was an efficient and cost-effective way to run a server at the time. But as my library grew to include more HEVC content, the limitations of that generation of Intel hardware became clear. Without hardware support for HEVC encoding, the laptop had to fall back on software transcoding, which bogged down quickly when more than one person tried to stream.</p>



<p class="wp-block-paragraph">In 2017, I retired the laptop and moved over to a <a href="https://www.youtube.com/watch?v=TIzvr3EVCOs">WD My Cloud PR2100</a>. That device also ran with an Intel chip, this time from the Braswell family of processors. It expanded the range of formats I could work with, including hardware decoding of HEVC, though it couldn’t <em>encode</em> HEVC or handle <a href="https://www.youtube.com/watch?v=1gat6eYWbgI">HDR tone mapping</a>. As more of my library shifted toward HDR content, the inability to perform tone mapping in hardware became a significant bottleneck.</p>



<p class="wp-block-paragraph">Earlier this year, I moved to a <a href="https://www.youtube.com/watch?v=qTgbed0rXM8">Beelink NAS</a> with an Intel N150 processor, part of the Twin Lake/Alder Lake-N generation. That change brought me modern hardware transcoding features, including tone mapping, which made a big difference. While some older formats dropped off in support, the trade-off has been worth it because the server is now better equipped to handle contemporary video.</p>



<p class="wp-block-paragraph">Over time, the way I’ve hosted Plex has also evolved. The original laptop server ran Windows, the WD device had its own Plex server app, and now I run <a href="https://www.youtube.com/watch?v=nRnWObZyUC0">Plex in Docker</a> on <a href="https://www.youtube.com/watch?v=7-EUppJnyfg">Unraid</a>. Docker has proven to be the easiest to back up and migrate. Shutting down the container and copying over the metadata folder is all it takes to preserve everything. Moving to new hardware is as simple as pointing Docker at the same files and starting it up again.</p>



<p class="wp-block-paragraph">For those looking to set up a Plex server today, inexpensive Intel-based mini PCs are worth considering. I’ve had good luck with small <a href="https://lon.tv/z0sl5">GMKtec systems that cost under $150</a> (compensated affiliate link). They handle Linux, run multiple Docker containers without issue, and can perform hardware transcoding and tone mapping. If you have an older Intel server, adding a GPU can also extend its usefulness. Plex officially supports Nvidia cards, and <a href="https://www.reddit.com/r/PleX/comments/1c5kdd6/for_those_of_you_wondering_intel_arc_gpus_work/?utm_source=chatgpt.com">I’ve seen encouraging reports</a> about Intel Arc GPUs as well.</p>



<p class="wp-block-paragraph">Looking back at this progression, each upgrade was less about overall system performance and more about keeping up with changes in video formats and transcoding demands. The servers I left behind were still functional, but they couldn’t keep up with the evolving needs of my library. </p>



<p class="wp-block-paragraph"><em>Disclosure: This video was a paid sponsorship from Plex, however they did not review or approve this content before it was uploaded. All opinions are my own. </em></p>
<p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4310</post-id>	</item>
		<item>
		<title>Synology&#8217;s Beestation Plus Makes for a Simple Transcoding Plex Server</title>
		<link>https://blog.lon.tv/2025/07/30/synologys-beestation-plus-makes-for-a-simple-transcoding-plex-server/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 30 Jul 2025 13:54:20 +0000</pubDate>
				<category><![CDATA[video]]></category>
		<category><![CDATA[Plex]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[Synology]]></category>
		<guid isPermaLink="false">https://blog.lon.tv/?p=4211</guid>

					<description><![CDATA[<p><center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2025/07/Beestation-Plus-thumb-scaled.jpg?fit=400%2C225&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>The Synology BeeStation Plus (compensated affiliate link) is a personal cloud server that offers a stripped-down take on Synology’s usual network-attached storage experience. Unlike their more robust NAS systems, the BeeStation line focuses on just a few core functions—file syncing across devices and photo backup from phones. It’s more or less a homegrown alternative to &#8230; <a href="https://blog.lon.tv/2025/07/30/synologys-beestation-plus-makes-for-a-simple-transcoding-plex-server/" class="more-link">Continue reading <span class="screen-reader-text">Synology&#8217;s Beestation Plus Makes for a Simple Transcoding Plex Server</span></a></p>
<p>
]]></description>
										<content:encoded><![CDATA[<center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2025/07/Beestation-Plus-thumb-scaled.jpg?fit=400%2C225&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>
<p class="wp-block-paragraph"><a href="https://lon.tv/yfk4c">The Synology BeeStation Plus</a> (compensated affiliate link) is a personal cloud server that offers a stripped-down take on Synology’s usual network-attached storage experience. Unlike their more robust NAS systems, the BeeStation line focuses on just a few core functions—file syncing across devices and photo backup from phones. It’s more or less a homegrown alternative to services like Dropbox or Google Drive, and this new Plus model adds something the original lacked: the ability to run a Plex server.</p>



<p class="wp-block-paragraph"><a href="https://www.youtube.com/watch?v=nbVla3etXvo">In my latest video,</a> we take a look at this new BeeStation performs as a Plex server. </p>







<p class="wp-block-paragraph">That Plex capability is what drew my attention this time. I reviewed <a href="https://blog.lon.tv/2024/03/07/synologys-beestation-is-a-general-consumer-focused-self-hosted-cloud-storage-device/">the original BeeStation last year,</a> and not much has changed outside of this new functionality. The interface, the photo and file syncing—all of that remains the same. What’s different is under the hood: more storage, faster hardware, and just enough headroom to make media serving viable.</p>



<p class="wp-block-paragraph">The BeeStation Plus comes in at a price roughly double that of the original model. It’s also just slightly less expensive than Synology’s <a href="https://lon.tv/cq5p3">newer DS225+ NAS</a> when configured with storage. The DS225+ shares the same Intel Celeron J4125 processor found here. </p>



<p class="wp-block-paragraph">The BeeStation Plus includes 8TB of built-in Synology-branded storage running at 7200 RPM, compared to 4TB at 5400 RPM on the original. There’s also a bump from 1GB to 4GB of RAM.</p>



<p class="wp-block-paragraph">From a design standpoint, you get basic connectivity: Gigabit Ethernet, USB-A and USB-C ports for external backup drives, and a fan that’s quiet during operation. Unfortunately, it lacks 2.5-gigabit Ethernet, which is now available on that aforementioned DS225+.</p>



<p class="wp-block-paragraph">The Plex Media Server is installed through the web control panel. It’s not the latest version—Synology seems to vet versions before distributing them—but the process is pretty painless. You’ll need to walk through the usual Plex setup steps manually, including mapping your media directories one by one. The BeeStation Plus creates default folders for things like movies and TV shows, but you have to point Plex to them yourself.</p>



<p class="wp-block-paragraph">Once it’s up and running, Plex behaves as expected. I tested it by playing a BluRay MKV rip of <em>Back to the Future</em> from my phone over Wi-Fi and had it transcode a 4K HDR10 file down to 1080p at 8Mbps with tone mapping. The hardware handled that without issue, using only about 20% of available system resources thanks to Intel’s Quick Sync technology.</p>



<p class="wp-block-paragraph">One catch: hardware transcoding requires a Plex Pass. It’s a separate purchase—not bundled with the BeeStation—and available either as a subscription or one-time payment. Without it, Plex will still work fine on your local network if you don’t need transcoding, but you will need to pay to stream outside the home.</p>



<p class="wp-block-paragraph">Transferring media files to the BeeStation is easiest over a local SMB share. You can access the device through your network like any other NAS box, and I was getting about 100MB/s transfer speeds, which lines up with expectations for gigabit Ethernet. </p>



<p class="wp-block-paragraph">So what’s the verdict? The BeeStation Plus works. It’s a more capable version of the original, and for someone new to Plex who wants a simple, all-in-one box, it might be a decent starting point. But at this price point, it sits in a weird middle ground. For casual users, the original BeeStation might still be enough if they don&#8217;t need the Plex server. It’s possible Synology will add more app support to this device in the future, and if they do, the extra processing power here will help. But for now, the BeeStation Plus feels like a bridge between the simple and sophisticated—and that may limit its appeal.</p>
<p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4211</post-id>	</item>
		<item>
		<title>Plex to add Music &#038; Photos Back to New TV and Mobile Apps (sponsored post)</title>
		<link>https://blog.lon.tv/2025/07/20/plex-to-add-music-photos-back-to-new-tv-and-mobile-apps-sponsored-post/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 20 Jul 2025 12:38:00 +0000</pubDate>
				<category><![CDATA[video]]></category>
		<category><![CDATA[Plex]]></category>
		<guid isPermaLink="false">https://blog.lon.tv/?p=4190</guid>

					<description><![CDATA[<p><center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2025/07/plex-musicphotos.jpg?fit=400%2C245&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>Plex has been moving forward on the roadmap they laid out for their personal media server, and one of the more notable changes is already live—the new mobile app. Alongside that, they&#8217;ve been working on a redesigned TV app that&#8217;s still in beta. A major part of this update involves how Plex handles music and &#8230; <a href="https://blog.lon.tv/2025/07/20/plex-to-add-music-photos-back-to-new-tv-and-mobile-apps-sponsored-post/" class="more-link">Continue reading <span class="screen-reader-text">Plex to add Music &#38; Photos Back to New TV and Mobile Apps (sponsored post)</span></a></p>
<p>
]]></description>
										<content:encoded><![CDATA[<center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2025/07/plex-musicphotos.jpg?fit=400%2C245&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>
<p class="wp-block-paragraph">Plex has been moving forward on the roadmap they laid out for their personal media server, and one of the more notable changes is already live—<a href="https://blog.lon.tv/2025/04/03/plex-update-new-app-plex-pass-price-increases-and-changes-to-free-tier-sponsored-post/">the new mobile app</a>. Alongside that, they&#8217;ve been working on a <a href="https://blog.lon.tv/2025/01/25/plex-rolls-out-beta-of-new-tv-interface-sponsored-post/">redesigned TV app</a> that&#8217;s still in beta. A major part of this update involves how Plex handles music and photos. The original plan was to move both into their own standalone apps—Plexamp for music and a separate Photos app. While that rollout did happen, it generated a lot of pushback from users who preferred having everything in one place &#8211; especially on the TV. </p>



<p class="wp-block-paragraph">Plex responded to that feedback with a new preview version of their TV app, currently available only on Roku. This version brings music and photo libraries back into the mainline app experience. <a href="https://www.youtube.com/watch?v=X5Stpeeu7VY">You can see it in action in my latest monthly sponsored Plex video.</a></p>







<p class="wp-block-paragraph">Plex says that other platforms will follow, although there’s no timeline yet. Even as those features return to the main app, the standalone Plexamp and Photos apps will continue to be supported.</p>



<p class="wp-block-paragraph">The apps all share a new architecture that should make cross-platform updates easier going forward. I spent some time testing the preview version on Roku to see how these reintegrated features are coming together.</p>



<p class="wp-block-paragraph">Music playback is functional and similar to the current Plex TV experience. After selecting a music library, it’s possible to browse by artist, view popular tracks, and start playback. There&#8217;s a waveform visual, lyrics support, and playback is handled with attention to audio quality—lossless files will pass through if the device supports them, and the server will transcode when necessary. </p>



<p class="wp-block-paragraph">Photo support is also back and works in a similar way to what users are accustomed to on the current Plex TV app. Photos and videos can be mixed in albums, and the experience includes recommendations and folder-based album navigation. There&#8217;s also a working slideshow feature via playlists. The only missing piece I noticed was the ability to manually reorder photos within a playlist, which doesn’t seem to be working yet.</p>



<p class="wp-block-paragraph">The current preview app runs separately from the standard Roku Plex app, so there&#8217;s no risk of losing access to existing setups. Instructions for installing the Roku preview <a href="https://forums.plex.tv/t/roku-preview-has-now-been-updated-to-the-new-experience-plex-would-love-to-hear-from-us/919354">are posted in the Plex forums</a>, and the team is encouraging feedback there. </p>



<p class="wp-block-paragraph">So music and photos are back on Roku, and more platforms will follow. If you&#8217;re a Plex user who relies on those features, this preview is worth checking out—and if you have feedback, now is a good time to share it! </p>



<p class="wp-block-paragraph"></p>
<p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4190</post-id>	</item>
		<item>
		<title>Automating Your Media with the Plex Watchlist RSS Feed!</title>
		<link>https://blog.lon.tv/2025/07/06/automating-your-media-with-the-plex-watchlist-rss-feed/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 06 Jul 2025 14:57:31 +0000</pubDate>
				<category><![CDATA[video]]></category>
		<category><![CDATA[Plex]]></category>
		<category><![CDATA[Plex pass]]></category>
		<category><![CDATA[tutorial]]></category>
		<guid isPermaLink="false">https://blog.lon.tv/?p=4133</guid>

					<description><![CDATA[<p><center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2025/07/Screenshot-2025-07-01-at-4.41.31%E2%80%AFPM.png?fit=400%2C171&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>Plex has been sponsoring a monthly video on my channel for a while now, and this month I took another look at one of my favorite features: the watch list and its RSS feed that allows for many more uses. You can see it in action in my latest Plex Video. One of the things &#8230; <a href="https://blog.lon.tv/2025/07/06/automating-your-media-with-the-plex-watchlist-rss-feed/" class="more-link">Continue reading <span class="screen-reader-text">Automating Your Media with the Plex Watchlist RSS Feed!</span></a></p>
<p>
]]></description>
										<content:encoded><![CDATA[<center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2025/07/Screenshot-2025-07-01-at-4.41.31%E2%80%AFPM.png?fit=400%2C171&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>
<p class="wp-block-paragraph">Plex has been sponsoring a monthly video on my channel for a while now, and this month I took another look at one of my favorite features: the watch list and its RSS feed that allows for many more uses. <a href="https://www.youtube.com/watch?v=_dWx6EorDa0">You can see it in action in my latest Plex Video. </a></p>







<p class="wp-block-paragraph">One of the things I really appreciate about Plex is the strength of its universal search engine. For instance, if I search for <em>Star Trek: Deep Space Nine</em>, I can not only explore every season of the show but also see where it&#8217;s available to stream, even if it&#8217;s not on one of my own Plex servers. It gives me a single place to bookmark anything I want to watch, so later I can sit down at the TV, pull up my list, and head straight to whatever I’m in the mood for. It’s a really convenient system, especially when someone recommends a show—just hit the watch list button, and it&#8217;s waiting for you at home.</p>



<p class="wp-block-paragraph">What the watch list doesn’t do, though, is notify you when a new season or episode is available. It does have a shelf on its recommendation page, but it&#8217;s not front and center. That got me thinking—could I build something to fill in that gap? I started playing around with the <a href="https://support.plex.tv/articles/universal-watchlist/">RSS feed Plex</a> generates for your watch list. It’s turned off by default, but once enabled under your Plex Pass account settings, it gives you a URL to a standard XML file. That feed includes metadata like titles, summaries, and most importantly, the TVDB or IMDb ID for each item. That opened the door to building something a little more customized.</p>



<p class="wp-block-paragraph">With a little help from AI, I created a Python script that parses the RSS feed, connects to the <a href="https://www.thetvdb.com/api-information">TVDB API</a>, and pulls in the next known air date for each show. The script runs in the terminal and outputs a table sorted by upcoming release dates. Right now it’s basic, but it could easily be extended to integrate with Home Assistant or another tool for sending notifications. I’ve already got it tracking things like the next season of <em>Squid Game</em> and <em>Stranger Things</em>, along with upcoming episodes of <em>Skinwalker Ranch</em> and <em>Star Trek: Strange New Worlds</em>.</p>



<p class="wp-block-paragraph">I also had the AI write a PHP version of the script that looks better in a web browser. <br>Code for <a href="https://lon.tv/watch-list-code.zip">both versions are available here</a>. Even without programming, you can do simple things like ask ChatGPT for sci-fi shows that aren&#8217;t already in your feed. That alone gave me a few new ideas for what to add to my list.</p>



<p class="wp-block-paragraph">This RSS feature is easy to access and doesn’t require an API key. If you’re comfortable with a little coding—or even just working with a chatbot to help—you can build something that extends what the watch list already offers. If you&#8217;re doing anything creative with your own watch list RSS feed, I’d love to hear about it.</p>
<p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4133</post-id>	</item>
		<item>
		<title>Make Your Own Streaming TV Channels with Plex and ErSatzTV (sponsored post)</title>
		<link>https://blog.lon.tv/2025/06/01/make-your-own-streaming-tv-channels-with-plex-and-ersatztv-sponsored-post/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 01 Jun 2025 12:40:21 +0000</pubDate>
				<category><![CDATA[video]]></category>
		<category><![CDATA[Plex]]></category>
		<guid isPermaLink="false">https://blog.lon.tv/?p=4066</guid>

					<description><![CDATA[<p><center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2025/06/erzsat-plex-for-thumb-2-scaled.jpg?fit=400%2C152&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>For my latest monthly sponsored Plex video, I took on a fun project that turned my Plex library into a fully programmed, always-on TV channel. Using an open-source tool called ErsatzTV, I set out to recreate the experience of traditional broadcast television—with scheduled shows, filler ads, and a sense of timing you just don’t get &#8230; <a href="https://blog.lon.tv/2025/06/01/make-your-own-streaming-tv-channels-with-plex-and-ersatztv-sponsored-post/" class="more-link">Continue reading <span class="screen-reader-text">Make Your Own Streaming TV Channels with Plex and ErSatzTV (sponsored post)</span></a></p>
<p>
]]></description>
										<content:encoded><![CDATA[<center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2025/06/erzsat-plex-for-thumb-2-scaled.jpg?fit=400%2C152&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>
<p class="wp-block-paragraph">For my latest monthly sponsored Plex video, I took on a fun project that turned my Plex library into a fully programmed, always-on TV channel. Using an open-source tool called <a href="https://ersatztv.org/">ErsatzTV</a>, I set out to recreate the experience of traditional broadcast television—with scheduled shows, filler ads, and a sense of timing you just don’t get from on-demand shuffling. </p>



<p class="wp-block-paragraph"><a href="https://www.youtube.com/watch?v=G9J9QcrDlC0">I step through how to get it up and running in my latest video.</a></p>







<p class="wp-block-paragraph">The idea behind ErsatzTV is pretty straightforward: it links into your Plex server and plays back episodes from your media library on a set schedule. It even keeps track of what episode aired last, so it will step through a season of a show each day or week. It can also shuffle episodes each time. If you tune in halfway through, that’s where you start watching—just like the old days. </p>



<p class="wp-block-paragraph">To make it work with Plex, you do need a Plex Pass since it ties into the live TV and DVR features.</p>



<p class="wp-block-paragraph">I installed ErsatzTV on a Windows machine for demonstration purposes, but it’s cross-platform, and you can run it on Linux, macOS, or via Docker. After downloading and extracting the app, I launched the server and configured it through the web interface. The first tweak was enabling hardware acceleration for better performance, which in my case meant selecting the VAAPI option for Intel graphics.</p>



<p class="wp-block-paragraph">From there, I connected ErsatzTV to my Plex server and synced my TV show library. My mix included old episodes of David Letterman and Johnny Carson, Star Trek: The Next Generation, some 80s cartoons, and a healthy dose of Bluey for the kids. I also added a folder of vintage commercials and PSAs as filler content to help round out the schedule to clean half-hour or hour blocks.</p>



<p class="wp-block-paragraph">ErsatzTV doesn’t let you slot individual files—everything has to be bundled into collections. So I grouped the ads into a &#8220;filler&#8221; collection and set up presets for midroll and fallback padding. This way, the system could drop in the right number of ads to stretch shorter content to the next block precisely.</p>



<p class="wp-block-paragraph">Then came the fun part: building out the channel. I created a schedule starting at 6 a.m. with &#8220;Star Blazers and &#8220;He-man&#8221;, Bluey from 9 to 1, some afternoon Star Trek, and nighttime talk shows beginning at 10 p.m. with Johnny Carson. I used a mix of fixed and dynamic scheduling depending on the content length. ErsatzTV handled the logic to round everything off nicely with filler content when needed.</p>



<p class="wp-block-paragraph">Once the channel was ready, I registered ErsatzTV as a tuner device inside Plex using its HDHomeRun emulation feature. That let me pull the guide data from ErsatzTV’s built-in XMLTV feed, and just like that, my custom channel showed up alongside my antenna broadcasts. Everything worked as expected: metadata, descriptions, proper timing—it all lined up. If I tuned in late, I caught shows mid-episode, and the transition between shows and filler felt natural.</p>



<p class="wp-block-paragraph">There’s definitely something satisfying about turning Plex into a virtual broadcast network. It’s more work than hitting “shuffle,” but the end result feels more alive. There’s structure, nostalgia, and the bonus of always having something ready to play, exactly when and where I want it. Now that the framework is in place, I can add more shows, create additional channels, or even bring back “Tuesday Night Movies.” The only real limit is how much media I can cram onto my server.</p>



<p class="wp-block-paragraph"><a href="http://lon.tv/plexhdhr">See more of my Plex videos here.</a></p>



<p class="wp-block-paragraph"><em>Disclosure: This was a sponsored video from Plex, however they did not review or approve this before it was uploaded. </em></p>
<p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4066</post-id>	</item>
		<item>
		<title>Plex Subtitles .. Again: Auto-Sync, Manual Sync and Make Your Own with On-Device AI!</title>
		<link>https://blog.lon.tv/2025/05/04/plex-subtitles-again-auto-sync-manual-sync-and-make-your-own-with-on-device-ai/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 04 May 2025 12:26:25 +0000</pubDate>
				<category><![CDATA[video]]></category>
		<category><![CDATA[Plex]]></category>
		<guid isPermaLink="false">https://blog.lon.tv/?p=3978</guid>

					<description><![CDATA[<p><center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2025/05/plexsubthumbforblog.jpg?fit=400%2C234&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>This month’s sponsored Plex video is all about subtitles—again. In prior videos, I’ve covered how to automatically download them through a Plex Pass feature and also how to manage subtitle files manually. But even with the right files in place, sometimes they just sync up properly with the video. This time, I took a look &#8230; <a href="https://blog.lon.tv/2025/05/04/plex-subtitles-again-auto-sync-manual-sync-and-make-your-own-with-on-device-ai/" class="more-link">Continue reading <span class="screen-reader-text">Plex Subtitles .. Again: Auto-Sync, Manual Sync and Make Your Own with On-Device AI!</span></a></p>
<p>
]]></description>
										<content:encoded><![CDATA[<center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2025/05/plexsubthumbforblog.jpg?fit=400%2C234&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>
<p class="wp-block-paragraph"><a href="https://www.youtube.com/watch?v=Wek3hYRmX1A">This month’s sponsored Plex video</a> is all about subtitles—again. In prior videos, I’ve covered how to automatically download them through a Plex Pass feature and also how to manage subtitle files manually. But even with the right files in place, sometimes they just sync up properly with the video. This time, I took a look at three different ways to fix subtitle syncing issues.</p>







<p class="wp-block-paragraph">First, there’s a simple manual offset option. If your subtitles are off by a few seconds, you can go into the playback settings on your Plex client and shift them forward or backward in 50 millisecond increments. It’s available on most platforms. Once there, you can fine-tune the delay until things match up—or hit reset if you went too far and start over.</p>



<p class="wp-block-paragraph">The second method is a newer feature for Plex Pass users: <a href="https://support.plex.tv/articles/auto-sync-subtitles/">automatic subtitle sync</a>. This one’s more sophisticated, designed to handle issues like subtitle drift, where the timing gradually goes out of sync due to differences in video encoding (like 24p vs. 60p). It works by generating a voice print from the movie’s audio and trying to match it to the subtitle file. The server needs to be running version 1.41.0 or higher, on a 64-bit platform. It doesn’t work on some server versions, including the Nvidia Shield Plex Server (although the Shield client will work) and FreeBSD, but most modern 64-bit Windows or Linux setups are fine.</p>



<p class="wp-block-paragraph">Setting it up requires enabling a few options. In the server settings under “Settings &gt; Library,” you’ll need to turn on “Generate voice activity data.” Then, within each library (under “Manage Library &gt; Edit &gt; Advanced”), you enable voice activity detection individually. Once that’s done, Plex will start analyzing your media files and generating those voice prints. You can manually trigger this analysis per file, and it happens fairly quickly.</p>



<p class="wp-block-paragraph">When everything’s in place, a new option to autosync subtitles appears in the playback settings. If the subtitle file’s timing is off in a consistent way, this feature can bring it back in line with the spoken audio. It doesn’t work for every situation, but when it does, it’s a nice hands-off solution.</p>



<p class="wp-block-paragraph">Finally, if nothing else works, there’s always the DIY route. I used an open-source tool called <a href="https://blog.lon.tv/2024/08/11/vibe-is-a-free-cross-platform-transcription-app/">Vibe</a> to generate subtitles from scratch using the Whisper speech-to-text engine. It’s a local app, so everything runs on your computer without uploading anything to the cloud. You just drop in your media file, select SRT format, and it builds a transcript that you can tweak and then import into Plex. Because it’s based on the actual audio in your file, the results tend to line up much better than trying to force in a third-party SRT from somewhere else.</p>



<p class="wp-block-paragraph">Between these three approaches—manual offsets, auto-sync, and Vibe—you should have a solid foundation for dealing with subtitle syncing issues in Plex. If you&#8217;ve got ideas for future Plex topics, I’d love to hear them.</p>



<p class="wp-block-paragraph"><em>Disclosure: This was a sponsored post from Plex, however they did not review or approve this content or my video before it was uploaded. </em></p>
<p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3978</post-id>	</item>
		<item>
		<title>Plex Update: New app, Plex Pass Price Increases and Changes to Free Tier (sponsored post)</title>
		<link>https://blog.lon.tv/2025/04/03/plex-update-new-app-plex-pass-price-increases-and-changes-to-free-tier-sponsored-post/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 03 Apr 2025 21:18:31 +0000</pubDate>
				<category><![CDATA[video]]></category>
		<category><![CDATA[Plex]]></category>
		<guid isPermaLink="false">https://blog.lon.tv/?p=3903</guid>

					<description><![CDATA[<p><center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2025/04/plexupdate.001.jpeg?fit=400%2C225&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>Plex officially released its new mobile app, implementing the UI changes from the beta version that I previewed last November. Along with this release, Plex made some significant changes to personal media users running servers on the free tier. In my latest monthly sponsored Plex video, we take a look at all that&#8217;s going on &#8230; <a href="https://blog.lon.tv/2025/04/03/plex-update-new-app-plex-pass-price-increases-and-changes-to-free-tier-sponsored-post/" class="more-link">Continue reading <span class="screen-reader-text">Plex Update: New app, Plex Pass Price Increases and Changes to Free Tier (sponsored post)</span></a></p>
<p>
]]></description>
										<content:encoded><![CDATA[<center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2025/04/plexupdate.001.jpeg?fit=400%2C225&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>
<p class="wp-block-paragraph">Plex officially released its new mobile app, implementing the UI changes <a href="https://www.youtube.com/watch?v=K1OFhQB2SrE">from the beta version that I previewed last November.</a> Along with this release, Plex made some significant changes to personal media users running servers on the free tier. </p>



<p class="wp-block-paragraph"><a href="https://www.youtube.com/watch?v=SxYprlzbRsA">In my latest monthly sponsored Plex video</a>, we take a look at all that&#8217;s going on with Plex.</p>







<p class="wp-block-paragraph">I found the new app is mostly the same as the beta we looked at previously. One important addition is improved support for TV tuners for live TV. Users can now easily switch between their antenna channels and Plex&#8217;s free streaming channels directly within the app. Users can set recordings for over the air channels too but can&#8217;t yet schedule them like they could on the previous version of the app. </p>



<p class="wp-block-paragraph">Another big change is moving music and photos out of the main app. <a href="https://lon.tv/plexamp">Plexamp</a> now handles personal music libraries, and <a href="https://www.youtube.com/watch?v=TMtSGUan54E">Plex Photos</a> manages photo libraries. Both are standalone, free apps. Plexamp has additional features for Plex Pass users. </p>



<p class="wp-block-paragraph">With this new app comes changes to how free tier users stream or share media outside the home along with the first price increase for Plex Pass in nearly a decade. Starting April 29, the cost of a lifetime Plex Pass will go up to $249, yearly to $69.99 and monthly to $6.99. Users can get a Plex Pass <a href="http://lon.tv/plexpass">at the old price before April 29 using my affiliate link.</a></p>



<p class="wp-block-paragraph">For users on the free tier, a new &#8220;Remote Watch Pass&#8221; is required remote streaming or sharing with others outside their home network. This pass costs $2 per month or $20 annually.  If the server owner has a Plex Pass, free tier users can continue accessing that server for free. Additionally a Plex Pass user won&#8217;t incur fees accessing a server that is one the free tier. Plex did eliminate the mobile unlock fee previously required for Android and iOS users to stream remotely without limitations. </p>



<p class="wp-block-paragraph">I have definitely heard from users who are having trouble with the new app or don&#8217;t like the changes. But this is the direction Plex is taking in order to keep the product sustainable into the future. I have been a Plex user long before they were a sponsor on the channel and still happy with it. But there are alternatives for those who disagree with the direction they&#8217;re taking.</p>



<p class="wp-block-paragraph"><em>Disclosure: The video attached to this post was a paid sponsorship from Plex. However they did not review or approve it before it was uploaded. All opinions are my own. </em></p>
<p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3903</post-id>	</item>
		<item>
		<title>GMKTec G9 Compact NVME NAS Review</title>
		<link>https://blog.lon.tv/2025/03/02/gmktec-g9-compact-nvme-nas-review/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 02 Mar 2025 15:03:02 +0000</pubDate>
				<category><![CDATA[video]]></category>
		<category><![CDATA[mini PC]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[Plex]]></category>
		<guid isPermaLink="false">https://blog.lon.tv/?p=3807</guid>

					<description><![CDATA[<p><center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2025/03/miniNAS.jpg?fit=400%2C231&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>For nearly a decade, I relied on a WD MyCloud PR2100 NAS device as the backbone of my home media setup. It served as my Plex server, managed my HDHomeRun DVR, and generally functioned as the central hub for all my media needs. While it continued to perform reliably, the hardware was starting to show &#8230; <a href="https://blog.lon.tv/2025/03/02/gmktec-g9-compact-nvme-nas-review/" class="more-link">Continue reading <span class="screen-reader-text">GMKTec G9 Compact NVME NAS Review</span></a></p>
<p>
]]></description>
										<content:encoded><![CDATA[<center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2025/03/miniNAS.jpg?fit=400%2C231&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>
<p class="wp-block-paragraph">For nearly a decade, I relied on a <a href="https://www.youtube.com/watch?v=50KnQjIwZfQ">WD MyCloud PR2100 NAS device</a> as the backbone of my home media setup. It served as my Plex server, managed my HDHomeRun DVR, and generally functioned as the central hub for all my media needs. </p>



<p class="wp-block-paragraph">While it continued to perform reliably, the hardware was starting to show its age. It was limited to gigabit Ethernet despite my upgraded multi-gig network, and its processor struggled with newer video formats, particularly for hardware-based transcoding in Plex. I decided it was time to explore an alternative that offered more flexibility, particularly for installing Docker containers and other self-hosted applications.</p>



<p class="wp-block-paragraph">Enter my latest experiment: the GMKtec G9 and a Wavlink USB drive enclosure, <a href="https://www.youtube.com/watch?v=E3bbltSsgSk">which is the subject of my latest review.</a>  </p>







<p class="wp-block-paragraph">This compact Intel N150-powered mini PC is marketed as a NAS device, thanks to its four NVMe slots that allow for a solid-state storage array. It also features a USB-C 3.2 port capable of 10 Gbps speeds, which enabled me to integrate a Wavlink four-bay USB drive enclosure. With a combination of SSDs and spinning drives, I set out to see if this unconventional setup could handle my media server needs.</p>



<p class="wp-block-paragraph">For the operating system, I opted for Unraid. <a href="https://blog.lon.tv/2024/10/04/intro-to-unraid-on-my-diy-nas-mini-pc/">Having explored Unraid in the past</a>, I was already familiar with its capabilities, particularly its flexibility with storage and Docker applications. While Unraid doesn’t yet support the N150 processor’s GPU for hardware transcoding, that feature is expected in version 7.1 next month. For now, that means this setup isn’t ideal for Plex transcoding, but it works fine for direct streaming and other media-related tasks which is what I typically do at home.</p>



<p class="wp-block-paragraph">One of the main considerations with this setup was cost.<a href="https://lon.tv/em5l6"> The GMKtec G9, priced around $239 with a 512GB SSD pre-installed</a> (compensated affiliate link), offers a relatively affordable entry point for a NAS-like system. The Wavlink drive array, at about $115 without disks, provides a budget-friendly option for additional storage, though it lacks some of the conveniences of higher-end NAS enclosures, such as hot-swappable bays. Instead, drives are secured in trays that require screws, making swaps more labor-intensive. One other important note is that the Wavlink device doesn&#8217;t support software RAID on Windows &#8211; it&#8217;s basically a JBOD array which makes it a good fit for Unraid. </p>



<p class="wp-block-paragraph">From a hardware perspective, the GMKtec G9 is a compact but capable device. It has 12GB of soldered RAM, which isn’t upgradeable—a potential limitation for users running multiple self-hosted applications. However, in my use case, RAM hasn’t been an issue; even with Plex and a few Docker containers running, memory usage remains low. The back panel offers two 2.5-gigabit Ethernet ports, multiple USB ports, and HDMI outputs, allowing it to function as a compact desktop PC if needed. In fact it comes with a fully licensed version of Windows 11 Pro preinstalled! </p>



<p class="wp-block-paragraph">One concern I encountered early on was heat management. The NVMe slots lack active cooling, and while I added heat sinks to mitigate the issue, temperatures are still running higher than I would like. Selecting lower-powered NVMe drives may help, but it’s something to keep in mind when configuring this setup especially if you plan to work the array heavily. </p>



<p class="wp-block-paragraph">With Unraid up and running, I configured my storage into an array that includes four 4TB hard drives, one of which serves as the parity drive for data protection. I also designated an NVMe drive as a cache to improve performance, particularly for media applications. One of the key lessons from this project was the importance of caching in Unraid. Initially, I configured my media share to write directly to the spinning drives, but this significantly slowed write speeds due to the parity configuration. Enabling the cache drive drastically improved performance, allowing for smooth file transfers without the mid-transfer slowdowns I initially encountered.</p>



<p class="wp-block-paragraph">For applications, I set up Plex, the HDHomeRun DVR, and Immich, an open-source photo organization tool. Plex has been responsive, particularly when browsing the library, thanks to the NVMe storage. However, without Unraid’s GPU support for hardware transcoding on the N150, it’s not yet an ideal solution for remote streaming of high-bitrate content. Once Unraid 7.1 is released, I plan to revisit the transcoding capabilities.</p>



<p class="wp-block-paragraph">As a whole, this setup has been surprisingly functional. While it lacks the polish of a dedicated NAS, the combination of a mini PC with external storage provides a flexible and cost-effective alternative. It’s not the most elegant solution—there are cables everywhere—but it works. Unraid’s flexibility means that if I decide to transition to a different hardware setup in the future, I can easily migrate my storage and applications without major disruptions.</p>



<p class="wp-block-paragraph">I’ll be keeping this system running for a while until I come across a better solution. One of the advantages of Unraid is the ability to pick up the drives and plop them into another PC without any need for reconfiguration. More to come on this project! </p>



<p class="wp-block-paragraph"><em>Disclosure: the NAS Box came in free of charge from GMKTec and the Wavlink SATA Array came in free of charge through the Amazon Vine program. No additional compensation was received nor did anyone review or approve this review before it was uploaded. </em><a href="http://lon.tv/disclosures">See more on my disclosures here.</a></p>
<p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3807</post-id>	</item>
		<item>
		<title>Plex Adds HEVC Transcoding (sponsored post)</title>
		<link>https://blog.lon.tv/2025/02/27/plex-adds-hevc-transcoding-sponsored-post/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 27 Feb 2025 14:04:26 +0000</pubDate>
				<category><![CDATA[video]]></category>
		<category><![CDATA[Plex]]></category>
		<guid isPermaLink="false">https://blog.lon.tv/?p=3797</guid>

					<description><![CDATA[<p><center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2025/02/HeroHEVC_Frida.jpg?fit=400%2C300&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>I spent some time experimenting with a new feature in Plex’s hardware transcoder that allows for HEVC transcoding of media. This means that high quality 1080p streams can be sent remotely at the same bit rate (or less) as a 720p h.264 stream. You can see it in action in my latest monthly sponsored Plex &#8230; <a href="https://blog.lon.tv/2025/02/27/plex-adds-hevc-transcoding-sponsored-post/" class="more-link">Continue reading <span class="screen-reader-text">Plex Adds HEVC Transcoding (sponsored post)</span></a></p>
<p>
]]></description>
										<content:encoded><![CDATA[<center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2025/02/HeroHEVC_Frida.jpg?fit=400%2C300&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>
<p class="wp-block-paragraph">I spent some time experimenting with a new feature in Plex’s hardware transcoder that allows for HEVC transcoding of media. This means that high quality 1080p streams can be sent remotely at the same bit rate (or less) as a 720p h.264 stream. You can see it in action <a href="https://www.youtube.com/watch?v=mkEbR9xXXfI">in my latest monthly sponsored Plex video</a>. </p>







<p class="wp-block-paragraph">The goal was to see how well this feature performs in terms of efficiency and quality and how easy it is to set up on a Plex server. <a href="https://blog.lon.tv/2024/12/22/the-gmktec-g3-plus-is-a-small-upgrade-to-my-favorite-mini-pc-now-with-an-intel-n150/">My test system was a low-cost GMKTec G3 Plus mini PC running Linux</a>, equipped with an Intel N150 processor.</p>



<p class="wp-block-paragraph">Setting up the feature was straightforward. In the Plex web interface, under the server settings, I enabled the experimental HEVC video encoding option. It was also necessary to ensure that hardware acceleration was turned on. Additionally, Plex provides an option for HEVC optimization, which pre-encodes videos for better playback on low-powered servers.</p>



<p class="wp-block-paragraph">To test performance, I loaded a 4K HDR Blu-ray movie onto the Plex server and played it back on my laptop. Initially, the video was streamed in full 4K resolution, but I then switched to a lower bitrate of 720p at 2 Mbps to force a transcode. The server responded quickly, and the video quality remained impressive. Due to copyright restrictions, I couldn’t share a direct visual comparison, but the results were noticeably better than the standard H.264 encoding.</p>



<p class="wp-block-paragraph">Checking the Plex dashboard, I confirmed that both decoding and encoding were being handled in hardware, with the output using HEVC. The CPU usage remained relatively low, hovering between 25% and 36%, which was similar to what I had observed with H.264 encoding. This suggests that enabling HEVC does not significantly increase the processing load, at least on a modern Intel processor like the one in my test setup. With this level of efficiency, I estimate that the system could handle three or four simultaneous transcodes without much issue.</p>



<p class="wp-block-paragraph">For those considering enabling this feature, you&#8217;ll need at least a 7th-generation Intel Core i3, i5, or i7 processor. Lower-end hardware needs to have Jasper Lake or a newer architecture to be fully supported. Even if a system supports hardware transcoding, that doesn’t necessarily mean it will support HEVC encoding, as some older Intel chips lack the necessary features.</p>



<p class="wp-block-paragraph">Playback device compatibility also plays a role in whether a client can receive an HEVC stream. On Apple and Android devices, including Apple TV and Android TV-based systems, the automatic quality adjustment features defaults to H.264. To ensure HEVC transcoding is used, the resolution and bitrate must be manually selected. Additionally, HEVC playback requires a Chromium-based browser on Windows, macOS or Linux, or Safari on macOS. Other browsers like Firefox and Opera won’t work. Similarly, the Xbox One S doesn’t support HEVC playback but will automatically revert to H.264 when necessary.</p>



<p class="wp-block-paragraph">The improved efficiency and quality of HEVC make it a useful addition to Plex’s transcoding capabilities. It’s worth experimenting with if you have the right hardware.</p>



<p class="wp-block-paragraph"><em>Disclosure: This was a paid sponsorship by Plex, however they did not review or approve this content before it was uploaded. </em></p>
<p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3797</post-id>	</item>
		<item>
		<title>Plex Rolls Out Beta of New TV Interface (sponsored post)</title>
		<link>https://blog.lon.tv/2025/01/25/plex-rolls-out-beta-of-new-tv-interface-sponsored-post/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sat, 25 Jan 2025 19:42:56 +0000</pubDate>
				<category><![CDATA[video]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[Plex]]></category>
		<guid isPermaLink="false">https://blog.lon.tv/?p=3701</guid>

					<description><![CDATA[<p><center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2025/01/Hero-tvOS-Preview-Lifestyle-scaled.jpg?fit=400%2C263&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>Plex recently announced a preview beta of their new interface for televisions. The beta is currently available on Apple TV but will be rolled out to additional platforms in the coming months. You can see it in action in my latest monthly sponsored video from Plex. The home screen retains familiar elements, but with some &#8230; <a href="https://blog.lon.tv/2025/01/25/plex-rolls-out-beta-of-new-tv-interface-sponsored-post/" class="more-link">Continue reading <span class="screen-reader-text">Plex Rolls Out Beta of New TV Interface (sponsored post)</span></a></p>
<p>
]]></description>
										<content:encoded><![CDATA[<center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2025/01/Hero-tvOS-Preview-Lifestyle-scaled.jpg?fit=400%2C263&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>
<p class="wp-block-paragraph">Plex recently announced a preview beta of their new interface for televisions. The beta is currently available on Apple TV but will be rolled out to additional platforms in the coming months. <a href="https://www.youtube.com/watch?v=hIAIXl14fqo">You can see it in action in my latest monthly sponsored video from Plex. </a></p>







<p class="wp-block-paragraph">The home screen retains familiar elements, but with some notable refinements. For those running a Plex Pro server or have access to one, you&#8217;ll see a new row of servers running horizontally across the top of the screen. You can favorite specific libraries, which pins them to the top of the navigation, minimizing unnecessary scrolling. Browsing options are now slightly rearranged, but everything is as you’d expect—filters, collections, and categories—remains accessible, albeit in new locations.</p>



<p class="wp-block-paragraph">Next to the library section you&#8217;ll find Live TV, which now integrates both live streaming channels and over the air TV if you&#8217;re making use of <a href="https://www.youtube.com/watch?v=wHx22QdHns4">Plex&#8217;s DVR features</a>.  While integration between different servers and content sources isn’t fully seamless yet as it is in the current UI, the effort to accommodate various setups shows promise.</p>



<p class="wp-block-paragraph">The next section over is &#8220;On Demand&#8221; content which includes the thousands of free ad supported TV shows and movies from Plex&#8217;s servers along with their recently announced <a href="https://www.youtube.com/watch?v=u22ZYXE3nHs">rental section</a>. </p>



<p class="wp-block-paragraph">The discovery section, watchlist functionality, universal search, and settings haven’t changed drastically but have been given a cleaner, more consistent layout. From account settings to profile configurations, everything feels intuitive and easy to navigate.</p>



<p class="wp-block-paragraph">One detail worth noting is the way user reviews now take precedence over professional ones when browsing movies and shows. I think this is a great opportunity for budding movie reviewers as you&#8217;ll be able to link back to your other social media platforms in your profile. This feature is optional and users have the option to revert back to having professional reviews first, followed by user generated. There&#8217;s also an option to turn off each set of reviews individually or fully. </p>



<p class="wp-block-paragraph">I am receiving a lot of feedback from users on my YouTube comments with many expressing mixed or negative feedback on the new changes. This is an early beta and a lot will likely be changed over the coming months. Plex will be listening to user feedback <a href="https://lon.tv/plextvfeedback">on their forum page here</a>, so I definitely suggest popping in there and making your voice heard. </p>



<p class="wp-block-paragraph"><em>Disclosure: This post was a paid sponsorship from Plex, however they did not review or approve this before it was uploaded.</em></p>
<p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3701</post-id>	</item>
		<item>
		<title>Plex HDR Hardware Tone Mapping Comes to Windows (sponsored post)</title>
		<link>https://blog.lon.tv/2025/01/04/plex-hdr-hardware-tone-mapping-comes-to-windows-sponsored-post/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sat, 04 Jan 2025 10:00:14 +0000</pubDate>
				<category><![CDATA[video]]></category>
		<category><![CDATA[Plex]]></category>
		<guid isPermaLink="false">https://blog.lon.tv/?p=3654</guid>

					<description><![CDATA[<p><center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2025/01/plexthumb.jpg?fit=400%2C225&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>Plex recently rolled out a hardware tone mapping to the Windows version of the Plex media server. You can see it in action in my latest monthly sponsored Plex video. Previously exclusive to Linux, this feature now allows Windows users with supported Intel processors to transcode HDR video to SDR with hardware acceleration, making it &#8230; <a href="https://blog.lon.tv/2025/01/04/plex-hdr-hardware-tone-mapping-comes-to-windows-sponsored-post/" class="more-link">Continue reading <span class="screen-reader-text">Plex HDR Hardware Tone Mapping Comes to Windows (sponsored post)</span></a></p>
<p>
]]></description>
										<content:encoded><![CDATA[<center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2025/01/plexthumb.jpg?fit=400%2C225&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>
<p class="wp-block-paragraph">Plex recently rolled out a hardware tone mapping to the Windows version of the Plex media server. <a href="https://www.youtube.com/watch?v=EP7wnyMECKM">You can see it in action in my latest monthly sponsored Plex video.</a></p>







<p class="wp-block-paragraph">Previously exclusive to Linux, this feature now allows Windows users with <a href="https://support.plex.tv/articles/hdr-to-sdr-tone-mapping/">supported Intel processors</a> to transcode HDR video to SDR with hardware acceleration, making it more accessible for out-of-home streaming on devices like phones and tablets. While the update brings much-needed capability to Windows, there are notable differences in how the feature is configured compared to its Linux counterpart. </p>



<p class="wp-block-paragraph">To enable hardware tone mapping on Windows, users need at least a Tiger Lake processor or newer. This requirement contrasts with Linux, which supports older hardware, including Kaby Lake processors from 2016. The configuration process in Windows involves navigating to the hardware transcoder menu, where HDR tone mapping can be switched on if it isn&#8217;t already. Users can manually adjust settings for saturation, contrast, and brightness to optimize the output for different devices. These adjustments apply server-wide, affecting all transcoding sessions. While this manual configuration allows for flexibility, it also requires more effort from the user.</p>



<p class="wp-block-paragraph">Linux simplifies the process with pre-baked algorithms for tone mapping. These presets eliminate the need for manual adjustments, allowing users to select an option that best suits their viewing devices. The detailed information about these algorithms is available in the <a href="https://support.plex.tv/articles/hdr-to-sdr-tone-mapping/">support documentation</a> provided by Plex. </p>



<p class="wp-block-paragraph">In testing the Windows tone mapping feature, I used an HDR film and converted it to 720p HD. The hardware transcoder effectively handled the process, with CPU usage averaging around 27% and minimal memory impact. The output, however, was brighter than expected, contrary to Plex’s guidance about darker results. </p>



<p class="wp-block-paragraph">For those with systems that include an NVIDIA GPU alongside an Intel or AMD processor, Windows users gain access to the same tone mapping algorithms as Linux, bypassing the need for manual configuration. Additionally, software-based tone mapping is an option, though it’s more resource-intensive and less efficient than hardware solutions.</p>



<p class="wp-block-paragraph">For users focused on streaming full bit-rate media within the home, the tone mapping features are less critical. The Windows version of the Plex server reliably delivers video to devices like the NVIDIA Shield without the need for transcoding. However, for those who frequently transcode video for out-of-home use, the introduction of hardware tone mapping to Windows is a welcome addition. While it requires some manual effort, it now offers a somewhat viable alternative to Linux for handling HDR-to-SDR conversions.</p>



<p class="wp-block-paragraph">Ultimately, this update broadens the options available to Plex users on Windows. While Linux remains the more streamlined and resource-efficient choice for extensive hardware transcoding, Windows users now get a more efficient solution HDR video transcoding.</p>



<p class="wp-block-paragraph"><em>Disclosure: This video was a paid sponsorship by Plex, however they did not review or approve this content before it was uploade</em>d and all opinions are my own. </p>
<p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3654</post-id>	</item>
		<item>
		<title>Plex Previews New User Interface (sponsored post)</title>
		<link>https://blog.lon.tv/2024/11/24/plex-previews-new-user-interface-sponsored-post/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 24 Nov 2024 12:21:42 +0000</pubDate>
				<category><![CDATA[video]]></category>
		<category><![CDATA[Plex]]></category>
		<guid isPermaLink="false">https://blog.lon.tv/?p=3566</guid>

					<description><![CDATA[<p><center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2024/11/PlexHeroMobilePreview3iPhones.jpg?fit=400%2C300&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>Plex recently unveiled a preview of its new mobile user interface, a redesign that aims to enhance navigation and improve user experience. While still in beta, the new interface feels familiar and new at the same time. I took it out for a spin in my latest video. The first thing I noticed was a &#8230; <a href="https://blog.lon.tv/2024/11/24/plex-previews-new-user-interface-sponsored-post/" class="more-link">Continue reading <span class="screen-reader-text">Plex Previews New User Interface (sponsored post)</span></a></p>
<p>
]]></description>
										<content:encoded><![CDATA[<center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2024/11/PlexHeroMobilePreview3iPhones.jpg?fit=400%2C300&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>
<p class="wp-block-paragraph">Plex recently unveiled a preview of its new mobile user interface, a redesign that aims to enhance navigation and improve user experience. While still in beta, the new interface feels familiar and new at the same time. <a href="https://www.youtube.com/watch?v=K1OFhQB2SrE">I took it out for a spin in my latest video.</a></p>







<p class="wp-block-paragraph">The first thing I noticed was a quick-access watchlist button at the top of the screen and a redesigned user section offer streamlined control over profiles, subscriptions, and settings.</p>



<p class="wp-block-paragraph">In the lower section users can now click the &#8220;library&#8221; button to get access to their Plex server or one that was shared from a friend. A significant shift lies in how users navigate their libraries &#8211; users can now select them from a drop down menu or by tapping the library button a second time. This is in place of the previous &#8220;hamburger menu&#8221; which required the user to &#8220;pin&#8221; different libraries to get quick access. Browsing and filtering options inside the library remain consistent with the prior interface.</p>



<p class="wp-block-paragraph">The landing pages for movies and tv shows have also been redesigned. Users can now enjoy enhanced visuals, such as detailed logos and imagery, creating a cleaner and more immersive browsing experience. Actor pages and related content maintain familiar structures but will evolve further as the beta progresses.</p>



<p class="wp-block-paragraph">Plex&#8217;s emphasis on its free live TV and on-demand movie offerings is evident in the addition of dedicated tabs for these features. These sections separate free content from personal libraries, improving organization. For users of the Plex DVR, antenna-based channels will return in future updates, ensuring no loss of functionality.</p>



<p class="wp-block-paragraph">Notably absent from the new interface are photo and music management features. This shift is deliberate, as Plex transitions these functions to standalone apps: <a href="https://lon.tv/plexamp">Plexamp</a> for music and <a href="https://www.youtube.com/watch?v=TMtSGUan54E">Plex Photos</a> for images. These changes aim to streamline the core app while offering specialized platforms for other media types.</p>



<p class="wp-block-paragraph">For those interested in the philosophy behind the redesign or wanting to try the beta, Plex has shared detailed resources on its <a href="https://www.plex.tv/blog/a-new-plex-experience-is-coming-get-a-mobile-preview-now/">blog</a> and <a href="https://forums.plex.tv/c/experience-preview/138">forums</a>. These platforms also serve as hubs for feedback, enabling users to shape the future of the app.</p>



<p class="wp-block-paragraph">As the beta evolves, it will be interesting to see how these updates are received and refined. Whether you&#8217;re a long-time Plex user or new to the platform, the changes mark a step toward a more intuitive and visually appealing experience.</p>



<p class="wp-block-paragraph"><em>This post was sponsored by Plex, however they did not review or approve what was posted before it was uploaded. </em></p>
<p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3566</post-id>	</item>
		<item>
		<title>M4 Mac Mini as a Plex Server?</title>
		<link>https://blog.lon.tv/2024/11/17/m4-mac-mini-as-a-plex-server/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 17 Nov 2024 14:52:11 +0000</pubDate>
				<category><![CDATA[video]]></category>
		<category><![CDATA[Mac Mini]]></category>
		<category><![CDATA[Minipc]]></category>
		<category><![CDATA[Plex]]></category>
		<guid isPermaLink="false">https://blog.lon.tv/?p=3548</guid>

					<description><![CDATA[<p><center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2024/11/plex-server-mac-mini-scaled.jpg?fit=400%2C225&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>One of the most asked questions I received on my M4 Mac Mini review the other day was how well the Mac Mini performs as a Plex server. In my latest video, we put its Plex serving capabilities to the test and compare it to the lowest cost Plex server you can buy &#8211; a &#8230; <a href="https://blog.lon.tv/2024/11/17/m4-mac-mini-as-a-plex-server/" class="more-link">Continue reading <span class="screen-reader-text">M4 Mac Mini as a Plex Server?</span></a></p>
<p>
]]></description>
										<content:encoded><![CDATA[<center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2024/11/plex-server-mac-mini-scaled.jpg?fit=400%2C225&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>
<p class="wp-block-paragraph">One of the most asked questions I received on my <a href="https://blog.lon.tv/2024/11/10/the-base-model-m4-mac-mini-is-a-great-value-hands-on-review/">M4 Mac Mini review</a> the other day was how well the Mac Mini performs as a Plex server. <a href="https://www.youtube.com/watch?v=ElEV28ZXJv8">In my latest video</a>, we put its Plex serving capabilities to the test and compare it to the lowest cost Plex server you can buy &#8211; a $150 <a href="https://blog.lon.tv/2024/04/24/the-gmktec-g3-mini-pc-delivers-a-lot-for-a-low-price/">GMKTec G3</a> with an N100 processor. </p>







<p class="wp-block-paragraph">The tests included playing back a standard Blu-ray rip, a 4K Blu-ray file with HDR-to-SDR tone mapping, and an AV1 file, with all videos transcoding down to 720p at 4 Mbps. </p>



<p class="wp-block-paragraph">The M4 Mac Mini, powered by Apple Silicon, performed consistently well, leveraging Apple’s native APIs for hardware transcoding. Its hardware encoders and decoders, now supporting AV1, resulted in similar CPU consumption to what we saw on the Intel N100 with Quicksync. </p>



<p class="wp-block-paragraph">Both systems performed similarly in handling basic 1080p-to-720p transcoding, maintaining stability with minor spikes in usage. Both also handled AV1 transcoding in hardware thanks to AV1 being added to the M4 chip&#8217;s hardware acceleration. They even handled hardware tone mapping with the 4k Blu-Ray MKV, converting the HDR media to SDR while brining the 2160p resolution down to 720p. </p>



<p class="wp-block-paragraph">In terms of resource consumption, the results were quite different. The Mac consumed around 1.3 GB of RAM for two simultaneous 4K tone mapping transcodes, while the Linux system operated with a lean 320 MB, making it much better suited for scaling up with multiple users. The Mac also had a good chunk of its 16GB of memory already in use for all of the background tasks Macs do. </p>



<p class="wp-block-paragraph">But for casual transcoding tasks and/or having the Plex server be a secondary feature alongside its primary desktop functions, the Mac proved viable. But when scalability and efficiency come into play, the Linux-based Mini PC outshines it for far less money. The Linux system’s ability to handle more users with minimal memory overhead and its compatibility with Docker make it a robust option for dedicated Plex server setups.</p>
<p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3548</post-id>	</item>
		<item>
		<title>Plex Adds Social User Reviews for TV and Movies</title>
		<link>https://blog.lon.tv/2024/10/13/plex-adds-social-user-reviews-for-tv-and-movies/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 13 Oct 2024 14:52:19 +0000</pubDate>
				<category><![CDATA[video]]></category>
		<category><![CDATA[Plex]]></category>
		<guid isPermaLink="false">https://blog.lon.tv/?p=3462</guid>

					<description><![CDATA[<p><center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2024/10/plex-ratings-scaled.jpg?fit=400%2C225&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>In this month&#8217;s sponsored Plex video, the spotlight is on a new feature that allows users to write reviews for TV shows and movies and have them viewable by friends on the Plex platform. The reviews show up ahead of the critic reviews that Plex sources from Rotten Tomatoes. For TV shows you can rate &#8230; <a href="https://blog.lon.tv/2024/10/13/plex-adds-social-user-reviews-for-tv-and-movies/" class="more-link">Continue reading <span class="screen-reader-text">Plex Adds Social User Reviews for TV and Movies</span></a></p>
<p>
]]></description>
										<content:encoded><![CDATA[<center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2024/10/plex-ratings-scaled.jpg?fit=400%2C225&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>
<p class="wp-block-paragraph"><a href="https://www.youtube.com/watch?v=GmxIZW4dSgk">In this month&#8217;s sponsored Plex video</a>, the spotlight is on a new feature that allows users to write reviews for TV shows and movies and have them viewable by friends  on the Plex platform. The reviews show up ahead of the critic reviews that Plex sources from Rotten Tomatoes. </p>







<p class="wp-block-paragraph">For TV shows you can rate and review entire series, individual seasons, or specific episodes. Currently reviewers have the option to make the reviews visible only to yourself, only to friends, or expand things a bit by allowing friends of friends to see them. For more information on how social features work on Plex, check out my <a href="https://www.youtube.com/watch?v=YFVdE5yRJlk">Discover Together</a> video from a little while back. </p>







<p class="wp-block-paragraph">Plex also allows for spoiler-tagged reviews. When marked, the spoilers are blurred out, protecting other viewers who haven’t seen the content yet. It’s a useful addition for those who want to discuss plot twists or endings without ruining the experience for others. </p>



<p class="wp-block-paragraph">The new feature should now be enabled across most of the platforms Plex supports. This includes Android mobile and TV, Apple TV and iOS, Roku and Fire TV. If you&#8217;re not seeing it enabled be sure to make sure your app version is up to date. More information can be found <a href="https://support.plex.tv/articles/user-reviews/">on this Plex support page</a>. </p>



<p class="wp-block-paragraph">For those budding reviewers who want a wider audience, Plex is beta-testing a feature that allows select users&#8217; reviews to be seen by the entire Plex community. If you&#8217;re interested in contributing as a critic, Plex <a href="https://lon.tv/plexreviews">has an application form up</a> where you can submit your information. </p>



<p class="wp-block-paragraph"><em>Disclosure: This video was sponsored by Plex, however they did not review or approve it before it was uploaded. </em></p>
<p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3462</post-id>	</item>
		<item>
		<title>Plex Pass New Quality of Life Features (sponsored post)</title>
		<link>https://blog.lon.tv/2024/09/01/plex-pass-new-quality-of-life-features-sponsored-post/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 01 Sep 2024 11:55:57 +0000</pubDate>
				<category><![CDATA[video]]></category>
		<category><![CDATA[Plex]]></category>
		<guid isPermaLink="false">https://blog.lon.tv/?p=3358</guid>

					<description><![CDATA[<p><center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2024/09/Plex-small-features-2-scaled.jpg?fit=400%2C225&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>For this month&#8217;s sponsored Plex video we take a look at a few several minor yet useful features for its Plex Pass subscribers that might enhance the overall user experience. While these features may not seem groundbreaking, they can offer a more tailored and convenient viewing experience. Take a look in my latest video. One &#8230; <a href="https://blog.lon.tv/2024/09/01/plex-pass-new-quality-of-life-features-sponsored-post/" class="more-link">Continue reading <span class="screen-reader-text">Plex Pass New Quality of Life Features (sponsored post)</span></a></p>
<p>
]]></description>
										<content:encoded><![CDATA[<center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2024/09/Plex-small-features-2-scaled.jpg?fit=400%2C225&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>
<p class="wp-block-paragraph">For this month&#8217;s sponsored Plex video we take a look at a few several minor yet useful features for its Plex Pass subscribers that might enhance the overall user experience. While these features may not seem groundbreaking, they can offer a more tailored and convenient viewing experience. <a href="https://www.youtube.com/watch?v=QqG40G6QYio">Take a look in my latest video.</a></p>







<p class="wp-block-paragraph">One of the new features, &#8220;Rewind on Resume,&#8221; is designed for those moments when you&#8217;re interrupted mid-viewing. Instead of resuming exactly where you left off, this feature allows the video to rewind a specified number of seconds, helping you remember what was happening before you paused. This could be particularly useful for those who, like many of us, find themselves frequently interrupted by daily life.</p>



<p class="wp-block-paragraph">Another feature adds player controls for the &#8220;Skip Intro&#8221; and &#8220;Skip Credits&#8221; options that were previously only set at the server level. Users can choose to have intros and credits skipped automatically, manually, or not at all, depending on their preference. This is especially convenient for binge-watchers who want to skip past the end credits of a concluding episode and the intro credits on the subsequent one. </p>



<p class="wp-block-paragraph">For those who utilize <a href="https://www.youtube.com/watch?v=wHx22QdHns4">Plex&#8217;s DVR feature</a>, there&#8217;s an option to automatically skip commercials during playback. However, this only applies to content recorded via the DVR and not to manually added other content. This feature, like the skip intro and credits options, can be customized to the user&#8217;s preference, allowing for automatic skipping or manual control.</p>



<p class="wp-block-paragraph">Of note &#8211; the skip features are not yet available on every Plex player. Unfortunately Apple devices do not have these player-level controls at the time of this post. </p>



<p class="wp-block-paragraph">Another little feature will provide some help for those of us who often fall asleep in front of the TV.  Called the &#8220;Passout Protection&#8221; feature, this setting allows the user to set a time limit after which the playback will stop. This can be set for one to three hours, with a prompt asking if you&#8217;re still watching before the playback stops. Alternatively, this prompt can be disabled for those who prefer uninterrupted viewing.</p>



<p class="wp-block-paragraph">Lastly, Plex has enhanced its music player, <a href="https://www.youtube.com/playlist?list=PLCZHp4d1HnIuAEyBEFXmS9gz12X_4mnVD">Plexamp</a>, with a feature called &#8220;Mix Builder.&#8221; This allows users to create playlists based on selected artists or albums. Unlike some other Plexamp features that can take you on a musical journey, this feature lets users curate their own listening experience by locking the playlist onto specific artists or albums.</p>



<p class="wp-block-paragraph">While these features may not revolutionize your Plex experience, they do offer small improvements that can make using the service more enjoyable. For those with a Plex Pass and compatible devices, exploring these options might reveal some valuable enhancements to your media consumption habits.</p>



<p class="wp-block-paragraph"><em>Disclaimer: This post &amp; video was sponsored by Plex but they did not review or approve the content before it was posted. </em></p>
<p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3358</post-id>	</item>
		<item>
		<title>How to Install Plex on Linux the Easy Way! (sponsored post)</title>
		<link>https://blog.lon.tv/2024/06/27/how-to-install-plex-on-linux-the-easy-way-sponsored-post/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 27 Jun 2024 11:57:27 +0000</pubDate>
				<category><![CDATA[video]]></category>
		<category><![CDATA[Plex]]></category>
		<guid isPermaLink="false">https://blog.lon.tv/?p=3148</guid>

					<description><![CDATA[<p><center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2024/06/plexforblogh.jpg?fit=400%2C221&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>Installing Plex on Linux is easier than you might think, even on a low-cost mini PC like the GMKtec G3 with its Intel N100 processor (compensated affiliate link). The goal of this tutorial is to set up the Plex Media Server without diving into complex command lines, making it accessible even for those not well-versed &#8230; <a href="https://blog.lon.tv/2024/06/27/how-to-install-plex-on-linux-the-easy-way-sponsored-post/" class="more-link">Continue reading <span class="screen-reader-text">How to Install Plex on Linux the Easy Way! (sponsored post)</span></a></p>
<p>
]]></description>
										<content:encoded><![CDATA[<center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2024/06/plexforblogh.jpg?fit=400%2C221&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>
<p class="wp-block-paragraph">Installing Plex on Linux is easier than you might think, even on a low-cost mini PC like the <a href="https://lon.tv/ti6cb">GMKtec G3 with its Intel N100 processor</a> (compensated affiliate link). The goal of this tutorial is to set up the Plex Media Server without diving into complex command lines, making it accessible even for those not well-versed in Linux. </p>







<p class="wp-block-paragraph">I chose <a href="https://ubuntu.com/desktop">Ubuntu 24.04</a> which is known for its user-friendly setup. I installed Ubuntu on a MSATA M.2 SSD inside the G3, allowing me to dual boot between Windows and Linux. My Windows installation is on the G3&#8217;s other M.2 slot&#8217;s NVME drive. </p>



<p class="wp-block-paragraph">For this example I have an external USB SSD attached with two movies and a season of a television show for demonstration purposes. I suggest formatting the drive in the exFAT format which will simplify access permissions. </p>



<p class="wp-block-paragraph">The installation process, guided by <a href="https://ubuntu.com/tutorials/install-ubuntu-desktop#1-overview">a thorough online tutorial</a>, involves using a USB drive to boot and install the OS. Once set up, the desktop environment is ready for use, with an app center to facilitate installing additional software like Plex.</p>



<p class="wp-block-paragraph">To install Plex, I accessed the app center, searched for Plex Media Server, and installed it with a click. After logging into my Plex account and naming the server, it was time to add media libraries. The process involves pointing Plex to the appropriate folders on the external drive where my media is stored. This setup is straightforward, similar to what one would experience on Windows.</p>



<p class="wp-block-paragraph">Hardware transcoding is a notable feature that works efficiently on Linux. Unlike Windows, Linux supports hardware <a href="https://support.plex.tv/articles/hdr-to-sdr-tone-mapping/">HDR to SDR tone mapping</a>, significantly improving performance when trying to transcode large HDR 4k Blu Ray files to much smaller streams for remote viewing. </p>



<p class="wp-block-paragraph">Testing with a 4K HDR movie and a TV show episode simultaneously, the mini PC handled the transcoding with ease, utilizing less than 35% of system resources. By contrast, the Windows version of the Plex media server ground to a halt when the 4k movie began transcoding due to its hardware transcoder not accelerating the tone mapping process. On Windows only Nvidia GPUs are supported right now for hardware tone mapping. </p>



<p class="wp-block-paragraph">Updating the system and Plex server is managed through the app center, ensuring the software remains current. I also detailed in the video how to back up the installation by navigating to the Plex data stored in var/lib/plexmediaserver/Library/Application Support/Plex Media Server/.</p>



<p class="wp-block-paragraph">Personally I&#8217;ve found Docker to be the best way to manage Plex on Linux as it makes the installation easier to backup and migrate. But Docker does bring with it more installation complexity. In the future we might take unRAID out for a spin that integrates Docker in a very user friendly way. Stay tuned! </p>



<p class="wp-block-paragraph"><em>Disclosure: This was a paid sponsorship by Plex. However they did not review or approve this video before it was uploaded and all opinions are my own. </em></p>
<p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3148</post-id>	</item>
		<item>
		<title>Plex Server on the Cheap! Intel N100 Mini PCs are a great choice.</title>
		<link>https://blog.lon.tv/2024/05/31/plex-server-on-the-cheap-intel-n100-mini-pcs-are-a-great-choice/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 31 May 2024 12:44:49 +0000</pubDate>
				<category><![CDATA[video]]></category>
		<category><![CDATA[cheap]]></category>
		<category><![CDATA[inexpensive]]></category>
		<category><![CDATA[Plex]]></category>
		<guid isPermaLink="false">https://blog.lon.tv/?p=3057</guid>

					<description><![CDATA[<p><center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2024/05/gmktekplex.jpg?fit=400%2C318&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>In my latest sponsored Plex video, we look at using a very inexpensive Intel N100 based GMKtek G3 Mini PC as a Plex server. Despite being a budget device, its performance, particularly with hardware transcoding, is impressive. You can see my initial review of this particular PC here. I began by installing the Windows version &#8230; <a href="https://blog.lon.tv/2024/05/31/plex-server-on-the-cheap-intel-n100-mini-pcs-are-a-great-choice/" class="more-link">Continue reading <span class="screen-reader-text">Plex Server on the Cheap! Intel N100 Mini PCs are a great choice.</span></a></p>
<p>
]]></description>
										<content:encoded><![CDATA[<center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2024/05/gmktekplex.jpg?fit=400%2C318&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>
<p class="wp-block-paragraph"><a href="https://www.youtube.com/watch?v=UH4SXmuamHY">In my latest sponsored Plex video</a>, we look at using a very inexpensive Intel N100 based GMKtek G3 Mini PC as a Plex server. Despite being a budget device, its performance, particularly with hardware transcoding, is impressive.</p>







<p class="wp-block-paragraph"><a href="https://www.amazon.com/vdp/09f9d5abcc6f47fd97e8b7497ccbab0f">You can see my initial review of this particular PC here.</a></p>



<p class="wp-block-paragraph">I began by installing the Windows version of Plex Media Server on the mini PC since it comes pre-installed with Windows and the Windows installation process is the simplest. </p>



<p class="wp-block-paragraph">The Intel N100 processor, part of Intel’s Alder Lake series, features <a href="https://lon.tv/quicksyncwiki">QuickSync technology</a>, which enables hardware accelerated video decoding and encoding. This is important for users who plan to stream content outside their home network. QuickSync compresses videos into lower bitrate files on the fly, facilitating smoother playback over varying network conditions. Additionally, the chip’s capability to handle multiple video formats makes it a versatile choice for media servers. </p>



<p class="wp-block-paragraph">Hardware transcoding requires a <a href="http://lon.tv/plexpass">Plex Pass</a> (compensated affiliate link). You can learn more about hardware transcoding <a href="https://www.youtube.com/watch?v=2PyRpYb66-Y">in this video</a>. If you are just direct playing the files from your Plex server inside the home the hardware transcoding (and Plex Pass) aren&#8217;t necessary. You&#8217;ll be able to spin things up for free. </p>







<p class="wp-block-paragraph">In my real-world testing, I demonstrated the mini PC’s ability to handle multiple simultaneous hardware transcodes efficiently. For instance, a 4K VP9 encoded video from Netflix and a Blu-ray MKV file were both transcoded without significant CPU load, maintaining around 20-25% usage. Even with five concurrent transcodes, including various formats like VP9, H.264 and a 10-bit HEVC, the CPU usage only reached about 35%.</p>



<p class="wp-block-paragraph">However, the mini PC encounters limitations with 4K HDR Blu-ray MKVs when playing back on non-SDR displays. Windows does not support hardware-based <a href="https://support.plex.tv/articles/hdr-to-sdr-tone-mapping/">HDR tone mapping</a>, forcing the CPU to handle this task, resulting in poor playback performance. Hardware tone mapping does work on Quicksync equipped processors on Linux operating systems, however. <a href="https://blog.lon.tv/2024/06/27/how-to-install-plex-on-linux-the-easy-way-sponsored-post/">I explored this in another video</a> using the same N100 hardware. It works great! </p>



<p class="wp-block-paragraph">Despite these limitations, an Intel Alder LAke N100 mini PC is an excellent choice for most Plex users looking for a budget solution with low power consumption.</p>



<p class="wp-block-paragraph"><em>Disclosure: This video was sponsored by Plex however they did not review or approve the video before it was uploaded.</em></p>
<p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3057</post-id>	</item>
		<item>
		<title>Plex Now Has Hundreds of Free Channels &#8211; Here&#8217;s how to navigate them (sponsored post)</title>
		<link>https://blog.lon.tv/2024/04/28/plex-now-has-hundreds-of-free-channels-heres-how-to-navigate-them-sponsored-post/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 28 Apr 2024 14:09:05 +0000</pubDate>
				<category><![CDATA[video]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[Plex]]></category>
		<category><![CDATA[tutorial]]></category>
		<guid isPermaLink="false">https://blog.lon.tv/?p=2969</guid>

					<description><![CDATA[<p><center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2024/04/plexforblog.jpg?fit=400%2C314&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>Plex, well-known for its media server capabilities, has now ventured into providing over 600 free advertiser supported television (FAST) channels in the U.S., with a total of 1,100 channels globally. These free channels are accessible on various platforms, including mobile and and TV devices, without the need for a dedicated Plex server. In my latest &#8230; <a href="https://blog.lon.tv/2024/04/28/plex-now-has-hundreds-of-free-channels-heres-how-to-navigate-them-sponsored-post/" class="more-link">Continue reading <span class="screen-reader-text">Plex Now Has Hundreds of Free Channels &#8211; Here&#8217;s how to navigate them (sponsored post)</span></a></p>
<p>
]]></description>
										<content:encoded><![CDATA[<center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2024/04/plexforblog.jpg?fit=400%2C314&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>
<p class="wp-block-paragraph">Plex, well-known for its media server capabilities, has now ventured into providing over 600 free advertiser supported television (FAST) channels in the U.S., with a total of 1,100 channels globally. These free channels are accessible on various platforms, including mobile and and TV devices, without the need for a dedicated Plex server. </p>



<p class="wp-block-paragraph"><a href="https://www.youtube.com/watch?v=r6e0mQB2Z48">In my latest video</a> we take a look at how to navigate all of these choices. </p>







<p class="wp-block-paragraph">Plex&#8217;s interface is structured to help viewers quickly narrow down their choices. The channel guide offers an initial glimpse of all available channels, and further efficiencies are found through category filters like &#8220;Hit TV&#8221; or genres such as crime and sports. There is also a &#8220;featured&#8221; section where Plex showcases some of the heavy hitters on the platform like the NFL&#8217;s free channel which was recently added.</p>



<p class="wp-block-paragraph">Plex&#8217;s <a href="https://www.youtube.com/watch?v=XbOXG9JtMjQ">universal search</a> feature will also surface content that is playing live in addition to on-demand offerings.  </p>







<p class="wp-block-paragraph">Moreover, Plex integrates local over-the-air TV channels <a href="https://www.youtube.com/watch?v=wHx22QdHns4">if a user has a Plex Pass and a network TV tuner,</a> allowing for a blend of local and streaming content. This feature enriches the user&#8217;s viewing options, providing a seamless integration of local and global content on a single platform.</p>







<p class="wp-block-paragraph">Viewers can personalize their viewing experience by adding channels to their &#8220;favorites,&#8221; making them easily accessible upon each return to the service. These preferences sync across all devices connected to the viewer&#8217;s Plex account, ensuring a consistent setup regardless of the device used.</p>



<p class="wp-block-paragraph">New channels are being added all the time. Plex has a <a href="https://www.plex.tv/live-tv-channels/">helpful search tool</a> set up on their website that can give you a breakdown about what&#8217;s available in your particular market. </p>



<p class="wp-block-paragraph"><em>Disclosure: this post and video was sponsored by Plex, however they did not review or approve this content before it was uploaded. </em></p>
<p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2969</post-id>	</item>
		<item>
		<title>Serving Plex Media to Legacy Devices via DLNA</title>
		<link>https://blog.lon.tv/2024/03/28/serving-plex-media-to-legacy-devices-via-dlna/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 28 Mar 2024 14:01:46 +0000</pubDate>
				<category><![CDATA[video]]></category>
		<category><![CDATA[DLNA]]></category>
		<category><![CDATA[Plex]]></category>
		<guid isPermaLink="false">https://blog.lon.tv/?p=2907</guid>

					<description><![CDATA[<p><center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2024/03/plexmedia.jpg?fit=400%2C229&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>In this month&#8217;s sponsored Plex video, I explore an older feature of Plex that connects your media to legacy devices like old TVs and media players through Plex&#8217;s support for DLNA. This makes it possible to browse and consume media from your Plex server while making use of all of the metadata stored in your &#8230; <a href="https://blog.lon.tv/2024/03/28/serving-plex-media-to-legacy-devices-via-dlna/" class="more-link">Continue reading <span class="screen-reader-text">Serving Plex Media to Legacy Devices via DLNA</span></a></p>
<p>
]]></description>
										<content:encoded><![CDATA[<center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2024/03/plexmedia.jpg?fit=400%2C229&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>
<p class="wp-block-paragraph"><a href="https://www.youtube.com/watch?v=jD-XPB74Hng">In this month&#8217;s sponsored Plex video</a>, I explore an older feature of Plex that connects your media to legacy devices like old TVs and media players through Plex&#8217;s support for DLNA. This makes it possible to browse and consume media from your Plex server while making use of all of the metadata stored in your Plex libraries.  </p>







<p class="wp-block-paragraph">The Digital Living Network Alliance (DLNA) was established in 2003 by a group of technology companies aiming to create a standardized framework for sharing digital media across devices. DLNA has been widely adopted by manufacturers and software developers in the decades since.</p>



<p class="wp-block-paragraph">The process begins with enabling the DLNA server function within the Plex web app&#8217;s server settings. Once activated, the Plex server can communicate with any DLNA-compatible device on the network, making it discoverable to a wide range of electronics, regardless of their manufacture date.</p>



<p class="wp-block-paragraph">I conducted a demonstration using <a href="https://apps.microsoft.com/detail/9nblggh4vb98?hl=en-mt&amp;gl=MT">DLNA Browser</a> on a Windows laptop to mimic the experience on a TV or audio device. The interface presented options to explore video, music, or photo libraries stored on the Plex server. One key point is that DLNA does not incorporate authentication, which means all shared media on the Plex server becomes accessible to anyone on the same network. </p>



<p class="wp-block-paragraph">For video playback, Plex&#8217;s DLNA server allows browsing by key metadata points like genres, directors, actors, etc. You can of course also just browse media alphabetically and even dive into the folders stored on your server. The server will assign playback history to the main user on the server but will not store playback progress. </p>



<p class="wp-block-paragraph">The music playback functionality through DLNA stands out, especially for high-quality audio files. Modern audio devices that don&#8217;t have support for a Plex client, including my home theater receiver, can access and play lossless audio files directly from the Plex server, complete with album art and metadata. This feature is particularly valuable for audiophiles with extensive digital music libraries. Unlike video playback history is not stored, however. </p>



<p class="wp-block-paragraph">Despite its benefits, DLNA integration isn&#8217;t without challenges. Older devices may struggle with newer media formats, <a href="https://lon.tv/9fxnk">requiring manual configuration for transcoding</a>—a process that ensures media compatibility but may demand a more technical setup.</p>



<p class="wp-block-paragraph">DLNA is not just limited to legacy devices either. One viewer wrote in to tell me they use it with their Meta Quest headset to access their media. Many modern televisions will also pick up your Plex media server and present it within the native TV interface too.   </p>



<p class="wp-block-paragraph">Plex&#8217;s DLNA feature can bridge between past and present technology, offering a practical solution for extending the life of older devices through access to modern digital media libraries. </p>
<p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2907</post-id>	</item>
		<item>
		<title>Plex Launches Movie Rental Feature</title>
		<link>https://blog.lon.tv/2024/02/11/plex-launches-movie-rental-feature/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 11 Feb 2024 14:45:13 +0000</pubDate>
				<category><![CDATA[video]]></category>
		<category><![CDATA[Plex]]></category>
		<guid isPermaLink="false">https://blog.lon.tv/?p=2791</guid>

					<description><![CDATA[<p><center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2024/02/plex.jpg?fit=400%2C246&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>My latest monthly sponsored Plex video takes a look at Plex&#8217;s new movie rental feature that allows users to rent and watch popular films without having to leave the Plex interface. Rentals can be found in a new tab that&#8217;s been added to Plex&#8217;s free movies and TV shows section. Here, a variety of films &#8230; <a href="https://blog.lon.tv/2024/02/11/plex-launches-movie-rental-feature/" class="more-link">Continue reading <span class="screen-reader-text">Plex Launches Movie Rental Feature</span></a></p>
<p>
]]></description>
										<content:encoded><![CDATA[<center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2024/02/plex.jpg?fit=400%2C246&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>
<p class="wp-block-paragraph"><a href="https://www.youtube.com/watch?v=u22ZYXE3nHs">My latest monthly sponsored Plex video</a> takes a look at Plex&#8217;s new movie rental feature that allows users to rent and watch popular films without having to leave the Plex interface. </p>







<p class="wp-block-paragraph">Rentals can be found in a new tab that&#8217;s been added to Plex&#8217;s free movies and TV shows section. Here, a variety of films are available for rent, distinct from the platform&#8217;s ad-supported content. You will also find rentals integrated into <a href="https://www.youtube.com/watch?v=XbOXG9JtMjQ&amp;list=PLCZHp4d1HnIvqJPAmMooCKOHieLdi3I7o&amp;index=3&amp;pp=gAQBiAQB">Plex&#8217;s universal search</a> and <a href="https://www.youtube.com/watch?v=0pr1gvNSb3s&amp;list=PLCZHp4d1HnIvqJPAmMooCKOHieLdi3I7o&amp;index=15&amp;pp=gAQBiAQB">watchlist</a> features. Users who prefer not to see rental options in their search results can adjust their settings to exclude them.</p>



<p class="wp-block-paragraph">The rental process within Plex is straightforward. Upon selecting a movie, users have a 30-day window to commence viewing. Once the movie is started, there is a 48-hour period to complete it. </p>



<p class="wp-block-paragraph">After renting a movie, it appears on the user&#8217;s Plex home page and will also be at the top of the rental tab. Rentals will be integrated with the rest of the media accessible to the viewer. Users will also receive email notifications reminding them to watch the film before it expires. </p>



<p class="wp-block-paragraph">A notable feature of Plex&#8217;s rental service is the capability to view rented movies across different devices, maintaining continuity in the play location. But there is currently no offline viewing option and rentals can only be played back on one device at a time. At the moment rentals are limited to 1080p only with 5.1 channel surround sound.</p>



<p class="wp-block-paragraph">The pricing structure for rentals varies. Older movies generally cost around $3.99, newer releases are priced at $5.99. I noticed a few rentals available for movies currently in theaters that are priced higher. </p>



<p class="wp-block-paragraph">Currently, the rental feature is only available in the United States, with plans for future expansion to other regions. As the feature evolves I&#8217;ll post some updates. You can also <a href="https://lon.tv/plexrentals">keep track of changes on Plex&#8217;s support pages</a>. </p>



<p class="wp-block-paragraph"><em>Disclosure: This video was a paid sponsorship from Plex. However they did not review or approve this before it was uploaded.</em></p>
<p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2791</post-id>	</item>
		<item>
		<title>Plex Updates Search (sponsored post)</title>
		<link>https://blog.lon.tv/2024/01/04/plex-updates-search-sponsored-post/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 04 Jan 2024 14:13:05 +0000</pubDate>
				<category><![CDATA[video]]></category>
		<category><![CDATA[Plex]]></category>
		<guid isPermaLink="false">https://blog.lon.tv/?p=2706</guid>

					<description><![CDATA[<p><center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2024/01/plex-thumb.jpg?fit=400%2C269&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>In my latest sponsored Plex video, I explore the latest updates to Plex&#8217;s search feature, changes that significantly enhance the user experience for those navigating through their extensive media libraries. You can watch the video here! The primary change in Plex&#8217;s search functionality the ability to customize what is being searched. Users can now filter &#8230; <a href="https://blog.lon.tv/2024/01/04/plex-updates-search-sponsored-post/" class="more-link">Continue reading <span class="screen-reader-text">Plex Updates Search (sponsored post)</span></a></p>
<p>
]]></description>
										<content:encoded><![CDATA[<center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2024/01/plex-thumb.jpg?fit=400%2C269&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>
<p class="wp-block-paragraph">In my latest sponsored Plex video, I explore the latest updates to Plex&#8217;s search feature, changes that significantly enhance the user experience for those navigating through their extensive media libraries. <a href="https://www.youtube.com/watch?v=XbOXG9JtMjQ">You can watch the video here!</a></p>







<p class="wp-block-paragraph">The primary change in Plex&#8217;s search functionality the ability to customize what is being searched. Users can now filter their searches to specific servers, excluding content from other sources if desired. For example, a search for &#8220;Ghostbusters&#8221; will yield results from the user&#8217;s server, Plex&#8217;s on-demand features, and external sources. However, with the new search filters, users can narrow down these results to display only the movies available on their server if they choose.</p>



<p class="wp-block-paragraph">Another notable improvement is the ability to search for content based on specific actors. Typing an actor&#8217;s name, like Mark Hamill, brings up a detailed list of their work available in the user&#8217;s media libraries and on Plex if desired. This feature extends to genre searches as well, allowing users to explore categories like sci-fi across their own libraries and Plex&#8217;s on-demand offerings.</p>



<p class="wp-block-paragraph">Plex has also integrated the watchlist feature into search, which allows users to add content right from the search results. Additionally, because Plex <a href="https://www.youtube.com/watch?v=0pr1gvNSb3s">now indexes content from various other services,</a> users can also search and add content to the watchlist that&#8217;s on streaming services they may be subscribed to. </p>



<p class="wp-block-paragraph">The search settings are remembered on each client, meaning if a user sets their preferences on one device, these preferences will be retained the next time they log into Plex on that device. These new search features are now live on the web along with TV and mobile apps. </p>
<p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2706</post-id>	</item>
		<item>
		<title>Plex Dash 2.0 Adds More Server Configuration Options (sponsored post)</title>
		<link>https://blog.lon.tv/2023/11/26/plex-dash-2-0-adds-more-server-configuration-options-sponsored-post/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 26 Nov 2023 16:30:26 +0000</pubDate>
				<category><![CDATA[video]]></category>
		<category><![CDATA[Plex]]></category>
		<category><![CDATA[Plex Dash]]></category>
		<guid isPermaLink="false">https://blog.lon.tv/?p=2618</guid>

					<description><![CDATA[<p><center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2023/11/plex-thumb.jpg?fit=400%2C225&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>In my latest monthly sponsored Plex video, I explore the latest update of Plex Dash, an app that allows users to manage their Plex server from a smartphone. This update brings a bunch of new features, enhancing the app&#8217;s functionality and user experience. The app is free and available to those who have a Plex &#8230; <a href="https://blog.lon.tv/2023/11/26/plex-dash-2-0-adds-more-server-configuration-options-sponsored-post/" class="more-link">Continue reading <span class="screen-reader-text">Plex Dash 2.0 Adds More Server Configuration Options (sponsored post)</span></a></p>
<p>
]]></description>
										<content:encoded><![CDATA[<center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2023/11/plex-thumb.jpg?fit=400%2C225&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>
<p class="wp-block-paragraph"><a href="https://www.youtube.com/watch?v=UUnIInyUgfE">In my latest monthly sponsored Plex video</a>, I explore the latest update of <a href="https://www.plex.tv/plex-labs/">Plex Dash</a>, an app that allows users to manage their Plex server from a smartphone. This update brings a bunch of new features, enhancing the app&#8217;s functionality and user experience. The app is free and available to those who have a Plex Pass subscription. </p>



<p class="wp-block-paragraph"><strong>If you need a Plex Pass, &#8212; Plex is having a Black Friday sale for 25% off a lifetime Plex Pass. <a href="http://lon.tv/plexpass">You can find it here</a> (compensated affiliate link) &#8211; use code FUZZYFRIDAY to get the discount. The code is valid through November 28th at 7:59 AM UTC. </strong></p>







<p class="wp-block-paragraph">Plex Dash, available on both iPhone and Android, initially served as a monitoring tool for Plex servers. The update, however, extends its capabilities to server administration, previously only accessible via a web browser. This development is particularly beneficial for those who need to manage their servers remotely.</p>



<p class="wp-block-paragraph">As before you can monitor servers in real time to see what media is currently being played back and what kinds of transcoding processes are taking place. This new version of the app expands some of these metrics to include tasks the server might be doing in the background along with enhanced charts to monitor CPU, RAM and network performance. </p>



<p class="wp-block-paragraph">Plex Dash has also expanded its library administration capabilities. Users can now adjust library settings directly from the app. Server settings can also be adjusted through Plex Dash, with most options from the web interface now available in the app. However, settings for remote access still require the web interface.</p>



<p class="wp-block-paragraph">A notable new feature is the ability to browse server logs in real-time and download them for later review. This functionality is particularly useful for troubleshooting and monitoring server activities.</p>



<p class="wp-block-paragraph">While the update significantly enhances Plex Dash&#8217;s capabilities, there is still room for improvement. For instance, the ability to edit metadata directly from the app is currently limited to just changing thumbnails. Expanding this feature to include full metadata editing would be a valuable addition for users who manage extensive libraries.</p>



<p class="wp-block-paragraph">The updated Plex Dash app is a robust tool for managing Plex servers on the go. Its enhanced features bring a level of convenience and efficiency, especially for users who frequently need to administer their servers remotely. As the app continues to evolve, it will likely become an even more indispensable tool for Plex server administrators.</p>



<p class="wp-block-paragraph"><em>Disclosure: This video was part of my monthly sponsorship from Plex. However they did not review or approve the video before it was uploaded. </em></p>
<p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2618</post-id>	</item>
		<item>
		<title>Tutorial: Accessing Your Plex Server on a Personal VPN Like Tailscale</title>
		<link>https://blog.lon.tv/2023/11/01/tutorial-accessing-your-plex-server-on-a-personal-vpn-like-tailscale/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 01 Nov 2023 14:39:43 +0000</pubDate>
				<category><![CDATA[video]]></category>
		<category><![CDATA[Plex]]></category>
		<category><![CDATA[tailscale]]></category>
		<guid isPermaLink="false">https://blog.lon.tv/?p=2527</guid>

					<description><![CDATA[<p><center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2023/11/plexthumbfix.jpg?fit=400%2C225&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>In my latest sponsored Plex video, I delved into accessing a Plex server through a personal VPN like Tailscale. This curiosity was sparked by Apple&#8217;s recent update that allows the use of VPN clients on the Apple TV hardware natively, eliminating the need for any special hacks or tricks. Native VPN support is not exclusive &#8230; <a href="https://blog.lon.tv/2023/11/01/tutorial-accessing-your-plex-server-on-a-personal-vpn-like-tailscale/" class="more-link">Continue reading <span class="screen-reader-text">Tutorial: Accessing Your Plex Server on a Personal VPN Like Tailscale</span></a></p>
<p>
]]></description>
										<content:encoded><![CDATA[<center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2023/11/plexthumbfix.jpg?fit=400%2C225&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>
<p class="wp-block-paragraph"><a href="https://www.youtube.com/watch?v=syO8gtVsLUU">In my latest sponsored Plex video</a>, I delved into accessing a Plex server through a personal VPN like <a href="https://www.youtube.com/watch?v=_Yhkg-0KDXU">Tailscale</a>. This curiosity was sparked by Apple&#8217;s recent update that <a href="https://www.cnet.com/tech/services-and-software/apple-will-release-tvos-17-and-its-good-news-for-vpn-users/">allows the use of VPN clients on the Apple TV hardware natively</a>, eliminating the need for any special hacks or tricks. Native VPN support is not exclusive to Apple TV and extends to several Android TV devices as well.</p>







<p class="wp-block-paragraph">The motivation behind using a personal VPN for Plex is simple: added security. For someone like me, who only shares the Plex server with myself, there&#8217;s no need to expose the server to the Internet. One of the advantages of Tailscale is that it works without exposing any ports on my router to the outside world. </p>



<p class="wp-block-paragraph">In the video I demo an Apple TV connecting to a Synology NAS located about 10 miles away at my mom&#8217;s house. This NAS, securely locked behind a router with no open ports, is inaccessible to the outside world but it is running the Tailscale VPN client.</p>



<p class="wp-block-paragraph">Once connected through my Tailscale network, the Plex server, which was previously inaccessible, became available. The experience was smooth, with a Blu-ray MKV file playing at 19 megabits per second over the internet without any transcoding. My mother has <a href="https://www.youtube.com/watch?v=UTF_3zs1SNc">Frontier&#8217;s 500 megabit symmetrical fiber optic service</a> at her house which worked seamlessly. </p>



<p class="wp-block-paragraph">Tailscale offers the advantage of limiting access to specific devices. For instance, I can choose to share only my Plex server with others without exposing the entire local network. Tailscale is free for up to 100 devices, making it a cost-effective solution for most users.</p>



<p class="wp-block-paragraph">Personal VPN clients like Tailscale are also available on mobile devices, providing the same seamless experience on the go. The compatibility with TV boxes makes it easier to take your Plex server off the public internet without losing functionality. It works well with Android TV, and while it&#8217;s doable on Fire TV, it may require sideloading. Unfortunately, it doesn&#8217;t work with Roku at the moment.</p>



<p class="wp-block-paragraph">Personal VPNs are an option worth considering for Plex servers, especially for people who don&#8217;t share their Plex server with many people. It offers control and peace of mind, allowing you to enjoy your content wherever you are while keeping everything locked safely behind your firewall. </p>



<p class="wp-block-paragraph"><em>Disclosure: This video was sponsored by Plex but they did not review or approve it before it was uploaded. </em></p>
<p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2527</post-id>	</item>
		<item>
		<title>Running Plex in a Docker Container on Synology is Super Easy</title>
		<link>https://blog.lon.tv/2023/09/28/running-plex-in-a-docker-container-on-synology-is-super-easy/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 28 Sep 2023 13:51:26 +0000</pubDate>
				<category><![CDATA[video]]></category>
		<category><![CDATA[docker]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[Plex]]></category>
		<category><![CDATA[self hosted]]></category>
		<category><![CDATA[tutorial]]></category>
		<guid isPermaLink="false">https://blog.lon.tv/?p=2447</guid>

					<description><![CDATA[<p><center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2022/05/newplexlogo.jpg?fit=300%2C136&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>Over the last couple of months I&#8217;ve been playing around with a bunch of self-hosted projects using Docker containers on my Synology NAS. In my most recent sponsored video for Plex, we take a look at spinning up a Plex server inside a container using Synology&#8217;s new Container Manager on DSM 7.2. One might wonder, &#8230; <a href="https://blog.lon.tv/2023/09/28/running-plex-in-a-docker-container-on-synology-is-super-easy/" class="more-link">Continue reading <span class="screen-reader-text">Running Plex in a Docker Container on Synology is Super Easy</span></a></p>
<p>
]]></description>
										<content:encoded><![CDATA[<center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2022/05/newplexlogo.jpg?fit=300%2C136&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>
<p class="wp-block-paragraph">Over the last couple of months I&#8217;ve been playing around with a bunch <a href="https://www.youtube.com/watch?v=_Yhkg-0KDXU&amp;list=PLCZHp4d1HnIuPyazY7o7IPC09cxVBWc6C">of self-hosted projects using Docker containers</a> on my Synology NAS. <a href="https://www.youtube.com/watch?v=DQL113Rws2M">In my most recent sponsored video for Plex</a>, we take a look at spinning up a Plex server inside a container using Synology&#8217;s new Container Manager on DSM 7.2. </p>







<p class="wp-block-paragraph">One might wonder, why use Docker when you can simply install Plex from the Synology package center? The answer lies in the flexibility and advantages Docker offers. Docker containers provide backup and migration opportunities that are more straightforward than other methods. They also offer a level of isolation, enhancing security. In the case of Synology specifically, the Docker versions tend to get updated more frequently, ensuring you always have the latest features.</p>



<p class="wp-block-paragraph">Before diving in, ensure your Synology NAS is compatible with Docker. <a href="https://www.synology.com/en-us/dsm/packages/ContainerManager">Synology&#8217;s website has a list of compatible devices</a> that work with their Container Manager. If you are a Plex Pass holder and want to enable hardware transcoding you&#8217;ll also need to ensure your Synology NAS is running with an Intel processor that&#8217;s compatible with QuickSync video encoding. You can learn more about video transcoding in <a href="https://www.youtube.com/watch?v=2PyRpYb66-Y">another video I made on that topic</a>. </p>



<p class="wp-block-paragraph">My video will take you step by step through the installation process by using a Docker Compose file to configure the container. If you&#8217;d like to see the one I&#8217;m <a href="https://lon.tv/plex-docker-compose.txt">using you can download it here. </a></p>



<p class="wp-block-paragraph">Setting up Plex on Synology NAS using Docker was one of the more straightforward Docker projects I&#8217;ve undertaken. The process is efficient, and the benefits, especially in terms of backup and migration, make it worth considering for your next install. </p>
<p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2447</post-id>	</item>
		<item>
		<title>Plexamp Headless Allows Lossless Audio Streaming to Speakers, Audio Systems from a Raspberry Pi</title>
		<link>https://blog.lon.tv/2023/08/31/plexamp-headless-allows-lossless-audio-streaming-to-speakers-audio-systems-from-a-raspberry-pi/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 31 Aug 2023 13:12:00 +0000</pubDate>
				<category><![CDATA[video]]></category>
		<category><![CDATA[Plex]]></category>
		<category><![CDATA[Raspberry Pi]]></category>
		<guid isPermaLink="false">https://blog.lon.tv/?p=2357</guid>

					<description><![CDATA[<p><center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2023/08/Plexamp-pi-headless-scaled.jpg?fit=400%2C254&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>In my latest monthly sponsored Plex video, we take a look at using an interesting official Plexamp client designed for the Raspberry Pi. They call it &#8220;headless&#8221; as it&#8217;s designed to work on a Raspberry Pi that can be booted up and set aside to drive audio into a speaker or audio system. Once configured &#8230; <a href="https://blog.lon.tv/2023/08/31/plexamp-headless-allows-lossless-audio-streaming-to-speakers-audio-systems-from-a-raspberry-pi/" class="more-link">Continue reading <span class="screen-reader-text">Plexamp Headless Allows Lossless Audio Streaming to Speakers, Audio Systems from a Raspberry Pi</span></a></p>
<p>
]]></description>
										<content:encoded><![CDATA[<center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2023/08/Plexamp-pi-headless-scaled.jpg?fit=400%2C254&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>
<p class="wp-block-paragraph">In my latest monthly sponsored Plex video, we take a look at using an interesting <a href="https://www.youtube.com/watch?v=5S48KG_HKZ4">official Plexamp client</a> designed for the Raspberry Pi. </p>







<p class="wp-block-paragraph">They call it &#8220;headless&#8221; as it&#8217;s designed to work on a Raspberry Pi that can be booted up and set aside to drive audio into a speaker or audio system. Once configured the Pi player will appear in the casting players menu alongside Chromecast devices. </p>



<p class="wp-block-paragraph">The big difference between using the headless Raspberry Pi player versus a Chromecast is that the audio is not compressed for output &#8211; meaning your Raspberry Pi can pull high quality FLAC audio directly from the server yet behave exactly like a Chromecast would. </p>



<p class="wp-block-paragraph">And because Raspberry Pis support high quality digital to analog converters (or DACs) you can achieve some really nice audio output once you have everything set up properly.</p>



<p class="wp-block-paragraph">The installation process is a little involved but not terribly difficult. Your Pi needs to be running a 64 bit operating system and have Node.JS 16 or higher installed. There are some good instructions <a href="https://forums.plex.tv/t/plexamp-on-the-raspberry-pi/791500">on the official Plex forum post</a> to get things started and I followed <a href="https://lindevs.com/install-node-js-and-npm-on-raspberry-pi">these instructions for getting Node.JS working</a>. </p>



<p class="wp-block-paragraph">In the video I step through an installation from the beginning so you can see each step executed visually. </p>



<p class="wp-block-paragraph">While this is definitely an enthusiast use case it&#8217;s nice to see that Plex is still focusing on the types of things media nerds like us want to do with their personal media servers!</p>
<p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2357</post-id>	</item>
		<item>
		<title>Plex Update: Plexamp Now Free for Everyone</title>
		<link>https://blog.lon.tv/2023/07/29/plex-update-plexamp-now-free-for-everyone/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sat, 29 Jul 2023 15:16:48 +0000</pubDate>
				<category><![CDATA[video]]></category>
		<category><![CDATA[Plex]]></category>
		<category><![CDATA[Plex Pro]]></category>
		<category><![CDATA[plexamp]]></category>
		<guid isPermaLink="false">https://blog.lon.tv/?p=2214</guid>

					<description><![CDATA[<p><center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2023/07/Plexamp-2-scaled.jpg?fit=400%2C225&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>In this month&#8217;s sponsored Plex video I share the news that Plex&#8217;s awesome music player PlexAmp is now free for everyone! Before it was available to Plex Pass subscribers only. While some features remain exclusive to the Plex Pass, most features are now accessible to everyone. If you&#8217;re already using the Plex app on the &#8230; <a href="https://blog.lon.tv/2023/07/29/plex-update-plexamp-now-free-for-everyone/" class="more-link">Continue reading <span class="screen-reader-text">Plex Update: Plexamp Now Free for Everyone</span></a></p>
<p>
]]></description>
										<content:encoded><![CDATA[<center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2023/07/Plexamp-2-scaled.jpg?fit=400%2C225&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>
<p class="wp-block-paragraph"><a href="https://www.youtube.com/watch?v=JCAB_ZGR1dA">In this month&#8217;s sponsored Plex video</a> I share the news that Plex&#8217;s awesome music player <a href="http://lon.tv/plexamp">PlexAmp</a> is now free for everyone! Before it was available to Plex Pass subscribers only. </p>







<p class="wp-block-paragraph">While some features remain exclusive to the Plex Pass, most features are now accessible to everyone. If you&#8217;re already using the Plex app on the free tier to listen to music, I&#8217;d highly recommend switching to Plexamp especially if you have a large personal music library. </p>



<p class="wp-block-paragraph">For those unfamiliar, Plexamp requires a connection to a Plex personal media server. This could be your own server or one shared with you by a friend. The app also integrates with the Tidal music service. </p>



<p class="wp-block-paragraph">Plexamp supports most of the popular music formats out there including large lossless FLAC audio files. I&#8217;ve been on a personal mission to store all my CDs from the &#8217;90s in lossless Flac format on my Plex server. The audio quality is significantly better than the compressed tracks on other platforms.</p>



<p class="wp-block-paragraph">One of the standout features of Plexamp is its focus on music discovery. It&#8217;s designed to help you find and enjoy tracks from your library that you might have forgotten about. There&#8217;s a unique &#8220;stations&#8221; feature that lets you listen to the oldest tracks in your library and then progresses to newer ones. There are also mood-based and decade-based stations, allowing you to tailor your listening experience based on your current mood or nostalgia.</p>



<p class="wp-block-paragraph">The app displays a visualization of the song&#8217;s waveform, and you can jump to different parts of the track with ease. There are also some cool visualizations that sync with the music, adding a visual element to your auditory experience.</p>



<p class="wp-block-paragraph">However, there are some limitations on the free tier. For instance, offline playback isn&#8217;t available, meaning you need to be online to use Plexamp. Some advanced features, like the artist mix builder, are also locked behind the Plex Pass. But the free version does offer a lot, including the ability to transcode audio, which is especially useful if you&#8217;re trying to save on bandwidth while streaming on the go.</p>



<p class="wp-block-paragraph">Plexamp is available on multiple platforms, including iOS, Android, macOS, Windows, and Linux. The Android and iOS versions work with Android Auto and Carplay respectively. There&#8217;s also a &#8220;headless&#8221; version for the Raspberry Pi, which I&#8217;ll delve into in a future post. And for those who want to cast their music, the free tier allows you to send audio to any Chromecast-compatible device.</p>



<p class="wp-block-paragraph">If you haven&#8217;t played around with Plexamp yet, give it a try! </p>
<p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2214</post-id>	</item>
		<item>
		<title>New Plex Feature:  Discover Together</title>
		<link>https://blog.lon.tv/2023/06/29/new-plex-feature-discover-together/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 29 Jun 2023 12:59:09 +0000</pubDate>
				<category><![CDATA[video]]></category>
		<category><![CDATA[Discover Together]]></category>
		<category><![CDATA[feature]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[overview]]></category>
		<category><![CDATA[Plex]]></category>
		<category><![CDATA[Plex pass]]></category>
		<category><![CDATA[tutorial]]></category>
		<guid isPermaLink="false">https://blog.lon.tv/?p=2107</guid>

					<description><![CDATA[<p><center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2023/06/discovertogether.jpg?fit=400%2C357&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>Our monthly sponsored Plex video for June focuses in on a new social sharing feature called Discover Together. This feature, currently in beta, allows users to share their watchlist and viewing history with friends. The Discover Together feature is currently available to Plex Pass subscribers, but once activated, it extends to all friends connected to &#8230; <a href="https://blog.lon.tv/2023/06/29/new-plex-feature-discover-together/" class="more-link">Continue reading <span class="screen-reader-text">New Plex Feature:  Discover Together</span></a></p>
<p>
]]></description>
										<content:encoded><![CDATA[<center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2023/06/discovertogether.jpg?fit=400%2C357&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>
<p class="wp-block-paragraph"><a href="https://www.youtube.com/watch?v=YFVdE5yRJlk">Our monthly sponsored Plex video</a> for June focuses in on a new social sharing feature called Discover Together. This feature, currently in beta, allows users to share their watchlist and viewing history with friends. </p>







<p class="wp-block-paragraph">The Discover Together feature is currently available to Plex Pass subscribers, but once activated, it extends to all friends connected to your Plex account &#8211; even those on the free tier. Upon activation, users are greeted with a landing page explaining the new feature and providing privacy options. By default, all information is set to private, and users can choose to share their watch history, <a href="https://www.youtube.com/watch?v=0pr1gvNSb3s&amp;list=PLCZHp4d1HnIvqJPAmMooCKOHieLdi3I7o&amp;index=6&amp;pp=gAQBiAQB">watchlist</a> and ratings with friends.</p>



<p class="wp-block-paragraph">Your personal profile keeps track of how many movies, shows, and episodes you&#8217;ve watched since joining Plex. It also displays your recent watch history, watch list, and ratings. This information is then shared with friends.</p>



<p class="wp-block-paragraph">The Friends tab displays all your Plex friends, and you can click on each friend to view their profile. The Activity feed shows what everyone is watching in real time, and shows what media is trending among your friends.</p>



<p class="wp-block-paragraph">One of the fun aspects of Discover Together is the ability to send messages to friends about specific episodes or movies. For instance, if you&#8217;re watching an episode of Star Trek Picard and notice a friend has watched it too, you can send them a message to discuss the episode. This is especially helpful if a television show has a huge spoiler and you want to talk about it &#8211; you&#8217;ll know which of your friends has seen it! </p>



<p class="wp-block-paragraph">The feature works on TVs, phones, and the web interface and offers a similar interface on each platform. </p>



<p class="wp-block-paragraph">For those interested in automations, Plex now offers the ability to set up RSS feeds for your watch list and your friends&#8217; watch lists. This can be found in the account settings under the watch list section.</p>



<p class="wp-block-paragraph">Plex&#8217;s Discover Together feature provides an efficient way to share and discover content with friends. It&#8217;s a robust tool that extends beyond your Plex server, indexing content from various streaming services. It&#8217;s a feature I look forward to exploring more in the coming weeks.</p>
<p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2107</post-id>	</item>
		<item>
		<title>Plex Amp Sonic Sage Adds ChatGPT AI Music Recommendations</title>
		<link>https://blog.lon.tv/2023/05/14/plex-amp-sonic-sage-adds-chatgpt-ai-music-recommendations/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 14 May 2023 17:17:42 +0000</pubDate>
				<category><![CDATA[video]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[chatgpt]]></category>
		<category><![CDATA[Plex]]></category>
		<guid isPermaLink="false">https://blog.lon.tv/?p=1975</guid>

					<description><![CDATA[<p><center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2023/05/sonicsage.jpg?fit=400%2C251&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>In my latest video I dive into the world of AI-powered music discovery with the Plex Amp player and its new &#8220;Sonic Sage&#8221; feature. Sonic Sage uses ChatGPT to deliver playlist recommendations. Here&#8217;s how it works: Sonic Sage interfaces with OpenAI&#8217;s GPT model. To get it running, you&#8217;ll need an API key from the OpenAI &#8230; <a href="https://blog.lon.tv/2023/05/14/plex-amp-sonic-sage-adds-chatgpt-ai-music-recommendations/" class="more-link">Continue reading <span class="screen-reader-text">Plex Amp Sonic Sage Adds ChatGPT AI Music Recommendations</span></a></p>
<p>
]]></description>
										<content:encoded><![CDATA[<center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2023/05/sonicsage.jpg?fit=400%2C251&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>
<p class="wp-block-paragraph">In my latest video I dive into the world of AI-powered music discovery with the Plex Amp player and its new &#8220;Sonic Sage&#8221; feature. Sonic Sage uses ChatGPT to deliver playlist recommendations.</p>







<p class="wp-block-paragraph">Here&#8217;s how it works: Sonic Sage interfaces with OpenAI&#8217;s GPT model. To get it running, you&#8217;ll need an <a href="https://platform.openai.com/account/api-keys">API key from the OpenAI platform</a>. There is a small cost for using this key but I&#8217;ve found it to be minimal. So far I&#8217;ve only racked up about 5 cents of cost for well over 20 queries. </p>



<p class="wp-block-paragraph">Once you&#8217;ve enabled Sonic Sage, it lives right inside the search icon on your Plex Amp app. ChatGPT uses your queries to generate music recommendations. You can ask it for anything, from general genres to very specific prompts. For example, you could ask for &#8220;high energy, lesser-known female rockers from the last 20 years&#8221;, and Sonic Sage will whip up a playlist to match.</p>



<p class="wp-block-paragraph">The AI&#8217;s recommendations are based on how you word your prompts. While it&#8217;s not perfect at always getting things right, it does a pretty solid job of delivering great music to match what you&#8217;re looking for. The only drawback I&#8217;ve noticed so far is that these AI-generated playlists can&#8217;t be saved, but I&#8217;m sure this could change in the future.</p>



<p class="wp-block-paragraph">This feature works best with a very large personal library or with Tidal, a subscription music service that integrates with Plex and Plex Amp. Tidal costs $8.99 a month if you subscribe through Plex and delivers all of its music as CD quality lossless FLAC audio. I covered the Tidal integration <a href="https://www.youtube.com/watch?v=Isp1drCuqSo">in a previous video</a>. </p>







<p class="wp-block-paragraph">In my view, Sonic Sage adds an interesting new dimension to Plex Amp&#8217;s already awesome music discovery capabilities. </p>
<p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1975</post-id>	</item>
		<item>
		<title>Turn Your Lights On and Off with Plex Webhooks</title>
		<link>https://blog.lon.tv/2023/04/27/turn-your-lights-on-and-off-with-plex-webhooks/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 27 Apr 2023 11:58:30 +0000</pubDate>
				<category><![CDATA[video]]></category>
		<category><![CDATA[Plex]]></category>
		<category><![CDATA[tips]]></category>
		<guid isPermaLink="false">https://blog.lon.tv/?p=1946</guid>

					<description><![CDATA[<p><center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2022/05/newplexlogo.jpg?fit=300%2C136&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>For this month&#8217;s sponsored Plex video, I delved into the webhooks feature that&#8217;s part of your Plex Pass subscription. Webhooks fire off data to a specified URL when specific events happen on your Plex server, such as adding new content, pausing, or playing media. Some of the applications that can listen for these webhooks include &#8230; <a href="https://blog.lon.tv/2023/04/27/turn-your-lights-on-and-off-with-plex-webhooks/" class="more-link">Continue reading <span class="screen-reader-text">Turn Your Lights On and Off with Plex Webhooks</span></a></p>
<p>
]]></description>
										<content:encoded><![CDATA[<center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2022/05/newplexlogo.jpg?fit=300%2C136&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>
<p class="wp-block-paragraph">For this month&#8217;s sponsored Plex video, <a href="https://www.youtube.com/watch?v=KEe1plcJsek">I delved into the webhooks feature that&#8217;s part of your Plex Pass subscription</a>. </p>







<p class="wp-block-paragraph">Webhooks fire off data to a specified URL when specific events happen on your Plex server, such as adding new content, pausing, or playing media. Some of the applications that can listen for these webhooks include IFTTT, Zapier, Home Assistant and Homebridge.</p>



<p class="wp-block-paragraph">Although it might be slightly complicated to set up, once you have it figured out it can do some cool stuff. In the video I demonstrate how I connected my Plex server with <a href="https://homebridge.io/">Homebridge</a>, allowing my lights to turn on and off automatically based on hitting the play and pause button. </p>



<p class="wp-block-paragraph">I also slightly modified some code in the <a href="https://github.com/iharosi/homebridge-plex-webhooks">Homebridge Plex plugin</a> I was using to look for a Plex &#8220;scrobble&#8221; event that fires off whenever the credits are reached or 90% of the content is played. This will turn my lights on right when the end credits start rolling most of the time! </p>



<p class="wp-block-paragraph">Overall, webhooks in Plex open up a world of possibilities for integrating your Plex server with your smart home system. While it may be complicated to set up initially, the end result is a seamless and enjoyable viewing experience.</p>
<p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1946</post-id>	</item>
		<item>
		<title>Plex Adds End Credit Detection to the Plex Media Server</title>
		<link>https://blog.lon.tv/2023/04/01/plex-adds-end-credit-detection-to-the-plex-media-server/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sat, 01 Apr 2023 12:53:14 +0000</pubDate>
				<category><![CDATA[video]]></category>
		<category><![CDATA[Plex]]></category>
		<category><![CDATA[Plex Pro]]></category>
		<category><![CDATA[tutorial]]></category>
		<guid isPermaLink="false">https://blog.lon.tv/?p=1857</guid>

					<description><![CDATA[<p><center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2023/04/skipcredits.jpg?fit=400%2C225&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>My monthly sponsored Plex video this month does a deep dive into the new Plex end credit detection feature. You can watch it here. On TV devices the end credits will zoom out into a small box and Plex will present some additional content options to watch next. Clicking the remote will return the end &#8230; <a href="https://blog.lon.tv/2023/04/01/plex-adds-end-credit-detection-to-the-plex-media-server/" class="more-link">Continue reading <span class="screen-reader-text">Plex Adds End Credit Detection to the Plex Media Server</span></a></p>
<p>
]]></description>
										<content:encoded><![CDATA[<center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2023/04/skipcredits.jpg?fit=400%2C225&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>
<p class="wp-block-paragraph">My monthly sponsored Plex video this month does a deep dive into the new Plex end credit detection feature. <a href="https://www.youtube.com/watch?v=gZe4J7csnNE">You can watch it here</a>. </p>







<p class="wp-block-paragraph">On TV devices the end credits will zoom out into a small box and Plex will present some additional content options to watch next. Clicking the remote will return the end credits to full screen if you want to watch them in full.</p>



<p class="wp-block-paragraph">End credit detection will also know when content appears after the credits finish rolling. In that instance you&#8217;ll have the option to click &#8220;skip credits&#8221; and be brought directly to the post credit scene. </p>



<p class="wp-block-paragraph">Credit detection is CPU intensive so you may want to have this take place during your server&#8217;s maintenance window. Plex has set up a cloud database to speed the process along, so if your file is in the database your server will download the credits location from Plex vs. having to run a full analysis. Your Plex server will also trigger a &#8220;watched&#8221; flag that fires off right when the end credits begin.</p>



<p class="wp-block-paragraph">See more, including configuration options, in the video! Thanks to Plex for their long standing support of the channel! </p>
<p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1857</post-id>	</item>
		<item>
		<title>All About Plex Subtitles</title>
		<link>https://blog.lon.tv/2023/03/02/all-about-plex-subtitles/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 02 Mar 2023 14:23:02 +0000</pubDate>
				<category><![CDATA[video]]></category>
		<category><![CDATA[Plex]]></category>
		<guid isPermaLink="false">https://blog.lon.tv/?p=1769</guid>

					<description><![CDATA[<p><center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2023/03/subtitlesblog.jpg?fit=400%2C237&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>This month&#8217;s sponsored Plex tutorial dives into a frequently requested topic: subtitles. I will confess that I am not a frequent subtitle user but I know that many of you out there use them quite frequently. One of the challenges of subtitles is getting them to work in a way that won&#8217;t trigger a transcode. &#8230; <a href="https://blog.lon.tv/2023/03/02/all-about-plex-subtitles/" class="more-link">Continue reading <span class="screen-reader-text">All About Plex Subtitles</span></a></p>
<p>
]]></description>
										<content:encoded><![CDATA[<center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2023/03/subtitlesblog.jpg?fit=400%2C237&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>
<p class="wp-block-paragraph"><a href="https://www.youtube.com/watch?v=Sr8L3p2T2d0">This month&#8217;s sponsored Plex tutorial</a> dives into a frequently requested topic: subtitles. </p>







<p class="wp-block-paragraph">I will confess that I am not a frequent subtitle user but I know that many of you out there use them quite frequently. One of the challenges of subtitles is getting them to work in a way that won&#8217;t trigger a transcode.</p>



<p class="wp-block-paragraph">Many of us use Plex as a way to store our Blu Ray movie library on our server for convenience. And typically Blu Rays use the PGS subtitle format which are essentially image files that Blu Ray players overlay on top of the video being played. So if you are ripping Blu Ray files and including subtitles in that rip you&#8217;ll have those PGS files embedded inside the MKV file you&#8217;re using. </p>



<p class="wp-block-paragraph">The problem with the PGS format is that very few streaming players support them natively. In my testing I&#8217;ve found only the <a href="http://lon.tv/shieldtv">Nvidia Shield TV</a> and <a href="https://www.youtube.com/watch?v=hcRIKyS8Mvk">Apple TV</a> support that. All of the other players I tested triggered transcoding to bake in the captions before sending the video to the client. </p>



<p class="wp-block-paragraph">The most compatible solution I&#8217;ve found are SRT formatted files. These are essentially ASCII text files with time stamps that most players support natively without the need for an additional transcode. Plex Pass users can search for and add SRT files in the Plex interface using the <a href="http://opensubtitles.org">OpenSubtitles.org</a> database right on the content playback page. If you don&#8217;t have a Plex pass you&#8217;ll have to hunt down those files yourself. </p>



<p class="wp-block-paragraph">Finding subtitles can be tricky as lengths vary from one version of a film to the next. As studios re-release old films on different formats sometimes things don&#8217;t line up or like in the case of Star Wars they change a few things here and there that ultimately impact the timing of dialog. Plex does have a <a href="https://support.plex.tv/articles/subtitle-offsets/">subtitle offset feature</a> that we&#8217;ll cover in a future video to better align dialog. </p>



<figure class="wp-block-image size-large"><img style="max-width:500px;height:auto;" data-recalc-dims="1" loading="lazy" decoding="async" width="500"  src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2023/03/Screenshot-2023-03-02-at-9.17.31-AM.png?resize=660%2C442&#038;ssl=1" alt="" class="wp-image-1772" srcset="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2023/03/Screenshot-2023-03-02-at-9.17.31-AM.png?resize=1024%2C685&amp;ssl=1 1024w, https://i0.wp.com/blog.lon.tv/wp-content/uploads/2023/03/Screenshot-2023-03-02-at-9.17.31-AM.png?resize=400%2C268&amp;ssl=1 400w, https://i0.wp.com/blog.lon.tv/wp-content/uploads/2023/03/Screenshot-2023-03-02-at-9.17.31-AM.png?resize=768%2C514&amp;ssl=1 768w, https://i0.wp.com/blog.lon.tv/wp-content/uploads/2023/03/Screenshot-2023-03-02-at-9.17.31-AM.png?resize=1536%2C1027&amp;ssl=1 1536w, https://i0.wp.com/blog.lon.tv/wp-content/uploads/2023/03/Screenshot-2023-03-02-at-9.17.31-AM.png?w=1770&amp;ssl=1 1770w, https://i0.wp.com/blog.lon.tv/wp-content/uploads/2023/03/Screenshot-2023-03-02-at-9.17.31-AM.png?w=1320&amp;ssl=1 1320w" sizes="auto, (max-width: 660px) 100vw, 660px" /><figcaption class="wp-element-caption">A PGS Encoded Forced Subtitle</figcaption></figure>



<p class="wp-block-paragraph">Another topic we covered are &#8220;forced&#8221; subtitles that only appear when another language is spoken. A great example of this is when Jabba the Hutt is speaking at the beginning of a Return of the Jedi. Force subtitles need to be enabled for playback like other types of subtitles and the same rules for transcoding apply here too &#8211; if you have a PGS encoded forced subtitle it&#8217;s going to force a transcode even if those subtitles are used for a very small portion of the film. These are the types of subtitles I use most often. </p>



<p class="wp-block-paragraph">There is much more to cover on this topic but I have found SRT encoded subtitles to be the most compatible but also the least attractive. How they look will largely depend on how the client renders them. The good news is that because they are just straight ASCII text they are very easy to edit. </p>



<figure class="wp-block-image size-large"><img style="max-width:500px;height:auto;" data-recalc-dims="1" loading="lazy" decoding="async" width="500"  src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2023/03/image-2.png?resize=660%2C358&#038;ssl=1" alt="" class="wp-image-1774" srcset="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2023/03/image-2.png?resize=1024%2C555&amp;ssl=1 1024w, https://i0.wp.com/blog.lon.tv/wp-content/uploads/2023/03/image-2.png?resize=400%2C217&amp;ssl=1 400w, https://i0.wp.com/blog.lon.tv/wp-content/uploads/2023/03/image-2.png?resize=768%2C416&amp;ssl=1 768w, https://i0.wp.com/blog.lon.tv/wp-content/uploads/2023/03/image-2.png?w=1340&amp;ssl=1 1340w" sizes="auto, (max-width: 660px) 100vw, 660px" /><figcaption class="wp-element-caption">Subtitle Edit for Windows</figcaption></figure>



<p class="wp-block-paragraph">I found a great open source (free) utility called <a href="https://www.nikse.dk/subtitleedit">SubtitleEdit</a> that is extremely powerful for editing SRT files. It can even convert PGS to SRT. It only runs on Windows but there is a version that runs in a web browser on their site.</p>



<p class="wp-block-paragraph">There is much more to cover on this topic. <a href="https://www.youtube.com/watch?v=Sr8L3p2T2d0">Definitely check out the video</a> and leave a comment about what you&#8217;d like to see next! </p>
<p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1769</post-id>	</item>
		<item>
		<title>New Plexamp Features: Guest DJ and NFC Tags</title>
		<link>https://blog.lon.tv/2023/02/02/new-plexamp-features-guest-dj-and-nfc-tags/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 02 Feb 2023 12:35:10 +0000</pubDate>
				<category><![CDATA[video]]></category>
		<category><![CDATA[guest dJ]]></category>
		<category><![CDATA[Plex]]></category>
		<category><![CDATA[plexamp]]></category>
		<guid isPermaLink="false">https://blog.lon.tv/?p=1682</guid>

					<description><![CDATA[<p><center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2023/02/IMG_4DBC9E9D2E17-1.jpeg?fit=276%2C400&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>In my latest video we take a look at two new features recently added to Plex&#8217;s awesome music client called Plexamp. In full disclosure this piece was sponsored by Plex. The first feature, Guest DJ, utilizes Plex&#8217;s sonic analysis feature that we covered in a prior video. The way it works is that it will &#8230; <a href="https://blog.lon.tv/2023/02/02/new-plexamp-features-guest-dj-and-nfc-tags/" class="more-link">Continue reading <span class="screen-reader-text">New Plexamp Features: Guest DJ and NFC Tags</span></a></p>
<p>
]]></description>
										<content:encoded><![CDATA[<center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2023/02/IMG_4DBC9E9D2E17-1.jpeg?fit=276%2C400&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>
<p class="wp-block-paragraph"><a href="https://www.youtube.com/watch?v=9fi4lGsNzIo">In my latest video</a> we take a look at two new features recently added to Plex&#8217;s awesome music client called <a href="https://plexamp.com/">Plexamp</a>. In full disclosure this piece was sponsored by Plex. </p>







<p class="wp-block-paragraph">The first feature, Guest DJ, utilizes Plex&#8217;s <a href="https://www.youtube.com/watch?v=YPM5FjRVtA8&amp;list=PLCZHp4d1HnIuAEyBEFXmS9gz12X_4mnVD&amp;index=1">sonic analysis feature</a> that we covered in a prior video. The way it works is that it will look at the sonic fingerprint of the song you&#8217;re currently listening to and slip in other songs that sound similar. </p>



<p class="wp-block-paragraph">What&#8217;s neat about how Guest DJ works is that it will continue to progress through the album or playlist you&#8217;ve selected. Some settings insert a single song others will do more. You can even veer off and have it keep suggesting sonically similar songs.  If you decide to switch it off you&#8217;re back in control of what comes up next. </p>



<p class="wp-block-paragraph">Plexamp also recently added support for NFC tags. These are very inexpensive devices that can be found on Amazon that allow small amounts of data to be written to them wirelessly. Plexamp can write a shortcut that can point at an album or playlist to the tag through its share sheet. Scanning the tag later will pull up Plexamp and bring you right to the album or playlist for playback. One use case could be attaching tags to your physical albums &#8211; scanning one can start playing that album immediately in Plexamp. </p>



<p class="wp-block-paragraph">Plexamp requires a Plex Pass but is one of the many benefits of their subscription plan for Plex Pro users. <a href="http://lon.tv/plexhdhr">See more Plex content on my channel!</a> </p>
<p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1682</post-id>	</item>
		<item>
		<title>Amazon Kills &#8220;Deep Linking&#8221; Impacting Plex, Reelgood, and Others on Fire TV</title>
		<link>https://blog.lon.tv/2023/01/17/amazon-kills-deep-linking-impacting-plex-reelgood-and-others-on-fire-tv/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 17 Jan 2023 14:40:41 +0000</pubDate>
				<category><![CDATA[video]]></category>
		<category><![CDATA[deep linking]]></category>
		<category><![CDATA[deep links]]></category>
		<category><![CDATA[Fire TV]]></category>
		<category><![CDATA[Plex]]></category>
		<category><![CDATA[policy]]></category>
		<category><![CDATA[restriction]]></category>
		<guid isPermaLink="false">https://blog.lon.tv/?p=1635</guid>

					<description><![CDATA[<p><center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2023/01/for-thumb-scaled.jpg?fit=400%2C225&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>Over on AFTVNews my friend Elias Saba reported on a new development on the Fire TV platform that will impact Plex (affiliate link), Reelgood, Just Watch and other third party content search engines. Amazon reportedly will be disabling &#8220;deep linking&#8221; which is the practice of having one app link to content inside of another app. &#8230; <a href="https://blog.lon.tv/2023/01/17/amazon-kills-deep-linking-impacting-plex-reelgood-and-others-on-fire-tv/" class="more-link">Continue reading <span class="screen-reader-text">Amazon Kills &#8220;Deep Linking&#8221; Impacting Plex, Reelgood, and Others on Fire TV</span></a></p>
<p>
]]></description>
										<content:encoded><![CDATA[<center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2023/01/for-thumb-scaled.jpg?fit=400%2C225&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>
<p class="wp-block-paragraph">Over on <a href="http://aftvnews.com">AFTVNews</a> my friend Elias Saba <a href="https://www.aftvnews.com/amazon-now-forbids-fire-tv-apps-from-directly-launching-content-within-other-streaming-apps/">reported on a new development on the Fire TV platform</a> that will impact <a href="http://lon.tv/plex">Plex</a> (affiliate link), Reelgood, Just Watch and other third party content search engines. Amazon reportedly will be disabling &#8220;deep linking&#8221; which is the practice of having one app link to content inside of another app.  <a href="https://www.youtube.com/watch?v=Cq6mdjnWqoc">This topic is the subject of my latest video. </a></p>







<p class="wp-block-paragraph">What this means is that if you&#8217;re maintaining a watchlist in Plex you can still maintain that list and find new content in the Plex database on FireTV, but Plex will no longer &#8220;drop you off&#8221; in another app to watch. You can, of course, use Amazon&#8217;s built in search which will continue to deep link into supported (paying) apps. This new Amazon policy mirrors a restriction Roku has had in place for its devices. </p>



<p class="wp-block-paragraph">Why are they doing this? Because home screens and platform integrated search engines are a big business. Amazon and Roku can require providers to pay to be a part of search and/or get a higher position in query results. If you&#8217;re using a third party provider to find stuff to watch that impacts the bottom line. Those third parties apps can also charge for placement in their search engines which is a competitive activity. </p>



<p class="wp-block-paragraph">Roku&#8217;s business model is no secret &#8211; most of the money they make from you using the device &#8211; not buying it. That&#8217;s why Roku and Amazon devices are so inexpensive. You can learn more <a href="https://youtu.be/gTAY_hRxRT8?t=393">in this video</a> I made a little while back diving into Roku&#8217;s financial statements. </p>







<p class="wp-block-paragraph">Like everything I do on this channel I went down a rabbit hole yesterday testing how deep linking works across all of the major platforms. Here&#8217;s how the others stack up:</p>



<p class="wp-block-paragraph"><strong>Roku</strong>: No deep linking allowed but their built in search has good results (for now) that will deep link elsewhere. </p>



<p class="wp-block-paragraph"><strong>Android TV / Google TV: </strong>Deep linking is still allowed but I&#8217;m finding that it&#8217;s broken for the most part. Linking into Netflix works ok but many other providers don&#8217;t seem to work reliably. Some deep links bring the user to the Google Play store even if the app is already installed.</p>



<p class="wp-block-paragraph"><strong>Apple TV: </strong>Apple TV&#8217;s deep linking appears to work the best right now. Most of the apps I tested work through Plex and Reelgood. Apple TV is the most expensive box because the hardware isn&#8217;t as heavily subsidized vs. the other platforms making Apple less reliant on monetizing user activities. </p>



<p class="wp-block-paragraph">All that said I still think third party watchlist apps are worth using to keep track of all of the great content we have available to us these days. <a href="https://www.youtube.com/playlist?list=PLCZHp4d1HnIvg9CiYYUIBFUXzYAN_OrW5">You can see some prior coverage I did on those apps here</a>. </p>
<p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1635</post-id>	</item>
		<item>
		<title>Plex Watchlist Feature Update</title>
		<link>https://blog.lon.tv/2022/12/31/plex-watchlist-feature-update/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sat, 31 Dec 2022 13:40:34 +0000</pubDate>
				<category><![CDATA[video]]></category>
		<category><![CDATA[Plex]]></category>
		<category><![CDATA[watchlist]]></category>
		<guid isPermaLink="false">https://blog.lon.tv/?p=1579</guid>

					<description><![CDATA[<p><center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2022/05/newplexlogo.jpg?fit=300%2C136&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>My last video of 2022 is my monthly sponsored video for Plex! This month I&#8217;m revisiting the watchlist feature that we first looked at a few months ago. You can watch it here. Watchlist is like a &#8220;to-do list&#8221; of the content that you want to watch, both on your local Plex server but also &#8230; <a href="https://blog.lon.tv/2022/12/31/plex-watchlist-feature-update/" class="more-link">Continue reading <span class="screen-reader-text">Plex Watchlist Feature Update</span></a></p>
<p>
]]></description>
										<content:encoded><![CDATA[<center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2022/05/newplexlogo.jpg?fit=300%2C136&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>
<p class="wp-block-paragraph">My last video of 2022 is my monthly sponsored video for Plex! This month I&#8217;m revisiting the watchlist feature that we first looked at a few months ago. <a href="https://www.youtube.com/watch?v=0pr1gvNSb3s">You can watch it here. </a></p>







<p class="wp-block-paragraph">Watchlist is like a &#8220;to-do list&#8221; of the content that you want to watch, both on your local Plex server but also on other services. Plex will constantly monitor content offerings on other platforms and let you know where your favorite shows and movies can be seen. </p>



<p class="wp-block-paragraph">What&#8217;s changed is that Watchlist now has its own position on the Plex sidebar (before it was integrated into the Discover feature). Another welcome change is that Watchlist will now keep track of individual episodes watched in a television series &#8211; before it would mark the entire show as watched even if a single episode was marked seen. </p>



<p class="wp-block-paragraph">In the video I also show you some useful tips and tricks for searching for content and adding it to the list along with filtering options to help narrow down your choices. </p>



<p class="wp-block-paragraph">This all works similar to Justwatch and Reelgood <a href="https://www.youtube.com/watch?v=j568xxV1q5s">that we covered last year</a> but the difference here is that it&#8217;s all tightly integrated into your Plex media library. <a href="https://support.plex.tv/articles/universal-watchlist/#toc-2">You can even publish an RSS feed of your watchlist</a> to integrate into other applications! </p>



<p class="wp-block-paragraph">I have many hours of Plex content available on my channel that you can find <a href="http://lon.tv/plexhdhr">on this playlist</a>. </p>
<p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1579</post-id>	</item>
		<item>
		<title>Amazon Fire TV Cube Firmware Update Fixes Some (but not all) Lossless Audio Passthrough Problems</title>
		<link>https://blog.lon.tv/2022/12/22/amazon-fire-tv-cube-firmware-update-fixes-some-but-not-all-lossless-audio-passthrough-problems/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 22 Dec 2022 14:02:31 +0000</pubDate>
				<category><![CDATA[video]]></category>
		<category><![CDATA[ATMOS]]></category>
		<category><![CDATA[Cube]]></category>
		<category><![CDATA[Fire TV]]></category>
		<category><![CDATA[passthrough]]></category>
		<category><![CDATA[Plex]]></category>
		<category><![CDATA[update]]></category>
		<guid isPermaLink="false">https://blog.lon.tv/?p=1535</guid>

					<description><![CDATA[<p><center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2022/10/cube.jpg?fit=400%2C235&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>In my original review of the 3rd Generation Amazon Fire TV Cube I said that Amazon&#8217;s top of the line streamer is not something I can recommend for enthusiasts due to issues with lossless audio passthrough in Plex and similar apps. Enthusiasts running Plex typically stream rips of Blu-Ray movies with lossless audio tracks containing &#8230; <a href="https://blog.lon.tv/2022/12/22/amazon-fire-tv-cube-firmware-update-fixes-some-but-not-all-lossless-audio-passthrough-problems/" class="more-link">Continue reading <span class="screen-reader-text">Amazon Fire TV Cube Firmware Update Fixes Some (but not all) Lossless Audio Passthrough Problems</span></a></p>
<p>
]]></description>
										<content:encoded><![CDATA[<center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2022/10/cube.jpg?fit=400%2C235&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>
<p class="wp-block-paragraph">In my <a href="https://www.youtube.com/watch?v=abjrlvmUwaE">original review</a> of the 3rd Generation Amazon Fire TV Cube I said that Amazon&#8217;s top of the line streamer is not something I can recommend for enthusiasts due to issues with lossless audio passthrough in Plex and similar apps. </p>







<p class="wp-block-paragraph">Enthusiasts running Plex typically stream rips of Blu-Ray movies with lossless audio tracks containing Dolby ATMOS True HD audio or one of the many flavors of DTS. The only name-brand box that does it perfectly is the aging Nvidia Shield so many enthusiasts were hoping that Amazon would offer something to meet that need as well. </p>



<p class="wp-block-paragraph">And then I got a DM from my friend Elias Saba at AFTVNews.com who passed along <a href="https://lon.tv/aftvdts">this story</a> about those issues being addressed in a firmware update. So, I bought another box (I sold my original one to a viewer) and <a href="https://www.youtube.com/watch?v=583HCGSd2KE">posted this followup video</a> to see if they got it fixed. </p>







<p class="wp-block-paragraph">The good news is that Dolby TrueHD ATMOS audio is passing through correctly now. The bad news is that no flavor of DTS audio is passing through and it looks like Dolby Vision support for enthusiast media that was working before is no longer working. All of my titles defaulted to HDR10 even with an embedded Dolby Vision track. Dolby Vision continues to works fine in streaming apps which is probably 99% of this product&#8217;s audience.</p>



<p class="wp-block-paragraph">I am going to hold onto my Cube though as it appears Amazon is trying to address this enthusiast need. As new firmwares come down I&#8217;ll continually test things to see if anything changes. Stay tuned! </p>
<p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1535</post-id>	</item>
		<item>
		<title>New Video : Plex HTPC Overview</title>
		<link>https://blog.lon.tv/2022/06/30/new-video-plex-htpc-overview/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 30 Jun 2022 16:15:18 +0000</pubDate>
				<category><![CDATA[video]]></category>
		<category><![CDATA[Plex]]></category>
		<guid isPermaLink="false">https://blog.lon.tv/?p=805</guid>

					<description><![CDATA[<p><center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2022/06/Plex-HTPC-thumbnail.jpg?fit=400%2C225&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>Each month Plex (affiliate link) sponsors a tutorial video on the channel covering one of the many, many features of their personal media server and streaming service. This month&#8217;s video is about Plex&#8217;s recently released an official Home Theater PC (HTPC) client for Windows, Mac and Linux. You can see my review of it here. &#8230; <a href="https://blog.lon.tv/2022/06/30/new-video-plex-htpc-overview/" class="more-link">Continue reading <span class="screen-reader-text">New Video : Plex HTPC Overview</span></a></p>
<p>
]]></description>
										<content:encoded><![CDATA[<center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2022/06/Plex-HTPC-thumbnail.jpg?fit=400%2C225&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>
<p class="wp-block-paragraph">Each month <a href="http://lon.tv/plex">Plex</a> (affiliate link) sponsors a tutorial video on the channel covering one of the many, many features of their personal media server and streaming service. This month&#8217;s video is about Plex&#8217;s recently released an official <a href="https://www.plex.tv/blog/way-to-be-htpc/">Home Theater PC (HTPC) client</a> for Windows, Mac and Linux. <a href="https://www.youtube.com/watch?v=yz9kKjEktls">You can see my review of it here</a>. </p>



<p class="wp-block-paragraph">This app runs full screen right when loaded and replicates the living room interface experience found on smart TVs and set top boxes. Notable in this release is full support for lossless audio passthrough, client-side &#8220;tone mapping&#8221; to convert HDR content to a SDR color space on non-HDR displays, and the ability to switch a television into HDR mode for content that supports it.</p>



<p class="wp-block-paragraph">HDR is a tricky beast with PCs and unfortunately the HDR here is more of a generic profile vs. one based on the metadata of the individual media files. It also does not support Dolby Vision.  </p>



<p class="wp-block-paragraph">Here&#8217;s a little more technical detail from the Plex team as to how HDR works:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p><strong>HDR10:</strong> This works when using Windows. MPV creates a Rec.2020 swapchain in D3D11, which outputs to the display. There is a switch in HTPC’s settings to switch the display from SDR -> HDR when you play HDR content.</p><p><strong>HDR10 with Static Metadata Passthrough:</strong> One of the users in the forums has done a writeup on how to use some of the more experimental features of MPV to do HDR10 with static metadata passthrough. So the maxCLL and maxFall values from the content are sent through to the display. See <a href="https://forums.plex.tv/t/hdr-metadata-passthrough-plex-htpc-for-windows/794358" target="_blank" rel="noreferrer noopener">https://forums.plex.tv/t/hdr-metadata-passthrough-plex-htpc-for-windows/794358</a> for more information.</p></blockquote>



<p class="wp-block-paragraph">So for the best experience I&#8217;d still stick with the most recent <a href="https://www.amazon.com/vdp/7964cfa0d45440b389cb75cb003df55f">Nvidia Shield Pro (the 2019 version)</a>. But it&#8217;s nice to see Plex showing some love to their most technically inclined users looking to build out their own home theater PC experience. </p>




<p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">805</post-id>	</item>
		<item>
		<title>New Video: Plex Hardware Transcoding on AMD Ryzen</title>
		<link>https://blog.lon.tv/2022/05/28/new-video-plex-hardware-transcoding-on-amd-ryzen/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sat, 28 May 2022 23:56:06 +0000</pubDate>
				<category><![CDATA[video]]></category>
		<category><![CDATA[Plex]]></category>
		<guid isPermaLink="false">https://blog.lon.tv/?p=521</guid>

					<description><![CDATA[<p><center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2022/05/transcoding-on-ryzen-thumb.jpg?fit=400%2C225&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>Plex is a long time sponsor of the channel. Each month I produce a sponsored post on a feature of aspect of the product. This month we take another look at hardware transcoding of video content. You can watch my latest Plex video here. In the past I&#8217;ve always recommended that people run their Plex &#8230; <a href="https://blog.lon.tv/2022/05/28/new-video-plex-hardware-transcoding-on-amd-ryzen/" class="more-link">Continue reading <span class="screen-reader-text">New Video: Plex Hardware Transcoding on AMD Ryzen</span></a></p>
<p>
]]></description>
										<content:encoded><![CDATA[<center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2022/05/transcoding-on-ryzen-thumb.jpg?fit=400%2C225&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>
<p class="wp-block-paragraph">Plex is a long time sponsor of the channel. Each month I produce a sponsored post on a feature of aspect of the product. This month we take another look at hardware transcoding of video content. <a href="https://www.youtube.com/watch?v=xCZnI6bb4VY">You can watch my latest Plex video here.</a> </p>







<p class="wp-block-paragraph">In the past I&#8217;ve always recommended that people run their Plex servers on Intel hardware that supports Quicksync technology. Intel builds this into even their lowest end chips and it allows for nearly realtime transcoding of video to reduce bit rate and resolution on demand. For a long time that was about all Plex supported.</p>



<p class="wp-block-paragraph">But recently a mysterious note appeared on the <a href="https://support.plex.tv/articles/115002178853-using-hardware-accelerated-streaming/">Plex hardware transcoding support page</a> that indicated some limited support for AMD GPUs:</p>



<figure class="wp-block-image size-large"><img style="max-width:500px;height:auto;" data-recalc-dims="1" loading="lazy" decoding="async" width="500"  src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2022/05/plexhardware.jpg?resize=660%2C201&#038;ssl=1" alt="" class="wp-image-522" srcset="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2022/05/plexhardware.jpg?resize=1024%2C312&amp;ssl=1 1024w, https://i0.wp.com/blog.lon.tv/wp-content/uploads/2022/05/plexhardware.jpg?resize=400%2C122&amp;ssl=1 400w, https://i0.wp.com/blog.lon.tv/wp-content/uploads/2022/05/plexhardware.jpg?resize=768%2C234&amp;ssl=1 768w, https://i0.wp.com/blog.lon.tv/wp-content/uploads/2022/05/plexhardware.jpg?w=1364&amp;ssl=1 1364w" sizes="auto, (max-width: 660px) 100vw, 660px" /></figure>



<p class="wp-block-paragraph">So I wondered.. Would this work on a Ryzen based Mini PC? It turns out the answer is YES! I took out the <strong><a href="https://www.youtube.com/watch?v=bJKhJ1Oph6o">Beelink SER4</a></strong> I reviewed few weeks back, installed the Plex Windows server on it, enabled hardware transcoding, and it started successfully transcoding a BluRay MKV file to a 1080p 8 megabit stream in hardware with minimal CPU utilization. The (hw) in the screenshot below indicates it&#8217;s running in hardware mode:</p>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img style="max-width:500px;height:auto;" data-recalc-dims="1" loading="lazy" decoding="async" src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2022/05/Plex-AMD-for-thumb-2.jpg?resize=377%2C386&#038;ssl=1" alt="" class="wp-image-523" width="500"  srcset="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2022/05/Plex-AMD-for-thumb-2.jpg?w=644&amp;ssl=1 644w, https://i0.wp.com/blog.lon.tv/wp-content/uploads/2022/05/Plex-AMD-for-thumb-2.jpg?resize=390%2C400&amp;ssl=1 390w" sizes="auto, (max-width: 377px) 100vw, 377px" /></figure>
</div>


<p class="wp-block-paragraph">The Beelink SER4 is running with an AMD Ryzen 4800U processor with the latest AMD drivers. As Plex says &#8220;your mileage will vary&#8221; so I can&#8217;t say definitively if this will work on other AMD devices as well as it did here. But it is good to see hardware transcoding compatibility expanding. </p>



<p class="wp-block-paragraph">Last year we <a href="https://www.youtube.com/watch?v=wK3xVXAd6_o">tested it on the Macbook Air M1</a> and found that it was able to hardware transcode running the Intel version of the Plex server! Plex just <a href="https://forums.plex.tv/t/preview-universal-pms-build-for-macos-a-k-a-m1-support/794069">announced an official Apple silicon version last week</a> so we&#8217;ll give that another test in an upcoming video. Stay tuned! </p>
<p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">521</post-id>	</item>
		<item>
		<title>Plex Pass On Sale Until May 27th</title>
		<link>https://blog.lon.tv/2022/05/23/plex-pass-on-sale-until-may-27th/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 23 May 2022 15:04:17 +0000</pubDate>
				<category><![CDATA[posts]]></category>
		<category><![CDATA[Plex]]></category>
		<guid isPermaLink="false">https://blog.lon.tv/?p=441</guid>

					<description><![CDATA[<p><center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2022/05/newplexlogo.jpg?fit=300%2C136&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>Every once and awhile our channel sponsor Plex has a special offer on a lifetime Plex pass that unlocks all of the features of the Plex personal media server. The lifetime deal runs through May 27th and costs 95.99 if you use code GEEKOUT at checkout. Click here to get it ! (affiliate link)</p>
<p>
]]></description>
										<content:encoded><![CDATA[<center><img src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2022/05/newplexlogo.jpg?fit=300%2C136&#038;ssl=1" width="500" style="max-width:500px;height:auto;" /></center>
<p class="wp-block-paragraph">Every once and awhile our channel sponsor Plex has a special offer on a lifetime Plex pass that <a href="http://lon.tv/plexpass">unlocks all of the features</a> of the Plex personal media server. The lifetime deal runs through May 27th and costs 95.99 if you use code GEEKOUT at checkout. <a href="http://lon.tv/plexpass">Click here to get it !</a> (affiliate link)</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://lon.tv/plexpass"><img style="max-width:500px;height:auto;" data-recalc-dims="1" loading="lazy" decoding="async" width="500"  src="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2022/05/Screen-Shot-2022-05-23-at-10.59.42-AM-1.png?resize=660%2C386&#038;ssl=1" alt="" class="wp-image-443" srcset="https://i0.wp.com/blog.lon.tv/wp-content/uploads/2022/05/Screen-Shot-2022-05-23-at-10.59.42-AM-1.png?resize=1024%2C599&amp;ssl=1 1024w, https://i0.wp.com/blog.lon.tv/wp-content/uploads/2022/05/Screen-Shot-2022-05-23-at-10.59.42-AM-1.png?resize=400%2C234&amp;ssl=1 400w, https://i0.wp.com/blog.lon.tv/wp-content/uploads/2022/05/Screen-Shot-2022-05-23-at-10.59.42-AM-1.png?resize=768%2C449&amp;ssl=1 768w, https://i0.wp.com/blog.lon.tv/wp-content/uploads/2022/05/Screen-Shot-2022-05-23-at-10.59.42-AM-1.png?w=1114&amp;ssl=1 1114w" sizes="auto, (max-width: 660px) 100vw, 660px" /></a></figure></div>
<p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">441</post-id>	</item>
	</channel>
</rss>
