Results 1,011 to 1,020 of 1049
-
2022-05-28, 02:58 #1011NAS: QNAP TS-459U+ QTS 4.2.6 (4x 2TB, RAID5)
Services: LMS 8.3.0 by QLMS 2.30.01 QLMS at QNAP club
Squeezebox: 6x Receiver, 3x Boom, 2x SB3 Classic, 1x Touch
Controller: Control by Material skin or iPeng, Local music or Spotify by Spotty
-
2022-05-28, 05:12 #1012
Looking into the file QLogitechMediaServer.sh I found the cause of these errors at row 110 from the use of ${RED} and ${NC}.
The "garbage" at the prompt I found the remains of the "Clean up.."-message (it printed without a line-break ending up under the prompt) coming from the RECLAIM call at row 118.
The root cause are the declaration of the color variables in .QLMS.func at row 106...
I found this link suggesting another formatting: https://stackoverflow.com/questions/...-echo-in-linux
So I tried this instead
Code:# Set messages colors NC='\033[0m' # ${NC} NORMAL='\033[0m' RED='\033[0;31m' # ${RED} GREEN='\033[0;32m' # ${GREEN} BLUE='\033[0;34m' # ${BLUE} YELLOW='\033[0;33m' # ${YELLOW}
However, I suggest some changes as well...
- QLogitechMediaServer.sh @ row 110: use ${YELLOW} as this is more of an information rather than error.
- .QLMS.func @ row 99: use ${YELLOW} as this is also an information/warning and not an error.
- .QLMS.func @ row 99: there is \n (line-break} before the message and not after, is this intentional?
This is what makes the prompt to write on top of this line when the script is ready.
As long as the message is shorter than the prompt it can look nice, but as in my case, with the errors it did not.
I'm not sure how universal my changes are, but they work on my system.Last edited by jasell; 2022-05-28 at 05:22.
NAS: QNAP TS-459U+ QTS 4.2.6 (4x 2TB, RAID5)
Services: LMS 8.3.0 by QLMS 2.30.01 QLMS at QNAP club
Squeezebox: 6x Receiver, 3x Boom, 2x SB3 Classic, 1x Touch
Controller: Control by Material skin or iPeng, Local music or Spotify by Spotty
-
2022-05-28, 10:24 #1013
- Join Date
- May 2017
- Location
- Netherlands
- Posts
- 775
As this is the first release with perl 5.34 and own build LMS perl module`s, I`m very curious if it works on all flavors ?
You can find which perl version you are running, in the webgui under information.
II uses the material skin
Three dots right top screen, information.
Server
Versie: 8.2.1 - 1652959290 @ Thu 19 May 2022 01:37:18 PM CEST
Hostnaam: unknow
IP-adres van server: X.X.X.X
Besturingssysteem: QLMS 2.X (QNAP TurboStation) [Debian 9 stretch] - NL - utf8
Platformarchitectuur: x86_64-linux
Perl-versie: 5.34.1 - x86_64-linux-thread-multi
Audio::Scan: 1.05
IO::Socket::SSL: 2.070
Databaseversie: DBD::SQLite 1.58 (sqlite 3.22.0)
Curious on other users, there information.
especially because all flavors should run on Perl 5.34.
So lets see you`re LMS info here?
Last edited by digimaster; 2022-05-29 at 01:55.
maintainer of QLogitechMediaServer, QOptware-NG and QAutoSub.
Qnap TS-453a, with LogitechMediaSever 8.0.0 Nightly ( with spotty, youtube, Radio Paradise a.m. )
Several raspberry with hifiberry amp+ and picoreplayer.
Love logitechmediaserver for it flexibel way, to play music from different sources.
Thanks for the DONATIONS
-
2022-05-28, 10:34 #1014
This is my information:
Code:Version: 8.3.0 - 1653404108 @ Tue 24 May 2022 05:39:07 PM CEST Hostname: QNAP2 Server IP Address: 192.168.6.3 Operating system: QLMS 2.X (QNAP TurboStation) [Debian 9 stretch] - EN - utf8 Platform Architecture: i686-linux Perl Version: 5.24.4 - i386-linux-thread-multi-64int Audio::Scan: 1.02 IO::Socket::SSL: 2.060 Database Version: DBD::SQLite 1.58 (sqlite 3.22.0)
Code:[13:44:34 28-05-2022] [QLogitechMediaServer] info : Using Perl 5.24 [13:44:36 28-05-2022] [QLogitechMediaServer] info : Fixing owner/rights for squeezeboxserver on SlimServer/ ! [13:44:36 28-05-2022] [QLogitechMediaServer] info : Fixing owner/rights for squeezeboxserver on SlimServer/ the old way ! [13:44:40 28-05-2022] [QLogitechMediaServer] info : Starting LogitechMediaServer in the Background. [13:44:41 28-05-2022] [QLogitechMediaServer] info : LogitechMediaServer will be started with: [--daemon --httpport 9001 --user squeezeboxserver --pidfile /share/MD0_DATA/.qpkg/LogitechMediaServer/SlimServer/Cache/QLogitechMediaServer.pid --priority -10 --charset utf8 --quiet] [13:44:52 28-05-2022] [QLogitechMediaServer] info : Waiting for LogitechMediaServer to become ready, can take a few minutes! [13:45:03 28-05-2022] [QLogitechMediaServer] info : LogitechMediaServer 8.3.0-1653404108 is started in the Background on [7732] ! [13:45:03 28-05-2022] [QLogitechMediaServer] info : In a few seconds you can access the LogitechMediaServer webgui through http://192.168.6.3:9001 ! [13:45:03 28-05-2022] [QLogitechMediaServer] info : LogitechMediaServer needed 30 seconds, to become ready! WARNING: libsndfile may ignore -r and perform fseek's on the input. Compile without libsndfile if this is a problem. WARNING: libsndfile may ignore -r and perform fseek's on the input. Compile without libsndfile if this is a problem. ...
NAS: QNAP TS-459U+ QTS 4.2.6 (4x 2TB, RAID5)
Services: LMS 8.3.0 by QLMS 2.30.01 QLMS at QNAP club
Squeezebox: 6x Receiver, 3x Boom, 2x SB3 Classic, 1x Touch
Controller: Control by Material skin or iPeng, Local music or Spotify by Spotty
-
2022-05-28, 13:29 #1015
- Join Date
- May 2017
- Location
- Netherlands
- Posts
- 775
maintainer of QLogitechMediaServer, QOptware-NG and QAutoSub.
Qnap TS-453a, with LogitechMediaSever 8.0.0 Nightly ( with spotty, youtube, Radio Paradise a.m. )
Several raspberry with hifiberry amp+ and picoreplayer.
Love logitechmediaserver for it flexibel way, to play music from different sources.
Thanks for the DONATIONS
-
2022-05-28, 15:52 #1016
Where do I found the latest release?
My qnap app-center haven’t picked it up yet and qnapclub.eu don’t even show 2.30.1
Sent from my iPad using TapatalkNAS: QNAP TS-459U+ QTS 4.2.6 (4x 2TB, RAID5)
Services: LMS 8.3.0 by QLMS 2.30.01 QLMS at QNAP club
Squeezebox: 6x Receiver, 3x Boom, 2x SB3 Classic, 1x Touch
Controller: Control by Material skin or iPeng, Local music or Spotify by Spotty
-
2022-05-28, 23:52 #1017
- Join Date
- May 2017
- Location
- Netherlands
- Posts
- 775
https://www.qnapclub.eu/nl/qpkg/545
Verstuurd vanaf mijn Nokia 5.3 met Tapatalk
maintainer of QLogitechMediaServer, QOptware-NG and QAutoSub.
Qnap TS-453a, with LogitechMediaSever 8.0.0 Nightly ( with spotty, youtube, Radio Paradise a.m. )
Several raspberry with hifiberry amp+ and picoreplayer.
Love logitechmediaserver for it flexibel way, to play music from different sources.
Thanks for the DONATIONS
-
2022-05-29, 00:21 #1018
-
2022-05-29, 00:22 #1019
Ok, I see it now. I guess there is a delay from uploaded to published.
It installed ok, same Perl version 5.24.4.
I haven’t seen the error message yet, I’ll report if it appears.
Please have a look at the text formatting I suggested above.
Sent from my iPad using TapatalkNAS: QNAP TS-459U+ QTS 4.2.6 (4x 2TB, RAID5)
Services: LMS 8.3.0 by QLMS 2.30.01 QLMS at QNAP club
Squeezebox: 6x Receiver, 3x Boom, 2x SB3 Classic, 1x Touch
Controller: Control by Material skin or iPeng, Local music or Spotify by Spotty
-
2022-05-29, 01:06 #1020
- Join Date
- Jan 2011
- Posts
- 54
Thank you!
Appreciate the update Digimaster. I am showing Perl Version 5.34.1 ...... All is working well.
Logitech Media Server Version: 8.2.1 - 1652959290 @ Thu 19 May 2022 01:37:18 PM CEST
Hostname: TS-253D
Server IP Address: 192.168.x.x
Server HTTP Port Number: x
Operating system: QLMS 2.X (QNAP TurboStation) [Debian 9 stretch] - EN - utf8
Platform Architecture: x86_64-linux
Perl Version: 5.34.1 - x86_64-linux-thread-multi
Audio::Scan: 1.05
IO::Socket::SSL: 2.070
Database Version: DBD::SQLite 1.58 (sqlite 3.22.0)
Total Players Recognized: 3Last edited by Stilly77; 2022-05-29 at 01:20.
QNAP TS-253D with 4TB EXOS drives RAID 1, QTS 5.0.0