Re: You seem to be using a Radio with an outdated firmware�.

2020-07-04 Thread slartibartfast


Tony T wrote: 
> I had the newest version of the patch, but got the message until I
> updated to the July 2nd ver of LMS 8.0That is harder to explain

Sent from my Pixel 3a using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=112526

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


Re: [SlimDevices: SqueezeCenter] Using Sox to parametrically equalizing I'm losing seek functionality. Could it work?

2020-07-04 Thread MainSqueeze


I've now updated my custom-convert file, checked the server logs once
more, and it's all good. No more "rejecting" this line or that, just
"found command" and "matched", and the tokenized command on seeking
within a track now reads:


Code:


  Tokenized command: "/usr/share/squeezeboxserver/Bin/x86_64-linux/flac" -dcs 
--skip=0:28.86 -- "/home/michael/Music/Library/Rock & pop/Richman, 
Jonathan/1985 - Rockin' and romance/03 - Richman, Jonathan - Down in 
Bermuda.flac" | "/usr/share/squeezeboxserver/Bin/x86_64-linux/sox" -D -q -t wav 
- -t flac -C 0 -b 24 - equalizer 40.8 5q -11.4 equalizer 62.8 2.487q -11.3 
equalizer 87.7 5q -3.2 equalizer 263 5q -7.4 & |
  



Once again, thank you both. Like I said, I feel privileged to have had
the support of two such knowledgeable forum members.

Incidentally, you'll see that I've left in the "-C 0" option for now
because, having gone through the documentation once more, I couldn't
find any mention of it in the SoX or the FLAC manuals; does either of
you know what "-C 0" actually does?



MainSqueeze's Profile: http://forums.slimdevices.com/member.php?userid=62220
View this thread: http://forums.slimdevices.com/showthread.php?t=112497

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


Re: [SlimDevices: SqueezeCenter] Using Sox to parametrically equalizing I'm losing seek functionality. Could it work?

2020-07-04 Thread bpa


MainSqueeze wrote: 
> One more question, if I may, to add to my little custom-convert
> documentation project: the default convert.conf file lists only three
> "current" device types: slimp3, squeezebox and * (for all types). Do you
> know how one might specify more recent models, e.g. Boom and Touch? What
> are their device type codes?

Using the model to make chocie is really only good for older player.

IIRC most squeezelite and I think Touch & radio come under "squeezeplay"
- so basing decision on model type is not good as you can't distinguish
between a player with a high end DAC vs a low END

Over time more parameter such as %p & %n  have been added so that
scripts can take more tailored actions.



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=112497

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


Re: [SlimDevices: SqueezeCenter] Best way to powerdown Allo player

2020-07-04 Thread Man in a van


If you have an Android phone then you can do this

30919

But you still have to switch off the power manually afterwards (and
switch on again, to restart).

ronnie


+---+
|Filename: LMS shutdown.png |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=30919|
+---+


Man in a van's Profile: http://forums.slimdevices.com/member.php?userid=43627
View this thread: http://forums.slimdevices.com/showthread.php?t=112509

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


Re: [SlimDevices: SqueezeCenter] Using Sox to parametrically equalizing I'm losing seek functionality. Could it work?

2020-07-04 Thread Paul Webster


MainSqueeze wrote: 
> 
> Incidentally, you'll see that I've left in the "-C 0" option for now
> because, having gone through the documentation once more, I couldn't
> find any mention of it in the SoX or the FLAC manuals; does either of
> you know what "-C 0" actually does?



Code:


  C, compression FACTOR
  
  The compression factor for variably compressing output file formats. If this 
option is not given then a default compression factor will apply. The 
compression factor is interpreted differently for different compressing file 
formats. See the description of the file formats that use this option in 
soxformat(7) for more information.
  



>From http://sox.sourceforge.net/sox.html



Paul Webster
http://dabdig.blogspot.com
author of \"now playing\" plugins covering radio france (fip etc), kcrw,
supla finland, abc australia, cbc/radio-canada and rte ireland

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=112497

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


