Re: [SlimDevices: SqueezeCenter] server filling syslog with messages

2022-11-18 Thread dborn


I'm also getting my syslog flooded by messages like this, several times
per second:
"squeezeboxserver[932]:
#011file:///var/lib/squeezeboxserver/prefs/clientplaylist_.m3u
doesn't exist on disk - skipping!"
16145 lines out of 98886 are from squeezeboxserver.
(some of?) the same messages also appear in the
/var/log/squeezeboxserver/server.log file

All my debug settings are the default values.



Logitech Media Server Version: 7.9.2 - 1578996832 @ Tue Jan 14 12:15:02
CET 2020

Squeezebox Classic wifi, 2 Squeezebox Booms, wifi & wired
piCorePlayer V6.1.0 on a RaspberryPi 4, 2GB and Hifiberry DAC+

dborn's Profile: http://forums.slimdevices.com/member.php?userid=181
View this thread: http://forums.slimdevices.com/showthread.php?t=116848

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


[SlimDevices: SqueezeCenter] CLI subscribe power missing state sometimes

2020-10-17 Thread dborn


I use the CLI to monitor the power state of my piCorePlayer to also
power on/off the amplifier.
Recently, the subscribe power command has been returning 'power '
without the 1 or 0 but not always.
When this happens, my script now explicitly requests the power state
using 'power  ?' and this works properly.

Still I think there is a bug with either the subscribe command and/or
the power parameter.

I'm running Logitech Media Server Version: 7.9.3 - 1597753178 @ Sun Aug
23 19:21:22 CEST 2020

Thanks,
Daniel



Logitech Media Server Version: 7.9.2 - 1578996832 @ Tue Jan 14 12:15:02
CET 2020

Squeezebox Classic wifi, 2 Squeezebox Booms, wifi & wired
piCorePlayer V6.1.0 on a RaspberryPi 4, 2GB and Hifiberry DAC+

dborn's Profile: http://forums.slimdevices.com/member.php?userid=181
View this thread: http://forums.slimdevices.com/showthread.php?t=113073

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


Re: [SlimDevices: SqueezeCenter] Change proposed to disable crossfade on single track playlists

2019-02-07 Thread dborn


No interest. Ok, I can continue to apply my "fix" after each update.
No big deal, you can't blame me for trying. :)



Logitech Media Server Version: 7.9.2 - 1548427341 @ Fri Jan 25 16:17:35
CET 2019

Squeezebox Classic wifi, 2 Squeezebox Booms, wifi & wired

dborn's Profile: http://forums.slimdevices.com/member.php?userid=181
View this thread: http://forums.slimdevices.com/showthread.php?t=110144

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


[SlimDevices: SqueezeCenter] Change proposed to disable crossfade on single track playlists

2019-02-05 Thread dborn


I've written a perl script that uses my thermostat schedule to generate
a "wakeup" action on the squeezebox closest to the bedroom using the
API.
I launch a repeating short sound clip (like ones found on cell phone
alarms) that last around 20 seconds and play it repeatedly for 60
seconds, then turn the squeezebox off. It has the advantage of always
being in sync with my daily schedule.

One issue I had was the single, short sound clip is that it crossfades
with itself in a very annoying fashion... (especially that I use 10s
crossfades).

