OSMC Vero V Review: A Legit Nvidia Shield Alternative for Plex?

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.

While I have previously examined devices like the Ugoos AM6B+, 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 OSMC project that is being positioned as a dedicated high-end player for media enthusiasts.

Check it out in my latest video!

The Vero V is priced at approximately $200 and must be imported from the UK, 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.

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.

Since there is no native Plex application for OSMC, I utilized the PM4K for Plex add-on. 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.

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 Full Enhancement Layer (FEL), a feature typically found only on standalone 4k Blu-ray players.

Choosing between this and more established hardware depends largely on one’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’s CEO, Jensen Huang, recently promised to support the Shield “for as long as we shall live” given his personal affinity for the now decade-old media player.

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.

Vibe Coding New Plex Apps ! (sponsored post)

For this month’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 video!

The development setup was relatively straightforward. I accessed the Plex Media Server API documentation 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.

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.

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.

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’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.

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.

A final application served as a digital “Now Playing” marquee. It queries the server to display the current media’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.

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.

Moving forward, the integration of Model Context Protocol (MCP) to instruct the AI on Plex’s API instructions will likely make things more efficient especially for those on constrained token limits with their AI provider. I’ve found Gemini Pro’s command line interface to be pretty generous in its token allocations.

See more of my Plex content here!

The Nostalgia TV for Plex App Turns Your Plex Meida into a Retro Cable TV Experience! (sponsored post)

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’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, “live” broadcast channels.

Check it out in the video here!

The application is currently available only for Android and runs on both mobile devices and television-based hardware. You can find it on the Google Play store here.

Setting it up is relatively straightforward compared to other similar tools; 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’s programming or specific movie genres.

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 “Rad Lad” 80s monitor style to a more polished “Premium” look—and enable commercial breaks. These commercials are pulled from a user’s own designated Plex library and serve to pad the timing of shows so they stick to 15-minute scheduling increments.

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.

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 “cyclic” ordering to maintain episode chronology. Unfortunately it’s not currently possible to build an hour-by-hour schedule – the app fills in the channel guide automatically.

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.

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.

Next month’s video will show case some things that I “vibe coded” using AI tools and connecting them to the Plex API. Stay tuned!

Disclosure: this is a paid sponsorship from Plex. However they did not review or approve this video or post prior to publication.

How I’m Using Plex in 2026 (sponsored post)

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.

My current Plex server runs on Unraid, which has proven to be a flexible choice that makes installing the Docker version of Plex super easy. Right now, the server itself is a small Beelink ME Mini NAS/PC 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.

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.

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.

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 Tailscale. 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.

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 LG OLED television paired with an Nvidia Shield 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.

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.

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.

Live TV is another part of my setup, using an HDHomeRun tuner 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.

One of the more recent additions to my workflow is Plex’s watch list 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.

Music is handled through Plex as well. I’ve been slowly ripping decades’ worth of CDs into lossless files, 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.

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.

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.

The Multiview App for Apple TV and Android / Google TV Review

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 – including FAST streaming services.

You can check it out in my latest review.

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 YouTube TV multiview experience but without the subscription attached.

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.

The software is still early in its life, and that shows through some bugs and quirks. The developer is active on Reddit 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 HDHomeRun devices for years, and their openness has always encouraged creative third-party projects like this.

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.

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.

The Plex integration currently works only on Apple TV. It brings in Plex’s FAST channels 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.

ATSC 3.0 support 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.

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.

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.

You can find it on the Apple App Store here and the Google Play Store here.

Plex on the Steam Deck (sponsored post)

I’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 sponsored Plex video, I step through installing and running both the Plex and Plex HTPC clients and demonstrated them running on the Steam Deck.

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.

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.

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.

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.

Playback was smooth in my testing. A 4K Blu-ray rip of Jurassic Park—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 server 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’s no restriction on it.

For those who prefer a TV-style layout, the Plex HTPC 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.

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.

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.

Disclosure: This video was sponsored by Plex, however they did not review or approve it prior to uploading.

Sponsored Post: Plex on Unraid is the Easiest Path for a Docker Install

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 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.

In my latest video sponsored by Plex, we take a look at the process of installing Plex on Unraid.

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.

Click here to download an Unraid trial or sign up for a paid account . You can sign up for a Plex Pass here (both links compensated affiliate links)

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 /dev/dri, 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.

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.

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 Back to the Future and Stargate SG-1, which I’d placed there as test files.

