Move internet radio to Live TV category (#1319)

This commit is contained in:
felix920506
2025-03-16 22:07:41 +08:00
committed by GitHub
parent 5831cebeb5
commit 7f64217376
6 changed files with 16 additions and 7 deletions
+3 -3
View File
@@ -1,11 +1,11 @@
---
uid: server-live-tv-index
title: Live TV
title: Live Broadcast
---
# Live TV
# Live Broadcast
Jellyfin allows you to watch and record live television using supported hardware. The first step is setting up a tuner to send data to Jellyfin, and then configure a source for the program guide data.
Jellyfin allows you to watch and record live television using supported hardware, as well as listen to internet radio. The first step is setting up a tuner to send data to Jellyfin, and then configure a source for the program guide data.
[Click here](/docs/general/server/live-tv/setup-guide) for the general setup guide.
@@ -1,9 +1,10 @@
---
uid: server-media-internet-radio
title: Internet radio
uid: server-live-tv-internet-radio
title: Internet Radio
sidebar_position: 3
---
# Internet radio
# Internet Radio
It is possible to add Internet radio stations (e.g. shoutcast) to Jellyfin by utilizing the Live TV M3U Tuner device type. Directly entering links into the M3U tuner is supported, but it depends on the provider.
@@ -1,6 +1,7 @@
---
uid: server-live-tv-post-process
title: Live TV Post Processing
sidebar_position: 2
---
# Live TV Post Processing
+2 -1
View File
@@ -1,6 +1,7 @@
---
uid: server-live-tv-setup-guide
title: Setup Guide
title: Live TV Setup Guide
sidebar_position: 1
---
# Setup Guide
+5
View File
@@ -42,6 +42,11 @@ const redirects: ClientRedirects.Options['redirects'] = [
{
from: '/docs/general/networking/traefik2',
to: '/docs/general/networking/traefik'
},
// Internet radio moved to live tv
{
from: '/docs/general/server/media/internet-radio',
to: '/docs/general/server/live-tv/internet-radio'
}
];
export default redirects;
+1
View File
@@ -39,6 +39,7 @@
"/docs/general/server/live-tv/index.html",
"/docs/general/server/live-tv/post-process.html",
"/docs/general/server/live-tv/setup-guide.html",
"/docs/general/server/live-tv/internet-radio.html",
"/docs/general/server/media/books.html",
"/docs/general/server/media/comics.html",
"/docs/general/server/media/external-files.html",