Results 301 to 310 of 520
-
2020-12-13, 06:22 #301
- Join Date
- Sep 2011
- Posts
- 35
-
2020-12-13, 06:43 #302
- Join Date
- Nov 2012
- Location
- UK, Nottinghamshire
- Posts
- 382
mr.cracky has already provided guide steps.. I will just go into more details for those unfamiliar with docker:
I'd advise to initially make note of your existing LMS config: what plugins are installed , what music folders, players settings, exports playlists..etc then stop pinkdot's LMS package (to avoid) ports conflicts.
1. go to package center , find and install docker,
2. open docker , on left side click on registry and search for lms, select lmscommunity image and click download...
your will get option to choose version ( I went for latest which is 8.0.1) ..it will take a short while to download.(you will get notification when finished)
4. Click on image side tab, select lmscommunity image and click launch
5. you can name and set cpu priority and max memory allocation , then click on advanced settings
6. Select enable autostart
7. in Volume tab, you map your local music from NAS shared folder to LMS music folder as well as specify where LMS config file will be stored.. (ohh and playlists)
This is as per docker info page : https://hub.docker.com/r/lmscommunity/logitechmediaserver
volumes:
- /<somewhere>:/config:rw
- /<somewhere>:/music:ro
- /<somewhere>:/playlist:ro
ps somewhere is folder on your NAS
8. Under Network tab select : use the same network as Docker Host (left bottom) and click apply. Next and Apply
I think that's it. Please note your LMS will be now under port 9000 instead of 9002 (from pinkdot package) so you may have to update your app or browser bookmarks etc..
(ohhh in case if your music library is on more then one NAS shared folder you will have to create symlink.. but that another tutorial)
Hope that helps, if anything is not clear just ask3x Squeezebox Touch, 4x Squeezebox Radio, Squeezelite (RPi 3B with HiFiBerry DAC+Pro on OSMC), Material Skin Apk, Squeeze Commander, Logitech Media Server Version: 8.2.0 with Material Skin (Docker in DS218+)
-
2020-12-13, 06:52 #303
- Join Date
- Apr 2006
- Posts
- 44
-
2020-12-13, 07:29 #304
- Join Date
- Jul 2011
- Posts
- 26
Thank you all. Unfortunately Docker doesnt seem to be available for my NAS, DS214Play. Do you know of any workarounds?
-
2020-12-13, 07:43 #305
- Join Date
- Nov 2012
- Location
- UK, Nottinghamshire
- Posts
- 382
3x Squeezebox Touch, 4x Squeezebox Radio, Squeezelite (RPi 3B with HiFiBerry DAC+Pro on OSMC), Material Skin Apk, Squeeze Commander, Logitech Media Server Version: 8.2.0 with Material Skin (Docker in DS218+)
-
2020-12-13, 08:13 #306
- Join Date
- Jul 2008
- Posts
- 229
Thanks a lot for the explanation. Seems pretty straight forward, yet I seem to struggle somewhat
.
For one the container crashes instantly when I select "host" network. It loads fine in "bridge" mode (but I gotta sort the ports then).
However I cannot map the same volumes either. The "docker" folder doesn't seem to have any subfolders, so I can't map docker/LMS.
Also if I map my music folder to /music I cannot see a music folder in LMS settings. I do see an /mnt folder however a scan doesn't show anything turning up there.
I must be doing something simple wrong - any ideas?
Not sure which version to select here btw:
I have to create the LMS folder:
Is that correct?Last edited by NikolajC; 2020-12-13 at 08:23.
-
2020-12-13, 08:20 #307
- Join Date
- Nov 2012
- Location
- UK, Nottinghamshire
- Posts
- 382
Some ports conflict.. Probably Pinkdot package is still running.. Make sure you stop exiting LMS first.. Alternatively experiment with bridge mode ports.. but I had no luck in bridge mode.
You just create subfolder yourself .. there is option to create folder in dialog.. so select Docker then New Folder.. (or you other location.. although there may be permissions change required elsewhere I'm not sure)
It should be under music not mnt.. hmm not sure whats wrong there.. can you provide print screen maybe ?3x Squeezebox Touch, 4x Squeezebox Radio, Squeezelite (RPi 3B with HiFiBerry DAC+Pro on OSMC), Material Skin Apk, Squeeze Commander, Logitech Media Server Version: 8.2.0 with Material Skin (Docker in DS218+)
-
2020-12-13, 08:26 #308
- Join Date
- Jul 2008
- Posts
- 229
Thanks - I did stop Pinkdot LMS first, however I get this:
Could be another service on one of the other ports I guess, but then Pinkdot would probably have failed as well...
Also crashes if I try to start LMS using another port (using the environment):
-
2020-12-13, 08:27 #309
- Join Date
- Nov 2012
- Location
- UK, Nottinghamshire
- Posts
- 382
-
2020-12-13, 08:33 #310
- Join Date
- Nov 2012
- Location
- UK, Nottinghamshire
- Posts
- 382
So have you mapped anything to "\config" in Volumes tab?
If its not conflicted ports causing container to stop then its probably something with "/config" folder .. like permissions.. (I got to admit that I experimented with different docker images long time ago, at which point I might have tweaked folder permissions and now not included this step in my guide.. I'm not sure though)
Try to make sure you have /config mapped properly and its not RO (read only) .If it still doesn't work then its permissions..and I will have to find how to change them as dont remember :P3x Squeezebox Touch, 4x Squeezebox Radio, Squeezelite (RPi 3B with HiFiBerry DAC+Pro on OSMC), Material Skin Apk, Squeeze Commander, Logitech Media Server Version: 8.2.0 with Material Skin (Docker in DS218+)