To make sure hardware transcoding was working, I played Back to the Future 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.

Keeping Plex updated on Unraid is also simple. You can do it through the Apps tab—Unraid will notify you through the “Action Center” when an update is available—or you can update directly from the Docker section. It’s just a couple of clicks either way.

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.

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.

Plex Pro Week Webhooks Follow-up – Free and no-code options

During Plex Pro Week this year, I contributed a video talking about Plex’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 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.

In my latest sponsored Plex video, I demo a free, no-code path that doesn’t require hosting anything yourself using Make.com.

You can check it out here!

Make.com offers a free tier with 1,000 “credits” 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.

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 “event” tag in the webhook.

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.

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.

There’s also Plex’s new official API, 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 has already been experimenting with it, using the API to drive a dashboard for monitoring Plex server performance.

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.

When Should You Upgrade Your Plex Server? (sponsored)

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’ve used and why I upgraded them.

My first server was a Sony Vaio laptop that I had originally reviewed back in 2013, 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 HDHomeRun tuners back before they had their own software. And of course I ran my Plex server on it too. Surprisingly, after years on a shelf, the laptop powered right back on.

The laptop worked fine for a while because it had an Intel processor with QuickSync 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.

In 2017, I retired the laptop and moved over to a WD My Cloud PR2100. 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 encode HEVC or handle HDR tone mapping. As more of my library shifted toward HDR content, the inability to perform tone mapping in hardware became a significant bottleneck.