My current fix is as follows in file Squeezebox.pm:
921c921,923
<   ( Slim::Player::ReplayGain->trackAlbumMatch( $master, 
-1 ) 
---
>   ( Slim::Player::Playlist::count($master) < 2
> ||
> Slim::Player::ReplayGain->trackAlbumMatch( $master, 
> -1 ) 

So I just turn off crossfading for 1 track playlists.

Right now, I re-apply this change after each logitechmediaserver upgrade
but it would be nice if it could be included in the official release if
you find it worthwhile.
Of course, if you have better ways to achieve the same thing, by all
means use that! :)

Thanks,
Daniel



Logitech Media Server Version: 7.9.2 - 1548427341 @ Fri Jan 25 16:17:35
CET 2019

Squeezebox Classic wifi, 2 Squeezebox Booms, wifi & wired

dborn's Profile: http://forums.slimdevices.com/member.php?userid=181
View this thread: http://forums.slimdevices.com/showthread.php?t=110144

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


Re: [SlimDevices: SqueezeCenter] Bug since the last update in the Random Mix options on Squeezebox

2019-02-01 Thread dborn


I confirm, problem is now fixed.

Thanks Michael,
Daniel



Logitech Media Server Version: 7.9.2 - 1548427341 @ Fri Jan 25 16:17:35
CET 2019

Squeezebox Classic wifi, 2 Squeezebox Booms, wifi & wired

dborn's Profile: http://forums.slimdevices.com/member.php?userid=181
View this thread: http://forums.slimdevices.com/showthread.php?t=110115

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


Re: [SlimDevices: SqueezeCenter] Bug since the last update in the Random Mix options on Squeezebox

2019-01-31 Thread dborn


Awesome! thanks for the quick response time. Much appreciated!

Daniel



Logitech Media Server Version: 7.9.2 - 1548427341 @ Fri Jan 25 16:17:35
CET 2019

Squeezebox Classic wifi, 2 Squeezebox Booms, wifi & wired

dborn's Profile: http://forums.slimdevices.com/member.php?userid=181
View this thread: http://forums.slimdevices.com/showthread.php?t=110115

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


Re: [SlimDevices: SqueezeCenter] Bug since the last update in the Random Mix options on Squeezebox

2019-01-31 Thread dborn


JJZolx wrote: 
> As a matter of fact... 
> 
> > 
Code:

  >   > [19-01-30 20:23:42.7593] Slim::Buttons::Input::Choice::getExtVal (174) 
Error: Couldn't run coderef. [Undefined subroutine 
::Plugin::RandomPlay::Plugin::string called at C:/Program Files 
(x86)/Squeezebox/server/Slim/Plugin/RandomPlay/Plugin.pm line 709.
  > ]
  > [19-01-30 20:23:44.5170] Slim::Buttons::Input::Choice::getExtVal (174) 
Error: Couldn't run coderef. [Undefined subroutine 
::Plugin::RandomPlay::Plugin::string called at C:/Program Files 
(x86)/Squeezebox/server/Slim/Plugin/RandomPlay/Plugin.pm line 709.
  > ]
  > [19-01-30 20:23:44.7609] Slim::Buttons::Input::Choice::getExtVal (174) 
Error: Couldn't run coderef. [Undefined subroutine 
::Plugin::RandomPlay::Plugin::string called at C:/Program Files 
(x86)/Squeezebox/server/Slim/Plugin/RandomPlay/Plugin.pm line 697.
  > ]
  > [19-01-30 20:23:44.9465] Slim::Buttons::Input::Choice::getExtVal (174) 
Error: Couldn't run coderef. [Undefined subroutine 
::Plugin::RandomPlay::Plugin::string called at C:/Program Files 
(x86)/Squeezebox/server/Slim/Plugin/RandomPlay/Plugin.pm line 709.
  > ]
  > [19-01-30 20:23:45.1745] Slim::Buttons::Input::Choice::getExtVal (174) 
Error: Couldn't run coderef. [Undefined subroutine 
::Plugin::RandomPlay::Plugin::string called at C:/Program Files 
(x86)/Squeezebox/server/Slim/Plugin/RandomPlay/Plugin.pm line 709.
  > ]
  > [19-01-30 20:23:45.3211] Slim::Buttons::Input::Choice::getExtVal (174) 
Error: Couldn't run coderef. [Undefined subroutine 
::Plugin::RandomPlay::Plugin::string called at C:/Program Files 
(x86)/Squeezebox/server/Slim/Plugin/RandomPlay/Plugin.pm line 709.
  > ]
  > [19-01-30 20:23:45.5007] Slim::Buttons::Input::Choice::getExtVal (174) 
Error: Couldn't run coderef. [Undefined subroutine 
::Plugin::RandomPlay::Plugin::string called at C:/Program Files 
(x86)/Squeezebox/server/Slim/Plugin/RandomPlay/Plugin.pm line 709.
  > ]
  > [19-01-30 20:23:45.7331] Slim::Buttons::Input::Choice::getExtVal (174) 
