Re: [SlimDevices: SqueezeCenter] QLogitechMediaServer for Qnap with QTS 4.2 or higher and x86_64/I686/X86 support !

2022-04-12 Thread Freek


Try to open LMS at port 9002 or other ports. 


Verzonden vanaf mijn iPhone met Tapatalk





Freek's Profile: http://forums.slimdevices.com/member.php?userid=63217
View this thread: http://forums.slimdevices.com/showthread.php?t=108702

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] QLogitechMediaServer for Qnap with QTS 4.2 or higher and x86_64/I686/X86 support !

2022-04-12 Thread jel


Running a TS-439 and recently updated the firmware to 4.2.6
Afterwards, I also updated QLogitechMediaServer to 2.25.01

When i went to open the server (port :9001) there is an error message
'Unable to Connect'

I've deleted and re-installed QLogitechMediaServer and still can't see
the server.

Looking in the QLogitechMediaServer directory, I appear to be missing
the SlimServer directory.


[/share/MD0_DATA/.qpkg/LogitechMediaServer] # ls -a
./.QLMS.conf.config/
.qpkg_icon_80.gif .uninstall.sh*   
QMusicIPServer.log@
../   .QLMS.md5sum  .list   
.qpkg_icon_gray.gif   QLogitechMediaServer.log 
README_ON_TROUBLE
.MusicIP/ .VERSION  .qpkg_icon.gif  
.tmp/ QLogitechMediaServer.sh*  RELEASE
[/share/MD0_DATA/.qpkg/LogitechMediaServer] # cd SlimServer
-sh: cd: SlimServer: No such file or directory
[/share/MD0_DATA/.qpkg/LogitechMediaServer] #


Am I looking in the right place?
Any clues how to proceed?



jel's Profile: http://forums.slimdevices.com/member.php?userid=72708
View this thread: http://forums.slimdevices.com/showthread.php?t=108702

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] LMS on a Raspberry Pi (DietPi): Setup help

2022-04-12 Thread markiii


unless your wed to DietPi, i think LMS on Picoreplayer would be far
easier



PiCorePlayer 7.1 on Allo Digi One Signature (Lounge)
PiCorePlayer 8.1 with  hifiberry Dig+ Material running on PI for control
(Office)
PiCorePlayer 8.1 with pi official touchscreen and hifiberry
DAC+(Kitchen)
Radio  (Bedroom)
PiCorePlayer 8.1 with Allo BOSS  DAC (Bedroom)
PiCorePlayer 8.1 with hifiberry AMP+. Squeezelite=x for control
(Garage)
PiCorePlayer 8.1 with hifiberry AMP+(Patio 2)
PiCorePlayer 8.1.1 with hifiberry AMP+(Patio 2)

LMS 8.1 on DIY unRaid 6 Server (i5)

markiii's Profile: http://forums.slimdevices.com/member.php?userid=63801
View this thread: http://forums.slimdevices.com/showthread.php?t=116247

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] LMS on a Raspberry Pi (DietPi): Setup help

2022-04-12 Thread RobbH


darwinesque wrote: 
> That still leaves updating to the 8.3 nightlies. Anyone know the
> commands for that? I'm guessing it's something involving wget and dpkg,
> but I'm not sure of the specifics.

There are some regular users of these forums who use DietPi, but since
they haven't chimed in yet, I'll try to help. This is what works for me
on another Debian-based distro. First of all, go to this page:

http://downloads.slimdevices.com/nightly/?ver=8.3

Find the link there for "Debian Installer Package (ARM)".  At the moment
it's
http://downloads.slimdevices.com/nightly/8.3/lms/23526b093d880ef93fa71ff2480496e8c5948c37/logitechmediaserver_8.3.0~1649774106_arm.deb
but that will change.

To download it, I cd to the directory where I want it to download and
then use this command (using the above url, which may need to be
updated):


Code:

wget -nc -nd 
http://downloads.slimdevices.com/nightly/8.3/lms/23526b093d880ef93fa71ff2480496e8c5948c37/logitechmediaserver_8.3.0~1649774106_arm.deb



(The -nc option tells wget not to overwrite an existing file, while the
-nd tells it not to recreate the original directory structure.)

Then this to install (using the package name from the above url, which
may need to be updated):


Code:

sudo dpkg -i logitechmediaserver_8.3.0~1649774106_arm.deb



It is likely that errors will be reported. In that case (and frankly, I
would do this step even if no errors are reported), do this:


Code:

sudo apt-get install -f



That should correct any dependency issues. If luck is on your side, it
might  get LMS running for you. If not, wait for actual DietPi users to
correct me!


In your original post, you also mentioned this:

