Re: [SlimDevices: Plugins] [Announce] Music Similarity DSTM mixer

2022-01-16 Thread cpd73

prabbit wrote: 
> There was nothing I snipped from the log that related to highlevel
> attributes. I pulled your latest changes (9e0fda) and didn't see a
> change in the startup logging.

OK, I'll look into this. The idea is to try to automate as much of the
config as possible. So, the analysis side sets highlevel to false unless
Linux, and the API side (is supposed to) check the DB to see if Essentia
results are there and if high-level results are there.

prabbit wrote: 
> You're correct. After I added an "essentia" stanza to my config.json
> file to force high-level recognition (it wasn't enough to do so from the
> Music Similarity plugin settings' page), then I did see a difference in
> both the startup and in the attributes returned with each song.

You can't 'Enable' Essentia from the plugin page, only select if you
want things to be used if enabled. I want to have the plugin talk to the
server to detect if Essentia is enabled, and if high-level analysis
results are there, etc. Then the plugin can control what is shown. Just
not sure how to do that at the mo...

prabbit wrote: 
> 
> I'm not sure exactly what you mean by 'current filtering of these,' but
> I have some ideas. Some of us on these forums fondly remember Michael
> Herger's deprecated SmartMix plugin. It was a fantastic tool that
> allowed us to create mixes based on a variety of attributes — just like
> the ones in the music-similarity database. It had slider bars that
> allowed us to set a range for various attributes and then build a
> playlist from the tracks that met that criteria. 

Never used SmartMix, before my time :) However, this mixer is meant to
be driven by DSTM - therefore mixes are based upon current queue items,
not a set of attributes.

prabbit wrote: 
> 
> Imagine I want to query the music-similarity database for all songs with
> these values and produce a playlist—that was SmartMix and that's what I
> think the purpose of those values would or could be. 

And this mixer does not support that, at the moment.

The *only* thing this mixer does with the Essentia high-level attributes
is to find the 4 highest (above 0.8) or lowest (below 0.2) and then
filter tracks on that. i.e. Seed happy=0.95, candidate happy needs to be
0.7 or higher. Likewise if seed happy=0.19 (so, not happy) candidate
needs to be 0.3 or lower.

But I find that filters out a -lot- of tracks - so I'm not 100% sure
about this. Please feel free to look at 'check_attribs' in
'lib/filters.py' and suggest improvements.

prabbit wrote: 
> 
> >   >   > 
  - happy: > 0.9
  - aggressive: 0.4 - 0.6
  - danceable: >0.75
  - electronic: >0.8
  - dark: >0.5
  > > > 
> 

You do know that these Essentia attributes are the probability that a
song matches a model? i.e. happy=0.9 means that there is a 90% -chance-
that it is happy, not that the song is 90% happy.



*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=115609

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


Re: [SlimDevices: Plugins] Announce: Radio Now Playing plugin

2022-01-16 Thread Man in a van


ian_heys wrote: 
>  Programs I enjoyed were "All Things Considered" which I think may be
> still running and "Prairie Home Companion" which I don't think is.
> 
> Thanks again
> 
> Ian

Hi Ian

" All Things Considered " is, I think, available as a podcast :)

Dusty and Lefty retired from the Range a few years ago, 'but there might
be archive material still available
' (https://www.garrisonkeillor.com/)
ronnie



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

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


Re: [SlimDevices: Plugins] [Announce] 'MediaServer' *certified* Alexa skill for LMS

2022-01-16 Thread philchillbill

Grizzly wrote: 
> Excellent addition to my LMS setup thankyou. I was just catching up on
> the forum about developments etc and noticed the Stream command so
> thought I would check it out. Whilst everything appears to work. I do
> not get any output from my Echo (Show 8). Cover art is displayed on the
> Echo and lms shows the Alexa as a player however it doesn't start
> playing and can't be started by playing from LMS. My entire music
> collection is Flac. Does the Echo need to convert it on the fly to MP3?
> Any guidance of what I may need to set / check would be very welcome -
> Thanks again for a great product, continues to get better.

The Stream commands use the /stream.mp3 endpoint in LMS so that means
that LMS needs to be able to transcode your flacs to mp3. The echo can
handle FLAC no problem (these days) but LMS cannot stream anything other
than mp3. 

LMS should do that on the fly so if it’s not then it’s usually just that
the LAME decoder is not installed on your system or your transcoding
rules are messed up. For the avoidance of doubt, that’s all in respect
of LMS and not the Echo or the skill. 

See https://wiki.slimdevices.com/index.php/LAME_for_transcoding.html





philchillbill's Profile: http://forums.slimdevices.com/member.php?userid=68920
View this thread: http://forums.slimdevices.com/showthread.php?t=111016

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


Re: [SlimDevices: Plugins] Announce: Radio Now Playing plugin

2022-01-16 Thread ian_heys


Paul Webster wrote: 
> 
> That makes around 40 top-level station groups and over 350 stations now
> in the plugin.
> Time for a pause so I start looking again at providing data to "Radio
> Favourites".
> 

Thanks for all your efforts in this plugin. I use it daily and I'm
listening to Cesky Rozhlas Jazz as I type. The range of stations is
certainly large and probably more than most people have the time to
sample. The great thing is that the range of genres is expanding nicely
and there is something for most and an incredible range of French
stations.

On the question of NPR, having lived near Washington DC many years ago I
believe that WAMU (American University) was the national base station,
and all the other stations picked up their national relay programs from
them - but I could be wrong, it is about forty years ago. Programs I
enjoyed were "All Things Considered" which I think may be still running
and "Prairie Home Companion" which I don't think is.

Thanks again

Ian



*Music Store and VPN Server: *Synology DS215J NAS
*Study Server:* LMS 8.2.0 on Pi 4B pCp 8.0.0/IQ Audio DAC+
*Refurbished 1962 RCA Stereo Console Server/Player *LMS 8.2.0 on Pi 4B
pCp 8.0.0/IQ Audio DAC+
*LAN Players: x2:* pCp 8.0.0 on Pi 3B / IQ Audio DAC+
*LAN Player/ADC* pCp 8.0.0 on Pi 3B / IQ audio Codec +
*PC Players: x2: *Squeezelite on Windows 10 PC.
*VPN Mobile & Car Player:* Material/SqueezePlayer on Android Phone

ian_heys's Profile: http://forums.slimdevices.com/member.php?userid=2629
View this thread: http://forums.slimdevices.com/showthread.php?t=115201

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


Re: [SlimDevices: Plugins] [Announce] Music Similarity DSTM mixer

2022-01-16 Thread prabbit