Error: Couldn't run coderef. [Undefined subroutine 
::Plugin::RandomPlay::Plugin::string called at C:/Program Files 
(x86)/Squeezebox/server/Slim/Plugin/RandomPlay/Plugin.pm line 702.
  > ]
  > [19-01-30 20:23:45.8920] Slim::Buttons::Input::Choice::getExtVal (174) 
Error: Couldn't run coderef. [Undefined subroutine 
::Plugin::RandomPlay::Plugin::string called at C:/Program Files 
(x86)/Squeezebox/server/Slim/Plugin/RandomPlay/Plugin.pm line 709.
  > ]
  > [19-01-30 20:23:46.3140] Slim::Buttons::Input::Choice::getExtVal (174) 
Error: Couldn't run coderef. [Undefined subroutine 
::Plugin::RandomPlay::Plugin::string called at C:/Program Files 
(x86)/Squeezebox/server/Slim/Plugin/RandomPlay/Plugin.pm line 697.
  > ]
  > [19-01-30 20:23:46.7990] Slim::Buttons::Input::Choice::getExtVal (174) 
Error: Couldn't run coderef. [Undefined subroutine 
::Plugin::RandomPlay::Plugin::string called at C:/Program Files 
(x86)/Squeezebox/server/Slim/Plugin/RandomPlay/Plugin.pm line 709.
  > ]

> > 

On my side (linux), same thing:

[19-01-30 18:44:37.5325] Slim::Buttons::Input::Choice::getExtVal (174)
Error: Couldn't run coderef. [Undefined subroutine
::Plugin::RandomPlay::Plugin::string called at
/usr/share/perl5/Slim/Plugin/RandomPlay/Plugin.pm line 709.



Logitech Media Server Version: 7.9.2 - 1548427341 @ Fri Jan 25 16:17:35
CET 2019

Squeezebox Classic wifi, 2 Squeezebox Booms, wifi & wired

dborn's Profile: http://forums.slimdevices.com/member.php?userid=181
View this thread: http://forums.slimdevices.com/showthread.php?t=110115

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


[SlimDevices: SqueezeCenter] Bug since the last update in the Random Mix options on Squeezebox

2019-01-30 Thread dborn


I am running this version on my linux server:
Logitech Media Server Version: 7.9.2 - 1548427341 @ Fri Jan 25 16:17:35
CET 2019

Since this update, all Random Mix lines except for "Include Genres",
come up empty on my SB3 and 2 Booms.

Thanks,
Daniel Born



Logitech Media Server Version: 7.9.0 - 1466175427 @ Mon Jun 20 04:19:07
UTC 2016

Squeezebox Classic wired, 2 Squeezebox Booms wifi

dborn's Profile: http://forums.slimdevices.com/member.php?userid=181
View this thread: http://forums.slimdevices.com/showthread.php?t=110115

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


Re: [SlimDevices: SqueezeCenter] Playing a song outside of music media folder gets added to database

2018-02-26 Thread dborn

Awesome! thanks Michael.

Daniel



Logitech Media Server Version: 7.9.0 - 1466175427 @ Mon Jun 20 04:19:07
UTC 2016

Squeezebox Classic wired, 2 Squeezebox Booms wifi

dborn's Profile: http://forums.slimdevices.com/member.php?userid=181
View this thread: http://forums.slimdevices.com/showthread.php?t=108761

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


[SlimDevices: SqueezeCenter] Playing a song outside of music media folder gets added to database

2018-02-26 Thread dborn

Hi,
Using the CLI I select to play a particular track (it's not music) and
it gets added to the database anyway.
I would like to request that when playing a track, if it's not located
in the media folder tree, don't automatically add it.

Example:
Music media folder: /mnt/data/music

Song played from the CLI located in /home/user/files/ should not be
added since it's not under /mnt/data/music

It should still play it as it does now, just not save it in the
database.

Makes sense?
Thanks,
Daniel Born



SlimServer Version: 7.6.2 - r33593 - x86 Ubuntu 10.04 - EN - utf8

SlimDevices Squeezebox 2 wired converted to wifi, Logitech Squeezebox
Boom wifi

dborn's Profile: http://forums.slimdevices.com/member.php?userid=181
View this thread: http://forums.slimdevices.com/showthread.php?t=108761

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