Re: [SlimDevices: SqueezeCenter] Using Sox to parametrically equalizing I'm losing seek functionality. Could it work?

2020-07-04 Thread bpa


MainSqueeze wrote: 
> Incidentally, you'll see that I've left in the "-C 0" option for now
> because, having gone through the documentation once more, I couldn't
> find any mention of it in the SoX or the FLAC manuals; does either of
> you know what "-C 0" actually does?

In sox help after typing "sox -h"

Code:


  -C  |  --compression FACTOR  Compression factor for output format
  



The use of compression level 0 is so that processor uses the least CPU
intensive compression as LMS used to run on small ARM processors (e.g.
Cisco NSLU2) - compression could kill the system.



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=112497

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


Re: [SlimDevices: SqueezeCenter] Using Sox to parametrically equalizing I'm losing seek functionality. Could it work?

2020-07-04 Thread gorman


MainSqueeze wrote: 
> I swear I searched that manual on Sourceforge several times for "-C". It
> turns out the manual uses en dashes rather than just ordinary
> hyphens...
> 
> Still, now that I've recovered from the embarrassment: if "-C" specifies
> the compression rate, in this case for output to FLAC, then it should be
> safe, on a modern machine, to omit that option from the custom-convert
> command and go with SoX's default rate of 5, shouldn't it?Yeah, on desktop 
> level CPUs I don't think it makes a difference.
Probably doesn't for recent Raspberry (thinking 3 and 4). I'm no expert
but this (CPU usage) is something you can easily check with task manager
(not familiar with how it's called in Linux environment).

Also, thanks for defining me as knowledgeable. In reality... I simply
like to tinker and Squeezebox really is a tinkerer's paradise. To think
that after so many years it's still capable of surprising me with new
functionalities... I'm honest when I say I feel like I will never be
able to give back enough to this community for all the value it has
brought to me.



gorman's Profile: http://forums.slimdevices.com/member.php?userid=56
View this thread: http://forums.slimdevices.com/showthread.php?t=112497

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


Re: [SlimDevices: SqueezeCenter] Using Sox to parametrically equalizing I'm losing seek functionality. Could it work?

2020-07-04 Thread MainSqueeze


One more question, if I may, to add to my little custom-convert
documentation project: the default convert.conf file lists only three
"current" device types: slimp3, squeezebox and * (for all types). Do you
know how one might specify more recent models, e.g. Boom and Touch? What
are their device type codes?



MainSqueeze's Profile: http://forums.slimdevices.com/member.php?userid=62220
View this thread: http://forums.slimdevices.com/showthread.php?t=112497

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


Re: [SlimDevices: SqueezeCenter] Using Sox to parametrically equalizing I'm losing seek functionality. Could it work?

2020-07-04 Thread MainSqueeze


gorman was so right when he said, in post 20 above:

gorman wrote: 
> 
> Convert.conf still is some sort of black magic stuff under many
> aspects... it's good to have clarifications on the forums, when
> possible. For future reference.

Black magic indeed. Each little bit you learn only gives you a better
idea of how much you don't yet know. 

Suppose, for future reference, one wanted to use convert-conf to
transcode (and equalize) not only local files but also remote MP3
streams. That would require capability R, but how would one integrate
that, for instance, with the two lines that work for transcoding local
MP3s?



MainSqueeze's Profile: http://forums.slimdevices.com/member.php?userid=62220
View this thread: http://forums.slimdevices.com/showthread.php?t=112497

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


Re: You seem to be using a Radio with an outdated firmware�.

2020-07-04 Thread Tony T


I had the newest version of the patch, but got the message until I
updated to the July 2nd ver of LMS 8.0



Tony
  SBTouch  SBRadio 

Tony T's Profile: http://forums.slimdevices.com/member.php?userid=34544
View this thread: http://forums.slimdevices.com/showthread.php?t=112526

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


Re: [SlimDevices: SqueezeCenter] Using Sox to parametrically equalizing I'm losing seek functionality. Could it work?

2020-07-04 Thread MainSqueeze


I swear I searched that manual on Sourceforge several times for "-C". It
turns out the manual uses en dashes rather than just ordinary
hyphens...

Still, now that I've recovered from the embarrassment: if "-C" specifies
the compression rate, in this case for output to FLAC, then it should be
safe, on a modern machine, to omit that option from the custom-convert
command and go with SoX's default rate of 5, shouldn't it?



MainSqueeze's Profile: http://forums.slimdevices.com/member.php?userid=62220
View this thread: http://forums.slimdevices.com/showthread.php?t=112497

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


Re: [SlimDevices: SqueezeCenter] Only new playlists work, after a rescan they appear empty

2020-07-04 Thread PaulinPosset


Some further information to add, though apologies if this is should be
posted in the 3rd Party Software thread.

On my piCoreplayer setup, I have carried out a little housekeeping with
my playlists and set up a playlist folder within the main 'music'
folder. Previously they were separate within the music folder. After a
full clear and re-scan the playlists were showing as empty. Added a new
playlist to see if I'd set up the path correctly and it was found and
populated so all ok so far. Did a clear and rescan and the new playlist
now showed as empty. Uninstalled PlayHLS and did a clear and rescan and
all playlists showing as populated. Repeated this a couple times to be
sure but can now confirm that unmodified PlayHLS 2.7 does affect
piCoreplayer. Though why it didn't when my playlists were 'loose' I have
no idea.

I don't know how to go poking around under the hood of piCoreplayer to
install BPA's patch to see if that resolves the issue but wanted to flag
this new information.



PaulinPosset's Profile: http://forums.slimdevices.com/member.php?userid=63060
View this thread: http://forums.slimdevices.com/showthread.php?t=108532

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


Re: [SlimDevices: SqueezeCenter] Only new playlists work, after a rescan they appear empty

2020-07-04 Thread slartibartfast


bpa wrote: 
> The PlayHLS 2.7 (& earlier) bug will affect ALL m3u playlist on LMS 8.*
> 
> I don't know why it does not seem to affect my Ubuntu 7.9.* system - my
> expectation is that it should adversely affect all version of LMS.It didn't 
> seem to affect my Raspbian Buster system running LMS 8. The
same playlist that became empty on a Windows system was not affected on
the Pi. Another mystery [emoji3]

Sent from my Pixel 3a using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=108532

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


Re: [SlimDevices: SqueezeCenter] Is it possible somehow to use square brackts in custom-convert-conf?

2020-07-04 Thread mavit


bpa wrote: 
> Much harder as it will be a BAT file which has limited scripting
> capability.

Perl is available if required, of course.



mavit's Profile: http://forums.slimdevices.com/member.php?userid=10203
View this thread: http://forums.slimdevices.com/showthread.php?t=112510

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


Re: [SlimDevices: SqueezeCenter] Only new playlists work, after a rescan they appear empty

2020-07-04 Thread bpa


PaulinPosset wrote: 
> PlayHLS 2.7 does affect piCoreplayer.

The PlayHLS 2.7 (& earlier) bug will affect ALL m3u playlist on LMS 8.*

I don't know why it does not seem to affect my Ubuntu 7.9.* system - my
expectation is that it should adversely affect all version of LMS.



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=108532

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


Re: [SlimDevices: SqueezeCenter] Using Sox to parametrically equalizing I'm losing seek functionality. Could it work?

2020-07-04 Thread gorman


MainSqueeze wrote: 
> gorman was so right when he said, in post 20 above:
> 
> 
> 
> Black magic indeed. Each little bit you learn only gives you a better
> idea of how much you don't yet know. 
> 
> Suppose, for future reference, one wanted to use convert-conf to
> transcode (and equalize) not only local files but also remote MP3
> streams. That would require capability R, but how would one integrate
> that, for instance, with the two lines that work for transcoding local
> MP3s?
Quote here but I wanted to say, if you use squeezelite, on whatever
platform, you can decide an arbitrary MAC address with the -m switch.
That allows for pretty specific custom-convert.conf instructions on a
per player basis.

As for your question above, with the player.source debug log active, try
to play an mp3 stream of your choice and post the tokenized command
here. From there we can work it out, I hope.



gorman's Profile: http://forums.slimdevices.com/member.php?userid=56
View this thread: http://forums.slimdevices.com/showthread.php?t=112497

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


Re: [SlimDevices: SqueezeCenter] Using Sox to parametrically equalizing I'm losing seek functionality. Could it work?

2020-07-04 Thread MainSqueeze


gorman wrote: 
> 
> As for your question above, with the player.source debug log active, try
> to play an mp3 stream of your choice and post the tokenized command
> here. From there we can work it out, I hope.

Great. Sounds like a plan. What I'd like to do is see how far we can
take custom-convert (for equalization, room correction, or personal
preference, to compensate for room boundaries when positioning speakers,
or even just to add reverb to every file played back through LMS if
that's what it takes to bring down Babylon), then document what we've
learned and post that either here or in a separate thread.

But before I can do that I now have to go down the pub, get drunk and
catch Covid-19 because Boris Johnson tells me that's the only way to
save the economy...



MainSqueeze's Profile: http://forums.slimdevices.com/member.php?userid=62220
View this thread: http://forums.slimdevices.com/showthread.php?t=112497

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


Re: [SlimDevices: SqueezeCenter] Using Sox to parametrically equalizing I'm losing seek functionality. Could it work?

2020-07-04 Thread gorman


MainSqueeze wrote: 
> But before I can do that I now have to go down the pub, get drunk and
> catch Covid-19 because Boris Johnson tells me that's the only way to
> save the economy...Enjoy your pint, man! Be safe! Better to drink outside, if 
> you can :)



gorman's Profile: http://forums.slimdevices.com/member.php?userid=56
View this thread: http://forums.slimdevices.com/showthread.php?t=112497

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


Re: [SlimDevices: SqueezeCenter] 7.9.3 - Avast is Blocking Download

2020-07-04 Thread w3wilkes


Thanks, Downloaded with Avast shut down. Then turned Avast back on,
scanned the file and Avast was good with it. Now installed and running.



Main system - Rock Solid with LMS 7.9.3 Official on WHS 2011 - 2 Duets
and Squeeseslave
Cabin system - Rock solid with LMS 7.9.3 Official on Win10 Pro - 1 RPi 3
Model B/Hifiberry DAC+ Pro/PiCorePlayer and Squeezeslave
Squeezebox Boom - "At Large" player around both home and cabin
Headphones and car - Android phone/Bluetooth w/full library on MicroSD
card - PowerAmp music player app (similar to Material Skin)

w3wilkes's Profile: http://forums.slimdevices.com/member.php?userid=22973
View this thread: http://forums.slimdevices.com/showthread.php?t=112527

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


Re: [SlimDevices: SqueezeCenter] Using Sox to parametrically equalizing I'm losing seek functionality. Could it work?

2020-07-04 Thread bpa


MainSqueeze wrote: 
> Black magic indeed. Each little bit you learn only gives you a better
> idea of how much you don't yet know. 
And that goes for the me as well. I dabble in just one small area of
streaming and transcoding. A recent PlayHLS bug highlighted the gaps in
my knowledge.



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=112497

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


Re: [SlimDevices: SqueezeCenter] Best way to powerdown Allo player

2020-07-04 Thread Bubule


Hello,

In fact I have to remember why my first and main question : How to stop
LMS and why ?
> Because it needs to be properly closed before shut-down. (That's not a
problem with Squeezelite which runs on RAM).

And before that, it's because we decided to shutdown the system by its
main PSU button. So, we just need to close properly LMS before cutting
the PSU.

The way you suggest using a shortcut to main LMS page is ok. Of course,
a button on a screen in order to stop directly and properly LMS will be
better, but I understand not so easy.

Franck



Bubule's Profile: http://forums.slimdevices.com/member.php?userid=70388
View this thread: http://forums.slimdevices.com/showthread.php?t=112509

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


Re: You seem to be using a Radio with an outdated firmware�.

2020-07-04 Thread kidstypike


slartibartfast wrote: 
> Does that mean that you hadn't installed the new version of the patch
> [emoji3]
> 
> Sent from my Pixel 3a using Tapatalk

Looks like it. :o



*Server - LMS 8.0.0 *Pi4B 4GB/Flirc case/pCP 6.1.0 18K library,
playlists & LMS cache on SSD (ntfs)
*Study -* Pi3B+/pCP 5.0.0/pi screen/HiFiBerry DAC+/jivelite,
*Lounge* - Pi2/pCP 5.0.0 > HiFiBerry DIGI+ > AudioEngine DAC1 > AVI DM5
*Dining Room* - Squeezebox Boom
*Garage* - Squeezebox Touch > Edifier R980T

*Spares* - 1xTouch, 1xSB3, 1xRadio, 7xRPi

kidstypike's Profile: http://forums.slimdevices.com/member.php?userid=10436
View this thread: http://forums.slimdevices.com/showthread.php?t=112526

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


Re: You seem to be using a Radio with an outdated firmware�.

2020-07-04 Thread kidstypike


kidstypike wrote: 
> Exactly the same here, can only uninstall the patch that I installed
> months ago.
> 
> 30912

I uninstalled the version comparison patch, the Radio restarted,
re-installed the version comparison patch, Radio restarted. Restarted
LMS (v8.0.0 7th July), message has gone.

Thank you for your patience and understanding in this very delicate
matter. :rolleyes:;):cool:



