Re: [SlimDevices: Unix] Xubuntu 14.04 & startup sequence of LMS

2018-01-24 Thread drmatt
The correct solution is to tell systemd that LMS requires network. It will then start it after it starts the network successfully. -Transcoded from Matt's brain by Tapatalk- -- Hardware: 3x Touch, 1x Radio, 2x Receivers, 1 HP Microserver NAS with Debian+LMS 7.9.0 Music: ~1300 CDs, as 450 GB

Re: [SlimDevices: Unix] Xubuntu 14.04 & startup sequence of LMS

2018-01-24 Thread zordaz
drmatt wrote: > The correct solution is to tell systemd that LMS requires network. It > will then start it after it starts the network successfully. > > Presumably you have the init script linked into the wrong rc?.d > directory. > > -Transcoded from Matt's brain by Tapatalk- The problem also

Re: [SlimDevices: Unix] Xubuntu 14.04 & startup sequence of LMS

2018-01-24 Thread zordaz
Mnyb wrote: > Btw Triodes spotify plugin is dead and so is the oficial spotify app . > > Remove thoose and start using spotty. Yeah I know that, Spotty is running fine here since the very beginning. *Living Room:* HifiBerry DAC+ Pro & piCorePlayer *Attic:* HifiBerry DAC+ RCA & piCorePlayer

Re: [SlimDevices: Unix] Xubuntu 14.04 & startup sequence of LMS

2018-01-24 Thread Mnyb
Btw Triodes spotify plugin is dead and so is the oficial spotify app . Remove thoose and start using spotty. Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH 2 x MeridianDSP5200 MeridianDSP5200HC 2

Re: [SlimDevices: Unix] LMS start\stop\restart

2018-01-24 Thread steff
sbp wrote: > > > The start is initiated in: /home/tc/www/cgi-bin/do_rebootstuff.sh > You could try to add a pause in front of the LMS starting part. > . Just added 10 seconds of sleep... PERFECT! I am very happy!

Re: [SlimDevices: Unix] LMS start\stop\restart

2018-01-24 Thread DJanGo
sbp wrote: > Sorry for my late reply. But these commands should work: > sudo /usr/local/etc/init.d/slimserver stop > > sudo /usr/local/etc/init.d/slimserver start > > The start is initiated in: /home/tc/www/cgi-bin/do_rebootstuff.sh > You could try to

Re: [SlimDevices: Unix] PiCorePlayer 3.22 Music Library Backup Problem

2018-01-24 Thread bakker_be
Are your USB keys always mounted on the same location after a restart? Main System: Touch; Marantz SR-5004 + TMA Premium 905 + TMA Premium 901 + Teufel Ultima 20 Mk 2 + BK Monolith+ FF + Lenovo T460 + Kodi + Pioneer PDP-LX5090H Workshop: iPad 32GB Wifi + Squeezepad (local playback activated)

Re: [SlimDevices: Unix] LMS start\stop\restart

2018-01-24 Thread Paul Webster
DJanGo wrote: > > i dont know, but in another thread he explained he uses some xubuntu and > i dont knew wehat to believe right now... > > slimserver wouldt work on ubuntu it must be logitechmediaserver unless > he uses a very very very old version but he also describes 7.8 / 7,.9 > inn the

Re: [SlimDevices: Unix] LMS start\stop\restart

2018-01-24 Thread steff
Paul Webster wrote: > He said in this thread ... > "In the pCP TWEAKS page, I put two commands:" > which is why I answered like I did. If talking about me, I am runnining pCP 3.22 + Jivelite on a Rpi3 + the official 7'' LCD touch. The problem was: whenever I boot the Rpi3, at the end of the

Re: [SlimDevices: Unix] LMS start\stop\restart

2018-01-24 Thread sbp
Thanks for the kind words. Unfortunately the solution you are using now will need to be redone after you update pCP, but now you know how to do it. piCorePlayer a small player for the Raspberry Pi in RAM. Homepage: https://sites.google.com/site/picoreplayer/home *Please 'donate'

Re: [SlimDevices: Unix] PiCorePlayer 3.22 Music Library Backup Problem

2018-01-24 Thread paul-
Francis-Kabrel wrote: > > If I understand correctly, isn't it normal that I have this problem? > > What should I find as a clue in the LMS logs? > No, it is not normal or expected. Provided you are setting up LMS and using the drive mounting routines on the piCorePlayer web interface/LMS

Re: [SlimDevices: Unix] Announce: Slimmer

2018-01-24 Thread tbali
piPlayer wrote: > > it would be nice if you could implement the possibility to open the > playlist folder in the main menu at the next slimmer update. > Hi! Please add bug reports and feature requests at https://github.com/terba/slimmer/issues. We can discuss and document them easier there.

Re: [SlimDevices: Unix] LMS start\stop\restart

2018-01-24 Thread Paul Webster
Try starting it the way that pCP does it Code: sudo /usr/local/etc/init.d/slimserver start Paul Webster http://dabdig.blogspot.com Paul Webster's Profile:

[SlimDevices: Unix] PiCorePlayer 3.22 Music Library Backup Problem

2018-01-24 Thread Francis-Kabrel
Hello everyone, Excuse me if the problem has already been raised but I did not find the solution on the forum. My installation: USB keys --> Raspberry Pi 3 (PiCorePlayer 3.22) --> Alientek D8 XMOS USB --> Q acoustics 3020 Problem: Every time I restart my Raspberry Pi 3, I have to

Re: [SlimDevices: Unix] PiCorePlayer 3.22 Music Library Backup Problem

2018-01-24 Thread Francis-Kabrel
paul- wrote: > That should be on a persistent location no backup should be needed. > Check the LMS logs for any clues Hello, If I understand correctly, isn't it normal that I have this problem? What should I find as a clue in the LMS logs? Thank you for your reply. System: External

Re: [SlimDevices: Unix] PiCorePlayer 3.22 Music Library Backup Problem

2018-01-24 Thread paul-
That should be on a persistent location no backup should be needed. Check the LMS logs for any clues paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858 View this thread:

Re: [SlimDevices: Unix] LMS start\stop\restart

2018-01-24 Thread steff
Great! I found it in the meantime by my own and it worked. Moreover if you confirm this is the correct way... I thank you and I am happy! Where is the pCP startup script that is called at the boot and starts slimserver? Maybe I can just add a delay avoiding to completely stop and restart.

Re: [SlimDevices: Unix] LMS start\stop\restart

2018-01-24 Thread DJanGo
steff wrote: > Great! > I found it in the meantime by my own and it worked. What other way did you use to start lms before Make sure your startupscript is the same as 'this' (https://github.com/Logitech/slimserver-platforms/blob/public/7.9/debian/logitechmediaserver.init) Thats the real one

Re: [SlimDevices: Unix] LMS start\stop\restart

2018-01-24 Thread sbp
steff wrote: > Great! > I found it in the meantime by my own and it worked. > > Moreover if you confirm this is the correct way... I thank you and I am > happy! > > Where is the pCP startup script that is called at the boot and starts > slimserver? > Maybe I can just add a delay avoiding to