Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Logitech Media Server #1830

Open
Two-Del opened this issue Feb 12, 2025 · 0 comments
Open

Update Logitech Media Server #1830

Two-Del opened this issue Feb 12, 2025 · 0 comments

Comments

@Two-Del
Copy link

Two-Del commented Feb 12, 2025

Logitech Media Server support from Logitech was discontinued some time ago. Using the last official container provided no longer works now that their servers have been taken off-line. The community has taken this project over and recently renamed it to Lyrion. Dockstarter is pulling the old Logitech container. In order to use the media server successfully, the correct container should now be: image: lmscommunity/lyrionmusicserver.

I cannot use the DockStarter version, so I uninstalled it, then I followed the instructions provided at the link below and added this to my override file successfully. I had to add the user and group ID in order for the server to read my music files. (This has always already been done for all my other DockStarter containers in the compose file):

environment:
  - PUID=1000
  - PGID=1000

The new docker information is found here: https://hub.docker.com/r/lmscommunity/lyrionmusicserver.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant