diff --git a/docs/manual/radio-page/index.md b/docs/manual/radio-page/index.md index e9c74761d..0447822c1 100644 --- a/docs/manual/radio-page/index.md +++ b/docs/manual/radio-page/index.md @@ -1 +1,25 @@ -**TBD** +# Radio page + +LibreTime includes a mini-site, which can be accessed at _localhost_ (for local installations) or +_libretime.example.com_ (for installations to a server on a domain). + +![](static/radio-page.png) + +The site includes your logo (set under Settings > General), the login button to the LibreTime interface, links for the schedule, station description, and podcast tabs, and a livestream player that runs of the stream from the built-in Icecast2 server. + +![](static/radio-schedule.png) + +The schedule tab opens by default and shows a schedule for your station based on LibreTime's Calendar +for the next 7 days. All times are presented in 12 hour format. + +![](static/radio-about.png) + +The about tab includes your station name and a quick blurb about your station that can be set under Settings > General (more info [here](../general/index.md)). + +![](static/radio-podcast.png) + +Tracks published wind up here, and can be played back on-demand. This is a great place for putting episodes of shows that have already played out on stream. The Subscribe button allows for listeners to subscribe to your podcast's RSS feed in a podcast client of their choice, such as Apple Podcasts. + +![](static/radio-altbkgnd.png) + +The background of the radio page can be changed; see instructions [here](../interface-customization/index.md). Image comes from [CATS ON SYNTHESIZERS IN SPACE](https://www.catsonsynthesizersinspace.com/). diff --git a/docs/manual/radio-page/static/radio-about.png b/docs/manual/radio-page/static/radio-about.png new file mode 100644 index 000000000..6a72944d1 Binary files /dev/null and b/docs/manual/radio-page/static/radio-about.png differ diff --git a/docs/manual/radio-page/static/radio-altbkgnd.png b/docs/manual/radio-page/static/radio-altbkgnd.png new file mode 100644 index 000000000..525d8f7f8 Binary files /dev/null and b/docs/manual/radio-page/static/radio-altbkgnd.png differ diff --git a/docs/manual/radio-page/static/radio-page.png b/docs/manual/radio-page/static/radio-page.png new file mode 100644 index 000000000..e75d33f5f Binary files /dev/null and b/docs/manual/radio-page/static/radio-page.png differ diff --git a/docs/manual/radio-page/static/radio-podcast.png b/docs/manual/radio-page/static/radio-podcast.png new file mode 100644 index 000000000..a651a2778 Binary files /dev/null and b/docs/manual/radio-page/static/radio-podcast.png differ diff --git a/docs/manual/radio-page/static/radio-schedule.png b/docs/manual/radio-page/static/radio-schedule.png new file mode 100644 index 000000000..25fcffb7f Binary files /dev/null and b/docs/manual/radio-page/static/radio-schedule.png differ