I'm told I can run LMS on an Asustor NAS. But search as I might I can't find out how to install it. I've found threads on updating it but not to find out where I can download and install it from. I used to have it on a headless micro PC but that along with my NAS and other bits got zapped by a ligtning strilk this weel solooking at possible alternatives. I know I could put it on a PI but I would like to reduce the number of boxes (however small) I have on the system.
Can anyone point me to the right place please>
Results 1 to 9 of 9
Thread: LMS On Asustor NAS
-
2021-05-31, 09:28 #1
- Join Date
- Jan 2011
- Posts
- 310
LMS On Asustor NAS
Logitech Media Server Version: 8.1.2-git648d7bd@Daphile 21.04-b101500-x86_64rt
Squeezebox Touch: Firmware: 7.7.1-r9561
Squeezeplay 7.5.3 - r0
Sqwueezebox Radio: Firmware: 7.7.2-r9663
-
2021-06-01, 14:38 #2
- Join Date
- Feb 2011
- Location
- Cheshire, UK
- Posts
- 6,501
Jim
https://jukeradio.double6.net
VB2.4 storage QNAP TS419p (NFS)
Living Room Joggler & Pi4/Khadas -> Onkyo TXNR686 -> Celestion F20s
Office Joggler & Pi3 -> Denon RCD N8 -> Celestion F10s
Dining Room SB Radio
Bedroom (Bedside) Pi Zero+DAC ->ToppingTP21 ->AKG Headphones
Bedroom (TV) & Bathroom SB Touch ->Denon AVR ->Mordaunt Short M10s + Kef ceiling speakers
Guest Room Joggler > Topping Amp -> Wharfedale Modus Cubes
-
2021-06-02, 06:39 #3
- Join Date
- Jan 2011
- Posts
- 310
One is doing other things and the other has gone belly up due to a ligtening strike on my property.
I did have it running on an old headless mini pc but that went the same way as the much of my kit in the ligtening strike.
Plus I want to consilidate/reduce the number of seperate boxes I have if I can.
That said, I might just go for another headless mini.Logitech Media Server Version: 8.1.2-git648d7bd@Daphile 21.04-b101500-x86_64rt
Squeezebox Touch: Firmware: 7.7.1-r9561
Squeezeplay 7.5.3 - r0
Sqwueezebox Radio: Firmware: 7.7.2-r9663
-
2021-06-10, 12:48 #4
- Join Date
- Dec 2017
- Posts
- 100
-
2021-10-30, 14:43 #5
- Join Date
- Oct 2021
- Posts
- 2
Hi @Huey11,
I own an Asustor NAS too, and would like to install LMS on it. It looks like since migration to ADM4, LMS is not available anymore in App Central.
So I would like to make it work using another way.
I know we can find LMS source codes here : https://downloads.slimdevices.com/
But I am not familiar with Docker and Portainer.
Would you mind explaining the full procedure to make LMS work on NAS Asustor using these 2 applications Docker and Portainer ?
Thanks a lot.
Regards.Last edited by Phil; 2021-10-30 at 14:45.
-
2021-10-31, 00:17 #6
- Join Date
- Dec 2017
- Posts
- 100
Hi Phil, the procedure is exactly the same for ADM3 as ADM4. Basically if you follow this thread you should be able to quickly work it out: https://forums.slimdevices.com/showt...ibraries/page3
With this you should be able to get it done quickly. (just leave out, as rightly noted further on, the volume bind to /etc/TZ:/etc/timezone as that folder is not present on the asustor.)
(ie install plugin dokcer-ce on the asustor, install portainer plugin on asustor. run the command on the command prompt so it will download image and run with said parameters et voila. use portainer to manage with a gui your container)
Lots of interesting other docker info in https://forums.slimdevices.com/showt...for-LMS/page50
Regards
-
2021-11-01, 03:37 #7
- Join Date
- Nov 2021
- Posts
- 1
Logotech media server beta app - where?
Hi
Just about to start putting LMS on my 6604t and have been hunting for any version of LMS that would natively run on it. I cannot find the old apps you mentioned - can you point me at them please?
I have not used Docker before and LMS is the only package i haven;t a solution for as yet. Didn't want to set off down yet another new route if there is an easier way to get LMS going.
Thanks
Andy
-
2021-11-07, 15:02 #8
- Join Date
- Oct 2021
- Posts
- 2
Thank you so much @Huey11.
It was so easy :
- AppCentral->Install Docker-CE
- AppCentral->Install Portainer-CE (optional)
- Then SSH the NAS and run (modify the volumes if necessary, especially for your music source /volume1/music, and modify PGID/PUID too) :
Code:sudo docker run -d \ --name logitech-media-server \ --restart=always \ --net=host \ -v "/volume1/docker/lms/config":"/config":rw \ -v "/volume1/music":"/music":ro \ -v "/volume1/docker/lms/playlist":"/playlist":rw \ -v "/etc/localtime":"/etc/localtime":ro \ -e PGID=myPGID \ -e PUID=myPUID \ lmscommunity/logitechmediaserver:stable
I am so happy to get LMS back, furthermore with the latest version. Great !
Thanks again.Last edited by Phil; 2021-11-07 at 15:44.
-
2022-03-22, 07:55 #9
- Join Date
- May 2011
- Posts
- 31
Desperate........
I have tried to follow the instructions but failed in the the LMS cant find my libraries......I changed the - /volume1/music"."/music":ro \ to /volume1/music"."/mymusic":ro but it still does not appear except there is now a folder in the settings choice but it is empty......I have no music now - gutted! Cant navigate to anywhere from the settings - I assume that it is just in docker (Portainer as I cant access Docker on my NAS?) Any help gratefully recieved - I have been trying for two days....... No idea of what PGID and PUID are so did not change them....EDIT - changed the PGID and PUID to 1000 but still no luck... Edit - changed docker to portainer but still nothing...
****EDIT**** Problem resolved - instead of using Portainer I removed it and used the existing LMS and updated it - wow!!! I had tried this before and it would not run - crashed the server everytime I tried to upload a tarball which is why I went to Portainer.......
I went back to the upgrade route and lo it worked - now running 8.2 on the Asustor. "Phew"Last edited by RooKie; 2022-03-24 at 08:15. Reason: Fixed