cpd73 wrote: 
> That config item is set to false by default for non-Linux, if it is not
> set in the config file. However, later you should have seen other lines
> 'Tracks have not been analysed with Essentia, attribute filtering
> disabled' or 'Will use Essentia attributes to filter tracks (highlevel)'
> -- do you see those? The code checks if Essentia is enabled then queries
> the DB to see if tracks have highlevel attributes. They would be in the
> section you have removed from your example output.
> 
> Just noticed this check might not have been 100% so have made some
> slight changes.
> 

There was nothing I snipped from the log that related to highlevel
attributes. I pulled your latest changes (9e0fda) and didn't see a
change in the startup logging. (Doesn't mean there wasn't any.)


cpd73 wrote: 
> Your example 'FILTERED' lines are all Essentia low-level - BPM, Key,
> loundness.
You're correct. After I added an "essentia" stanza to my config.json
file to force high-level recognition (it wasn't enough to do so from the
Music Similarity plugin settings' page), then I did see a difference in
both the startup and in the attributes returned with each song.

cpd73 wrote: 
> No. And, I'm not sure the current filtering of these makes that much
> sense.
I'm not sure exactly what you mean by 'current filtering of these,' but
I have some ideas. Some of us on these forums fondly remember Michael
Herger's deprecated SmartMix plugin. It was a fantastic tool that
allowed us to create mixes based on a variety of attributes — just like
the ones in the music-similarity database. It had slider bars that
allowed us to set a range for various attributes and then build a
playlist from the tracks that met that criteria. 

Imagine I want to query the music-similarity database for all songs with
these values and produce a playlist—that was SmartMix and that's what I
think the purpose of those values would or could be. 


- happy: > 0.9
- aggressive: 0.4 - 0.6
- danceable: >0.75
- electronic: >0.8
- dark: >0.5
  

That criteria in my music collection finds 124 songs. I'd like to put
-that- on play.

With the voice attribute we have a way to create playlists based on
(perceived) male or female voices, too—something SmartMix couldn't do
(that I recall).

I actually see these low-level and high-level attributes being the
greatest power of what you've done with the Similarity project. You've
opened up nearly 20 different ways to slice and access our music
collections beyond DTSM. And if we could hook into ratings from
TrackStat or RatingsLight... (well, a boy can dream)

cpd73 wrote: 
> The similarity score is how similar a track is to the seed - a low value
> => high similarity. So, it would make no sense to have a similarity
> score to itself - it will always be 0.0, as its the same track.
> 
> There is only one score.
Thank you for the clarification. Things are starting to make sense for
me.



prabbit's Profile: http://forums.slimdevices.com/member.php?userid=11142
View this thread: http://forums.slimdevices.com/showthread.php?t=115609

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


Re: [SlimDevices: Plugins] [Announce] SuperDateTime Screensaver v5.11.0 - Date/Time/Weather/Sports/Stocks

2022-01-16 Thread BoomX2

Sfn4uk wrote: 
> The STD Screensaver plugin (latest version) shows up on the inactive
> plugin list and when I try to load it it fails to load - the log shows
> the following message:
> 
> Slim::Utils::PluginManager::load (323) Error: Couldn't load
> Plugins::SuperDateTime::Plugin 
> 
> this happens every time I try it does not happen with any other plugin
> I’ve tried to load and I’ve tried different versions of the lms with no
> success 
> 
> The plugin worked perfectly until about four days ago.  Grateful for any
> help or adviceI'm not sure what could be causing your issues.   If you 
> provide more
details like the hardware your server is running on, the OS, and version
of LMS, maybe someone else might have an idea. 

Also let us know anything that changed on your system between when SDT
worked and when it moved to "Inactive".  Any updates? 

Sent from my SM-G975U using Tapatalk





BoomX2's Profile: http://forums.slimdevices.com/member.php?userid=33529
View this thread: http://forums.slimdevices.com/showthread.php?t=112122

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


Re: [SlimDevices: Plugins] Squeezelite/Picoreplayer: Is it possible to show the IP address of the Squeezebox?

2022-01-16 Thread peddanet


Thanks u2!

Is it possible to set up ssid and wpa-psk password by Jivelite settings
as well?

Is there Any plugin or could it technically be easily created, if not?

BR Peter



peddanet's Profile: http://forums.slimdevices.com/member.php?userid=70331
View this thread: http://forums.slimdevices.com/showthread.php?t=115774

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


Re: [SlimDevices: Plugins] [Announce] 'MediaServer' *certified* Alexa skill for LMS

2022-01-16 Thread Grizzly


Excellent addition to my LMS setup thankyou. I was just catching up on
the forum about developments etc and noticed the Stream command so
thought I would check it out. Whilst everything appears to work. I do
not get any output from my Echo (Show 8). Cover art is displayed on the
Echo and lms shows the Alexa as a player however it doesn't start
playing and can't be started by playing from LMS. My entire music
collection is Flac. Does the Echo need to convert it on the fly to MP3?
Any guidance of what I may need to set / check would be very welcome -
Thanks again for a great product, continues to get better.



Grizzly's Profile: http://forums.slimdevices.com/member.php?userid=21095
View this thread: http://forums.slimdevices.com/showthread.php?t=111016

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


Re: [SlimDevices: Plugins] announce: ShairTunes2W - Airtunes on LMS (forked version with Windows support)

2022-01-16 Thread philippe_44


superstar19 wrote: 
> Thanks. Yes, LMS (and I assume therefore Shairtunes) is running on my
> desktop PC which is wired directly via ethernet to my xfinity whole
> house router.
> 
> Here is the log:
> 
> > 
Code:

  >   > [22-01-16 16:37:12.1224] 
Plugins::ShairTunes2W::Plugin::revoke_publishPlayers (410) Stop old publish 
players services:1404
  > [22-01-16 16:37:13.1246] 
Plugins::ShairTunes2W::Plugin::revoke_publishPlayers (410) Stop old publish 
players services:5604
  > [22-01-16 16:37:14.1343] 
Plugins::ShairTunes2W::Plugin::revoke_publishPlayers (410) Stop old publish 
players services:9492
  > [22-01-16 16:37:15.1450] Plugins::ShairTunes2W::Plugin::removePlayer (358) 
publisher for Squeezebox Touch with 00:04:20:22:17:46, PID 
Proc::Background=HASH(0xc0385e4) will be terminated.
  > [22-01-16 16:37:15.1457] Plugins::ShairTunes2W::Plugin::removePlayer (358) 
publisher for La Cocina with 00:04:20:07:eb:3a, PID 
Proc::Background=HASH(0xc1e0764) will be terminated.
  > [22-01-16 16:37:15.1464] Plugins::ShairTunes2W::Plugin::removePlayer (358) 
publisher for Squeezebox Radio with 00:04:20:2b:51:c5, PID 
Proc::Background=HASH(0xc707264) will be terminated.
  > [22-01-16 16:37:15.1481] Plugins::ShairTunes2W::Plugin::createListenPort 
(398) Created listener on port 51720
  > [22-01-16 16:37:15.1645] Plugins::ShairTunes2W::Plugin::publishPlayer (440) 
avahi-publish-player not in path
  > [22-01-16 16:37:15.1713] Plugins::ShairTunes2W::Plugin::publishPlayer (443) 
start dns-sd "Squeezebox Touch"
  > [22-01-16 16:37:15.4311] Plugins::ShairTunes2W::Plugin::addPlayer (346) 
create client Slim::Player::SqueezePlay=ARRAY(0xc1e33ac) with proc 
Proc::Background=HASH(0xc42f7ec)
  > [22-01-16 16:37:15.4315] Plugins::ShairTunes2W::Plugin::createListenPort 
(398) Created listener on port 51721
  > [22-01-16 16:37:15.4476] Plugins::ShairTunes2W::Plugin::publishPlayer (440) 
avahi-publish-player not in path
  > [22-01-16 16:37:15.4546] Plugins::ShairTunes2W::Plugin::publishPlayer (443) 
start dns-sd "La Cocina"
  > [22-01-16 16:37:15.4578] Plugins::ShairTunes2W::Plugin::addPlayer (346) 
create client Slim::Player::Squeezebox2=ARRAY(0xc30760c) with proc 
Proc::Background=HASH(0x1023430c)
  > [22-01-16 16:37:15.4581] Plugins::ShairTunes2W::Plugin::createListenPort 
(398) Created listener on port 51723
  > [22-01-16 16:37:15.4738] Plugins::ShairTunes2W::Plugin::publishPlayer (440) 
avahi-publish-player not in path
  > [22-01-16 16:37:15.4809] Plugins::ShairTunes2W::Plugin::publishPlayer (443) 
start dns-sd "Squeezebox Radio"
  > [22-01-16 16:37:15.4839] Plugins::ShairTunes2W::Plugin::addPlayer (346) 
create client Slim::Player::SqueezePlay=ARRAY(0xc01cc24) with proc 
Proc::Background=HASH(0xc1db65c)
  > 

> > 

Maybe there is an issue with dns-sd. Try to edit
C:\ProgramData\Squeezebox\Cache\InstalledPlugins\Plugins\ShairTunes2W\Plugin.pm,
line 443 you should see

Code:


  if ( $path = which('mDNSPublish') ) {
  $log->info( "start mDNSPublish \"$apname\"" );
$mDNShelper = $path;
  eval { $proc = Proc::Background->new($path, $id, "_raop._tcp", @params ); };
return $proc if $proc;
  $log->warn( "start mDNSPublish failed" );
  }
  $log->info( "mDNSPublish not in path" ) if (!$@);
  


Remove all that or comment it out by doing this

Code:


  =comment
  if ( $path = which('mDNSPublish') ) {
  $log->info( "start mDNSPublish \"$apname\"" );
$mDNShelper = $path;
  eval { $proc = Proc::Background->new($path, $id, "_raop._tcp", @params ); };
return $proc if $proc;
  $log->warn( "start mDNSPublish failed" );
  }
  
  $log->info( "mDNSPublish not in path" ) if (!$@);
  =cut
  




LMS 8.2 on Odroid-C4 - *SqueezeAMP!*, 5xRadio, 5xBoom, 2xDuet, 1xTouch,
1xSB3. Sonos PLAY:3, PLAY:5, Marantz NR1603, Foobar2000, ShairPortW,
2xChromecast Audio, Chromecast v1 and v2, Squeezelite on Pi,  Yamaha
WX-010, AppleTV 4, Airport Express, GGMM E5, RivaArena 1 & 3

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

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


Re: [SlimDevices: Plugins] [Announce] Music Similarity DSTM mixer

2022-01-16 Thread cpd73


prabbit wrote: 
> key - CM (8B) / Gm (6A) - Similar reasoning. Rule was to find songs in
> the same key (CM). What I couldn't find is where the values 8B and 6A
> were coming from or their purpose, if any.

This comes from the 'Camelot Wheel' - as linked to in the first post.
See https://mixedinkey.com/camelot-wheel/



*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=115609

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


Re: [SlimDevices: Plugins] [Announce] Music Similarity DSTM mixer

2022-01-16 Thread cpd73


prabbit wrote: 
> 
> 1. My music-similarity.db does have high-level analysis data in it.
> Because my API server is running on Windows, it appears as if high-level
> analysis is turned off: "essentia.highlevel set to False". Because there
> is high-level analysis in my database, is this entry accurate? Will it
> affect what mixes my system will produce?
> 

That config item is set to false by default for non-Linux, if it is not
set in the config file. However, later you should have seen other lines
'Tracks have not been analysed with Essentia, attribute filtering
disabled' or 'Will use Essentia attributes to filter tracks (highlevel)'
-- do you see those? The code checks if Essentia is enabled then queries
the DB to see if tracks have highlevel attributes. They would be in the
section you have removed from your example output.

Just noticed this check might not have been 100% so have made some
slight changes.

prabbit wrote: 
> 2. It appears that tracks are filtered based on high-level attributes.
> Is that how I should read the "FILTERED" lines?

Your example 'FILTERED' lines are all Essentia low-level - BPM, Key,
loundness.

prabbit wrote: 
> Is there a way to adjust for other attributes like party, electronic,
> aggressive, tonal, voice, etc.?

No. And, I'm not sure the current filtering of these makes that much
sense.

prabbit wrote: 
> There is an instance of a USABLE track in the list. It has these scores:
> Similarity:0.042277 AdjSim:0.19227686300873756. These are relative
> scores calculated from values in the settings along with values from
> music-similarity.db. We see the calculated score for the track being
> compared. I couldn't find a similar score for the SEED track. Is there
> one? If not, could there be one?

The similarity score is how similar a track is to the seed - a low value
=> high similarity. So, it would make no sense to have a similarity
score to itself - it will always be 0.0, as its the same track.

prabbit wrote: 
> I'd like to be able to see the two scores relative to each other. It
> would help me understand how Essentia/Musly/Music-Similarity are working
> so that I can best manipulate it.

There is only one score.



*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=115609

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


Re: [SlimDevices: Plugins] announce: ShairTunes2W - Airtunes on LMS (forked version with Windows support)

2022-01-16 Thread superstar19


philippe_44 wrote: 
> Dac32 and iPhones are on the same wireless segment but Shairtunes I
> assume is on the Ethernet segment. It sounds again like a router doing
> IGMP snooping, can you check if you such option? Otherwise, can you send
> me a server log when you start Shairtunes (republish) so I can see what
> publisher is used?

Thanks. Yes, LMS (and I assume therefore Shairtunes) is running on my
desktop PC which is wired directly via ethernet to my xfinity whole
house router.

Here is the log:


Code:

[22-01-16 16:37:12.1224] 
Plugins::ShairTunes2W::Plugin::revoke_publishPlayers (410) Stop old publish 
players services:1404
  [22-01-16 16:37:13.1246] Plugins::ShairTunes2W::Plugin::revoke_publishPlayers 
(410) Stop old publish players services:5604
  [22-01-16 16:37:14.1343] Plugins::ShairTunes2W::Plugin::revoke_publishPlayers 
(410) Stop old publish players services:9492
  [22-01-16 16:37:15.1450] Plugins::ShairTunes2W::Plugin::removePlayer (358) 
publisher for Squeezebox Touch with 00:04:20:22:17:46, PID 
Proc::Background=HASH(0xc0385e4) will be terminated.
  [22-01-16 16:37:15.1457] Plugins::ShairTunes2W::Plugin::removePlayer (358) 
publisher for La Cocina with 00:04:20:07:eb:3a, PID 
Proc::Background=HASH(0xc1e0764) will be terminated.
  [22-01-16 16:37:15.1464] Plugins::ShairTunes2W::Plugin::removePlayer (358) 
publisher for Squeezebox Radio with 00:04:20:2b:51:c5, PID 
Proc::Background=HASH(0xc707264) will be terminated.
  [22-01-16 16:37:15.1481] Plugins::ShairTunes2W::Plugin::createListenPort 
(398) Created listener on port 51720
  [22-01-16 16:37:15.1645] Plugins::ShairTunes2W::Plugin::publishPlayer (440) 
avahi-publish-player not in path
  [22-01-16 16:37:15.1713] Plugins::ShairTunes2W::Plugin::publishPlayer (443) 
start dns-sd "Squeezebox Touch"
  [22-01-16 16:37:15.4311] Plugins::ShairTunes2W::Plugin::addPlayer (346) 
create client Slim::Player::SqueezePlay=ARRAY(0xc1e33ac) with proc 
Proc::Background=HASH(0xc42f7ec)
  [22-01-16 16:37:15.4315] Plugins::ShairTunes2W::Plugin::createListenPort 
(398) Created listener on port 51721
  [22-01-16 16:37:15.4476] Plugins::ShairTunes2W::Plugin::publishPlayer (440) 
avahi-publish-player not in path
  [22-01-16 16:37:15.4546] Plugins::ShairTunes2W::Plugin::publishPlayer (443) 
start dns-sd "La Cocina"
  [22-01-16 16:37:15.4578] Plugins::ShairTunes2W::Plugin::addPlayer (346) 
create client Slim::Player::Squeezebox2=ARRAY(0xc30760c) with proc 
Proc::Background=HASH(0x1023430c)
  [22-01-16 16:37:15.4581] Plugins::ShairTunes2W::Plugin::createListenPort 
(398) Created listener on port 51723
  [22-01-16 16:37:15.4738] Plugins::ShairTunes2W::Plugin::publishPlayer (440) 
avahi-publish-player not in path
  [22-01-16 16:37:15.4809] Plugins::ShairTunes2W::Plugin::publishPlayer (443) 
start dns-sd "Squeezebox Radio"
  [22-01-16 16:37:15.4839] Plugins::ShairTunes2W::Plugin::addPlayer (346) 
create client Slim::Player::SqueezePlay=ARRAY(0xc01cc24) with proc 
Proc::Background=HASH(0xc1db65c)
  




superstar19's Profile: http://forums.slimdevices.com/member.php?userid=59363
View this thread: http://forums.slimdevices.com/showthread.php?t=106289

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


Re: [SlimDevices: Plugins] [Announce] Music Similarity DSTM mixer

2022-01-16 Thread prabbit


I'm looking to learn about the various settings and how each of them
influence the mixes I can create. I've been looking at the code in
*app.py*, especially the similar_api() function.

Taking a look at a snippet from my log, I have a some questions.



Code:


  PS G:\music-similarity> python .\music-similarity.py -l DEBUG
  2022-01-16 14:08:56 D musly.lib set to windows\mingw64\libmusly.dll
  2022-01-16 14:08:56 D essentia.highlevel set to False
  2022-01-16 14:08:56 D Init DB
  2022-01-16 14:08:56 D Start server
  2022-01-16 14:08:56 D Init Musly
  [...]
  2022-01-16 14:08:56 D Musly init done
  2022-01-16 14:08:57 D Read jukebox: 
G:\music-similarity-data\music-similarity.jukebox
  2022-01-16 14:08:57 I Loaded 20568 tracks
  2022-01-16 14:08:57 D Ready to process requests
  2022-01-16 14:16:09 D Request: {"nogenrematchadj": "15", "genregroupadj": 
"7", "shuffle": 1, "maxbpmdiff": "20", "count": "2", "min": 0, "genregroups": 
null, "track": 
["file:///mnt/PiSounds/flac_mp3/lossless/The%20Beautiful%20South/0898/1992%20-%201-1%20-%20Old%20Red%20Eyes%20Is%20Back.flac"],
 "previous": 
["file:///mnt/PiSounds/flac_mp3/lossless/The%20Beautiful%20South/0898/1992%20-%201-1%20-%20Old%20Red%20Eyes%20Is%20Back.flac"],
 "max": 0, "maxloudnessdiff": "1", "format": "text", "norepart": "25", 
"filtergenre": 0, "norepalb": "25", "filterattrib": "1", "filterxmas": "1", 
"attribweight": "100", "filterkey": "1", "mpath": "/mnt/PiSounds/flac_mp3"}
  2022-01-16 14:16:09 D Genre cfg: {}
  2022-01-16 14:16:09 D Essentia(attrib) cfg: {"enabled": true, "highlevel": 
false, "bpm": 20, "loudness": 0.1, "filterkey": true, "filterattrib": true, 
"weight": 0.0}
  2022-01-16 14:16:09 D USABLE ID:9650 Path:lossless/Grease/1978 - 1-19 - Louis 
St. Louis - Rock 'n' Roll Party Queen.flac Similarity:0.042277 
AdjSim:0.19227686300873756 Meta:{"title": "summer nights", "artist": "grease", 
"album": "grease", "albumartist": "grease", "duration": 131, "genres": 
["Soundtrack"], "ignore": false, "bpm": 144, "loudness": 0.898295998573, "key": 
"FM"}
  2022-01-16 14:16:09 D FILTERED(attribs(bpm - 148/93)) ID:15595 
Path:lossless/Nabiha/Mind The Gap/2013 - 1-9 - Halo & Handcuffs.flac 
Similarity:0.048016 Meta:{"title": "halo and handcuffs", "artist": "nabiha", 
"album": "mind the gap", "albumartist": "nabiha", "duration": 227, "genres": 
["Pop"], "ignore": false, "bpm": 93, "loudness": 0.937825024128, "key": "Cm"}
  2022-01-16 14:16:09 D FILTERED(attribs(loudness - 
0.835620343685/0.615452826023)) ID:19639 Path:lossless/Whitesnake/Slip Of The 
Tongue/1989 - 1-10 - Sailing Ships.flac Similarity:0.048795 Meta:{"title": 
"sailing ships", "artist": "whitesnake", "album": "slip of the tongue", 
"albumartist": "whitesnake", "duration": 363, "genres": ["Rock"], "ignore": 
false, "bpm": 161, "loudness": 0.615452826023, "key": "GM"}
  2022-01-16 14:16:09 D FILTERED(attribs(key - CM (8B) / Gm (6A))) ID:3105 
Path:lossy/Dire Straits/Money For Nothing/1988 - 1-11 - Money For Nothing.mp3 
Similarity:0.050161 Meta:{"title": "money for nothing", "artist": "sting;dire 
straits", "album": "money for nothing", "albumartist": "dire straits", 
"duration": 246, "genres": ["Rock:Classic"], "ignore": false, "bpm": 134, 
"loudness": 0.829533398151, "key": "Gm"}
  [...]



1. My music-similarity.db does have high-level analysis data in it.
Because my API server is running on Windows, it appears as if high-level
analysis is turned off: "essentia.highlevel set to False". Because there
is high-level analysis in my database, is this entry accurate? Will it
affect what mixes my system will produce?
2. It appears that tracks are filtered based on high-level attributes.
Is that how I should read the "FILTERED" lines?

- bpm - 148/93. Seed song has BPM of 148, this track is 93. Max
  difference setting is 20. 93 is greater than 20 from 148, therefore
  filtered based on BPM rule.
- loudness - 0.835620343685/0.615452826023. Similar reasoning, except
  loudness setting difference was 0.1.
- key - CM (8B) / Gm (6A) - Similar reasoning. Rule was to find songs
  in the same key (CM). What I couldn't find is where the values 8B and
  6A were coming from or their purpose, if any.
  
3. Is there a way to adjust for other attributes like party, electronic,
aggressive, tonal, voice, etc.?
4. There is an instance of a USABLE track in the list. It has these
scores: Similarity:0.042277 AdjSim:0.19227686300873756. These are
relative scores calculated from values in the settings along with values
from music-similarity.db. We see the calculated score for the track
being compared. I couldn't find a similar score for the SEED track. Is
there one? If not, could there be one?
I'd like to be able to see the two scores relative to each other. It
would help me understand how Essentia/Musly/Music-Similarity are working
so that I can best manipulate it.



prabbit's Profile: http://fo

Re: [SlimDevices: Plugins] [Announce] SuperDateTime Screensaver v5.11.0 - Date/Time/Weather/Sports/Stocks

2022-01-16 Thread quzma


'Additional Repositories' didn't work.
But with a remote help of my IT friend (linux commands knowledge) I
installed SDT manually with app moboXterm for ssh. Folder to copy
SuperDateTime folder in (/volume1/@appstore/SqueezeCenter/Plugins)
didn't exist so I had to make it myself. For making or coping folder you
need to use sudo -u prefix with your own user password. I was login is
ssh with my nas credentials which is part of admin group so I don't
understand why I got 'access denied'.
SDT is alive again!! Thanks for your replies.



quzma's Profile: http://forums.slimdevices.com/member.php?userid=63864
View this thread: http://forums.slimdevices.com/showthread.php?t=112122

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


Re: [SlimDevices: Plugins] [Announce] LMS Announce - play announcements / notifications

2022-01-16 Thread martingr


martingr wrote: 
> Hi Roland, you're right - I've removed the extra parameters (included in
> the gTTS.sh script):
> 
> > 
Code:

  >   > #!/bin/bash
  > # MG 2021-12-12
  > # based on 
https://forums.slimdevices.com/showthread.php?109096-Announce-LMS-Announce-play-announcements-notifications/page10
  > 
  > while getopts "o:t:" opt; do
  > case $opt in
  > o)
  > DESTFILE="$OPTARG"
  > ;;
  > t)
  > TEXT="$OPTARG"
  > ;;
  > esac
  > done
  > #ssh user@otherraspi "/usr/bin/mimic -o /dev/stdout -voice slt -t 
\"$TEXT\"" > "${DESTFILE}"
  > ssh pi@192.168.1.120 "python3 /home/pi/.local/bin/gtts-cli -o /dev/stdout 
\"$TEXT\" --tld at --lang de" > "${DESTFILE}"
  > 

> > 
> 
> 
> > 
Code:

  >   > tc@pi-LMS:~$ ls -l
  > total 12
  > -rwxr-xr-x1 root staff  579 Dec 25 17:42 gTTS.sh
  > -rwxr-xr-x1 tc   staff 2135 Dec 23  2020 pcp-powerbutton.sh
  > -rwxr-xr-x1 tc   staff  713 Dec 23  2020 powerscript.sh
  > tc@pi-LMS:~$ sh /home/tc/gTTS.sh -o /tmp/annTTS.wav -t "Test"
  > 

> > 
> 
> > 
Code:

  >   > ls -l /tmp/annTTS.wav
  > -rw-r--r--1 tc   staff 4320 Dec 25 17:47 /tmp/annTTS.wav
  > tc@pi-LMS:~$
  > 

> > 
> 
> > 
Code:

  >   > 
http://192.168.1.130:9000/plugins/LMSannounce/js.html?cmd=announceTTS&ttsprofile=gtts-de&text=TextTextText&playerid=00:04:20:22:fa:31