> The Pi runs 24-7 but the NAS powers off between midnight and 6am. Is
> that likely to cause problems with the mount?

I think so. If LMS sees that the music library has disappeared, you will
probably have to re-scan before you can use it again. I think your best
bet would be to set up cron jobs to stop LMS shortly before midnight and
start it shortly after 6:00.



LMS 8 nightly running on Raspberry Pi OS. Mostly virtual players,
occasionally with SB Radio, Boom or Classic.

RobbH's Profile: http://forums.slimdevices.com/member.php?userid=67008
View this thread: http://forums.slimdevices.com/showthread.php?t=116247

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] LMS on a Raspberry Pi (DietPi): Setup help

2022-04-12 Thread darwinesque


Replying to my own thread in case anyone else is in the same boat. I
just discovered that DietPi has the ability to configure network share
mounts through its 'Drive Manager utility'
(https://dietpi.com/docs/dietpi_tools/#dietpi-drive-manager). I don't
know how it'll handle reboots, but it definitely made it much easier to
mount the ReadyNAS network share to get LMS up and running.

That still leaves updating to the 8.3 nightlies. Anyone know the
commands for that? I'm guessing it's something involving wget and dpkg,
but I'm not sure of the specifics.



darwinesque's Profile: http://forums.slimdevices.com/member.php?userid=66188
View this thread: http://forums.slimdevices.com/showthread.php?t=116247

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


[SlimDevices: SqueezeCenter] LMS on a Raspberry Pi (DietPi): Setup help

2022-04-12 Thread darwinesque


I started running into issues with my longtime LMS install on a ReadyNAS
and decided to (finally) migrate it to my Raspberry Pi, which is running
the current version of DietPi.

Unfortunately, I'm a bit lost when it comes to setup, mostly because the
music shares live on the ReadyNAS.

I started looking around for tutorials and blog posts that would walk me
through some of the command-line steps, but I came across different
suggested methods and didn't want to screw things up. The closest I came
was 'this post in German'
(https://blog.gwarg.de/2021/03/27/logitech-media-server-auf-raspberrypi/),
but some of the additional qualifiers
"x-systemd.requires=network-online.target" weren't clear to me.

1. First, how do I update to the latest 8.3 nightly via the command
line? DietPi selected 8.2 for the auto-install. On the NAS, I used to
upload the .deb via the GUI, but that's clearly not going to work here.

2. On the Pi, how do I (auto?) mount the music shares that are hosted on
the NAS?


- The NAS offers both FTP and SMB. I'd prefer to mount via SMB, but I
  think that might require installing additional CIFS libraries?
- The Pi runs 24-7 but the NAS powers off between midnight and 6am. Is
  that likely to cause problems with the mount?
- For security's sake, I'd like the share to be read-only unless LMS
  requires read/write access.
- Also for security's sake, I'd like to avoid storing the NAS user
  login/password in plaintext.
  

Any help would be appreciated.



darwinesque's Profile: http://forums.slimdevices.com/member.php?userid=66188
View this thread: http://forums.slimdevices.com/showthread.php?t=116247

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] The use of Slim::Player::Playlist::song() is deprecated ...

2022-04-12 Thread Michael Herger

While looking at another issue I enabled Info logging for
player.playlist and started to get multiple occurrences of the following
message (with a backtrace), sometimes as often as every few seconds:

Slim::Player::Playlist::song (56) The use of
Slim::Player::Playlist::song() is deprecated, use
Slim::Player::Playlist::track() instead


Thanks for the heads up! It looks as if we missed a few calls to the now 
deprecated ::song() function. New builds which should fix this issue are 
in the pipeline. If you still get the trace after the next nightly 
update, then please post full stack traces again. They would tell us 
whether the call is coming from a plugin or LMS itself.

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


[SlimDevices: SqueezeCenter] The use of Slim::Player::Playlist::song() is deprecated ...

2022-04-12 Thread pointy56


While looking at another issue I enabled Info logging for
player.playlist and started to get multiple occurrences of the following
message (with a backtrace), sometimes as often as every few seconds:

Slim::Player::Playlist::song (56) The use of
Slim::Player::Playlist::song() is deprecated, use
Slim::Player::Playlist::track() instead

(Full server log attached)

A quick review of the code shows that after logging the backtrace song()
simply returns 'track(@_)' ; song() itself is actually being called from
Slim::Player::Playlist::url() like this:  *my $objOrUrl = song( @_ );*
Could this be changed to   *my $objOrUrl = track( @_ );*   to avoid this
problem?


+---+
|Filename: server.log (7).zip   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=37688|
+---+


pointy56's Profile: http://forums.slimdevices.com/member.php?userid=72509
View this thread: http://forums.slimdevices.com/showthread.php?t=116246

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter