Skip to content

derguenner/docker-image-logitech-media-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker Container for Logitech Media Server

This is a Docker image for running the Logitech Media Server package (aka SqueezeboxServer) based on the work done by larsks. The main difference is the inclusion of dependancies needed to run the Google Music plugin as well as a bump in ubuntu and Squeezebox Server versions.

Run Directly:

docker run -d \
           --name lms \
           -p 9000:9000 \
           -p 9090:9090 \
           -p 3483:3483 \
           -p 3483:3483/udp \
           -v /etc/localtime:/etc/localtime:ro \
           -v <local-state-dir>:/srv/squeezebox \
           -v <audio-dir>:/srv/music \
           apnar/logitech-media-server

To enable Google Music plugin follow directions here:

To install the plugin, add the repository URL http://squeezebox-googlemusic.github.io/squeezebox-googlemusic/repository/repo.xml to your squeezebox plugin settings page.

Note:

If you get the Google Music Plugin seemingly working but get no sound you're likely running into this bug:

squeezebox-googlemusic/squeezebox-googlemusic#14

You can fix it by running:

docker exec -it lms sed -i 's/::Protocols::HTTP/::Protocols::HTTPS/' /srv/squeezebox/cache/InstalledPlugins/Plugins/GoogleMusic/ProtocolHandler.pm
docker restart lms

About

Docker Container for Logitech Media Server with Google Music plugin support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 67.8%
  • Shell 32.2%