> > 
> 
> > 
Code:

  >   > {"error":true,"msg":"error 32512 while executing TTS"}

> > 
> 
> > 
Code:

  >   > [21-12-25 18:00:03.1122] main::init (390) Starting Logitech Media 
Server (v8.2.0, 1627922070, Tue Aug  3 11:43:18 CEST 2021) perl 5.032000 - 
arm-linux-gnueabihf-thread-multi-64int
  > [21-12-25 18:00:06.6594] Plugins::LMSannounce::Plugin::initPlugin (116) 
LMSannounce init start
  > [21-12-25 18:00:06.6608] Plugins::LMSannounce::Plugin::initPlugin (137) 
LMSannounce: using /usr/local/etc/la-ttsprofiles.json
  > [21-12-25 18:00:06.6620] Plugins::LMSannounce::Plugin::initPlugin (144) 
LMSannounce: parsed la-ttsprofiles.json
  > [21-12-25 18:00:06.6627] Plugins::LMSannounce::Plugin::initPlugin (150) 
LMSannounce initialized (v0.1.0)
  > [21-12-25 18:00:34.3549] Plugins::LMSannounce::Plugin::handleJSONP (201) 
handleJSONP cmd=announceTTS pid=00:04:20:22:fa:31 forcewake=
  > [21-12-25 18:00:34.3559] Plugins::LMSannounce::Plugin::handleJSONP (210) 
