diff --git a/docs/releases/v9_9.md b/docs/releases/v9_9.md index c641372b2..a22087656 100644 --- a/docs/releases/v9_9.md +++ b/docs/releases/v9_9.md @@ -27,7 +27,7 @@ The **December 23rd, 2024** release of **DietPi v9.9** comes with new images for - [**DietPi-Software**](../dietpi_tools/software_installation.md#dietpi-software) | [**MineOS**](../software/gaming.md#mineos) :octicons-arrow-right-16: As a security enhancement and workaround for a web UI login issue, a dedicated `mineos` user is created again. For new MineOS installs or after reinstall, one can login with this user, and the global software password. It has permissions to install and manage Minecraft instances. - [**DietPi-Software**](../dietpi_tools/software_installation.md#dietpi-software) | [**frp**](../software/advanced_networking.md#frp) :octicons-arrow-right-16: It is now possible to connect the client to a server which has no (an empty) authentication token configured. `frp` can now be installed non-interactively, where client + server daemons are both installed and configured to work with each other, with respective defaults for all inputs. - [**DietPi-Software**](../dietpi_tools/software_installation.md#dietpi-software) | [**frp**](../software/advanced_networking.md#frp) :octicons-arrow-right-16: Since the `ini` format for config files has been deprecated, and support will be removed in a future `frp` release, new installs and reinstalls/updates will generated `toml` format config files from now on. As of the large amount of config keys, which all changed between those formats, an automated conversion is sadly not possible. When doing a reinstall with existing `ini` configs, you will be informed about it, the old config(s) will be kept as backup in place, for a manual migration. All config keys for the `toml` format can be found here: -- [**DietPi-Software**](../dietpi_tools/software_installation.md#dietpi-software) | [**Logitech Media Server**](../software/media.md#logitech-media-server) :octicons-arrow-right-16: LMS has been renamed to Lyrion Music Server. For more details, see their new official website: +- [**DietPi-Software**](../dietpi_tools/software_installation.md#dietpi-software) | [**Lyrion Music Server**](../software/media.md#lyrion-music-server) :octicons-arrow-right-16: LMS has been renamed to Lyrion Music Server. For more details, see their new official website: - [**DietPi-Software**](../dietpi_tools/software_installation.md#dietpi-software) | [**Sonarr**](../software/bittorrent.md#sonarr) :octicons-arrow-right-16: Sonarr v4 will be installed from now on, and a migration to Sonarr v4 is now possible by reinstall it via `dietpi-software reinstall 144`. Note that, since Sonarr v4 does not support ARMv6, this is not the case and not possible on RPi 1 and Zero (1). After a migration, once might want to uninstall Mono, which is not required for Sonarr v4 anymore. Note that some settings may be lost as of the database migration. At best create a backup, offered before the reinstall, and inform yourself about possible database migration issues and losses on the Sonarr websites. ### Bug fixes diff --git a/docs/software.md b/docs/software.md index 03147ba08..039d9e8eb 100644 --- a/docs/software.md +++ b/docs/software.md @@ -179,7 +179,7 @@ description: Overview of ready-to-run DietPi-Software options, cloud & backup se - [**CAVA - Optional: Console-based audio visualizer for MPD**](software/media.md#cava) - [**Mopidy - Web Interface Music /Radio Player for MPD**](software/media.md#mopidy) - [**Airsonic-Advanced - Feature rich media streaming server with web interface**](software/media.md#airsonic) -- [**Logitech Media Server - aka LMS, Squeezebox Server**](software/media.md#logitech-media-server) +- [**Lyrion Music Server - aka Logitech Media Server, LMS, Squeezebox Server**](software/media.md#lyrion-music-server) - [**Squeezelite - Audio player for Logitech Media Server**](software/media.md#squeezelite) - [**Shairport Sync - AirPlay audio player with multiroom sync**](software/media.md#shairport-sync) - [**ReadyMedia - (MiniDLNA) Media streaming server (DLNA, UPnP)**](software/media.md#readymedia) diff --git a/docs/software/media.md b/docs/software/media.md index 15ba8308d..dcf80bde0 100644 --- a/docs/software/media.md +++ b/docs/software/media.md @@ -15,7 +15,7 @@ description: Description of DietPi software options related to media systems lik - [**Mopidy - Web Interface Music /Radio Player for MPD**](#mopidy) - [**Airsonic-Advanced - Feature rich media streaming server with web interface**](#airsonic) -- [**Logitech Media Server - aka LMS, Squeezebox Server**](#logitech-media-server) +- [**Lyrion Music Server - aka Logitech Media Server, LMS, Squeezebox Server**](#lyrion-music-server) - [**Squeezelite - Audio player for Logitech Media Server**](#squeezelite) - [**Shairport Sync - AirPlay audio player with multiroom sync**](#shairport-sync) - [**ReadyMedia - (MiniDLNA) Media streaming server (DLNA, UPnP)**](#readymedia) @@ -475,16 +475,16 @@ Feature rich media streaming server with a web interface, coded in Java. Source code: License: [GPLv3](https://github.com/airsonic-advanced/airsonic-advanced/blob/master/LICENSE.txt) -## Logitech Media Server +## Lyrion Music Server -Logitech Media Server (aka. LMS, fka. SlimServer, SqueezeCenter, SqueezeboxServer, SliMP3) is the server software that enables web interface control of: +Lyrion Music Server (aka. Logitech Media Server, LMS, fka. SlimServer, SqueezeCenter, SqueezeboxServer, SliMP3) is the server software that enables web interface control of: - Software audio players: [Squeezelite](#squeezelite) - Hardware audio players from Logitech: Squeezebox, SlimDevices Remark: If you do not own a hardware player, you can turn your DietPi system into a Squeezebox audio capable player, by selecting [Squeezelite](#squeezelite) for installation in `dietpi-software`. -![Logitech Media Server web interface screenshot](../assets/images/dietpi-software-media-squeezebox.png){: width="400" height="216" loading="lazy"} +![Lyrion Music Server web interface screenshot](../assets/images/dietpi-software-media-squeezebox.png){: width="400" height="216" loading="lazy"} === "Access to the web interface" @@ -504,7 +504,7 @@ Remark: If you do not own a hardware player, you can turn your DietPi system int Logs can be viewed with the following command: ```sh - journalctl -u logitechmediaserver + journalctl -u lyrionmusicserver ``` Additionally, log files can be found in: @@ -515,7 +515,7 @@ Remark: If you do not own a hardware player, you can turn your DietPi system int === "Update" - Logitech Media Server can be updated to the current version with the following command: + Lyrion Music Server can be updated to the current version with the following command: ```sh dietpi-software reinstall 35 @@ -523,7 +523,8 @@ Remark: If you do not own a hardware player, you can turn your DietPi system int *** -Wikipedia: +Official Website: +Wikipedia: Source code: ## Squeezelite