Re: [SlimDevices: Plugins] Announce: Material Skin

2020-12-22 Thread cpd73


Ron F. wrote: 
> Material branch 2.2: I like the upgrade, where clicking anywhere in the
> bar brings up the search field. Clicking on the "<-" button, using my
> laptop, returns this bar to its previous "Music Sources" state. However,
> for whatever the reason it works differently on my Android 11 phone
> using the APK or any mobile browser: in this case, the "<-" button is
> visible but touching it does not work after the search field is enabled;
> the search bar remains active and the touch-keyboard remains on the
> screen.

It seems that if a touch-event on a button causes it to disappear that
the event passes onto what replaces the button. So closing via touch on
'<-' causes the touch to then also activate 'Music sources' => search is
re-shown. Not really sure why this is happening, perhaps a bug in
Vue/Vuetify? Anyhow, I've worked around this by delaying the close of
the search widget by 50ms.

(I had seen similar issues before where the 'ripple' effect Vuetify adds
to butons would be added to another button if pressing one cuased it to
be removed. This is one of the reasons why I removed that effect)



*Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json
(Use http: //SERVER:9000/material/?debug=json,cometd to also see update
messages, e.g. play queue) 2. Open browser's developer tools 3. Open
console tab in developer tools 4. REQ/RESP messages sent to/from LMS
will be logged here.

cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

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


Re: [SlimDevices: Plugins] [Announce] Spotty 4.0 - integrate local library with your Spotify collection (LMS 8+)

2020-12-22 Thread Michael Herger

Anyone any idea how to circumvent the "Spotify:"-Prefix?


You currently can't. But would it really help? Wouldn't it just push out 
the probability of a conflict a bit further? I don't know where you have 
to parse what, but relying on a title not having a colon seems like a 
rather vulnerable design. What if a playlist "ABBA: the last years" came 
along? Yeah, don't "like" it will fix it :-D.


--

Michael
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] All playlist are empty in Spotty

2020-12-22 Thread Michael Herger

I have entered my 'Spotify Client ID'.


Anything in server.log?...

--

Michael
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Squeezelite: How to get the sample rate of the stream ???

2020-12-22 Thread Michael Herger

Querying LMS' API will give you the stream's sample rate as received by
LMS, which isn't necessarily the same as the one received by squeezelite
(unless you make sure LMS never transcodes).


I believe bidule needs to give us some more context about what he's 
trying to do. It sounds as if he needed the sample rate or whatever to 
_initialize_ the streaming. In which case getting it from the status 
query would likely be too late.


--

Michael
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] [Announce] Squeezelite-X

2020-12-22 Thread timkur


timkur wrote: 
> From logs enabled with 
> 
> Plays fine for awhile, and then near the end things seem to get tripped
> up.
> 
> I have noticed that the web interface has some glitchiness with the
> remaining time near the end of the song, and it looks like that may have
> tripped up the player as well. I haven't had a chance to dig into the
> code further... is the silence something you get from the decoder or is
> it something you determine? Looks like the remaining frame count hits 0
> and then magically more frames appear?
> 

Ok, looked at the code a bit, and captured a log of when things started
going downhill looks to be about 10 seconds before the audio
actually stops. Does a 10 second buffer seem to make sense to you?

[19:55:34.915] _output_frames:116 avail: 1136 frames: 415935 silence: 0
[19:55:34.915] _output_frames:279 wrote 1136 frames
[19:55:34.935] _output_frames:116 avail: 1136 frames: 414799 silence: 0
[19:55:34.935] _output_frames:279 wrote 1136 frames
[19:55:34.948] decode_thread:75 streambuf bytes: 250 outputbuf space:
218695
[19:55:34.948] mad_decode:207 end of stream
[19:55:34.948] mad_decode:302 write 1152 frames
[19:55:34.948] decode_thread:100 decode complete
[19:55:34.948] sendSTAT:160 ms_played: 770513 (frames_played: 33986848
device_frames: 7915)
[19:55:34.948] sendSTAT:189 STAT: STMd
[19:55:34.948] sendSTAT:194 received bytesL: 12482141 streambuf: 0
outputbuf: 3318520 calc elapsed: 770513 real elapsed: 770704 (diff:
-191) device: 179 delay: 16
[19:55:34.948] sendSTAT:160 ms_played: 770513 (frames_played: 33986848
device_frames: 7915)
[19:55:34.948] sendSTAT:189 STAT: STMt
[19:55:34.948] sendSTAT:194 received bytesL: 12482141 streambuf: 0
outputbuf: 3318520 calc elapsed: 770513 real elapsed: 770704 (diff:
-191) device: 179 delay: 16
[19:55:34.965] _output_frames:116 avail: 1136 frames: 414815 silence: 0
[19:55:34.965] _output_frames:279 wrote 1136 frames
[19:55:34.996] _output_frames:116 avail: 1136 frames: 413679 silence: 0

frames starts dropping by 1136 frames per log output now, presumably
because the decoder isn't giving you more data?

Unfortunately trying to start the audio clip at ~10 seconds prior to the
silence doesn't seem to hit the error.

Tim



timkur's Profile: http://forums.slimdevices.com/member.php?userid=70102
View this thread: http://forums.slimdevices.com/showthread.php?t=108550

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


Re: [SlimDevices: Plugins] ANNOUNCE: YouTube Plugin (API v3)

2020-12-22 Thread philippe_44


I've updated (0.127.0) the plugin to use HTTP "keep-alive" between
download chunks. It avoids a DNS lookup and more important an SSL
negotiation. It might help to start track faster and experience less
re-buffering. I'd trying to deal properly with URL redirection, but
there still might be issues. Let me know



LMS 7.9  on Pi 3B+ & Odroid-C2 - *SqueezeAMP!*, 5xRadio, 3xBoom, 4xDuet,
1xTouch, 1 SB3. Sonos PLAY:3, PLAY:5, Marantz NR1603, Foobar2000,
ShairPortW, JRiver 21, 2xChromecast Audio, Chromecast v1 and v2,
Squeezelite on Pi,  Yamaha WX-010, AppleTV 4, Airport Express, GGMM E5,
Riva 1 & 3

philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261
View this thread: http://forums.slimdevices.com/showthread.php?t=105840

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


Re: [SlimDevices: Plugins] [Announce] Community Firmware for Squeezebox Radio/Touch/Controller and LMS 8

2020-12-22 Thread slartibartfast


slartibartfast wrote: 
> I may be imagining it but the display seems brighter after installing
> the new firmware on the Radio. I think my Radios used to have a lower
> brightness when not playing than when playing.  I can't remember if an
> applet was responsible for this behaviour but it may have been. Now it
> seems to be at maximum brightness even in a dim room only dimming in
> complete darkness.
> 
> Sent from my Pixel 3a using TapatalkNever mind I found the patch in this repo
https://server.vijge.net/static/squeezebox/repo-beta.xml

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=113479

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


Re: [SlimDevices: Plugins] Squeezelite: How to get the sample rate of the stream ???

2020-12-22 Thread Roland0


bidule wrote: 
> 
> Well, you are absolutely right but I can't get in the same time
> squeezelite playing music and squeezelite -d all=info
> 
You have to add the option -d all=info to the squeezelite instance
playing your music.

> 
> That's exact, so my question is still open, *how can I get that incoming
> file/stream bitrate information from a comand line ?*
> 
Bitrate or sample rate? 
Redirect squeezelite's output to a file. Then,

Code:

$  tac /var/log/logitechmediaserver/squeezelite.log | grep -m 1 "resampling 
from"
  [23:35:24.706133] resample_newstream:189 resampling from 44100 -> 48000


will give you incoming/outgoing sample rate from squeezelite's
perspective.

Querying LMS' API will give you the stream's sample rate as received by
LMS, which isn't necessarily the same as the one received by squeezelite
(unless you make sure LMS never transcodes).



