<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Home Theatre - Forum				            </title>
            <link>https://www.tweaking4all.com/forum/home-theatre/</link>
            <description>Tweaking4All.com Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Tue, 21 Jul 2026 00:55:06 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>macOS/Linux: Find PGD/VOBSUB subtitle and extract it with ffmpeg</title>
                        <link>https://www.tweaking4all.com/forum/home-theatre/macos-linux-find-pgd-vobsub-subtitle-and-extract-it-with-ffmpeg/</link>
                        <pubDate>Wed, 12 Nov 2025 10:50:36 +0000</pubDate>
                        <description><![CDATA[To find if our video file has a PGS or VOBSUB video track, we first need to find what subtitles are available in the video file:
ffprobe video.mkv 2&gt;&amp;1 | grep Subtitle
This will gen...]]></description>
                        <content:encoded><![CDATA[<p>To find if our video file has a PGS or VOBSUB video track, we first need to find what subtitles are available in the video file:</p>
<pre contenteditable="false">ffprobe video.mkv 2&gt;&amp;1 | grep Subtitle</pre>
<p><br />This will generate something like this:</p>
<pre contenteditable="false">Stream #0:3(eng): Subtitle: subrip (srt) (default) (forced)
Stream #0:4(eng): Subtitle: subrip (srt)
Stream #0:5(eng): Subtitle: subrip (srt) (hearing impaired)
Stream #0:6(dut): Subtitle: subrip (pgs)</pre>
<p>&nbsp;</p>
<p>We're looking for a Dutch (dut) PGS subtitle, so that would be stream #0:6 in this example.</p>
<p>Now we can extract this PGS subtitle as a SUP file:</p>
<pre contenteditable="false">ffmpeg -i filename.mkv -map 0:s:6 -c:s copy -f sup output.sup</pre>
<p>&nbsp;</p>
<p><em>(here "<strong>0:s:6</strong>" stands for stream <strong>#0:6</strong> - the pgs subtitle we want)</em><br /><br />No you can use <a href="https://github.com/SubtitleEdit/subtitleedit/releases" target="_blank" rel="noopener">Subtitle Edit</a> (only available for Windows, so you will need a virtual machine or a Windows PC) to convert this with OCR to a plain text SRT.</p>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.com/forum/home-theatre/">Home Theatre</category>                        <dc:creator>Hans</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.com/forum/home-theatre/macos-linux-find-pgd-vobsub-subtitle-and-extract-it-with-ffmpeg/</guid>
                    </item>
				                    <item>
                        <title>macOS/Linux - Batch extract subtitles with fmpeg</title>
                        <link>https://www.tweaking4all.com/forum/home-theatre/macos-linux-batch-extract-subtitles-with-fmpeg/</link>
                        <pubDate>Sat, 15 Mar 2025 11:35:52 +0000</pubDate>
                        <description><![CDATA[Found this neat little trick how to extract subtitles in batch using ffmpeg.
for f in *.mkv; do ffmpeg -i &quot;$f&quot; -map 0:s:m:language:eng &quot;${f%.*}.srt&quot;; done
This assumes you are in the direc...]]></description>
                        <content:encoded><![CDATA[<p>Found this neat little trick how to extract subtitles in batch using ffmpeg.</p>
<pre contenteditable="false">for f in *.mkv; do ffmpeg -i "$f" -map 0:s:m:language:eng "${f%.*}.srt"; done</pre>
<p>This assumes you are in the directory where the <strong>MKV</strong> video files are, and that you want to extract the <strong>eng</strong>lish subtitles, and that the subtitles are in <strong>SRT</strong> format. Note that "0:s:m" assumes that you are looking at the first subtitle only!</p>
<p>Say you want to do the same for MP4 files and you're looking for Dutch SRT subtitles, then you can try one of these two:</p>
<pre contenteditable="false">for f in *.mp4; do ffmpeg -i "$f" -map 0:s:m:language:nld "${f%.*}.srt"; done
for f in *.mp4; do ffmpeg -i "$f" -map 0:s:m:language:dut "${f%.*}.srt"; done</pre>
<p>Note the differences and keep in mind that you will need ffmpeg.</p>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.com/forum/home-theatre/">Home Theatre</category>                        <dc:creator>Hans</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.com/forum/home-theatre/macos-linux-batch-extract-subtitles-with-fmpeg/</guid>
                    </item>
				                    <item>
                        <title>Things about home theater: Sharing experience from tossing to enjoyment</title>
                        <link>https://www.tweaking4all.com/forum/home-theatre/things-about-home-theater-sharing-experience-from-tossing-to-enjoyment/</link>
                        <pubDate>Fri, 11 Oct 2024 09:57:13 +0000</pubDate>
                        <description><![CDATA[Building a home theater sounds simple, but when you really start, you find that things are far from as easy as you imagined. Just like me, I originally wanted to watch a big movie at home on...]]></description>
                        <content:encoded><![CDATA[<p>Building a home theater sounds simple, but when you really start, you find that things are far from as easy as you imagined. Just like me, I originally wanted to watch a big movie at home on the weekend, but I was overwhelmed by various small problems. Today, I want to share with you the troubles I encountered in the process and how I solved them step by step.<br /><br />I bought a big TV, speakers, and players. I finally assembled and placed the equipment. I thought everything was ready, but I found that the cable was not long enough. I had to go through multiple rooms from the bedroom computer to the living room. The old HDMI cable was too short, and I didn’t want to carry the computer back and forth, so I bought a new long one myself, but the signal always had problems. The picture quality was seriously reduced and various jams were not smooth. Either the picture was stuck or the sound was out of sync. Every debugging took me half a day. Especially when you are excited to watch a new movie, but the equipment is not powerful, the frustration is really helpless.<br /><br />The newly bought copper cables are very thick. In order to avoid the cables being placed on the ground in a mess, I have to find a way to hide them, which is another big project.<br /><br />And there are so many electrical appliances in my home, such as microwave ovens, refrigerators, and routers. The interference of these devices always makes me noisy when watching movies, which is really maddening. Especially when you are immersed in the tense plot of the movie, the sudden noise will make you instantly out of the play.<br /><br />Finally, when I complained to my friend again, I tried the fiber optic HDMI cable on the recommendation of my friend. I didn't have much hope at first, but the result was really good.<br /><br />The fiber optic HDMI cable goes from the bedroom computer to the living room, and there is no need to spend energy to deliberately hide it. Just run it along the corner of the wall. If you don't look carefully, it will not attract attention. It saves me all kinds of work of hiding the wires, and the signal from the bedroom to the living room is also stable. Finally, I don't have to worry about signal quality problems due to the long cable. Now in the living room, whether watching high-definition movies or playing games, the picture is very smooth, and there is no blur or jamming. Especially when watching action blockbusters, the smooth picture takes the whole viewing experience to a higher level. There is no need to worry about being affected by other electrical appliances at home, and the sound is clearer. I can finally concentrate on enjoying the movie. Even when the microwave is working, the sound quality is not affected.<br /><br />So although there are many small troubles in the process of building a home theater, after finding a suitable solution, the experience is really improved a lot. The optical fiber HDMI cable is a little trick I found in the process. Although it is not high-tech, it does solve many problems.</p>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.com/forum/home-theatre/">Home Theatre</category>                        <dc:creator>Anonymous</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.com/forum/home-theatre/things-about-home-theater-sharing-experience-from-tossing-to-enjoyment/</guid>
                    </item>
				                    <item>
                        <title>ffmpeg - Extract subtitles</title>
                        <link>https://www.tweaking4all.com/forum/home-theatre/ffmpeg-extract-subtitles/</link>
                        <pubDate>Sat, 20 Jul 2024 13:55:26 +0000</pubDate>
                        <description><![CDATA[In case you want to extract certain subtitles from videos files (typically MP4 or MKV) then ffmpeg can be sure helpful to extract subtitles in bulk and per language (assuming language is pro...]]></description>
                        <content:encoded><![CDATA[<p>In case you want to extract certain subtitles from videos files (typically MP4 or MKV) then ffmpeg can be sure helpful to extract subtitles in bulk and per language (assuming language is properly set in the video file ofcourse).</p>
<p>To extract all Dutch (<span style="color: #ff0000">nld</span>) subtitles from MP4 files, and save each as <strong>filename</strong>.<span style="color: #ff0000">nld</span>.srt:</p>
<pre contenteditable="false">for f in *.mp4; do ffmpeg -i "$f" -map 0:s:m:language:nld "${f%.*}.nld.srt"; done</pre>
<p>Or another example, extract all English (eng) susbtitles from MKV files and save them as as <strong>filename</strong>.<span style="color: #ff0000">eng</span>.srt:</p>
<pre contenteditable="false">for f in *.mkv; do ffmpeg -i "$f" -map 0:s:m:language:eng "${f%.*}.eng.srt"; done</pre>
<p> </p>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.com/forum/home-theatre/">Home Theatre</category>                        <dc:creator>Hans</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.com/forum/home-theatre/ffmpeg-extract-subtitles/</guid>
                    </item>
				                    <item>
                        <title>macOS/Linux - Find all directories that do not have a trailer</title>
                        <link>https://www.tweaking4all.com/forum/home-theatre/macos-linux-find-all-directories-that-do-not-have-a-trailer/</link>
                        <pubDate>Sat, 01 Jun 2024 11:22:23 +0000</pubDate>
                        <description><![CDATA[I was asked to look and see if I could come up with a trick to &quot;easily&quot; find all directories in my friends video collection, that did not have a trailer file.
For reference:
Trailers are c...]]></description>
                        <content:encoded><![CDATA[<p>I was asked to look and see if I could come up with a trick to "easily" find all directories in my friends video collection, that did not have a trailer file.</p>
<p>For reference:</p>
<p>Trailers are called "trailer.mp4" in this example, and the root path of all video directories is "/Volumes/SomeShare/Multimedia/Movies" - replace these with the proper info for your setup.</p>
<pre contenteditable="false">find /Volumes/SomeShare/Multimedia/Movies -maxdepth 1 -mindepth 1 -type d '!' -exec sh -c 'ls -1 "{}"|egrep -iq "trailer.mp4" ' ';' -print</pre>
<p>This one liner will dig through all directories in "<strong>/Volumes/SomeShare/Multimedia/Movies</strong>".<br />It will however only go exactly one level deep (<strong>-maxdepth 1 -mindepth 1</strong>), meaning it will look into "/Volumes/SomeShare/Multimedia/Movies/A Movie/" but not in "/Volumes/SomeShare/Multimedia/Movies/A Movie/Pictures/".<br />Picking up those that do not have <strong>trailer.mp4</strong> in it.</p>
<p>Just posting this here so my friend can copy it straight from here, and maybe its helpful for other that are looking for directories that do not contain a certain file. Eg. missing cover images in your music collection. If that requires 2 files, then you could do something like this:</p>
<pre contenteditable="false">find /Volumes/AllShares/Multimedia/Music -mindepth 1 -maxdepth 1 -type d '!' -exec sh -c 'ls -1 "{}"|egrep -i -q "cover\.(jpg|png)"' ';' -print</pre>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.com/forum/home-theatre/">Home Theatre</category>                        <dc:creator>Hans</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.com/forum/home-theatre/macos-linux-find-all-directories-that-do-not-have-a-trailer/</guid>
                    </item>
				                    <item>
                        <title>Jellyfin - Trailers not playing - Playback Error, No player found for the requested media</title>
                        <link>https://www.tweaking4all.com/forum/home-theatre/jellyfin-trailers-not-playing-playback-error-no-player-found-for-the-requested-media/</link>
                        <pubDate>Mon, 06 May 2024 11:21:12 +0000</pubDate>
                        <description><![CDATA[Seems that when Radarr and Jellyfin are used, two different YouTube links are being used for trailer playback.One being outdated:
&lt;trailer&gt;plugin://plugin.video.youtube/play/?video_id...]]></description>
                        <content:encoded><![CDATA[<p>Seems that when Radarr and Jellyfin are used, two different YouTube links are being used for trailer playback.<br />One being outdated:</p>
<pre contenteditable="false">&lt;trailer&gt;plugin://plugin.video.youtube/play/?video_id=XXXXXX&lt;/trailer&gt;</pre>
<p>This one, found in the movie.nfo file, will cause this error (in the WebUI anyway):</p>
<pre contenteditable="false">Playback Error
No player found for the requested media.</pre>
<p> </p>
<p>We can fix this by updating the link to:</p>
<pre contenteditable="false">&lt;trailer&gt;plugin://plugin.video.youtube/?action=play_video&amp;amp;videoid=XXXXXX&lt;/trailer&gt;</pre>
<p>Granted, that would be a lot of work if you have a rather big collection of movies.</p>
<p>Of course, here you can use the power of Linux shell commands - assuming you're executing this on a Linux machine (like most NAS devices are):</p>
<pre contenteditable="false">find ./ -name movie.nfo -type f  -exec sed -i 's/play\/?video_id=/\?action=play_video\&amp;amp;videoid=/g' {} \;</pre>
<p>Assuming you're in your movie directory, this will try to <strong>find</strong> all files names <strong>movie.nfo</strong>.<br />This filename is then used to <strong>exec</strong>ute <strong>sed</strong> and replace the text "<span style="color: #ff0000"><strong><span class="s1">play/?video_id=</span></strong></span>" with "<span style="color: #0000ff"><strong><span class="s1">?action=play_video&amp;amp;videoid=</span></strong></span>".<br />The "\" symbols are added to escape certain special characters.</p>
<p>* note: <br />if you're not in you movie directory then either go there (cd /path/to/movie/directory) or replace "./" with "/path/to/movie/directory".</p>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.com/forum/home-theatre/">Home Theatre</category>                        <dc:creator>Hans</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.com/forum/home-theatre/jellyfin-trailers-not-playing-playback-error-no-player-found-for-the-requested-media/</guid>
                    </item>
				                    <item>
                        <title>JellyFin - How to hide missing episodes and/or empty seasons (like the specials)</title>
                        <link>https://www.tweaking4all.com/forum/home-theatre/jellyfin-how-to-hide-missing-episodes-and-or-empty-seasons-like-the-specials/</link>
                        <pubDate>Tue, 02 Apr 2024 20:19:04 +0000</pubDate>
                        <description><![CDATA[Not sure why this was on to begin with, but my JellyFin setup was showing missing episodes (even unaired ones, and empty &quot;Specials&quot; folders).After some searching this settings can be found, ...]]></description>
                        <content:encoded><![CDATA[<p>Not sure why this was on to begin with, but my JellyFin setup was showing missing episodes (even unaired ones, and empty "Specials" folders).<br />After some searching this settings can be found, on a per-user level.</p>
<p>Click on your <strong>profile icon</strong> (top-right of your screen), and select <strong>Display</strong>. <br />Scroll to bottom to <strong>Libraries</strong> and <span style="color: #ff0000"><strong>uncheck</strong></span> <strong>Display missing episodes within seasons</strong>.</p>
<p>(may need a refresh scan of all libraries by JellyFin)</p>
538]]></content:encoded>
						                            <category domain="https://www.tweaking4all.com/forum/home-theatre/">Home Theatre</category>                        <dc:creator>Hans</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.com/forum/home-theatre/jellyfin-how-to-hide-missing-episodes-and-or-empty-seasons-like-the-specials/</guid>
                    </item>
				                    <item>
                        <title>Wireguard - Asus router (client) not routing traffic to specific IP address</title>
                        <link>https://www.tweaking4all.com/forum/home-theatre/wireguard-asus-router-client-not-routing-traffic-to-specific-ip-address/</link>
                        <pubDate>Sat, 30 Mar 2024 16:50:44 +0000</pubDate>
                        <description><![CDATA[Recently I ran into this issue with an Asus Router (GT-AX6000) - and encountered this with both the latest official firmware (3.0.0.6.102_21514) and AsusWRT Merlin (3004.388.6_2).
(IP addre...]]></description>
                        <content:encoded><![CDATA[<p>Recently I ran into this issue with an Asus Router (GT-AX6000) - and encountered this with both the latest official firmware (<a href="https://rog.asus.com/networking/rog-rapture-gt-ax6000-model/helpdesk_bios/" target="_blank" rel="noopener">3.0.0.6.102_21514</a>) and <a href="https://www.asuswrt-merlin.net/" target="_blank" rel="noopener">AsusWRT Merlin</a> (3004.388.6_2).</p>
<p>(IP addresses are of course just examples to illustrate)</p>
<p><strong>Location A (</strong>192.168.22.x<strong>):</strong><br />We have an OPNSense firewall running a Wireguard server, opened up for one very specific IP address (192.168.22.100) in that LAN.</p>
<p><strong>Location B (</strong>192.168.2.x<strong>):</strong><br />We have the Asus router (client) connecting to Location A, so we can reach the specific device located at location A.</p>
<p>OPNSense and the Asus router both show being connected (Wireguard handshake) properly, yet zero traffic went through.<br />Meaning: traffic from a PC (192.168.2.10) at location B, connected to the Asus, would not route to the IP address (192.168.22.100) on location B.</p>
<p><em><strong>Note </strong></em>: of course, first makes ure your Wireguard config works. We tested this with Wireguard on a PC and an iPhone before proceeding. Just making sure the config was correct.</p>
<p> </p>
<p><em>After quite a bit of tinkering we found a fix:</em></p>
<p>In the Asus router we seem to have to add a route ...<br />Go to <strong>Advanced Settings</strong> -&gt; <strong>VPN</strong> -&gt; <strong>VPN Director</strong> and look at the section at the bottom where we can <strong>add rules</strong>.</p>
536
<p>Klik the <strong>(+)</strong> icon to add a rule.</p>
<p>Set <strong>Interface </strong>to <strong>Wireguard</strong>, add an optional description (recommended) and enter the destination IP address (192.168.22.100) at location B.</p>
537
<p>That did the trick ... &#x1f60a; </p>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.com/forum/home-theatre/">Home Theatre</category>                        <dc:creator>Hans</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.com/forum/home-theatre/wireguard-asus-router-client-not-routing-traffic-to-specific-ip-address/</guid>
                    </item>
				                    <item>
                        <title>JellyFin - Use LunaSea for notifications</title>
                        <link>https://www.tweaking4all.com/forum/home-theatre/jellyfin-use-lunasea-for-notifications/</link>
                        <pubDate>Mon, 26 Feb 2024 09:32:58 +0000</pubDate>
                        <description><![CDATA[If you&#039;re using JellyFin, then you may want to see notifications on your phone based on certain events.Several services are already predefined, but LunaSea is missing ...
LunaSea is a great...]]></description>
                        <content:encoded><![CDATA[<p>If you're using <a href="https://jellyfin.org" target="_blank" rel="noopener">JellyFin</a>, then you may want to see notifications on your phone based on certain events.<br />Several services are already predefined, but <a href="https://www.lunasea.app" target="_blank" rel="noopener">LunaSea</a> is missing ...</p>
<p>LunaSea is a great little app for iOS or Android, to monitor your media related services like <a href="https://sonarr.tv" target="_blank" rel="noopener">Sonarr</a>, <a href="https://radarr.video" target="_blank" rel="noopener">Radarr</a>, <a href="https://nzbget.net" target="_blank" rel="noopener">NZBGet</a> etc. <br />So it sounds only logical to add Jellyfin to that bunch.</p>
<p>These are the steps to get that going:</p>
<p> </p>
<ul>
<li><span style="color: #ff0000"><strong>1</strong></span> - In Lunasea go to <strong>settings</strong> -&gt; <strong>notifications</strong>. With each service you can get a "<strong>Device</strong>".</li>
</ul>
<p>When clicking the button a Device link is generated which we need.</p>
<p>Example (shortened since the gobbledygook is quite long after /device/):</p>
<pre contenteditable="false">https://notify.lunasea.app/v1/lidarr/device/dK1...xre_lja</pre>
<p>Grab that link and replace the selected service (<strong>lidarr</strong> in this example) with "<strong>custom</strong>":</p>
<pre contenteditable="false">https://notify.lunasea.app/v1/custom/device/dK1...xre_lja</pre>
<br />
<ul>
<li><strong><span style="color: #ff0000">2</span></strong> - In Jellyfin (server) go to <strong>Dashboard</strong> -&gt; <strong>Plugins</strong> and make sure "<strong>Webhook</strong>" is installed.</li>
</ul>
<p>If not: install it and <strong>reboot</strong> the JellyFin server!</p>
515
<p> </p>
<ul>
<li><span style="color: #ff0000"><strong>3</strong></span> - In <strong>Dashboard</strong> -&gt; Plugins click the <strong>3-dots</strong> and select <strong>Settings</strong>.</li>
</ul>
516
<p> </p>
<ul>
<li><span style="color: #ff0000"><strong>4</strong></span> - In the settings window we now click "Add Generic Destination" and scroll down to edit the settings.</li>
</ul>
<p><strong>Webhook Name</strong>: LunaSea (or whatever you want to call it - it's just so you can see what is what)<br /><strong>Webhook URL</strong>: paste the modified link we got in step 1.<br /><strong>Notification Type</strong>: check whatever you like. I used "Start playback" for testing, so I just have to start a video to see a notification.</p>
<p>Template: I used something super simple for that, which you can modify to your taste. Just make sure the fields "<strong>title</strong>" and "<strong>body</strong>" exist and are a string.<br />The used notation to fill in variable is called <a href="https://handlebarsjs.com/guide/" target="_blank" rel="noopener">Handlebars notation</a>. Webhook variables are listed on the <a href="https://github.com/jellyfin/jellyfin-plugin-webhook?tab=readme-ov-file" target="_blank" rel="noopener">Webhook Github page</a>.</p>
<pre contenteditable="false">{
  "title": "JellyFin: {{{NotificationType}}}",
  "body": "{{{Name}}}"
}</pre>
<p><em>Tip: </em><br />If you like, you can add an image field to include an icon or something like that (on the right of the notification). <br />The link needs to be accessible on the Internet. This needs to be a PNG (recommended) or JPG. Also recommended to keep those images small &#x1f609; </p>
<p>Example:</p>
<pre contenteditable="false">{
  "title": "JellyFin: {{{NotificationType}}}",
  "body": "{{{Name}}}",
  "image": "https://example.com/link/to/jellyfin-logo.png"
}</pre>
<p> </p>
<p> </p>
<ul>
<li><span style="color: #ff0000"><strong>5</strong></span> - Add a request header by clicking "Add Request Header".</li>
</ul>
<p>If you forget this, you'll get messages like "Unknown Title Unknown Content".</p>
<p><strong>Key</strong>: Content-type<br /><strong>Value</strong>: application/json</p>
518
<p>Click "<strong>Save</strong>" and you should be good to go.<br />As mentioned before: I did test my notifications with playback start/stop. Would have been cool if the Webhook devs would have added a test button.</p>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.com/forum/home-theatre/">Home Theatre</category>                        <dc:creator>Hans</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.com/forum/home-theatre/jellyfin-use-lunasea-for-notifications/</guid>
                    </item>
				                    <item>
                        <title>JellyFin - Add requests straight from IMDB and such with browser plugin</title>
                        <link>https://www.tweaking4all.com/forum/home-theatre/jellyfin-add-requests-straight-from-imdb-and-such-with-browser-plugin/</link>
                        <pubDate>Sun, 25 Feb 2024 11:54:42 +0000</pubDate>
                        <description><![CDATA[For those running Overseerr (for Plex users) or Jellyseerr (for Jellyfin users - which I strongly recommend over Plex, since Plex is not really free and Plex has very questionable privacy st...]]></description>
                        <content:encoded><![CDATA[<p>For those running <a href="https://overseerr.dev" target="_blank" rel="noopener">Overseerr</a> (for <a href="https://www.plex.tv" target="_blank" rel="noopener">Plex</a> users) or <a href="https://github.com/Fallenbagel/jellyseerr" target="_blank" rel="noopener">Jellyseerr</a> (for <a href="https://jellyfin.org" target="_blank" rel="noopener">Jellyfin</a> users - which I strongly recommend over Plex, since Plex is not really free and Plex has very questionable privacy statements): </p>
<p>Add <a href="https://chromewebstore.google.com/detail/overseerr-assistant/hopnjiadheaagfhpipecoamoegijhnij" target="_blank" rel="noopener">OverSeerr Assistant</a> to your Chromium based browser (<a href="https://www.google.com/chrome" target="_blank" rel="noopener">Google Chrome</a>, <a href="https://www.microsoft.com/en-us/edge" target="_blank" rel="noopener">Microsoft Edge</a> and <a href="https://www.opera.com" target="_blank" rel="noopener">Opera</a> tested).<br />This will add this neat little button to quickly request a movie or TV show to JellySeerr.</p>
514
<p>It nicely indicates if something was already requested, or is available already.</p>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.com/forum/home-theatre/">Home Theatre</category>                        <dc:creator>Hans</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.com/forum/home-theatre/jellyfin-add-requests-straight-from-imdb-and-such-with-browser-plugin/</guid>
                    </item>
							        </channel>
        </rss>
		