docs: add more detail to Jellyfin client documentation

This commit is contained in:
kpupp
2025-12-07 20:41:30 -06:00
committed by GitHub
parent 4dd7b7b800
commit 0f8efc92f7
13 changed files with 58 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 202 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 534 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 KiB

View File

@@ -1,3 +1,60 @@
# Jellyfin
TBD
Once you have your channels created with programming/shows added, head over to Jellyfin > Hamburger Menu Icon > Dashboard > Live TV > Add Tuner Device.
![Jellyfin Hamburger](/assets/Jellyfin-home-menu.png)
![Jellyfin Admin Dash](/assets/Jellyfin-admin-dashboard.png)
![Jellyfin Live TV Setup](/assets/Jellyfin-live-tv-options.png)
Jellyfin will ask for your tuner type - select HD Homerun.
![Jellyfin Add HD Homerun](/assets/Jellyfin-add-hdh.png)
You can then select "Detect My Devices," and Jellyfin may already detect Tunarr and you might see your servers IP address. If it does not, you can fill in your info manually. Use the following format replacing serverIP with your servers IP address and chosen port (if using Docker): e.g. `http://serverIP:8000`
![Jellyfin HDH Setup](/assets/Jellyfin-tuner-setup.png)
Once you have entered your server's URL and port, you will have to add the XMLTV Guide.
1. First select Add Provider.
2. Choose XMLTV.
3. A screen asking for several items and categories will appear - you generally don't have to change these unless you know what you're doing. What we care about is the first "File or URL" textbox.
4. In this textbox, use the following template replacing serverIP with your Tunarr servers IP address: e.g. `http://serverIP:8000/api/xmltv.xml`.
![Jellyfin Add XMLTV Setup](/assets/Jellyfin-add-xmltv.png)
![Jellyfin XMLTV Guide Setup](/assets/Jellyfin-xmltv-settings.png)
If you only have one instance of Tunarr running, you can leave the "Enable for all tuner devices" checked.
If you have more than one instance, you can uncheck this and then apply this guide to only the tuners you select.
⚠ You can overwrite tuners' channels if you apply more than one guide with the same channel mappings to all tuners. ⚠
![Jellyfin Apply to All](/assets/Jellyfin-apply-to-all.png)
Be careful hen assigning if this applies to you!
![Plex settings tuner 2](/assets/plex-settings-tuner2.png)
Select "Save" and Jellyfin should then return you to the Live TV screen and show you it is updating the guide info.
![Plex settings XMLTV](/assets/plex-settings-xmltv.png)
To see if your channels and settings were applied, go back to your main Jellyfin page by selecting the Home icon in the upper left with your server's name.
![Jellyfin Return to Home](/assets/Jellyfin-home.png)
You should now see a "Live TV" card in your My media section - select it!
![Jellyfin Live TV Card](/assets/Jellyfin-new-live-tv-card.png)
From here, you should see all shows that are playing on your channels under the Programs tab, or you can choose to see individual channels or guides from the other tabs.
Play your channel by hovering over the channel icon and selecting the play icon.
![Jellyfin On Now](/assets/Jellyfin-on-now.png)
Happy watching! 📺