Earlier this year, I moved to a Beelink NAS 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.

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 Plex in Docker on Unraid. 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.

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 GMKtec systems that cost under $150 (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 I’ve seen encouraging reports about Intel Arc GPUs as well.

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.

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.

Synology’s Beestation Plus Makes for a Simple Transcoding Plex Server

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 services like Dropbox or Google Drive, and this new Plus model adds something the original lacked: the ability to run a Plex server.

In my latest video, we take a look at this new BeeStation performs as a Plex server.

That Plex capability is what drew my attention this time. I reviewed the original BeeStation last year, 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.

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 newer DS225+ NAS when configured with storage. The DS225+ shares the same Intel Celeron J4125 processor found here.

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.

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+.

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.

Once it’s up and running, Plex behaves as expected. I tested it by playing a BluRay MKV rip of Back to the Future 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.

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.

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.

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’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.

Plex to add Music & Photos Back to New TV and Mobile Apps (sponsored post)

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’ve been working on a redesigned TV app that’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 – especially on the TV.

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. You can see it in action in my latest monthly sponsored Plex video.

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.

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.

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’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.

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’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.

The current preview app runs separately from the standard Roku Plex app, so there’s no risk of losing access to existing setups. Instructions for installing the Roku preview are posted in the Plex forums, and the team is encouraging feedback there.

So music and photos are back on Roku, and more platforms will follow. If you’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!

Automating Your Media with the Plex Watchlist RSS Feed!

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 I really appreciate about Plex is the strength of its universal search engine. For instance, if I search for Star Trek: Deep Space Nine, I can not only explore every season of the show but also see where it’s available to stream, even if it’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’s waiting for you at home.

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’s not front and center. That got me thinking—could I build something to fill in that gap? I started playing around with the RSS feed Plex 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.

With a little help from AI, I created a Python script that parses the RSS feed, connects to the TVDB API, 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 Squid Game and Stranger Things, along with upcoming episodes of Skinwalker Ranch and Star Trek: Strange New Worlds.

I also had the AI write a PHP version of the script that looks better in a web browser.
Code for both versions are available here. Even without programming, you can do simple things like ask ChatGPT for sci-fi shows that aren’t already in your feed. That alone gave me a few new ideas for what to add to my list.

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’re doing anything creative with your own watch list RSS feed, I’d love to hear about it.

Make Your Own Streaming TV Channels with Plex and ErSatzTV (sponsored post)

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 from on-demand shuffling.

I step through how to get it up and running in my latest video.

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.

To make it work with Plex, you do need a Plex Pass since it ties into the live TV and DVR features.

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.

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.

ErsatzTV doesn’t let you slot individual files—everything has to be bundled into collections. So I grouped the ads into a “filler” 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.

Then came the fun part: building out the channel. I created a schedule starting at 6 a.m. with “Star Blazers and “He-man”, 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.

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.

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.

See more of my Plex videos here.

Disclosure: This was a sponsored video from Plex, however they did not review or approve this before it was uploaded.

Plex Subtitles .. Again: Auto-Sync, Manual Sync and Make Your Own with On-Device AI!

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 at three different ways to fix subtitle syncing issues.

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.

The second method is a newer feature for Plex Pass users: automatic subtitle sync. 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.

Setting it up requires enabling a few options. In the server settings under “Settings > Library,” you’ll need to turn on “Generate voice activity data.” Then, within each library (under “Manage Library > Edit > 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.

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.

Finally, if nothing else works, there’s always the DIY route. I used an open-source tool called Vibe 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.

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’ve got ideas for future Plex topics, I’d love to hear them.

Disclosure: This was a sponsored post from Plex, however they did not review or approve this content or my video before it was uploaded.

Plex Update: New app, Plex Pass Price Increases and Changes to Free Tier (sponsored post)

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’s going on with Plex.

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’s free streaming channels directly within the app. Users can set recordings for over the air channels too but can’t yet schedule them like they could on the previous version of the app.

Another big change is moving music and photos out of the main app. Plexamp now handles personal music libraries, and Plex Photos manages photo libraries. Both are standalone, free apps. Plexamp has additional features for Plex Pass users.

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 at the old price before April 29 using my affiliate link.

For users on the free tier, a new “Remote Watch Pass” 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’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.

I have definitely heard from users who are having trouble with the new app or don’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’re taking.

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.

GMKTec G9 Compact NVME NAS Review

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 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.

Enter my latest experiment: the GMKtec G9 and a Wavlink USB drive enclosure, which is the subject of my latest review.

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.

For the operating system, I opted for Unraid. Having explored Unraid in the past, 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.

One of the main considerations with this setup was cost. The GMKtec G9, priced around $239 with a 512GB SSD pre-installed (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’t support software RAID on Windows – it’s basically a JBOD array which makes it a good fit for Unraid.

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!

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.

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.

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.

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.

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!

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. See more on my disclosures here.

Plex Adds HEVC Transcoding (sponsored post)

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 video.

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. My test system was a low-cost GMKTec G3 Plus mini PC running Linux, equipped with an Intel N150 processor.

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.

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.

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.

For those considering enabling this feature, you’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.

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.

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.

Disclosure: This was a paid sponsorship by Plex, however they did not review or approve this content before it was uploaded.

Plex Rolls Out Beta of New TV Interface (sponsored post)

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 notable refinements. For those running a Plex Pro server or have access to one, you’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.

Next to the library section you’ll find Live TV, which now integrates both live streaming channels and over the air TV if you’re making use of Plex’s DVR features. 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.

The next section over is “On Demand” content which includes the thousands of free ad supported TV shows and movies from Plex’s servers along with their recently announced rental section.

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.

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’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’s also an option to turn off each set of reviews individually or fully.

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 on their forum page here, so I definitely suggest popping in there and making your voice heard.

Disclosure: This post was a paid sponsorship from Plex, however they did not review or approve this before it was uploaded.

Plex HDR Hardware Tone Mapping Comes to Windows (sponsored post)

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 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.

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’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.

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 support documentation provided by Plex.

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.

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.

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.

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.

Disclosure: This video was a paid sponsorship by Plex, however they did not review or approve this content before it was uploaded and all opinions are my own.

Plex Previews New User Interface (sponsored post)

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 quick-access watchlist button at the top of the screen and a redesigned user section offer streamlined control over profiles, subscriptions, and settings.

In the lower section users can now click the “library” 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 – 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 “hamburger menu” which required the user to “pin” different libraries to get quick access. Browsing and filtering options inside the library remain consistent with the prior interface.

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.

Plex’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.

Notably absent from the new interface are photo and music management features. This shift is deliberate, as Plex transitions these functions to standalone apps: Plexamp for music and Plex Photos for images. These changes aim to streamline the core app while offering specialized platforms for other media types.

For those interested in the philosophy behind the redesign or wanting to try the beta, Plex has shared detailed resources on its blog and forums. These platforms also serve as hubs for feedback, enabling users to shape the future of the app.

As the beta evolves, it will be interesting to see how these updates are received and refined. Whether you’re a long-time Plex user or new to the platform, the changes mark a step toward a more intuitive and visually appealing experience.

This post was sponsored by Plex, however they did not review or approve what was posted before it was uploaded.