*Server - LMS 8.0.0 *Pi4B 4GB/Flirc case/pCP 6.1.0 18K library,
playlists & LMS cache on SSD (ntfs)
*Study -* Pi3B+/pCP 5.0.0/pi screen/HiFiBerry DAC+/jivelite,
*Lounge* - Pi2/pCP 5.0.0 > HiFiBerry DIGI+ > AudioEngine DAC1 > AVI DM5
*Dining Room* - Squeezebox Boom
*Garage* - Squeezebox Touch > Edifier R980T

*Spares* - 1xTouch, 1xSB3, 1xRadio, 7xRPi

kidstypike's Profile: http://forums.slimdevices.com/member.php?userid=10436
View this thread: http://forums.slimdevices.com/showthread.php?t=112526

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


Re: [SlimDevices: SqueezeCenter] 7.9.3 - Avast is Blocking Download

2020-07-04 Thread Man in a van


you can use this site to check

https://www.virustotal.com/gui/home/upload

Avast is often a problem for some users :(



Man in a van's Profile: http://forums.slimdevices.com/member.php?userid=43627
View this thread: http://forums.slimdevices.com/showthread.php?t=112527

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


Re: You seem to be using a Radio with an outdated firmware�.

2020-07-04 Thread slartibartfast


kidstypike wrote: 
> I uninstalled the version comparison patch, the Radio restarted,
> re-installed the version comparison patch, Radio restarted. Restarted
> LMS (v8.0.0 7th July), message has gone.
> 
> Thank you for your patience and understanding in this very delicate
> matter. :rolleyes:;):cool:Does that mean that you hadn't installed the new 
> version of the patch
[emoji3]

Sent from my Pixel 3a using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=112526

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


Re: [SlimDevices: SqueezeCenter] Using Sox to parametrically equalizing I'm losing seek functionality. Could it work?

2020-07-04 Thread bpa


MainSqueeze wrote: 
> gorman was so right when he said, in post 20 above:
> 
> 
> 
> Black magic indeed. Each little bit you learn only gives you a better
> idea of how much you don't yet know. 
> 
> Suppose, for future reference, one wanted to use convert-conf to
> transcode (and equalize) not only local files but also remote MP3
> streams. That would require capability R, but how would one integrate
> that, for instance, with the two lines that work for transcoding local
> MP3s?

If the same command works for both local and remote - you can have F & R
on the same line - look at the lines which use wmadec assuming it is R
type and not an I type you really want.

If you want different lines for F & R - then wait - there is an LMS 8.*
change which may help  but it can make things more complicated with more
"rules"



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=112497

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