handleJSONP targetClient=00:04:20:22:fa:31
  > [21-12-25 18:00:34.3566] Plugins::LMSannounce::Plugin::savePlaylistState 
(374) savePlaylistState called
  > [21-12-25 18:00:34.3611] Plugins::LMSannounce::Plugin::announceTTS (323) 
announceTTS called: ttspreset=gtts-de text=TextTextText
  > [21-12-25 18:00:34.3621] Plugins::LMSannounce::Plugin::announceTTS (325) 
announceTTS: preset={'output' => '-o ','options' => '','text' => '-t','cmd' => 
'/home/tc/gTTS.sh'}
  > [21-12-25 18:00:34.3626] Plugins::LMSannounce::Plugin::announceTTS (330) 
announceTTS: command: /home/tc/gTTS.sh -o  /tmp/annTTS.wav  -t "TextTextText"

> > 
> 
> 
> one thing: in the log I saw the following lines:
> > 
Code:

  >   > [21-12-25 18:00:34.3621] Plugins::LMSannounce::Plugin::announceTTS 
(325) announceTTS: preset={'output' => '-o ','options' => '','text' => 
'-t','cmd' => '/home/tc/gTTS.sh'}
  > [21-12-25 18:00:34.3626] Plugins::LMSannounce::Plugin::announceTTS (330) 
