mirror of
https://github.com/jellyfin/jellyfin.org.git
synced 2026-09-03 05:30:05 +03:00
Move internet radio to Live TV category (#1319)
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
+4
-3
@@ -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
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
uid: server-live-tv-setup-guide
|
||||
title: Setup Guide
|
||||
title: Live TV Setup Guide
|
||||
sidebar_position: 1
|
||||
---
|
||||
|
||||
# Setup Guide
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user