'Various SW' (https://www.nexus0.net/pub/sw/): Web Interface | TUI |
Playlist Editor / Generator | Music Classification | Similar Music |
Announce | EventTrigger | Chiptunes | LMSlib2go | ...
'Various HowTos' (https://www.nexus0.net/pub/documents/LMS/): build a
self-contained LMS | Bluetooth/ALSA | Control LMS with any device | ...

Roland0's Profile: http://forums.slimdevices.com/member.php?userid=56808
View this thread: http://forums.slimdevices.com/showthread.php?t=113499

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


Re: [SlimDevices: Plugins] [Announce] Community Firmware for Squeezebox Radio/Touch/Controller and LMS 8

2020-12-22 Thread slartibartfast


I may be imagining it but the display seems brighter after installing
the new firmware on the Radio. I think my Radios used to have a lower
brightness when not playing than when playing.  I can't remember if an
applet was responsible for this behaviour but it may have been. Now it
seems to be at maximum brightness even in a dim room only dimming in
complete darkness.

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=113479

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


Re: [SlimDevices: Plugins] [Announce] Squeezelite-X

2020-12-22 Thread timkur


timkur wrote: 
> 
> I downloaded the MP3 as well to play. No interesting command line args
> passed to squeezelite.
> 
> squeezelite-x64.exe -o 2 -n WholeHouseAudio -m 00:15:5d:72:cb:54
> 
> I was on the latest LMS last week, but found issues with my old
> Squeezebox connecting to it, so I moved all of the way back to 7.7.5,
> though it also repro'ed for me on 7.9.* as well. Note it plays fine on
> my Squeezebox.
> 
> Tim


>From logs enabled with 

Plays fine for awhile, and then near the end things seem to get tripped
up.

I have noticed that the web interface has some glitchiness with the
remaining time near the end of the song, and it looks like that may have
tripped up the player as well. I haven't had a chance to dig into the
code further... is the silence something you get from the decoder or is
it something you determine? Looks like the remaining frame count hits 0
and then magically more frames appear?


[15:10:08.873] process:535 strm
[15:10:08.873] process_strm:274 strm command t
[15:10:08.873] sendSTAT:160 ms_played: 786847 (frames_played: 34707072
device_frames: 7772)
[15:10:08.873] sendSTAT:189 STAT: STMt
[15:10:08.873] sendSTAT:194 received bytesL: 12597916 streambuf: 0
outputbuf: 109560 calc elapsed: 786847 real elapsed: 787812 (diff: -965)
device: 176 delay: 15
[15:10:08.888] _output_frames:116 avail: 1136 frames: 13695 silence: 0
[15:10:08.888] _output_frames:279 wrote 1136 frames
[15:10:08.909] _output_frames:116 avail: 1136 frames: 12559 silence: 0
[15:10:08.909] _output_frames:279 wrote 1136 frames
[15:10:08.939] _output_frames:116 avail: 1136 frames: 11423 silence: 0
[15:10:08.939] _output_frames:279 wrote 1136 frames
[15:10:08.959] _output_frames:116 avail: 1136 frames: 10287 silence: 0
[15:10:08.959] _output_frames:279 wrote 1136 frames
[15:10:08.988] _output_frames:116 avail: 1136 frames: 9151 silence: 0
[15:10:08.988] _output_frames:279 wrote 1136 frames
[15:10:09.001] process:535 grfe
[15:10:09.019] _output_frames:116 avail: 1136 frames: 8015 silence: 0
[15:10:09.019] _output_frames:279 wrote 1136 frames
[15:10:09.039] _output_frames:116 avail: 1136 frames: 6879 silence: 0
[15:10:09.039] _output_frames:279 wrote 1136 frames
[15:10:09.068] _output_frames:116 avail: 1136 frames: 5743 silence: 0
[15:10:09.068] _output_frames:279 wrote 1136 frames
[15:10:09.089] _output_frames:116 avail: 1136 frames: 4607 silence: 0
[15:10:09.089] _output_frames:279 wrote 1136 frames
[15:10:09.118] _output_frames:116 avail: 1136 frames: 3471 silence: 0
[15:10:09.118] _output_frames:279 wrote 1136 frames
[15:10:09.139] _output_frames:116 avail: 1136 frames: 2335 silence: 0
[15:10:09.139] _output_frames:279 wrote 1136 frames
[15:10:09.169] _output_frames:116 avail: 1136 frames: 1199 silence: 0
[15:10:09.169] _output_frames:279 wrote 1136 frames
[15:10:09.198] _output_frames:116 avail: 1136 frames: 63 silence: 0
[15:10:09.198] _output_frames:279 wrote 63 frames
[15:10:09.198] _output_frames:116 avail: 1073 frames: 1073 silence: 1
[15:10:09.198] _output_frames:279 wrote 1073 frames
[15:10:09.219] _output_frames:116 avail: 1136 frames: 1136 silence: 1
[15:10:09.219] _output_frames:279 wrote 1136 frames

...

[15:10:09.989] _output_frames:279 wrote 1136 frames
[15:10:09.996] slimproto_run:723 output underrun
[15:10:09.996] sendSTAT:160 ms_played: 787164 (frames_played: 34721903
device_frames: 7933)
[15:10:09.996] sendSTAT:189 STAT: STMu
[15:10:09.996] sendSTAT:194 received bytesL: 12597916 streambuf: 0
outputbuf: 0 calc elapsed: 787164 real elapsed: 788937 (diff: -1773)
device: 179 delay: 0
[15:10:09.996] process:535 grfe



timkur's Profile: http://forums.slimdevices.com/member.php?userid=70102
View this thread: http://forums.slimdevices.com/showthread.php?t=108550

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


Re: [SlimDevices: Plugins] [Announce] Community Firmware for Squeezebox Radio/Touch/Controller and LMS 8

2020-12-22 Thread DanSmedra


Gentlemen:

It's hard to believe (for me) that my use of several Squeezebox Touch
(SBTs) date back only to 2010. It's seems twice that long! It was
disappointing when Logitech discontinued further development of the
product line, but my units have provided years of great service and
tens-of-thousands of hours of listening pleasure. Thank you Ralph
Irving, Michael Herger, and others.

Question: What specific added (asked for?) features for Touch users, in
any, are provided in this recently-released "Community Firmware" update?


I noticed that Ralph was also involved in the development of the
DSDPlayer plugin. Further, I understand decoding of MQA files can be
both hardware and software based, assuming licensing of course. Is an
MQAPlayer plugin out of the question?



*Music Sources*: TIDAL & Spotify > *LMS 8.0.1* > Three SBTs controlled
using iPeng 9.7.4 app on iOS devices.
*Great Room*: SB Touch(1) > AudioQuest TOS > PSAudio  DL3 DAC >
Audio Envy 10' cables > 200w powered Martin   Logan (ML) Purity speakers
*Library:* SB Touch(2) > Wyred mINT >   ML Motion 4 & AudioEngine 5.
*Garage:* SB Touch(3) > CullenCoax > Dayton Audio amp > Cullen Cables >
ML Motion 12 
*Carry Anywhere: *TIDAL > iPhone > Bose Mini BT speaker.

DanSmedra's Profile: http://forums.slimdevices.com/member.php?userid=62637
View this thread: http://forums.slimdevices.com/showthread.php?t=113479

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


Re: [SlimDevices: Plugins] Is the TrackStat plugin still working with LMS 8.x?

2020-12-22 Thread mps


Trackstat is working fine in LMS 8 for me as well



mps's Profile: http://forums.slimdevices.com/member.php?userid=36351
View this thread: http://forums.slimdevices.com/showthread.php?t=113311

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


Re: [SlimDevices: Plugins] [Announce] Community Firmware for Squeezebox Radio/Touch/Controller and LMS 8

2020-12-22 Thread PaulinPosset

Bipox wrote: 
> Yes installed and enabled, also checking for updates enabled.
> 
> As I reported earlier I did receive an update for 8.0.1 once on the
> Squeezebox radio, but after install I was still on 7.7.3.
> 
> edit: Manual install for 7.8 worked, maybe I could do it manually for
> 8.0.1 too? Can I download the files somewhere?

You may be already have done this but if you’ve followed Ralphy’s
instructions and done a factory reset of the Radio you need to make sure
that it has connected to LMS and not mysqueezebox.com after restart. I
made this mistake and was scratching my head for a while, wondering why
the old firmware was installing, before realising! 

I notice from looking at your log that you’re not running the latest LMS
version so it may also help to do that first. It certainly won’t hurt!



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

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


Re: [SlimDevices: Plugins] [Announce] Community Firmware for Squeezebox Radio/Touch/Controller and LMS 8

2020-12-22 Thread slartibartfast


Bipox wrote: 
> Yes installed and enabled, also checking for updates enabled.
> 
> As I reported earlier I did receive an update for 8.0.1 once on the
> Squeezebox radio, but after install I was still on 7.7.3.
> 
> edit: Manual install for 7.8 worked, maybe I could do it manually for
> 8.0.1 too? Can I download the files somewhere?Don't you even see the firmware 
> downloading?

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=113479

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


Re: [SlimDevices: Plugins] Squeezelite: How to get the sample rate of the stream ???

2020-12-22 Thread bpa


bidule wrote: 
> unless there is an easy way to autmate a request at each new track ?

You can register to be notified of player stuff.  There is a notifcation
for "playlist newsong" which seems to be new item being played.



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

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2020-12-22 Thread Ron F.


Material branch 2.2: I like the upgrade, where clicking anywhere brings
up the search field. Clicking on the "<-" button, using my laptop,
returns this bar to its previous "Music Sources" state. However, for
whatever the reason it works differently on my Android 11 phone using
the APK or any mobile browser: in this case, the "<-" button is visible
but touching it does not work after the search field is enabled; the
search bar remains active and the touch-keyboard remains on the screen.



*Living Room:* SB Touch + DIY PSU > CI Audio VDA.2 DAC + VAC.1 PSU >
VRX.1 cables > Emotiva XSP-1 Gen 2 preamp + XPA-DR2 amp > Blue Jeans
cables > B 804 speakers
*Laptop:* System76 Galago + Ubuntu 16.04 + Squeezelite +
Vivaldi/Material Skin > Emotiva Little Ego DAC > Grado PS500 headphones
*Bedroom:* RPi Zero W + Squeezelite > miniBOSS DAC HAT > Bose SoundLink
Revolve
*Phone:* Pixel 3a + SB Player + Material APK > Senn IE80 earbuds
*Server:* Puget Systems Serenity + Ubuntu 18.04 + LMS 8.1

Ron F.'s Profile: http://forums.slimdevices.com/member.php?userid=5616
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

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


Re: [SlimDevices: Plugins] Squeezelite: How to get the sample rate of the stream ???

2020-12-22 Thread bidule


Thank you, I can get the Sample rate

Code:

curl -vLI telnet://musicserver:9090/ 




Code:

10.144.1.2 status 0 2 tags:


00%3A00%3A00%3A00%3A00%3A00 status 0 2 tags%3A%3CT%3E
player_name%3AStudio player_connected%3A1 player_ip%3A10.144.1.2%3A36978
power%3A1 signalstrength%3A0 mode%3Aplay time%3A101.761713050842
rate%3A1 duration%3A245 can_seek%3A1 mixer%20volume%3A100
playlist%20repeat%3A0 playlist%20shuffle%3A0 playlist%20mode%3Aoff
seq_no%3A0 playlist_cur_index%3A10 playlist_timestamp%3A1608664365.55084
playlist_tracks%3A14 digital_volume_control%3A1 playlist%20index%3A0
id%3A141098 title%3ALa%20Petite%20Fille%20au%20Piano samplerate%3A44100
playlist%20index%3A1 id%3A141099 title%3ALe%20P'tit%20Non
*samplerate%3A44100*

Now, I will manage to monitor the samplerate info 
unless there is an easy way to autmate a request at each new track ?

Jean



bidule's Profile: http://forums.slimdevices.com/member.php?userid=15337
View this thread: http://forums.slimdevices.com/showthread.php?t=113499

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


Re: [SlimDevices: Plugins] [Announce] Community Firmware for Squeezebox Radio/Touch/Controller and LMS 8

2020-12-22 Thread Bipox


slartibartfast wrote: 
> Did you install the new plugin and enable it?
> 
> Sent from my Pixel 3a using Tapatalk

Yes installed and enabled, also checking for updates enabled.

As I reported earlier I did receive an update for 8.0.1 once on the
Squeezebox radio, but after install I was still on 7.7.3.



Bipox's Profile: http://forums.slimdevices.com/member.php?userid=65169
View this thread: http://forums.slimdevices.com/showthread.php?t=113479

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


Re: [SlimDevices: Plugins] Is the TrackStat plugin still working with LMS 8.x?

2020-12-22 Thread erland

Pommes wrote: 
> 
> as I try to import old trackstat backup xml , the LMS becomes very
> unresponsive.
> LMS is a fresh install, only the trackstat data is migrated.
> Maybe anybody who can help?
> 
Could be the TrackStat refresh option that causes problem, there are two
options in TrackStat for its refresh operations that can be disabled. As
long as you don’t rename any music files or move them to a new path you
are probably fine with the refresh options disabled. Check the
server.log to see what happens, TrackStat will output information in the
log about what’s going on during its refresh operations.

Someone has also mentioned that TrackStat backups taken with old Perl
versions don’t work perfectly with newer Perl version but I don’t think
it will cause what you are describing, it will just result in some data
not being restored. Can’t give you more details since I haven’t used it
with newer Perl version myself.

Pommes wrote: 
> 
> And I would also like to know, how to use the built-in LMS rating
> system.
> 
As far as I know the only builtin support for ratings in LMS is that
they are stored in the database and third party apps (smartphone apps or
Material skin) can read and display ratings. To be able to set ratings
or browse by ratings you will need a third party plugin. In LMS 8.x it
means that you will have to either use the unsupported TrackStat plugin
or the new Ratings Light plugin mentioned earlier in the thread. Not
sure if Ratings Light support browsing ratings yet but I know there is
an implementation for this in progress. Not sure which third party apps
beside Material skin that supports setting ratings via Ratings Light at
this stage. If you don’t use TrackStat you probably want to ensure to
regularly take a backup of LMS database since currently TrackStat is the
only plugin that provides nightly backups to xml files.



Erland Isaksson ('My homepage' (http://erland.isaksson.info))
Developer of 'many plugins/applets'
(https://wiki.slimdevices.com/index.php/User_Erland.html)

erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=113311

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


Re: [SlimDevices: Plugins] [Announce] Community Firmware for Squeezebox Radio/Touch/Controller and LMS 8

2020-12-22 Thread slartibartfast


Bipox wrote: 
> I don't receive the update.
> 
> Ubuntu 20.04
> 
> 32630Did you install the new plugin and enable it?

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=113479

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


Re: [SlimDevices: Plugins] [Announce] Community Firmware for Squeezebox Radio/Touch/Controller and LMS 8

2020-12-22 Thread Bipox


I don't receive the update.

Ubuntu 20.04

32630


+---+
|Filename: server.log   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=32630|
+---+


Bipox's Profile: http://forums.slimdevices.com/member.php?userid=65169
View this thread: http://forums.slimdevices.com/showthread.php?t=113479

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


Re: [SlimDevices: Plugins] Squeezelite: How to get the sample rate of the stream ???

2020-12-22 Thread bidule


mherger wrote: 
> > Lets say I ask for a Deezer track, LMS will stream that track
> to[color=blue]
> It's not clear to me at what moment you need that information. Before 
> playback starts? Once it's playing? At any time?
> 
> As bpa mentioned you can use the "status" query to get information about
> 
> the currently playing track. From a shell:
> 
> curl -X POST -sd 
> '{"id":0,"params":["00:04:20:...",["status",0,1,"tags:T"]],"method":"slim.request"}'
> 
> http://localhost:9000/jsonrpc.js | jq
> '.result.playlist_loop[0].samplerate'
> 
> -- 
> 
> Michael

Thank you Michael, well, you are right I didn't mention the moment, I
wish to get the information just before the playback.
I'll try bpa's suggestion.



bidule's Profile: http://forums.slimdevices.com/member.php?userid=15337
View this thread: http://forums.slimdevices.com/showthread.php?t=113499

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


Re: [SlimDevices: Plugins] Squeezelite: How to get the sample rate of the stream ???

2020-12-22 Thread bidule


Thank you bpa !
I should be able to make it !



bidule's Profile: http://forums.slimdevices.com/member.php?userid=15337
View this thread: http://forums.slimdevices.com/showthread.php?t=113499

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


Re: [SlimDevices: Plugins] Squeezelite: How to get the sample rate of the stream ???

2020-12-22 Thread Michael Herger

Lets say I ask for a Deezer track, LMS will stream that track to
Squeezelite as is.
Squeezelite will upsample it.
What I want is to know from a Linux command line is the original stream
sample rate on the fly.


It's not clear to me at what moment you need that information. Before 
playback starts? Once it's playing? At any time?


As bpa mentioned you can use the "status" query to get information about 
the currently playing track. From a shell:


curl -X POST -sd 
'{"id":0,"params":["00:04:20:...",["status",0,1,"tags:T"]],"method":"slim.request"}' 
http://localhost:9000/jsonrpc.js | jq '.result.playlist_loop[0].samplerate'


--

Michael
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Material Skin

2020-12-22 Thread cpd73


carp wrote: 
> When I select the theme "Windows 10" then the dropdown menu in "Server
> settings" is invisible (but present):/QUOTE]
> 
> Ah, oops! I never use the light variants so never spotted - it affects
> the others too. Fixed in git/master for 2.1.3



*Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json
(Use http: //SERVER:9000/material/?debug=json,cometd to also see update
messages, e.g. play queue) 2. Open browser's developer tools 3. Open
console tab in developer tools 4. REQ/RESP messages sent to/from LMS
will be logged here.

cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

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


Re: [SlimDevices: Plugins] Is the TrackStat plugin still working with LMS 8.x?

2020-12-22 Thread Pommes


Dear Forum,
I have been using Erlands trackstat plug  in for a long time.
Unfortunately I upgraded my Synology to DSM7, so no more LMS on that
machine.
I installed LMS on the pico player, it is running very fine, I can
manually install the trackstat plug-in, but as soon as I try to import
old trackstat backup xml , the LMS becomes very unresponsive.
LMS is a fresh install, only the trackstat data is migrated.
Maybe anybody who can help?
And I would also like to know, how to use the built-in LMS rating
system.
I tried to Google, but I cannot find anything.
Thank you very much
Pommes



The Earth Has Music For Those Who Listen

Pommes's Profile: http://forums.slimdevices.com/member.php?userid=67682
View this thread: http://forums.slimdevices.com/showthread.php?t=113311

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


Re: [SlimDevices: Plugins] [Announce] Community Firmware for Squeezebox Radio/Touch/Controller and LMS 8

2020-12-22 Thread Mushroom_3


Just updated 3 Radio's and 3 Touches with no problems so far. (LMS 8.0.1
on Synology)

A huge thank you to Ralphy (and Michael). 

At times like this I have a smug grin on my face thinking how clever I
was going down the Squeezebox route all those years ago.



Mushroom_3's Profile: http://forums.slimdevices.com/member.php?userid=13434
View this thread: http://forums.slimdevices.com/showthread.php?t=113479

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


Re: [SlimDevices: Plugins] All playlist are empty in Spotty

2020-12-22 Thread ReValveiT


I'm having a similar problem of playlists, Albums and Artists randomly
showing "empty".  Sometimes it can take 5 or 6 'tries' before they start
showing, then it can do the same again at any time.  Also, sometimes
even Albums show as "empty", then OK again after a few tries.

I've had this problem for a couple of months across a few Spotty
versions.  I'm currently on the latest version (4.4.5) and the same
thing happens on three different server installs; one on my NAS, one on
my PC, and one in piCorePlayer (All latest LMS v8).

I have entered my 'Spotify Client ID'.

Any thoughts appreciated.



ReValveiT's Profile: http://forums.slimdevices.com/member.php?userid=55767
View this thread: http://forums.slimdevices.com/showthread.php?t=113253

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2020-12-22 Thread carp


When I select the theme "Windows 10" then the dropdown menu in "Server
settings" is invisible (but present):

32628

I can scroll through the items which then become visible but only the
entry on which the cursor is currently located is readable.


+---+
|Filename: LMS - Material - Server setting - invisible but present.png|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=32628|
+---+


Carsten

carp's Profile: http://forums.slimdevices.com/member.php?userid=3584
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

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


Re: [SlimDevices: Plugins] [Announce] Spotty 4.0 - integrate local library with your Spotify collection (LMS 8+)

2020-12-22 Thread holle

Hi there, i just realized (i don´t know since when exactly this happens)
that all playlist in lms which are from spotify are getting a prefix
"Spotify:"

for example: "Spotify: ELECTRO" formerly (and still in Spotify) named
just "ELECTRO"

this seems nice but the colon completely destroys the usage for my
homeautomation system. The colon is used as data-delimeter for the
playlists.

Anyone any idea how to circumvent the "Spotify:"-Prefix?

thank you
H.



holle's Profile: http://forums.slimdevices.com/member.php?userid=67122
View this thread: http://forums.slimdevices.com/showthread.php?t=111923

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


Re: [SlimDevices: Plugins] [Announce] Community Firmware for Squeezebox Radio/Touch/Controller and LMS 8

2020-12-22 Thread mrw


TomAmes wrote: 
> Just updated my seldom-used Controller without a blip. I discovered I
> was behind a previous Logitech update anyway. Not sure what this update
> did, but I do appreciate any and all efforts to keep this Squeezebox
> system alive and thriving!

Well, it will stop the "bouncing" menu lines that you will have become
accustomed to over the years...



mrw's Profile: http://forums.slimdevices.com/member.php?userid=38299
View this thread: http://forums.slimdevices.com/showthread.php?t=113479

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


Re: [SlimDevices: Plugins] [Announce] Community Firmware for Squeezebox Radio/Touch/Controller and LMS 8

2020-12-22 Thread TomAmes


Just updated my seldom-used Controller without a blip. I discovered I
was behind a previous Logitech update anyway. Not sure what this update
did, but I do appreciate any and all efforts to keep this Squeezebox
system alive and thriving!

Thanks, guys!



TomAmes's Profile: http://forums.slimdevices.com/member.php?userid=27792
View this thread: http://forums.slimdevices.com/showthread.php?t=113479

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


Re: [SlimDevices: Plugins] Squeezelite: How to get the sample rate of the stream ???

2020-12-22 Thread bpa


No need for JSON.

>From WebUI Help / technical Information / The Logitech server command
line interface

Status command shoud giev the info


Code:


   status   
  
  The "status" query returns the complete status about a given player, 
including the current playlist. Set the  parameter to "-" to get the 
playlist data starting from the current song.
  In this "curent" mode and if repeat is on, the server will attempt to return 
 elements, by repeating the playlist at most once, unless 
shuffling is on and the server is configured to re-shuffle the playlist at each 
loop (in which case it is impossible to predict the song following the last one 
in the playlist until this last song has finished playing).
  Similarly, in the "curent" mode, if repeat is one, only the current song is 
returned, regardless of the value of .
  Clients can subscribe to "status" queries, so that the query results are 
automatically returned asynchronously whenever a change occurs to a player. 
Please note this mechanism is completely distinct from the "listen" and 
"subscribe" commands described elsewhere in this document.
  
  Accepted tagged parameters:
  Tag   Description
  tags  Determines which tags are returned. Each returned tag is identified by 
a letter (see command "songinfo" for a list of possible fields and their 
identifying letter). The default tags value for this query is "gald". In 
addition to the tags supported by "songinfo" there's the special "DD" tag, 
which would return no track information, but the total duration of the current 
playlist only.
  subscribe This optional parameter controls the subscription to the player 
status. Only one status subscription is possible per player and connection.
  Subscription is enabled by using this parameter with a positive integer. It 
is disabled by using "-". When the subscription is enabled, normal "status" 
queries (i.e. not using the "subscribe" parameter) can be performed and will 
have no effect on the subscription in place.
  When enabled, the "status" request is automatically re-generated on player 
change (and sent asynchronously to the CLI client). The number indicates the 
time interval in seconds between automatic generations in case nothing happened 
to the player in the interval. Use "0" to disable this last feature and only be 
notified on player or playlist changes. .
  .
  .
  .Example:
  
  Simple example
  Request: "a5:41:d2:cd:cd:05 status 0 2 tags:"
  Response: "a5:41:d2:cd:cd:05 status 0 2 tags: player_name:127.0.0.1 
player_connected:1 power:1 mode:play rate:1 time:13.7129358076728 
duration:252.630204081633 mixer%20volume:50 mixer%20treble:50 mixer%20bass:50 
mixer%20pitch:100 playlist%20repeat:2 playlist%20shuffle:0 playlist_cur_index:1 
playlist_tracks:3 playlist%20index:0 title:Left%20Outside%20Alone 
playlist%20index:1 title:Bounce%20[Original%20Version]"
  
  Current mode example
  Request: "a5:41:d2:cd:cd:05 status - 2 tags:"
  Response: "a5:41:d2:cd:cd:05 status - 2 tags: player_name:127.0.0.1 
player_connected:1 power:1 mode:play rate:1 time:18.721127818274 
duration:252.630204081633 mixer%20volume:50 mixer%20treble:50 mixer%20bass:50 
mixer%20pitch:100 playlist%20repeat:2 playlist%20shuffle:0 playlist_cur_index:1 
playlist_tracks:3 playlist%20index:1 title:Bounce%20[Original%20Version] 
playlist%20index:2 title:Open%20Up%20[Radio%20Edit]"
  
  Subscribe mode example
  Request: "a5:41:d2:cd:cd:05 status - 2 subscribe:30"
  Response: "a5:41:d2:cd:cd:05 status - 2 subscribe:30 player_name:127.0.0.1 
... (same as above)
  
  10 seconds later, player is turned off, CLI generates and sends:
  "a5:41:d2:cd:cd:05 status - 2 subscribe:30 player_name:127.0.0.1 
player_connected:1 power:0"
  
  30 seconds (the subscribe value) elapse, no changes to the player, the CLI 
generates and sends:
  "a5:41:d2:cd:cd:05 status - 2 subscribe:30 player_name:127.0.0.1 
player_connected:1 power:0"
  



songinfo tags

Code:


Tag Description
rescan  Returned with value 1 if the server is still scanning the 
database. The results may therefore be incomplete. Not returned if no scan is 
in progress.
count   Number of results returned by the query, that is, total number 
of elements to return for this song.
id  Track ID.
title   Song title
  a artist  Artist name.
  A   For every artist role (one of "artist", "composer", 
"conductor", "band", "albumartist" or "trackartist"), a comma separated list of 
names.
  B buttons A hash with button definitions. Only available for 
certain plugins such as Pandora.
  c coverid coverid to use when constructing an artwork URL, such 
as /music/$coverid/cover.jpg
  C compilation 1 if the album this track belongs to is a compilation
  d durationSong duration in seconds.
  e album_idAlbum ID. Only if known.
  f filesizeSong file length 

Re: [SlimDevices: Plugins] Squeezelite: How to get the sample rate of the stream ???

2020-12-22 Thread bpa


bidule wrote: 
> 32623
> Yes bpa, that is exactly what I want to get from a Linux command line.
> Is it possible ? and how ?

I think you'll have to use CLI (i.e. curl with JSON) .  I don't know the
right command offhand.



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

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


Re: [SlimDevices: Plugins] Squeezelite: How to get the sample rate of the stream ???

2020-12-22 Thread bidule


bpa wrote: 
> This is usually part of LMS "more info" when track is playing.
32623
Yes bpa, that is exactly what I want to get from a Linux command line.
Is it possible ? and how ?
Jean


+---+
|Filename: more info.jpg|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=32623|
+---+


bidule's Profile: http://forums.slimdevices.com/member.php?userid=15337
View this thread: http://forums.slimdevices.com/showthread.php?t=113499

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


Re: [SlimDevices: Plugins] [Announce] Community Firmware for Squeezebox Radio/Touch/Controller and LMS 8

2020-12-22 Thread markiii


ah on the radio when it suddenly becomes all treble, yes had that but
incredibly rarely fortunately

cheers



PiCorePlayer 6.1 on Allo Digi One Signaturewith (Lounge)
PiCorePlayer 6.1 with pi official touchscreen and hifiberry Dig+
(Office)
PiCorePlayer 6.1 with pi official touchscreen and hifiberry
DAC+(Kitchen)
Radio  (Bedroom)
PiCorePlayer 6.1 with pi official touchscreen and USB DAC (Bedroom)
Squeezelite=x (Garage)
PiCorePlayer 6.1 with hifiberry AMP+(Patio 2)
PiCorePlayer 6.1 with hifiberry AMP+(Patio 2)

LMS 8 on DIY Unraid 6 Server (i5)

Squeeze user since the SB1

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

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


Re: [SlimDevices: Plugins] [Announce] Squeezelite-X

2020-12-22 Thread markiii


you are correct :) I keep confusing Squeezelite-x and Material Skin. But
thanks for that found it on F-droid



PiCorePlayer 6.1 on Allo Digi One Signaturewith (Lounge)
PiCorePlayer 6.1 with pi official touchscreen and hifiberry Dig+
(Office)
PiCorePlayer 6.1 with pi official touchscreen and hifiberry
DAC+(Kitchen)
Radio  (Bedroom)
PiCorePlayer 6.1 with pi official touchscreen and USB DAC (Bedroom)
Squeezelite=x (Garage)
PiCorePlayer 6.1 with hifiberry AMP+(Patio 2)
PiCorePlayer 6.1 with hifiberry AMP+(Patio 2)

LMS 8 on DIY Unraid 6 Server (i5)

Squeeze user since the SB1

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

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


Re: [SlimDevices: Plugins] [Announce] Community Firmware for Squeezebox Radio/Touch/Controller and LMS 8

2020-12-22 Thread slartibartfast


markiii wrote: 
> quite,
> 
> thanks to ralphy for taking the time to do this, but not sure what
> improvements are supposed to be addressed with this?It fixes the issue where 
> the bass amp would drop out. If you have never
come across this issue you have been very lucky.

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=113479

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


Re: [SlimDevices: Plugins] Squeezelite: How to get the sample rate of the stream ???

2020-12-22 Thread bidule


Thank you Roland,
Roland0 wrote: 
> This doesn't look like you have actually played something
Well, you are absolutely right but I can't get in the same time
squeezelite playing music and squeezelite -d all=info

Roland0 wrote: 
> There's no such thing as a fixed input sample rate.
That's again absolutely right, that is why I have my files upsampled
from 44K1 to 176k4 and web radios upsampled from 48k to 192K.

Roland0 wrote: 
> There's no such thing as a fixed input sample rate.
That is not my point.

Roland0 wrote: 
> Squeezelite indicates to LMS which sample rates are supported
> (MaxSampleRate). */If a file's or STREAM sample rate* is <=
> MaxSampleRate, it's sent as is to squeezelite, which will re-sample or
> not, depending on the output device's capabilities.  If a file's sample
> rate is >  MaxSampleRate, LMS will transcode before transmitting it to
> squeezelite.
That's exact, so my question is still open, *how can I get that incoming
file/stream bitrate information from a comand line ?*

Lets say I ask for a Deezer track, LMS will stream that track to
Squeezelite as is.
Squeezelite will upsample it.
What I want is to know from a Linux command line is the original stream
sample rate on the fly.
I'm sure that information exist, I just don't lnow how to get it.

Jean



bidule's Profile: http://forums.slimdevices.com/member.php?userid=15337
View this thread: http://forums.slimdevices.com/showthread.php?t=113499

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


Re: [SlimDevices: Plugins] [Announce] Squeezelite-X

2020-12-22 Thread cpd73


markiii wrote: 
> so far Material skin running in a dedicated browser on android seem
> faster and better than any of the dedicated control apps out there for
> Android.

This does not belong on the Squeezelite-X thread, but... I have written
a simple webview wrapper app for Material, which you can find on
F-Droid. This has *basic* lock screen controls that *do not* reflect the
current playing state (so has play and pause buttons). But, if the app
is opened when the screen is closed it can show above the lockscreen -
allowing full access. The app also allows using the hardware volume
keys. Anyhow, not relevant to this thread.



*Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json
(Use http: //SERVER:9000/material/?debug=json,cometd to also see update
messages, e.g. play queue) 2. Open browser's developer tools 3. Open
console tab in developer tools 4. REQ/RESP messages sent to/from LMS
will be logged here.

cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686
View this thread: http://forums.slimdevices.com/showthread.php?t=108550

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


Re: [SlimDevices: Plugins] [Announce] Squeezelite-X

2020-12-22 Thread markiii


so far Material skin running in a dedicated browser on android seem
faster and better than any of the dedicated control apps out there for
Android.

the only snag so far is that it doesn't show any controls when the
tablet is locked, unlike the dedicated apps.

is there anyway to fix that?



PiCorePlayer 6.1 on Allo Digi One Signaturewith (Lounge)
PiCorePlayer 6.1 with pi official touchscreen and hifiberry Dig+
(Office)
PiCorePlayer 6.1 with pi official touchscreen and hifiberry
DAC+(Kitchen)
Radio  (Bedroom)
PiCorePlayer 6.1 with pi official touchscreen and USB DAC (Bedroom)
Squeezelite=x (Garage)
PiCorePlayer 6.1 with hifiberry AMP+(Patio 2)
PiCorePlayer 6.1 with hifiberry AMP+(Patio 2)

LMS 8 on DIY Unraid 6 Server (i5)

Squeeze user since the SB1

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

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


Re: [SlimDevices: Plugins] [Announce] Community Firmware for Squeezebox Radio/Touch/Controller and LMS 8

2020-12-22 Thread Paul Webster


markiii wrote: 
> quite,
> 
> thanks to ralphy for taking the time to do this, but not sure what
> improvements are supposed to be addressed with this?

See the changelog that is linked to in the first post - or in mherger's
post 7 before yours.



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=113479

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


Re: [SlimDevices: Plugins] [Announce] Community Firmware for Squeezebox Radio/Touch/Controller and LMS 8

2020-12-22 Thread markiii


whitman wrote: 
> I've got a Radio and so this thread intrigued me. Like tw99, though, I
> have no idea what this is or what it does, and nowhere does it seem to
> tell us. An explanation wold be nice... or maybe it's a nerd-only thing,
> where if you need to ask you obviously don't qualify.

quite,

thanks to ralphy for taking the time to do this, but not sure what
improvements are supposed to be addressed with this?



PiCorePlayer 6.1 on Allo Digi One Signaturewith (Lounge)
PiCorePlayer 6.1 with pi official touchscreen and hifiberry Dig+
(Office)
PiCorePlayer 6.1 with pi official touchscreen and hifiberry
DAC+(Kitchen)
Radio  (Bedroom)
PiCorePlayer 6.1 with pi official touchscreen and USB DAC (Bedroom)
Squeezelite=x (Garage)
PiCorePlayer 6.1 with hifiberry AMP+(Patio 2)
PiCorePlayer 6.1 with hifiberry AMP+(Patio 2)

LMS 8 on DIY Unraid 6 Server (i5)

Squeeze user since the SB1

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

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


Re: [SlimDevices: Plugins] [Announce] Community Firmware for Squeezebox Radio/Touch/Controller and LMS 8

2020-12-22 Thread PaulinPosset

mherger wrote: 
> > Had a second and third attempt with no joy. The download attempt
> lasted
> > around a second before the ‘attempt failed’ message displayed
> with
> > nothing downloaded.
> 
> Please give the latest nightly build another try (8.0.1 or 8.1.0).
> 
> -- 
> 
> Michael

Updated to LMS Version: 8.0.1 - 1608617100 and then updated both Radio
and Touch successfully.

Many thanks Michael and Ralphy.



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

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


Re: [SlimDevices: Plugins] Squeezelite: How to get the sample rate of the stream ???

2020-12-22 Thread slartibartfast


Roland0 wrote: 
> This doesn't look like you have actually played something
> 
> 
> There's no such thing as a fixed input sample rate.
> squeezelite indicates to LMS which sample rates are supported
> (MaxSampleRate). If a file's sample rate is <= MaxSampleRate, it's sent
> as is to squeezelite, which will re-sample or not, depending on the
> output device's capabilities.  If a file's sample rate is > 
> MaxSampleRate, LMS will transcode before transmitting it to squeezelite.The 
> OP is forcing Squeezelite to upsample though.

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=113499

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


Re: [SlimDevices: Plugins] Squeezelite: How to get the sample rate of the stream ???

2020-12-22 Thread Roland0


bidule wrote: 
> [13:21:23.669736] sendHELO:144 cap:
> Model=squeezelite,AccuratePlayPoints=1,HasDigitalOut=1,HasPolarityInversion=1,Firmware=v1.9.8-1307,ModelName=SqueezeLite,MaxSampleRate=768000,aac,ogg,ogf,flc,aif,pcm,mp3,loc
> [13:21:23.695869] decode_flush:236 decode flush
> [13:21:23.696034] output_flush:438 flush output buffer
> [13:21:23.697920] decode_flush:236 decode flush
> [13:21:23.698143] output_flush:438 flush output buffer
> 
This doesn't look like you have actually played something

> 
> *However what I need to get on the fly is the Squeezelite INPUT sample
> rate*
> I'm sure that the Squeezelite Iput rate information is availlabe somehow
> as Squeezelite knows at which rate to do the upsampling.
> 
There's no such thing as a fixed input sample rate.
squeezelite indicates to LMS which sample rates are supported
(MaxSampleRate). If a file's sample rate is <= MaxSampleRate, it's sent
as is to squeezelite, which will re-sample or not, depending on the
output device's capabilities.  If a file's sample rate is > 
MaxSampleRate, LMS will transcode before transmitting it to squeezelite.



'Various SW' (https://www.nexus0.net/pub/sw/): Web Interface | TUI |
Playlist Editor / Generator | Music Classification | Similar Music |
Announce | EventTrigger | Chiptunes | LMSlib2go | ...
'Various HowTos' (https://www.nexus0.net/pub/documents/LMS/): build a
self-contained LMS | Bluetooth/ALSA | Control LMS with any device | ...

Roland0's Profile: http://forums.slimdevices.com/member.php?userid=56808
View this thread: http://forums.slimdevices.com/showthread.php?t=113499

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


Re: [SlimDevices: Plugins] Squeezelite: How to get the sample rate of the stream ???

2020-12-22 Thread bidule


Thank you to both of you for taking care.:cool:

However, I'm not sure that I was clear with my question.

I use squeezelite with the resample option activated on a Pi.
Squeezelite upsample fine at the max Sync rate of my DAC that is 44K1 ->
176.4K and 48K -> 192K
This I can be sure of, as I get the *Squeezelite output stream info
*from the following :
PLAYING A 44K1 FILE:

Code:

# cat /proc/asound/card0/pcm0p/sub0/hw_params


access: MMAP_INTERLEAVED
format: S32_LE
subformat: STD
channels: 2
RATE: 176400 (176400/1)
period_size: 706
buffer_size: 2824

PLAYING A WEB RADIO (48K)

Code:

cat /proc/asound/card0/pcm0p/sub0/hw_params


access: MMAP_INTERLEAVED
format: S32_LE
subformat: STD
channels: 2
RATE: 192000 (192000/1)
period_size: 768
buffer_size: 3072

And here is the result of

Code:

squeezelite -d all=info


[13:20:30.877187] stream_init:448 init stream
[13:20:30.884567] output_init_alsa:940 init output
[13:20:30.884782] output_init_alsa:980 requested alsa_buffer: 40
alsa_period: 4 format: any mmap: 1
[13:20:30.894822] test_open:281 playback open error: Device or resource
busy
[13:20:30.894959] output_init_common:394 unable to open output device:
default
root@StudioCube:~#
root@StudioCube:~#
root@StudioCube:~# squeezelite -d all=info
[13:21:23.445301] stream_init:448 init stream
[13:21:23.452988] output_init_alsa:940 init output
[13:21:23.453208] output_init_alsa:980 requested alsa_buffer: 40
alsa_period: 4 format: any mmap: 1
[13:21:23.533024] output_init_common:425 supported rates: 768000 705600
384000 352800 192000 176400 96000 88200 48000 44100 32000 24000 22500
16000 12000 11025 8000
[13:21:23.553898] output_init_alsa:1006 memory locked
[13:21:23.555051] output_init_alsa:1012 glibc detected using mallopt
[13:21:23.557047] output_thread:687 open output device: default
[13:21:23.557756] alsa_open:351 opening device at: 44100
[13:21:23.636925] alsa_open:422 opened device default using format:
S32_LE sample rate: 44100 mmap: 1
[13:21:23.642707] alsa_open:513 buffer: 40 period: 4 -> buffer size:
1764 period size: 441
[13:21:23.649591] decode_init:153 init decode
[13:21:23.651425] load_faad:633 loaded libfaad.so.2
[13:21:23.651536] register_faad:663 using faad to decode aac
[13:21:23.654889] load_vorbis:351 loaded libvorbisfile.so.3
[13:21:23.655016] register_vorbis:380 using vorbis to decode ogg
[13:21:23.658369] load_flac:304 loaded libFLAC.so.8
[13:21:23.658503] register_flac:332 using flac to decode ogf,flc
[13:21:23.658562] register_pcm:483 using pcm to decode aif,pcm
[13:21:23.661695] load_mad:394 loaded libmad.so.0
[13:21:23.661832] register_mad:423 using mad to decode mp3
[13:21:23.664125] discover_server:788 sending discovery
[13:21:23.665466] discover_server:799 got response from:
192.168.1.10:3483
[13:21:23.666345] slimproto:887 connecting to 192.168.1.10:3483
[13:21:23.667379] slimproto:926 connected
[13:21:23.668254] slimproto:937 local player
[13:21:23.668406] sendHELO:142 mac: b8:27:eb:f0:1a:54
[13:21:23.669736] sendHELO:144 cap:
Model=squeezelite,AccuratePlayPoints=1,HasDigitalOut=1,HasPolarityInversion=1,Firmware=v1.9.8-1307,ModelName=SqueezeLite,MaxSampleRate=768000,aac,ogg,ogf,flc,aif,pcm,mp3,loc
[13:21:23.695869] decode_flush:236 decode flush
[13:21:23.696034] output_flush:438 flush output buffer
[13:21:23.697920] decode_flush:236 decode flush
[13:21:23.698143] output_flush:438 flush output buffer

HOWEVER WHAT I NEED TO GET ON THE FLY IS THE SQUEEZELITE INPUT SAMPLE
RATE

I'm sure that the Squeezelite Iput rate information is availlabe somehow
as Squeezelite knows at which rate to do the upsampling.
So my question is which command line will give me the Squeezelite INPUT
Sample rate ?

Thank you for your help.
Jean



bidule's Profile: http://forums.slimdevices.com/member.php?userid=15337
View this thread: http://forums.slimdevices.com/showthread.php?t=113499

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


Re: [SlimDevices: Plugins] [Announce] Squeezelite-X

2020-12-22 Thread rgdawson


Gingermagic wrote: 
> I've just installed this on Windows 10.
> 
> It works great, except that I can't get it to go into the tray.
> 
> Ideally, I don't want a tab on my toolbar, I just want a tray icon. I'd
> like ot to start in there, minimised, and stay there unless I want it.
> 
> I read, on the first post in this thread, that there are different icons
> available for the tray icon, but I'm not seeing those. So, maybe there
> are some hidden setting somewhere that I'm missing?
> 
> Any ideas?
> 
> Thanks,
> Damian

Damian, In settings enable "Run in Background".  This will enable the
tray icon.  Be aware that Windows may initially put the icon among the
hidden tray icons, so you might have to press the "Show Hidden Icons" to
find it.  You can easily drag the icon from the hidden area to the
unhidden area if that is the case.  With Run in Background enable, when
you close SLX with the [X] button, it will continue to run in the
background and will be accessible from the tray icon.  If running in
background, you'll use Menu | Exit to fully terminate the program.


Greg



Squeezelite-X

rgdawson's Profile: http://forums.slimdevices.com/member.php?userid=65236
View this thread: http://forums.slimdevices.com/showthread.php?t=108550

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


[SlimDevices: Plugins] Squeezelite: slimproto_run error reading from socket: closed

2020-12-22 Thread hbq269


Hi,

First post here!

I'm just getting started with LMS, and have managed to get most things
up and running.  My question is about Squeezelite - when I run it with
debug options, 


Code:

./squeezelite -d all=debug -n server_player
  



it seems to constantly loop with the following:


Code:

[11:47:09.228303] slimproto:926 connected
  [11:47:09.228338] slimproto:937 local player
  [11:47:09.228349] sendHELO:142 mac: 70:85:c2:31:39:e9
  [11:47:09.228358] sendHELO:144 cap: 
CanHTTPS=1,Model=squeezelite,AccuratePlayPoints=1,HasDigitalOut=1,HasPolarityInversion=1,Firmware=v1.9.8-1287,ModelName=SqueezeLite,MaxSampleRate=44100,dsf,dff,alc,aac,ogg,ops,ogf,flc,aif,pcm,mp3,loc
  [11:47:09.641476] process:521 setd
  [11:47:09.641499] sendSETDName:248 set playername: server_player
  [11:47:09.641565] process:521 setd
  [11:47:09.641581] process:521 aude
  [11:47:09.641588] process_aude:415 enable spdif: 1 dac: 1
  [11:47:09.641653] process:521 audg
  [11:47:09.641675] process_audg:433 audg gainL: 0 gainR: 0 adjust: 1
  [11:47:09.743553] slimproto_run:572 error reading from socket: closed
  



a couple of times per second.  This is when nothing is playing, and LMS
is running.  It seems to successfully play music that is streamed to it
from LMS, but I'm wondering if these constant disconnects are completely
normal, or whether something is going wrong.

Google searches for this error seem to show that it appears in other
logs.

For reference, I'm using the binary distribution
squeezelite-pulse-1.9.8.1287-x86_64, and LMS in Docker
(lmscommunity/logitechmediaserver:8.1.0-dev) running on the same host.



hbq269's Profile: http://forums.slimdevices.com/member.php?userid=71113
View this thread: http://forums.slimdevices.com/showthread.php?t=113502

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


Re: [SlimDevices: Plugins] [Announce] Squeezelite-X

2020-12-22 Thread rgdawson


CakeOrDeath wrote: 
> I have been unable to get this to run. But, I keep trying.
> 
> On December 11th I downloaded and installed
> "SqueezeliteX-2.7.10.0-setup_win64.exe". 
> 
> The Player Output Device is set to "Topping USB Audio Device".
> 
> It has been running flawlessly and I am loving it!
> 
> I'm running the default LMS skin. I'm afraid of setting it to the
> Material Skin.

Try Material Skin (written by Craig Drummond), it is really nice.  You
can install Material Skin on your LMS server through the Plugins tab in
server settings.  Once you have it installed on your server it is easy
to switch back and forth on the fly.  You can change it in settings. 
You can also create "Skin presets" in the SLX menu in order to quickly
change layout and skin..  For example I have.

32618 32619

Greg


+---+
|Filename: Skin_presets2.png|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=32619|
+---+


Squeezelite-X

rgdawson's Profile: http://forums.slimdevices.com/member.php?userid=65236
View this thread: http://forums.slimdevices.com/showthread.php?t=108550

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


Re: [SlimDevices: Plugins] [Announce] Community Firmware for Squeezebox Radio/Touch/Controller and LMS 8

2020-12-22 Thread Uwi


Just updated 5 Radios without any problems. LMS is running on a Synology
NAS.
Thank you guys and merry Xmas



Uwi's Profile: http://forums.slimdevices.com/member.php?userid=16604
View this thread: http://forums.slimdevices.com/showthread.php?t=113479

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


Re: [SlimDevices: Plugins] [Announce] Community Firmware for Squeezebox Radio/Touch/Controller and LMS 8

2020-12-22 Thread slartibartfast


mherger wrote: 
> > I checked the patches available for a Radio running 7.7.3 firmware and
> > there were also none available. Would that be because the patch for
> LMS
> > 8 had already been installed?
> 
> Not sure. Any hint in server.log?
> 
> -- 
> 
> MichaelI tried again on 7.7.3 and the patches appeared. So I guess anyone who
can't live without any of the patches should not update to the new
firmware.

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=113479

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


Re: [SlimDevices: Plugins] [Announce] Community Firmware for Squeezebox Radio/Touch/Controller and LMS 8

2020-12-22 Thread Michael Herger

I checked the patches available for a Radio running 7.7.3 firmware and
there were also none available. Would that be because the patch for LMS
8 had already been installed?


Not sure. Any hint in server.log?

--

Michael
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] [Announce] Community Firmware for Squeezebox Radio/Touch/Controller and LMS 8

2020-12-22 Thread slartibartfast


mherger wrote: 
> > After the update I notice there are no patches listed under the patch
> > installer. Is that expected?
> 
> I'd say so. Patches are even more sensitive to version numbers than LMS 
> plugins, as they directly change files. If a file changes, the patch 
> might fail to apply.
> 
> That said I would believe that most patches should still work, as most 
> of the changes in the firmware are lower level than what most patches 
> would touch. Authors will need to test and update their repositories.
> 
> -- 
> 
> MichaelI checked the patches available for a Radio running 7.7.3 firmware and
there were also none available. Would that be because the patch for LMS
8 had already been installed?

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=113479

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


Re: [SlimDevices: Plugins] [Announce] Community Firmware for Squeezebox Radio/Touch/Controller and LMS 8

2020-12-22 Thread Michael Herger

I've got a Radio and so this thread intrigued me. Like tw99, though, I
have no idea what this is or what it does, and nowhere does it seem to
tell us. An explanation wold be nice... or maybe it's a nerd-only thing,
where if you need to ask you obviously don't qualify.


You'd have to carefully read the announcement, or you could easily miss 
the link to the changelog ;-). Here it is:


https://ralph_irving.gitlab.io/lms-community-firmware/changelog.html

But as so often: if you didn't encounter any issues before, then there 
is no _need_ to update.


One possible positive side-effect of the removal of some legacy stuff is 
more free memory on the units. If you were using the image screensaver, 
then this might save you a bunch of reboots due to memory restrictions.


--

Michael
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] [Announce] Community Firmware for Squeezebox Radio/Touch/Controller and LMS 8

2020-12-22 Thread Michael Herger

After the update I notice there are no patches listed under the patch
installer. Is that expected?


I'd say so. Patches are even more sensitive to version numbers than LMS 
plugins, as they directly change files. If a file changes, the patch 
might fail to apply.


That said I would believe that most patches should still work, as most 
of the changes in the firmware are lower level than what most patches 
would touch. Authors will need to test and update their repositories.


--

Michael
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] [Announce] Community Firmware for Squeezebox Radio/Touch/Controller and LMS 8

2020-12-22 Thread gegen


kidstypike wrote: 
> Updated to latest nightly 22/12/2020 (8.1.0) and the Touch downloaded
> and installed the update (8.0.1 r16817) no problem.
> 
> Playing music now.

+1 for Squeezebox Radio, thanks.



gegen's Profile: http://forums.slimdevices.com/member.php?userid=41137
View this thread: http://forums.slimdevices.com/showthread.php?t=113479

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


Re: [SlimDevices: Plugins] [Announce] Community Firmware for Squeezebox Radio/Touch/Controller and LMS 8

2020-12-22 Thread slartibartfast


After the update I notice there are no patches listed under the patch
installer. Is that expected?
If the Alsa buffer patch is included in the firmware is there a setting
for buffer size?

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=113479

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


Re: [SlimDevices: Plugins] [Announce] Community Firmware for Squeezebox Radio/Touch/Controller and LMS 8

2020-12-22 Thread kidstypike

mherger wrote: 
> > Had a second and third attempt with no joy. The download attempt
> lasted
> > around a second before the ‘attempt failed’ message displayed with
> > nothing downloaded.
> 
> Please give the latest nightly build another try (8.0.1 or 8.1.0).
> 
> -- 
> 
> Michael

Updated to latest nightly 22/12/2020 (8.1.0) and the Touch downloaded
and installed the update (8.0.1 r16817) no problem.

Playing music now.



*Server - LMS 8.1.0 *Pi4B 4GB/Flirc case/pCP v7.0.0b6 - 74K library,
playlists & LMS cache on SSD (ntfs)
*Study -* Pi3B/pCP 7.0.0b6/pi screen/Allo Boss DAC Ruark MR1 Mk2
*Lounge* - Pi2/pCP 6.0.0 > HiFiBerry DIGI+ > AudioEngine DAC1 > AVI DM5
*Garage* - Squeezebox Boom + Fostex sub
*Dining Room* - Pi3B/Bluetooth/Echo Show 8

*Spares* - 2xTouch, 1xSB Radio. 1xSB3, 6xRPi

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

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


Re: [SlimDevices: Plugins] [Announce] Community Firmware for Squeezebox Radio/Touch/Controller and LMS 8

2020-12-22 Thread whitman


tw99 wrote: 
> What would be the advantage of moving to the latest firmware from a
> user's point of view ?  Currently both my Radio and Touch work well
> enough, apart from the reboot-every-24?-days bug.
> 
> Or is this more of a future-proofing thing at the moment ?

I've got a Radio and so this thread intrigued me. Like tw99, though, I
have no idea what this is or what it does, and nowhere does it seem to
tell us. An explanation wold be nice... or maybe it's a nerd-only thing,
where if you need to ask you obviously don't qualify.



whitman's Profile: http://forums.slimdevices.com/member.php?userid=9053
View this thread: http://forums.slimdevices.com/showthread.php?t=113479

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


Re: [SlimDevices: Plugins] Squeezelite: How to get the sample rate of the stream ???

2020-12-22 Thread Roland0


bidule wrote: 
> 
> LMS is displaying the stream bitrate so the information should be easy
> to get
> Squeezelite with the resmple option also know the original sample rate
> as it can resample in sync mode
> I can get the hardware sample rate info from alsa but what I want to
> know is the stream sample rate before it is upsampled
> 

activate squeezelite's logging e.g.

Code:

squeezelite -d all=info ...



it will output resampling info:

Code:

[08:54:48.785042] resample_newstream:189 resampling from 44100 -> 48000




'Various SW' (https://www.nexus0.net/pub/sw/): Web Interface | TUI |
Playlist Editor / Generator | Music Classification | Similar Music |
Announce | EventTrigger | Chiptunes | LMSlib2go | ...
'Various HowTos' (https://www.nexus0.net/pub/documents/LMS/): build a
self-contained LMS | Bluetooth/ALSA | Control LMS with any device | ...

Roland0's Profile: http://forums.slimdevices.com/member.php?userid=56808
View this thread: http://forums.slimdevices.com/showthread.php?t=113499

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


Re: [SlimDevices: Plugins] [Announce] Squeezelite-X

2020-12-22 Thread timkur


ralphy wrote: 
> Wow, someone else who's aware of the best scifi show of it's time, IMHO.
> I actually own all those CDs and DVDs. The 5 year arc of Babylon 5
> written mostly by JMS was an amazing story.
> 
> The variations on a theme mp3 plays from start to finish for me after I
> downloaded it.  I could not get it to play at all using the url and the
> latest LMS 8.0.1 nightly.
> 
> What version and have you changed any of the default settings for
> squeezelite, specifically the -b and/or -a options?

Agreed. Season 1 was pretty rough, but season 3 and 4 are arguably some
of the best television written, especially for the '90s when
multi-episode story arcs were not the norm.

I downloaded the MP3 as well to play. No interesting command line args
passed to squeezelite.

squeezelite-x64.exe -o 2 -n WholeHouseAudio -m 00:15:5d:72:cb:54

I was on the latest LMS last week, but found issues with my old
Squeezebox connecting to it, so I moved all of the way back to 7.7.5,
though it also repro'ed for me on 7.9.* as well. Note it plays fine on
my Squeezebox.

Tim



timkur's Profile: http://forums.slimdevices.com/member.php?userid=70102
View this thread: http://forums.slimdevices.com/showthread.php?t=108550

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