announceTTS: command: /home/tc/gTTS.sh -o  /tmp/annTTS.wav  -t "TextTextText"

> > 
> 
> isn't there one extra space after -o ?
> > 
Code:

  >   > -o  /tmp/annTTS.wav

> > 
Hi Roland, could you please have  look on it - still same problem.
Thanks, Martin



martingr's Profile: http://forums.slimdevices.com/member.php?userid=64961
View this thread: http://forums.slimdevices.com/showthread.php?t=109096

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


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

2022-01-16 Thread prabbit


I've noticed some errors in my server.log that I can't trace to any
particular plug-in, but SLX -appears- to be the leading candidate. Greg,
have you seen these before?


Code:


  [22-01-14 21:52:54.9520] Slim::Control::Request::renderAsArray (2233) Error: 
request should set useIxHashes in Slim::Control::Request->new()
  [22-01-14 21:52:54.9524] Slim::Control::Request::renderAsArray (2233) 
Backtrace:
  



Thread with others attempting to isolate the cause: 
https://forums.slimdevices.com/showthread.php?111288-Slim-Control-Request-renderAsArray-(2233)-Error-request-should-set-useIxHashes-in&p=1043593&viewfull=1#post1043593



prabbit's Profile: http://forums.slimdevices.com/member.php?userid=11142
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: ShairTunes2W - Airtunes on LMS (forked version with Windows support)

2022-01-16 Thread philippe_44


superstar19 wrote: 
> Checked the 2 other iPhones in the household (XL, 13, SE) and the
> Logitech devices aren't in the list but the DAC32 is so something weird
> with the iOS phones.

Dac32 and iPhones are on the same wireless segment but Shairtunes I
assume is on the Ethernet segment. It sounds again like a router doing
IGMP snooping, can you check if you such option? Otherwise, can you send
me a server log when you start Shairtunes (republish) so I can see what
publisher is used?



LMS 8.2 on Odroid-C4 - *SqueezeAMP!*, 5xRadio, 5xBoom, 2xDuet, 1xTouch,
1xSB3. Sonos PLAY:3, PLAY:5, Marantz NR1603, Foobar2000, ShairPortW,
2xChromecast Audio, Chromecast v1 and v2, Squeezelite on Pi,  Yamaha
WX-010, AppleTV 4, Airport Express, GGMM E5, RivaArena 1 & 3

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

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


Re: [SlimDevices: Plugins] announce: ShairTunes2W - Airtunes on LMS (forked version with Windows support)

2022-01-16 Thread superstar19


superstar19 wrote: 
> Huh, I had no idea I could do airplay from my PC/iTunes. lol. But yes,
> every device shows up as expected in iTunes on my PC. And it looks like
> all the devices show up in my old iPad so looks like a setup issue with
> the phone?

Checked the 2 other iPhones in the household (XL, 13, SE) and the
Logitech devices aren't in the list but the DAC32 is so something weird
with the iOS phones.



superstar19's Profile: http://forums.slimdevices.com/member.php?userid=59363
View this thread: http://forums.slimdevices.com/showthread.php?t=106289

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


Re: [SlimDevices: Plugins] ANNOUNCE: Line-In Button Applet for Radio

2022-01-16 Thread schmurtz


indifference_engine wrote: 
> Following on from a PM sent to me I have released v1.01 of the Line-In
> Button Applet.
> 
> The only change is that there is now a setting to enable line-in at
> startup (from cold boot) but there is a caveat; the radio must not be
> set to resume playback at power-on.  The default behaviour is "Do
> Nothing" which mimics the old version.
> 
> I am using notify_playerCurrent() to detect when the player is ready and
> then enabling Line-In which works but if the player is set to resume at
> power on it then immediately disables Line-In so I think I may be too
> early in the startup process but I don't know how to do it properly!

Yes it seems that DGBlitz sent private messages to everybody to have
what he want :D 
If we just have to disabled "resume playback" it is probably OK for the
use case...
Thanks for the update ;)

By the way I use line in for my google home mini (when I play stotify on
it, the sound goes to my Squeezebox Radio), I remark that there is a
latency with the Squeezebox input :( Probably due to the fact that the
line out don't go directly to the amp, it is probably interpreted by the
processor. it's too bad because it create a kind of echo with my Google
Home Mini which still have his audio speaker.



schmurtz's Profile: http://forums.slimdevices.com/member.php?userid=57368
View this thread: http://forums.slimdevices.com/showthread.php?t=109870

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


Re: [SlimDevices: Plugins] [Announce] SuperDateTime Screensaver v5.11.0 - Date/Time/Weather/Sports/Stocks

2022-01-16 Thread prabbit


Before trying to install it manually, have you added BoomX2's repo as an
"Additional Repository" way at the bottom of the Plugins page? It might
be possible to install from there without needing to install manually. 

http://downloads.sourceforge.net/project/sdt-weather-com/repo.xml



prabbit's Profile: http://forums.slimdevices.com/member.php?userid=11142
View this thread: http://forums.slimdevices.com/showthread.php?t=112122

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


Re: [SlimDevices: Plugins] [Announce] SuperDateTime Screensaver v5.11.0 - Date/Time/Weather/Sports/Stocks

2022-01-16 Thread quzma


I'd like to try to install SDT manually but I dont know how to do it.
Is there any tutorial for Synology NAS? I think that I have to use SSH.
And if I can connect to nas from win10 through ssh, can you send me a
command to copy files?



quzma's Profile: http://forums.slimdevices.com/member.php?userid=63864
View this thread: http://forums.slimdevices.com/showthread.php?t=112122

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


Re: [SlimDevices: Plugins] Starting Spotty Playlist via Node Red

2022-01-16 Thread Michael Herger

For saving the current playlist I tried "playlist,save,playlist:test" or
"playlist,save,file:///share/Multimedia/Quelle%20Logitech%20Media%20Server/test"
but it doesn't work


Oh, don't use the full path, but only "test" as the playlist name.

If that still doesnt' work, then check the server.log to see whether 
there are any errors.

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2022-01-16 Thread d6jg

This is the text

♪ Playing 50 Ways to Leave Your Lover by Paul Simon from Still
Crazy After All These Years (1975) (Qobuz • 2542kbps • 96kHz • FLC)
https://open.qobuz.com/track/2209183

This is the result on FB

[image:
https://uploads.tapatalk-cdn.com/20220116/aba5ce1db4aff6a75210610a0267df41.jpg]


Sent from my iPhone using Tapatalk



Jim
https://jukeradio.double6.net


VB2.4[/B] STORAGE *QNAP TS419P (NFS)
[B]Living Room* Joggler & Pi4/Khadas  -> Onkyo TXNR686 -> Celestion F20s

*Office* Joggler & Pi3 -> Denon RCD N8 -> Celestion F10s 
*Dining Room* SB Radio
*Bedroom (Bedside)* Pi Zero+DAC ->ToppingTP21 ->AKG Headphones
*Bedroom (TV) & Bathroom* SB Touch ->Denon AVR ->Mordaunt Short M10s +
Kef ceiling speakers
*Guest Room* Joggler > Topping Amp -> Wharfedale Modus Cubes

d6jg's Profile: http://forums.slimdevices.com/member.php?userid=44051
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: Denon AVP Control Plugin

2022-01-16 Thread Giunti


SamY wrote: 
> Okay, here it is. The attached beta plugin files implement the ability
> to update the active AVR Quick Select definition from the client plugin
> menu using the current audio settings. The specific settings that are
> saved ... 
> Note the smaller font on the second line of the menu entry. If you test
> this, let me know whether the font looks like that on your device. ... 
> As always, feedback is encouraged and welcomed.

Thanks again, Sam! So far as I've been able to test the new features
they all seem to work as desired. All settings are actually saved by
Squeezer as intended. To prove the appearance of the second-line font in
the QS menue I've added a screenshot. Excellent job, Sam.

Cheers !


+---+
|Filename: 202201162816_153428.png  |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=36856|
+---+


Giunti's Profile: http://forums.slimdevices.com/member.php?userid=50314
View this thread: http://forums.slimdevices.com/showthread.php?t=60114

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2022-01-16 Thread d6jg

@craig

The new “copy details” works perfectly as a means of sharing to social
media. Thank you.



Jim
https://jukeradio.double6.net


VB2.4[/B] STORAGE *QNAP TS419P (NFS)
[B]Living Room* Joggler & Pi4/Khadas  -> Onkyo TXNR686 -> Celestion F20s

*Office* Joggler & Pi3 -> Denon RCD N8 -> Celestion F10s 
*Dining Room* SB Radio
*Bedroom (Bedside)* Pi Zero+DAC ->ToppingTP21 ->AKG Headphones
*Bedroom (TV) & Bathroom* SB Touch ->Denon AVR ->Mordaunt Short M10s +
Kef ceiling speakers
*Guest Room* Joggler > Topping Amp -> Wharfedale Modus Cubes

d6jg's Profile: http://forums.slimdevices.com/member.php?userid=44051
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: Material Skin

2022-01-16 Thread cpd73


mherger wrote: 
> > I have seen multiple times that in the player status message LMS sets
> > the 'size' parameter larger than the number of items it returns -
> often
> > it is one larger. This causes Material to think there are more items
> so
> > asks LMS for these other items and the last one is repeated.
> 
> Hmm... this kind of rings a bell. Would you have a reproducible case?

Unfortunately no. If it was reproducible, or easily so, I would have
either tried to fix or raise an issue on github.



*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] Squeezelite/Picoreplayer: Is it possible to show the IP address of the Squeezebox?

2022-01-16 Thread Michael Herger

Squeezelite/Picoreplayer: Is it possible to show the IP address of the
LMS or Squeezebox via plugin on the player?


Einstellungen/Erweitert/Informationen zur Squeezebox/Informationen zu XYZ

Settings/Advanced/Information about Squeezebox/Information about XYZ

Not the shortest way. But it's there. And then it should be visible as 
picoreplayer.local in your browser, too.

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


Re: [SlimDevices: Plugins] Starting Spotty Playlist via Node Red

2022-01-16 Thread SMarti


The folder should be writeable because I can save the playlist on the
browser.
So I think the command ist not correct, isn't it?

BR



SMarti's Profile: http://forums.slimdevices.com/member.php?userid=72393
View this thread: http://forums.slimdevices.com/showthread.php?t=115687

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2022-01-16 Thread Michael Herger

I have seen multiple times that in the player status message LMS sets
the 'size' parameter larger than the number of items it returns - often
it is one larger. This causes Material to think there are more items so
asks LMS for these other items and the last one is repeated.


Hmm... this kind of rings a bell. Would you have a reproducible case?


This does not seem to affect the Default skin, but I have seen it also


The built-in web UIs don't use the same queries in some places, eg. the 
Now Playing playlist.

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2022-01-16 Thread slartibartfast


cpd73 wrote: 
> Bug-fix release, main changes:
> 
> >   > 
  -  Close players menu 3/4 of a second after long-press on 'Manage
  > players' entry, to (try to) prevent item being incorectly selected.
  -  If set to show technical info then also append this to track
  > details when using 'Copy details' action.
  -  Try to work-around LMS returning incorrect queue size.
  -  Make 'Source' entry in now-playing a link to online service's
  > track, if possible.
  -  Correctly handle LMS's new British English language setting.
  > > > If I long press "Manage players" a player still gets checked. There is a
difference where a continued long press doesn't highlight a player any
more and a player does not become checked after this longer press which
is the same behaviour as before. The shorter long press still results in
a checked player 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=109624

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


Re: [SlimDevices: Plugins] Squeezelite/Picoreplayer: Is it possible to show the IP address of the Squeezebox?

2022-01-16 Thread kidstypike


peddanet wrote: 
> Squeezelite/Picoreplayer: Is it possible to show the IP address of the
> LMS or Squeezebox via plugin on the player?
> 
> Hi all,
> 
> background of my question is: I want to send a ready made Picoreplayer
> on a Raspberry Pi with touch to a friend. But she is not so familiar
> with the techniques behind. It would be nice if she could figure out the
> ip address via GUI in Jivelite on the Picoreplayer to access the browser
> app of piCorePlayer or LMS (samer Pi)...
> 
> Any GUI possibility to achieve this is welcome! Is there maybe a LMS
> plugin available?
> 
> BR
> Peter

It has a touch screen?

Settings > Advanced >Squeezebox information > (name of player)
information. 

36850


+---+
|Filename: information.jpg  |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=36850|
+---+


*Server - LMS 8.3.0 *Pi4B 4GB/Argon one case/pCP 8.1.0 - 75K library,
playlists & LMS cache on Sata SSD (ntfs)
*Study -* Pi4/Pi screen/pCP 8.1.0 > HiFiBerry DAC HAT > Edifier
*Lounge* - Pi2/pCP 8.1.0 > HiFiBerry DIGI+ > Topping E30 > AVI DM5
*Dining Room* - Echo Show 8
*Garage* - Rpi4/pCP/AP mode > Touch > Edifier

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

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

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


Re: [SlimDevices: Plugins] Squeezelite/Picoreplayer: Is it possible to show the IP address of the Squeezebox?

2022-01-16 Thread Paul Webster


I have not checked to see if it appears somewhere in Jivelite settings
or Advanced but ... if your friend is using a modern operating system
then it might be accessible as http://pcp.local ... the "pcp" bit is the
hostname and you can change it via pCP Tweaks page (at the top).



Paul Webster
author of \"now playing\" plugins covering radio france (fip etc),
planetradio (bauer - kiss, absolute, scala, jazzfm etc), kcrw, abc
australia and cbc/radio-canada
and, via the extra \"radio now playing\" plugin lots more - see
https://forums.slimdevices.com/showthread.php?115201-announce-radio-now-playing-plugin

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

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


[SlimDevices: Plugins] Squeezelite/Picoreplayer: Is it possible to show the IP address of the Squeezebox?

2022-01-16 Thread peddanet


Squeezelite/Picoreplayer: Is it possible to show the IP address of the
LMS or Squeezebox via plugin on the player?

Hi all,

background of my question is: I want to send a ready made Picoreplayer
on a Raspberry Pi with touch to a friend. But she is not so familiar
with the techniques behind. It would be nice if she could figure out the
ip address via GUI in Jivelite on the Picoreplayer to access the browser
app of piCorePlayer or LMS (samer Pi)...

Any GUI possibility to achieve this is welcome!

BR
Peter



peddanet's Profile: http://forums.slimdevices.com/member.php?userid=70331
View this thread: http://forums.slimdevices.com/showthread.php?t=115774

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


Re: [SlimDevices: Plugins] ANNOUNCE: MusicIP container for ARM based systems - first release.

2022-01-16 Thread Orange


Thank you very much for this smart solution. 
Running on following system:

RPi4 8GB
GeeekPi DeskPi Pro V2 Case
SSD 1TB

DietPi v8.0.2 Bullseye
Kernel 5.10.63-v8+
ZFS 2.0.3
LMS 8.2.0

Works like a charm. Thanks again.
Stay healthy.



Orange's Profile: http://forums.slimdevices.com/member.php?userid=15424
View this thread: http://forums.slimdevices.com/showthread.php?t=114235

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


Re: [SlimDevices: Plugins] [Announce] SuperDateTime Screensaver v5.11.0 - Date/Time/Weather/Sports/Stocks

2022-01-16 Thread Sfn4uk

The STD Screensaver plugin (latest version) shows up on the inactive
plugin list and when I try to load it it fails to load - the log shows
the following message:

Slim::Utils::PluginManager::load (323) Error: Couldn't load
Plugins::SuperDateTime::Plugin 

this happens every time I try it does not happen with any other plugin
I’ve tried to load and I’ve tried different versions of the lms with no
success 

The plugin worked perfectly until about four days ago.  Grateful for any
help or advice



Sfn4uk's Profile: http://forums.slimdevices.com/member.php?userid=72473
View this thread: http://forums.slimdevices.com/showthread.php?t=112122

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


Re: [SlimDevices: Plugins] Uart RaspPi

2022-01-16 Thread Greg Erskine


hi PaulH,

It's probably possible and because LMS is so mature it probably has
already been done. There is Slimmer, with interfaces LMS to a HD44780. I
have read a couple of threads about interface LMS into HA.

Using pCP just adds another layer because when you research the web,
most of the info will refer to Raspbian or Raspberry Pi OS. Example code
will probably be python.

regards
Greg



Greg Erskine's Profile: http://forums.slimdevices.com/member.php?userid=7403
View this thread: http://forums.slimdevices.com/showthread.php?t=115760

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2022-01-16 Thread cpd73


mherger wrote: 
> > -  Try to work-around LMS returning incorrect queue size.
> 
> Am I missing something?

I have seen multiple times that in the player status message LMS sets
the 'size' parameter larger than the number of items it returns - often
it is one larger. This causes Material to think there are more items so
asks LMS for these other items and the last one is repeated.

This does not seem to affect the Default skin, but I have seen it also
affect SqueezeCtrl - where it shows a blank item.



*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: Material Skin

2022-01-16 Thread Michael Herger

-  Try to work-around LMS returning incorrect queue size.


Am I missing something?
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Material Skin

2022-01-16 Thread cpd73


Bug-fix release, main changes:

  
-  Close players menu 3/4 of a second after long-press on 'Manage
  players' entry, to (try to) prevent item being incorectly selected.
-  If set to show technical info then also append this to track
  details when using 'Copy details' action.
-  Try to work-around LMS returning incorrect queue size.
-  Make 'Source' entry in now-playing a link to online service's
  track, if possible.
-  Correctly handle LMS's new British English language setting.



*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