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

2022-01-25 Thread ldarieut


Roland0 wrote: 
> There are two variants for each model, one 3M, the other 276M
> 
> 
> Essentia/Tf doesn't have a music extractor, so LMS Essentia includes a
> CLI tool for analysis. While the structure of the JSON output of this
> tool  is the same as the Gaia/SVM music extractor,  the attributes are
> not.
Thanks Roland, I will have a look at your python script
esstf-extractor.py.
luc



ldarieut's Profile: http://forums.slimdevices.com/member.php?userid=21224
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-25 Thread cpd73


prabbit wrote: 
> I must be daft. 
> 
> Stopped LMS.
> Uninstalled MaterialSkin 2.8.4 and MusicSimilarity 0.0.3.
> Started LMS.
> Stopped LMS.
> Added both plugins to /usr/local/slimserver/Plugins on my rPi4.
> Started LMS.
> MaterialSkin DEVELOPMENT and MusicSimilarity 0.0.3 (master) load,
> but...
> Server log shows errors that strings cannot be found for MaterialSkin or
> MusicSimilarity. 
> 
> It appears that stringcache.aarch64-linux.bin is not being updated. I've
> reverted to Material 2.8.4 and Similarity 0.0.3. It seems as if you're
> close to releasing new versions anyway. I can wait.

Odd. I've just done the following steps:

  
-  Stop LMS
-  Remove MusicSimilarity and MaterialSkin folders from
  slimserver/Plugins
-  git clone https://github.com/CDrummond/lms-musicsimilarity.git
-  git clone https://github.com/CDrummond/lms-material.git
-  Sym-linked MusicSimilarity and MaterialSkin from the relevant git
  checkout into slimserver/Plugins
-  Start music-similarity python script
-  Restart LMS
  

No issues, Material and MusicSimilarity show and work in LMS.



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

2022-01-25 Thread cpd73


mherger wrote: 
> > The feature to add names in the comment tag for multi-disc albums was
> > added to material skin recently.37049
> 
> Oops... thanks for the clarification!

It's a work-around due to the fact that 'Disc (sub)title' is not part of
JSONRPC.

mherger wrote: 
> 
> The answer to MrC's question then probably is to disable that feature in
> 
> Material.

MrC's issue is to do with toggling showing of integrated online albums
in the album/artist lists.



*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-25 Thread cpd73


Shozzer wrote: 
> Can you clarify something for me please? Ii understood that the Comment
> tag could be used to name discs in multi disc sets. It seems that
> Material is pulling in information from the Description tag. This
> overrides the Comment tag and for me causes a problem as the Description
> tag is where I store track information - liner notes etc. I don't know
> if any changes have been made as things seemed to be working as expected
> previously.

Material uses the 'comment' fields as returned in the JSONRC response by
LMS. As to what -actual- field LMS gets this from I'm not 100% sure. For
-me- it is the COMMENT field. I use kid3-qt to update my tags, and that
is where I set this info.

Shozzer wrote: 
> Also, under the options on the server, what does semi-colon separated
> do?

This allows for:

Code:


  WIBBLE=x;TITLE=The Title;BPM=150;ETC=etc
  




*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: YouTube Plugin (API v3)

2022-01-25 Thread chaug


philippe_44 wrote: 
> I've just redone all steps following #1 post of this thread to create a
> key for a new account on a fresh computer and it worked.

I recently had to re-do the procedure for oauth (to access subscriptions
and playlists) and I noticed that the instructions don't quite match the
UI anymore. For example, there is no "other" type app to choose. I think
it didn't work when I chose "Desktop app" but now I use "TV" or
something and it works.

I don't remember where I found these instructions, but I had reasons to
believe they were the latest version. Could it have been somewhere in
the LMS plugins UI?

Anyway, I just wanted to mention that.

Then I have a question to @philippe: I'm struggling a bit with using
YouTube music URLs to work with the plugin. Part of the reason is that
some URLs (e.g. the Radio URLs) don't seem to work independently of the
page on which they're on (I assume they need a correct referrer url to
work).

But part of it also seems to be that the plugin doesn't seem to accept
urls starting with music.youtube A lot of the time, "music" can just
be manually replaced my "www" and then it works. Do you think you could
make the plugin accept music. youtube urls directly?



*Server*: LMS 8.1.1 on an Ubuntu 18.04 virtual machine
*Players*: Radio, Touch, Duet (Receiver & Controller), 2 Booms
*Remote control apps*: Material Skin (Web UI), but also SqueezePad
(iOS), Squeezecontroller (Android)
*Important plugins*: Trackstat, Spicefly Sugarcube, Lazy Search Music,
Custom Browse, Multi Library

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

2022-01-25 Thread Michael Herger

The feature to add names in the comment tag for multi-disc albums was
added to material skin recently.37049


Oops... thanks for the clarification!

The answer to MrC's question then probably is to disable that feature in 
Material.

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2022-01-25 Thread slartibartfast


mherger wrote: 
> > Can you clarify something for me please? Ii understood that the
> Comment
> > tag could be used to name discs in multi disc sets. It seems that
> 
> It's not the comment field. There are specific tags for disc count and 
> disc number. What file format are you using?
> 
> Oh, and this is not a Material question. You should probably start a new
> 
> thread.The feature to add names in the comment tag for multi-disc albums was
added to material skin recently.37049

Sent from my Pixel 3a using Tapatalk


+---+
|Filename: Screenshot_20220126-065535.jpg   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=37049|
+---+




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] Announce: UPnPBridge = integrate UPnP/DLNA players with LMS (squeeze2upnp)

2022-01-25 Thread philippe_44

ModelCitizen wrote: 
> I cannot reproduce it doing this, neither by pausing a Spotify track and
> then playing a local flac file nor by interrupting the 'now playing'
> spotify track by playing a flac file.
> 
> I did try to reproduce it by playing the same spotify playlist I was
> playing before and playing a flac file during the playback of the 10.50
> min track (which is the second of a number of long tracks in the
> playlist). However I was interrupted by a long phone call and when I
> came back to the hifi it was silent and LMS showed it continually
> looping the last few seconds of the third track in the playlist. I've
> attached the log for this. When I saw what was happening I hit fwd to
> see if the next track played. It didn't seem to do much (possibly my fat
> finger missing the play icon?) so then I paused it and hit fwd and the
> next track played. This is the last part of the log. The first three
> tracks in the playlist are over 10 minutes long.
> 
> https://open.spotify.com/playlist/0vGmkGQjDz0SFDx4F8UdsL?si=c5d022d7c3fe464b
> 
> Tracks
> 1) A-Deck by Sleep Research Facility. 14.01m
> 2) 86°S 115°W by  by Sleep Research Facility. 10.52m(the track that
> was interrupted when I reported issue first)
> 3) Novya Zemlya by Thomas Köner. 11.52m (the silent looping occurred
> at the end of this track)
> 4) Nieve Pentitentes 2 by Thomas Köner. 4.43m   (the track I managed to
> play next)
> 
> I remember something about songs over 10 minutes long in the User Guide
> or on this forum but can't find it now.
> I have not made any changes to the bridge config so it is as it was
> before (file attached in a post above)

Oooh! I think you helped me found a bug that has been pestering me for a
very long time and that explains why sometimes a track seems to be
"missed". 
Thanks - well-explained logs are everything!

On a less positive note, I'm not sure it explains the first problem, but
at least for sure the most recent one. Let's see how 1.81.3 goes



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

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


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

2022-01-25 Thread prabbit


cpd73 wrote: 
> Please try again - but use master branches. I have merged lms-material,
> music-similarity, and lms-musicsimilarity branches into their respective
> master branch. Installed onto my Pi4, and is working for me.

I must be daft. 

Stopped LMS.
Uninstalled MaterialSkin 2.8.4 and MusicSimilarity 0.0.3.
Started LMS.
Stopped LMS.
Added both plugins to /usr/local/slimserver/Plugins on my rPi4.
Started LMS.
MaterialSkin DEVELOPMENT and MusicSimilarity 0.0.3 (master) load,
but...
Server log shows errors that strings cannot be found for MaterialSkin or
MusicSimilarity. 

It appears that stringcache.aarch64-linux.bin is not being updated. I've
reverted to Material 2.8.4 and Similarity 0.0.3. It seems as if you're
close to releasing new versions anyway. I can wait.



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

2022-01-25 Thread Michael Herger

Can you clarify something for me please? Ii understood that the Comment
tag could be used to name discs in multi disc sets. It seems that


It's not the comment field. There are specific tags for disc count and 
disc number. What file format are you using?


Oh, and this is not a Material question. You should probably start a new 
thread.

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


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

2022-01-25 Thread philippe_44


Lukenuke wrote: 
> Hello.
> 
> I also. I have tried different solutions described here but without
> success. Still getting in log "[22-01-22 17:05:28.6720]
> Plugins::YouTube::Oauth2::__ANON__ (97) 401 Unauthorized"
> No code in red or anything else shows after click "Get code". I'll be
> much appreciated for any help.

harrys wrote: 
> hi, been doing some google searching on oauth and google, seems that
> google are constantly making subtle changes with time, must be a tedious
> ongoing maintenance task for phillipe!
> 
> hopefully next update he get round to doing will fix this issue 
> until the next time it happens again :) 
> 
> mixing this plugin with the castbridge plugin in combination with;
> 
> 1) google mini's
> 2) google audiocasts
> 3) hifiberry addon card for pi's (running squeezelite)
> 
> with the squeezer android app makes an awesome multiroom audio
> system for streaming my flacs/podcasts/youtube content around the house
> (especially powerfull as it also streams to speaker groups)
> 
> because of this problem, just missing the icing on the cake, ... being
> able to quickly access my utube playlists/subscriptions within the
> squeezer app to stream around the house

I don't know... I just tried as well to enable another installation and
after hitting "refresh" I got the code. Maybe there is something funny
with Win10 but to know better I'd need a log of what's happening. You'd
need to set YT logging to "debug"



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

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


Re: [SlimDevices: Plugins] ANNOUNCE: AirPlay Bridge = integrate AirPlay devices with LMS (squeeze2raop)

2022-01-25 Thread philippe_44


flyfishing wrote: 
> I'm away from the computer that has the config file, so I'll have to
> post it later, but I'm wondering if the file I posted in my first post
> is not the file you are looking for or if, for some reason I don't
> understand, is it visible only to myself?

No I just "missed" that (too many things in //). Now, if the log is
empty it means that nothing is actually started and you have either not
enabled logging or you have not selected a binary helper (2nd line of
settings)



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

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


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

2022-01-25 Thread philippe_44


csduetto69 wrote: 
> Done!  Any ideas what may be the matter - I thought if someone wanted to
> confirm the keys to work on their setup it would eliminate one of the
> variables in this equation.  Thanks  c.S.

For a reason that I cannot guess, your key is invalid. Make sure you
have checked the right options when you created it. Maybe just erase
your project and restart from scratch



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

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


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

2022-01-25 Thread csduetto69


Paul Webster wrote: 
> You should edit these two forum posts and remove your private keys.

Done!  Any ideas what may be the matter - I thought if someone wanted to
confirm the keys to work on their setup it would eliminate one of the
variables in this equation.  Thanks  c.S.



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

2022-01-25 Thread MrC


Question

Would it be possible to have a quick control button, perhaps near the
A-Z "Sort by", which could toggle On / Off the display of integrated
media?

I love the Spotty library integration, but am now finding it difficult
to find my own local media rips, as my saved Spotty songs / albums in
the past few years have now far exceed purchases during the same time
period.  So a quick Show/Hide would be great.



MrC's Profile: http://forums.slimdevices.com/member.php?userid=468
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] Android Squeezer App - Artwork disappeared

2022-01-25 Thread RobbH


Good news! Glad that worked.



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

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

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2022-01-25 Thread Shozzer


Hi Craig

Can you clarify something for me please? Ii understood that the Comment
tag could be used to name discs in multi disc sets. It seems that
Material is pulling in information from the Description tag. This
overrides the Comment tag and for me causes a problem as the Description
tag is where I store track information - liner notes etc. I don't know
if any changes have been made as things seemed to be working as expected
previously.

Thanks.

Steve



Shozzer's Profile: http://forums.slimdevices.com/member.php?userid=58726
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] Music Similarity DSTM mixer

2022-01-25 Thread Roland0


cpd73 wrote: 
> 
> Looked into it, but the models (AFAIR) are hundreds of megs.
> 
There are two variants for each model, one 3M, the other 276M

> 
> First you will need to download the models you want to use. I'm not sure
> if Essentia+Tensorflow produces the same attribute types as
> Essentia+Gaia/SVM - probably does, but I can't be sure.
> 
Essentia/Tf doesn't have a music extractor, so LMS Essentia includes a
CLI tool for analysis. While the structure of the JSON output of this
tool  is the same as the Gaia/SVM music extractor,  the attributes are
not.



'Various SW' (https://www.nexus0.net/pub/sw/): Web Interface | Text
Interface | Playlist Editor / Generator | Music Classification | Similar
Music | Announce | EventTrigger | Ambient Noise Mixer | DB Optimizer |
Image Enhancer | 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=115609

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


Re: [SlimDevices: Plugins] Spotty 4.7.0

2022-01-25 Thread stereoptic


mherger wrote: 
> > It's a feature, not a bug: Spotify either discovers players in your 
> network, or asks Spotify's servers whether there was any device 
> connected which you recently used. The latter is the case when you're 
> seeing devices at home while on the road. This feature can be disabled 
> in the Spotify apps.

thanks for that.  i'll take a look in the settings for that.

mherger wrote: 
> >
> 
> You can only ever play to one single Spotify Connect endpoint at any 
> time. So if playback starts in your car, all other devices would stop. 
> How this transfer happens is another question. It could be something 
> about the players, or the apps you use to control them (USBAudioPlayer,
> 
> Spotify, LMS...)

Ah, got it!  In order to stay out of the doghouse, i don't dare touch it
while she is working!
I'll drill down a little further and check all settings to attempt to
find the 'leakage' point.



stereoptic's Profile: http://forums.slimdevices.com/member.php?userid=53162
View this thread: http://forums.slimdevices.com/showthread.php?t=115592

___
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+)

2022-01-25 Thread andybjackson


gegen wrote: 
> +1 Thanks

+1 for me too. Thank you!



andybjackson's Profile: http://forums.slimdevices.com/member.php?userid=19626
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] Music Similarity DSTM mixer

2022-01-25 Thread cpd73


prabbit wrote: 
> What isn't loading properly is the Music Similarity plugin. It's as if
> the string.txt file isn't being found.

Please try again - but use master branches. I have merged lms-material,
music-similarity, and lms-musicsimilarity branches into their respective
master branch. Installed onto my Pi4, and is working for me.



*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-25 Thread prabbit

mruddo wrote: 
> I've had a go, but can't get the 2.9 branch of Material to run under
> Windows. I've downloaded the zip and installed the folder in the plugins
> directory, but trying to view the server with the Material skin just
> shows a white window. I can confirm from the legacy interface that the
> DEVELOPMENT plugin's installed, but it's not working for me I'm afraid.

Same thing happened to me yesterday. White window.

cpd73 wrote: 
> Yeah, Material was broken if no plugins that used its extension feature
> were loaded. Should be fixed now. You will also need a newer
> music-similarity and lms-musicsimilarity
> 
> I changed the range sliders to yes/no/not-used options - seemed more
> user friendly. Also, I have removed 'loudness'. I thought this was a
> loud/quiet indicator - but its actually to do with dynamic range (a loud
> track and quiet track could have same dynamic range).

I can confirm that using 2.9 branch of Material for user interface (SHA
'c14d817'
(https://github.com/CDrummond/lms-material/commit/c14d81762e549c45f896037462e04150c3628939))
that Material loads properly.

What isn't loading properly is the Music Similarity plugin. It's as if
the string.txt file isn't being found. I am using:

- lms-musicsimilarity (SHA '389dfc5'
  
(https://github.com/CDrummond/lms-musicsimilarity/commit/389d5c5b8a56afb98e7b815fb8bb2005a2ec9bda))—this
  seems to be working fine
- music-similarity (SHA '7ed03a6'
  
(https://github.com/CDrummond/music-similarity/commit/7ed03a6484731c9ac2d4a34d7ec33d4b504bf187))
  

The Music Similarity plugin name is "missing" from the Plugins dropdown
list. Technically, it's an empty string. Selecting the blank line in the
Plugins list takes me to the Music Similarity settings page. Once there,
the setting names are the ALL CAPS STRINGS from musicsimilarity.html
(e.g., MUSICSIMILARITY_NUM_DSTM_TRACKS,
MUSICSIMILARITY_NUM_DSTM_TRACKS_DESC) rather than the
localized/localised strings[1]. Reverting to v0.0.3 fixes the strings,
but doesn't have the newest functionality. Is there something obvious
that I might be forgetting to do or doing incorrectly?

- - - 
[1] Random aside: I used "localized" intentionally here rather
than "translation." Translation is when one language is, well,
translated into another language. An example of translation is
converting Japanese into French or English into Spanish.
Localization/localisation is when text is modified for a locale for
semantic or cultural reasons -but remains in the same language-.
Examples include 
- American English (en-US) vs British English (en-GB) vs South African
  English (en-ZA) or 
- Germany-German (de-DE) vs Swiss German (de-CH) vs Austrian German
  (de-AT) or 
- European Portuguese (pt-PT) vs. Brazilian Portuguese (pt-BR) or
- France French (fr-FR) vs. Canada (fr-CA). Speakers and readers of each of 
those languages notice when something
doesn't match their expectations, such as spelling, word choice, or
measurements, and can tell when the product isn't written for their
locale.



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: Denon AVP Control Plugin

2022-01-25 Thread SamY


oliverbg1 wrote: 
> Hello to all.
> 
> First I want to thanks authors and contributors of this plugin.
> 
> My setup:
> 
>  AVR(s):  Denon AVR-2311, with Rpi and ser2net to bridge the serial
> port to the network.
> 
>  LMS Platform:  PC
> 
>  OS:  Windows Server 2012
> 
>  Client(s) in use:  Squeezer, Material Skin
> 
>  Number of players using the plugin: 1 (Pcp)
> 
> 
> I confirm Peterw setting as ser2net has to be configured with raw
> protocol instead of telnet. I had to make some change in the code in
> order to use a different port to reach my ser2net Rpi. (It would be
> great for users like me with old AVR, letting us chossing the port in
> conf page..) . Player is based on a Rpi with PiCorePlayer and is
> connected to AVR with RCA.  My set up works fine, but as I said, I have
> 2 Rpis (1 player on Pcp and another with raspbian/ser2net to talk to the
> AVR) and my nexty goal is to use ser2net on the Pcp Rpi.
> For this I build thje extension and added it. Extension is loaded
> correctly, ser2net is OK (conf file loaded).. But nothing works. 
> 
> So, I don't think the plugin is in fault. I think issues are in the
> PiCorePlayer side, based on TinyCore linux. Does anyone has already use
> a Pcp with ser2net ?

Hello, Oliver. I like the idea of being able to override the default tcp
port number of 23 for special situations like yours. I have coded a
change to support specifying the port number as part of the IP Address
in the plugin setup menu, e.g. "192.168.1.78:1234". If no port is
supplied, it will default to 23, as it does now. This change will make
it easier for you to keep up with the latest plugin version without
having to retrofit your customizations. I will attach the new
"Plugin.pm" to my next post but first want to make sure that you upgrade
the plugin to the latest version, which is 4.4. After you have done
that, you will just replace Plugin.pm in the plugin directory and
restart LMS. Let me know when you are ready to test.



Sam

SamY's Profile: http://forums.slimdevices.com/member.php?userid=63495
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] Music Similarity DSTM mixer

2022-01-25 Thread ldarieut


cpd73 wrote: 
> Is that 1490 with just Musly? If so, that's slow - I used to get
> ~20k/hour with just Musly, and ~1100/hour with Musly+Essentia. Also, why
> recompile Musly? And if you did please use my fork - simply becasue I
> merged in some pull request from the Musly repo.
> 
> 
> 
> I've never actually got very far with Tensorflow. Looked into it, but
> the models (AFAIR) are hundreds of megs. Just seemed overkill. Plus
> Tensorflow, AFAIK, is slower - more accurate, but slower.
> 
> 
> 
> First you will need to download the models you want to use. I'm not sure
> if Essentia+Tensorflow produces the same attribute types as
> Essentia+Gaia/SVM - probably does, but I can't be sure.
> 
> 
> 
> MusicSimilarity just calls the music extractor, supplying a profile to
> tell Essentia what models to use. Essentia then outputs a response in
> JSON format (which MusicSimilarity optionally saves to disk). This JSON
> is then parsed and the attributes extracted.
yes, it's 1490/hour musli + essentia. I compiled your musly repo. As
some people here have experienced, I didn't have all the dependencies
installed when I ran it, so I didn't really investigate much and I just
recompiled it! Have been doing this since 1995 with slackware, and do
this for a living when I am bored :D 
Thanks for the explanations, I will try to get it running with
tensorflow and post here if I am successfull, just for the fun of
learning. Deep learning can do some incredible things, but it's a lot of
timely trial and errors.



ldarieut's Profile: http://forums.slimdevices.com/member.php?userid=21224
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] No Album No Artist

2022-01-25 Thread Labarum


Yes, I had a spare 32GB USB stick, so I thought I would try it - Samba
share established with ease.

37042


+---+
|Filename: Screenshot 2022-01-25 20.51.20.png   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=37042|
+---+


Brian

In UK: rPi4 running LMS, Chromecast Audio Dongle and Chromecast Video
Dongle attached to TV - Beresford DAC - Quad 77 Integrated Amp  - AVI
Neutron 4 Speakers - Sennheiser HD25 Headphones. Boom in Bedroom.

In Nicosia: LMS running on a small form factor Windows PC, Beresford DAC
into Quad 405-2 and MB Quart 980s

Labarum's Profile: http://forums.slimdevices.com/member.php?userid=19963
View this thread: http://forums.slimdevices.com/showthread.php?t=115803

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


Re: [SlimDevices: Plugins] Android Squeezer App - Artwork disappeared

2022-01-25 Thread Hyde_TDS


STOP PRESS

I noticed that my LMS was not at the current version.  So downloaded
latest (8.2.2) and after some fafffing around with one of the Duets to
reconnect, all players are now reconnected and Squeezer is once again
displaying artwork.  

I've no idea where the route cause of my issues lay, but all is now
sorted.

Cheers



Hyde_TDS's Profile: http://forums.slimdevices.com/member.php?userid=72512
View this thread: http://forums.slimdevices.com/showthread.php?t=115825

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


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

2022-01-25 Thread cpd73


ldarieut wrote: 
> Got this running on WSL2 in windows, at 1490 tracks/hour so far over the
> network with a freshly compiled musly.

Is that 1490 with just Musly? If so, that's slow - I used to get
~20k/hour with just Musly, and ~1100/hour with Musly+Essentia. Also, why
recompile Musly? And if you did please use my fork - simply becasue I
merged in some pull request from the Musly repo.

ldarieut wrote: 
> Anyway, I was reading about the tensorflow version of essentia, and thus
> I compiled the latest version with tensorflow support.

I've never actually got very far with Tensorflow. Looked into it, but
the models (AFAIR) are hundreds of megs. Just seemed overkill. Plus
Tensorflow, AFAIK, is slower - more accurate, but slower.

ldarieut wrote: 
> However, how am I supposed to use essentia-tensorflow in
> music-similarity? It doesn't look like I can just replace the binary
> essentia-extractor, as the tensorflow version doesn't seem to work that
> way, it looks like more of a python package. I haven't looked at
> LMS-essentia in details though.

First you will need to download the models you want to use. I'm not sure
if Essentia+Tensorflow produces the same attribute types as
Essentia+Gaia/SVM - probably does, but I can't be sure.

ldarieut wrote: 
> Can I have some pointers as to how essentia is used (technically) in
> music-similarity?

MusicSimilarity just calls the music extractor, supplying a profile to
tell Essentia what models to use. Essentia then outputs a response in
JSON format (which MusicSimilarity optionally saves to disk). This JSON
is then parsed and the attributes extracted.



*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] Spotty 4.7.0

2022-01-25 Thread Michael Herger

I noticed that the 2 AVRs are _still_ options when the iPhone is _not_
connected to the local wifi and the phone is using just data.  The app
is able to stream to them without any issue!


It's a feature, not a bug: Spotify either discovers players in your 
network, or asks Spotify's servers whether there was any device 
connected which you recently used. The latter is the case when you're 
seeing devices at home while on the road. This feature can be disabled 
in the Spotify apps.



There have been times when my wife is miles away, using data, connected
to the gym’s Bluetooth on her iPhone, and her playlist will play through
the USBAudioPlayer app on my Pixel in my car, even though I have
selected something from my library!  Meanwhile, her playlist has stopped
playing in the gym!  Needless to say, she has found it to be quite
annoying as it interrupts her class.


You can only ever play to one single Spotify Connect endpoint at any 
time. So if playback starts in your car, all other devices would stop. 
How this transfer happens is another question. It could be something 
about the players, or the apps you use to control them (USBAudioPlayer, 
Spotify, LMS...)

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


Re: [SlimDevices: Plugins] Android Squeezer App - Artwork disappeared

2022-01-25 Thread Hyde_TDS


RobbH wrote: 
> I am also running v. 2.2.7 of Squuezer, which was released six months
> ago. It displays artwork for me, so the problem may not be with
> Squeezer, itself. What version of Android is your device running? What
> has changed on it recently?
> 
> As Michael already said, your LMS server log might hold the key.

Android 10. Nothing changed on it recently save any automatic Samsung
security updates.  Have already asked what to look for in log file.

Cheers.



Hyde_TDS's Profile: http://forums.slimdevices.com/member.php?userid=72512
View this thread: http://forums.slimdevices.com/showthread.php?t=115825

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


Re: [SlimDevices: Plugins] Android Squeezer App - Artwork disappeared

2022-01-25 Thread Hyde_TDS


mherger wrote: 
> > Can anyone help please?
> 
> Check the server.log file in LMS Settings/Information.

What am I looking for in the log file please?



Hyde_TDS's Profile: http://forums.slimdevices.com/member.php?userid=72512
View this thread: http://forums.slimdevices.com/showthread.php?t=115825

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


Re: [SlimDevices: Plugins] Announce : BBC Sounds Plugin

2022-01-25 Thread expectingtofly


atca wrote: 
> Too long for forum post.
> 
> https://pastebin.com/t4tC5tk9

Thanks for that

One of your players is asking for the metadata for this programme
https://www.bbc.co.uk/programmes/m0012f3w which is no longer available. 
It must have been sitting there for a while.

The plugin ensures that it doesn't ask the bbc more than once every 3
minutes if it is getting an error.  But I guess I should make sure the
plugin eventually gives up,  I'll have a think about that.

To get rid of the error, just select something else on that player.



Stuart McLean   

expectingtofly plugins :
'bbc sounds' (https://github.com/expectingtofly/lms_bbc_sounds_plugin),'
global player (uk)'
(https://github.com/expectingtofly/lms_globalplayer_plugin), 'times
radio' (https://github.com/expectingtofly/lms_times_radio_plugin),  'uk
radio player'
(https://github.com/expectingtofly/lms_ukradioplayer_plugin), 'virgin
radio (uk)' (https://github.com/expectingtofly/lms_virgin_radio_plugin) 
and the 'radio favourites plugin'
(https://github.com/expectingtofly/lms_radio_favourites_plugin)

for bbc sounds help see the 'bbc sounds wiki'
(https://github.com/expectingtofly/lms_bbc_sounds_plugin/wiki).

expectingtofly's Profile: http://forums.slimdevices.com/member.php?userid=63263
View this thread: http://forums.slimdevices.com/showthread.php?t=113045

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


Re: [SlimDevices: Plugins] Announce : BBC Sounds Plugin

2022-01-25 Thread atca


Too long for forum post.

https://pastebin.com/t4tC5tk9



atca's Profile: http://forums.slimdevices.com/member.php?userid=56880
View this thread: http://forums.slimdevices.com/showthread.php?t=113045

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


Re: [SlimDevices: Plugins] Announce : BBC Sounds Plugin

2022-01-25 Thread expectingtofly


atca wrote: 
> Getting a lot of these errors every seconds in the server log. Any idea
> as to the fix or which page is 404 ing?
> 
> Plugins::BBCSounds::BBCSoundsFeeder::__ANON__ (649) error: 404 Not Found

I think i can see a problem that might cause that.  Would you mind
turning on debug logging for BBC Sounds for 30 seconds and sending me
the log.  Many thanks.



Stuart McLean   

expectingtofly plugins :
'bbc sounds' (https://github.com/expectingtofly/lms_bbc_sounds_plugin),'
global player (uk)'
(https://github.com/expectingtofly/lms_globalplayer_plugin), 'times
radio' (https://github.com/expectingtofly/lms_times_radio_plugin),  'uk
radio player'
(https://github.com/expectingtofly/lms_ukradioplayer_plugin), 'virgin
radio (uk)' (https://github.com/expectingtofly/lms_virgin_radio_plugin) 
and the 'radio favourites plugin'
(https://github.com/expectingtofly/lms_radio_favourites_plugin)

for bbc sounds help see the 'bbc sounds wiki'
(https://github.com/expectingtofly/lms_bbc_sounds_plugin/wiki).

expectingtofly's Profile: http://forums.slimdevices.com/member.php?userid=63263
View this thread: http://forums.slimdevices.com/showthread.php?t=113045

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


Re: [SlimDevices: Plugins] Announce : BBC Sounds Plugin

2022-01-25 Thread atca


Getting a lot of these errors every seconds in the server log. Any idea
as to the fix or which page is 404 ing?

Plugins::BBCSounds::BBCSoundsFeeder::__ANON__ (649) error: 404 Not Found



atca's Profile: http://forums.slimdevices.com/member.php?userid=56880
View this thread: http://forums.slimdevices.com/showthread.php?t=113045

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


Re: [SlimDevices: Plugins] Spotty 4.7.0

2022-01-25 Thread stereoptic

I have a very peculiar issue which I am hoping that someone can help me
troubleshoot.
I believe that the root of the issue may be with Spotify, but I am not
sure.

Here goes:
My wife has a Spotify account and uses her playlists for when she
instructs her group exercise classes.

I installed spotty on my LMS server using her account.

Spotify on her iPhone recognizes the 2 Marantz AVRs in the house for
output options when connected via wifi to the local network.  She has
never connected to either of the piCoreplayers on the network.
I noticed that the 2 AVRs are _still_ options when the iPhone is _not_
connected to the local wifi and the phone is using just data.  The app
is able to stream to them without any issue!
Can someone else confirm that is consistent with their phone?  I don’t
understand how it connects to local devices when it is not connected to
the local network. 
I have been able to 'forget' the 2 AVRs from the choices on Spotify when
using data, but they just pop up again and remain as choices when they
are selected when using local wifi.

So, here is the weird part.

I uses my android cellphone (Google Pixel 3A) to connect to LMS over
data by using OpenVPN and the VPN option on my router.  
I use Android Auto (in my Subaru) to play USBAudioPlayerPro through UPNP
on LMS.  Usually there are no issues.  

There have been times when my wife is miles away, using data, connected
to the gym’s Bluetooth on her iPhone, and her playlist will play through
the USBAudioPlayer app on my Pixel in my car, even though I have
selected something from my library!  Meanwhile, her playlist has stopped
playing in the gym!  Needless to say, she has found it to be quite
annoying as it interrupts her class.

At first I thought this may be an Android Auto issue, but the same thing
has happened when I use her car (which doesn’t have Android auto) and I
use VPN, Bluetooth, and Squeezeplayer and Material Skin. 

Has anyone else experienced anything like this?  It is quite bizarre! I
can supply more documentation if needed.



stereoptic's Profile: http://forums.slimdevices.com/member.php?userid=53162
View this thread: http://forums.slimdevices.com/showthread.php?t=115592

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


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

2022-01-25 Thread ldarieut


hello everyone.
Got this running on WSL2 in windows, at 1490 tracks/hour so far over the
network with a freshly compiled musly.
Anyway, I was reading about the tensorflow version of essentia, and thus
I compiled the latest version with tensorflow support.
However, how am I supposed to use essentia-tensorflow in
music-similarity? It doesn't look like I can just replace the binary
essentia-extractor, as the tensorflow version doesn't seem to work that
way, it looks like more of a python package. I haven't looked at
LMS-essentia in details though.
Can I have some pointers as to how essentia is used (technically) in
music-similarity?



ldarieut's Profile: http://forums.slimdevices.com/member.php?userid=21224
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] No Album No Artist

2022-01-25 Thread kidstypike


Labarum wrote: 
> Or I could get another 128 or even a 64GB flash drive that would make it
> very tidy! Text files and pdfs are not huge!

Yes.

37040

37041


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


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

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


Re: [SlimDevices: Plugins] No Album No Artist

2022-01-25 Thread Labarum


kidstypike wrote: 
> Yes of course, no problem, the pi is then acting as a NAS, files can be
> shared by any computer on the network, I use this method myself, no
> impact on LMS that I've ever noticed.

Or I could get another 128 or even a 64GB flash drive that would make it
very tidy! Text files and pdfs are not huge!



Brian

In UK: rPi4 running LMS, Chromecast Audio Dongle and Chromecast Video
Dongle attached to TV - Beresford DAC - Quad 77 Integrated Amp  - AVI
Neutron 4 Speakers - Sennheiser HD25 Headphones. Boom in Bedroom.

In Nicosia: LMS running on a small form factor Windows PC, Beresford DAC
into Quad 405-2 and MB Quart 980s

Labarum's Profile: http://forums.slimdevices.com/member.php?userid=19963
View this thread: http://forums.slimdevices.com/showthread.php?t=115803

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


Re: [SlimDevices: Plugins] No Album No Artist

2022-01-25 Thread kidstypike


Labarum wrote: 
> Just a thought:
> 
> If the rPi is on and online 24/7/365 I could plug in a USB hard drive
> and use it as a bit of backup storage "on the side". I could access it
> conveniently with samba. Most of my files are in more than one place in
> the cloud, but some local backup might be an extra safety precaution.
> 
> Is that possible? Is that advisable? Would it impact on the music
> server?

Yes of course, no problem, the pi is then acting as a NAS, files can be
shared by any computer on the network, I use this method myself, no
impact on LMS that I've ever noticed.



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

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


Re: [SlimDevices: Plugins] No Album No Artist

2022-01-25 Thread Labarum


Just a thought:

If the rPi is on and online 24/7/365 I could plug in a USB hard drive
and use it as a bit of backup storage "on the side". I could access it
conveniently with samba. Most of my files are in more than one place in
the cloud, but some local backup might be an extra safety precaution.

Is that possible? Is that advisable? Would it impact on the music
server?



Brian

In UK: rPi4 running LMS, Chromecast Audio Dongle and Chromecast Video
Dongle attached to TV - Beresford DAC - Quad 77 Integrated Amp  - AVI
Neutron 4 Speakers - Sennheiser HD25 Headphones. Boom in Bedroom.

In Nicosia: LMS running on a small form factor Windows PC, Beresford DAC
into Quad 405-2 and MB Quart 980s

Labarum's Profile: http://forums.slimdevices.com/member.php?userid=19963
View this thread: http://forums.slimdevices.com/showthread.php?t=115803

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


Re: [SlimDevices: Plugins] No Album No Artist

2022-01-25 Thread Labarum


kidstypike wrote: 
> If you used the rescan button alongside the folder path, they do nothing
> in the "Material" and "Classic" skin. 

Yes, I was always using the bottom button! Crazy. If I changed the path,
it would fail to scan a revert to the old path.

But the job is done.



Brian

In UK: rPi4 running LMS, Chromecast Audio Dongle and Chromecast Video
Dongle attached to TV - Beresford DAC - Quad 77 Integrated Amp  - AVI
Neutron 4 Speakers - Sennheiser HD25 Headphones. Boom in Bedroom.

In Nicosia: LMS running on a small form factor Windows PC, Beresford DAC
into Quad 405-2 and MB Quart 980s

Labarum's Profile: http://forums.slimdevices.com/member.php?userid=19963
View this thread: http://forums.slimdevices.com/showthread.php?t=115803

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


Re: [SlimDevices: Plugins] No Album No Artist

2022-01-25 Thread kidstypike


Labarum wrote: 
> I got my flac library copied from my 1TB USB hard drive and will put
> that back on the TV.
> 
> The flacs are now of a new 128GB USB flash drive - the button sort, so
> it looks very neat.
> 
> I did have a problem getting the library re-scanned. I tried everything
> and really was floundering in the dark. LMS said it recognised the new
> storage and mount point, and I established a Samba share on the
> Chromebook and could see the flacs.
> 
> But they would not scan! I switched from the Material skin to the
> default skin and the library scanned. Well I don't know!
> 
> All now seems well, and I have 88GB free on the 128GB flash drive -
> that's more than enough for the CDs I have never ripped, and for any
> more I might buy in my remaining years!
> 
> I thank everyone for their help, patience and generosity.

If you used the rescan button alongside the folder path, they do nothing
in the "Material" and "Classic" skin. They only work in the "Default"
skin. Use the button at the bottom.

37038


+---+
|Filename: rescan buttons.jpg   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=37038|
+---+


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

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


Re: [SlimDevices: Plugins] No Album No Artist

2022-01-25 Thread Labarum


I got my flac library copied from my 1TB USB hard drive and will put
that back on the TV.

The flacs are now of a new 128GB USB flash drive - the button sort, so
it looks very neat.

I did have a problem getting the library re-scanned. I tried everything
and really was floundering in the dark. LMS said it recognised the new
storage and mount, point and I established a Samba share on the
Chromebook and could see the flacs.

But they would not scan! I switched from the Material skin to the
default skin and the library scanned. Well I don't know!

All now seems well, and I have 88GB free on the 128GB flash drive -
that's more than enough for the CDs I have never ripped, and for any
more I might buy in my remaining years!

I thank everyone for their help, patience and generosity.



Brian

In UK: rPi4 running LMS, Chromecast Audio Dongle and Chromecast Video
Dongle attached to TV - Beresford DAC - Quad 77 Integrated Amp  - AVI
Neutron 4 Speakers - Sennheiser HD25 Headphones. Boom in Bedroom.

In Nicosia: LMS running on a small form factor Windows PC, Beresford DAC
into Quad 405-2 and MB Quart 980s

Labarum's Profile: http://forums.slimdevices.com/member.php?userid=19963
View this thread: http://forums.slimdevices.com/showthread.php?t=115803

___
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-25 Thread Grizzly

philchillbill wrote: 
> 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


Many thanks for that. All now working thankyou.



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] : Radio Favourites Plugin - Manage live radio favourites and see what's on

2022-01-25 Thread tw99


expectingtofly wrote: 
> Ah, I think you have got a bit confused, I'm not sure I found a good way
> of explaining it clearly.  
> 
> The LMS favourites and Radio favourites are completely separate.   The
> "LMS favourites" are static, the "Radio Favourites" update everytime
> there is a new programme.  So, if you add a "Radio Favourite" as an "LMS
> favourites"  it will become static when you view it in LMS favourites
> and never change. Which is the situation you have got yourself in.   You
> should not add an individual station from Radio Favourites into LMS
> Favourites
> 
> What you can do, is create a folder in "Radio Favourites" move the
> stations into that folder in "Radio Favourites", then, add the whole
> folder as an "LMS Favourite".  That folder will then be viewable in "LMS
> Favourites" and be dynamic, it will show the latest programmes.   Does
> that make sense?  it is confusing I know and not entirely logical!

OK, that makes sense. Thanks.



tw99's Profile: http://forums.slimdevices.com/member.php?userid=51684
View this thread: http://forums.slimdevices.com/showthread.php?t=115712

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


Re: [SlimDevices: Plugins] [Announce] : Radio Favourites Plugin - Manage live radio favourites and see what's on

2022-01-25 Thread slartibartfast


tw99 wrote: 
> As an FYI for anyone else trying it, I was a bit confused originally
> because when I tried to add (say) my existing "Radio Favourite BBC
> 6Music" as an LMS Favourite, the only option presented on the menu was
> "remove favourite".  It seems this was because I already had a "normal"
> LMS Favourite for 6Music, and presumably the same key is being used for
> the "Radio Favourite" version. After removing the existing one, I could
> then add the new one.
> 
> I'm not sure it's quite working properly for me though. In the LMS
> favourites menu, the text for the added Radio Favourite reflects the
> programme that was playing when the LMS Favourite was added, not the
> current live programme.  The Radio Favourite accessed directly is
> correct.In the BBC Sounds app "Add to Radio Favourites" is under "More".
3703237033

Sent from my Pixel 3a using Tapatalk


+---+
|Filename: Screenshot_20220125-135410.jpg   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=37033|
+---+




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

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


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

2022-01-25 Thread mruddo


Of course I rather foolishly forgot that having analysed these with
Essentia in Windows I'm lacking the high-level analysis that'll make
this work anyway! 

Hence, *"sqlite3.OperationalError: no such column: danceable"* when
starting the music-similarity up! :rolleyes:



mruddo's Profile: http://forums.slimdevices.com/member.php?userid=65325
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 Favourites Plugin - Manage live radio favourites and see what's on

2022-01-25 Thread expectingtofly


tw99 wrote: 
> As an FYI for anyone else trying it, I was a bit confused originally
> because when I tried to add (say) my existing "Radio Favourite BBC
> 6Music" as an LMS Favourite, the only option presented on the menu was
> "remove favourite".  It seems this was because I already had a "normal"
> LMS Favourite for 6Music, and presumably the same key is being used for
> the "Radio Favourite" version. After removing the existing one, I could
> then add the new one.
> 
> I'm not sure it's quite working properly for me though. In the LMS
> favourites menu, the text for the added Radio Favourite reflects the
> programme that was playing when the LMS Favourite was added, not the
> current live programme.  The Radio Favourite accessed directly is
> correct.


Ah, I think you have got a bit confused, I'm not sure I found a good way
of explaining it clearly.  

The LMS favourites and Radio favourites are completely separate.   The
LMS favourites are static, the Radio favourites update everytime there
is a new programme.  So, if you add a "Radio Favourite" as an "LMS
favourites"  it will become static when you view it in LMS favourites
and never change. Which is the situation you have got yourself in.   You
should not add an individual station from Radio Favourites into LMS
Favourites

What you can do, is create a folder in "Radio Favourites" move the
stations into that folder in "Radio Favourites", then, add the whole
folder as an "LMS Favourite".  That folder will then be viewable in "LMS
Favourites" and be dynamic show the latest programmes.   Does that make
sense,  it is confusing I know and not entirely logical!



Stuart McLean   

expectingtofly plugins :
'bbc sounds' (https://github.com/expectingtofly/lms_bbc_sounds_plugin),'
global player (uk)'
(https://github.com/expectingtofly/lms_globalplayer_plugin), 'times
radio' (https://github.com/expectingtofly/lms_times_radio_plugin),  'uk
radio player'
(https://github.com/expectingtofly/lms_ukradioplayer_plugin), 'virgin
radio (uk)' (https://github.com/expectingtofly/lms_virgin_radio_plugin) 
and the 'radio favourites plugin'
(https://github.com/expectingtofly/lms_radio_favourites_plugin)

for bbc sounds help see the 'bbc sounds wiki'
(https://github.com/expectingtofly/lms_bbc_sounds_plugin/wiki).

expectingtofly's Profile: http://forums.slimdevices.com/member.php?userid=63263
View this thread: http://forums.slimdevices.com/showthread.php?t=115712

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


Re: [SlimDevices: Plugins] ANNOUNCE: AirPlay Bridge = integrate AirPlay devices with LMS (squeeze2raop)

2022-01-25 Thread flyfishing


I'm away from the computer that has the config file, so I'll have to
post it later, but I'm wondering if the file I posted in my first post
is not the file you are looking for or if, for some reason I don't
understand, is it visible only to myself?



flyfishing's Profile: http://forums.slimdevices.com/member.php?userid=72309
View this thread: http://forums.slimdevices.com/showthread.php?t=105198

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


Re: [SlimDevices: Plugins] [Announce] : Radio Favourites Plugin - Manage live radio favourites and see what's on

2022-01-25 Thread tw99


Thanks Stuart, it's handy to be able to add these as LMS Favourites,
it'll help the less tech-savvy users in the household :)

As an FYI for anyone else trying it, I was a bit confused originally
because when I tried to add (say) my existing "Radio Favourite BBC
6Music" as an LMS Favourite, the only option presented on the menu was
"remove favourite".  It seems this was because I already had a "normal"
LMS Favourite for 6Music, and presumably the same key is being used for
the "Radio Favourite" version. After removing the existing one, I could
then add the new one.



tw99's Profile: http://forums.slimdevices.com/member.php?userid=51684
View this thread: http://forums.slimdevices.com/showthread.php?t=115712

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


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

2022-01-25 Thread cpd73


mruddo wrote: 
> I've had a go, but can't get the 2.9 branch of Material to run under
> Windows. I've downloaded the zip and installed the folder in the plugins
> directory, but trying to view the server with the Material skin just
> shows a white window. I can confirm from the legacy interface that the
> DEVELOPMENT plugin's installed, but it's not working for me I'm afraid.

Yeah, Material was broken if no plugins that used its extension feature
were loaded. Should be fixed now. You will also need a newer
music-similarity and lms-musicsimilarity

I changed the range sliders to yes/no/not-used options - seemed more
user friendly. Also, I have removed 'loudness'. I thought this was a
loud/quiet indicator - but its actually to do with dynamic range (a loud
track and quiet track could have same dynamic range).



*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: Denon AVP Control Plugin

2022-01-25 Thread oliverbg1


SamY wrote: 
> I'd like to get an idea of how many users of this plugin there are out
> there. I know that, in my case, I was using it for more than a year
> before discovering this forum so it won't be accurate. But, if you're
> seeing this post, just reply and provide a short description of your
> setup if you can. Here's a template to use based on my system:
> 
> >   >   > 
  - AVR(s):  Denon AVR-3311ci
  - LMS Platform:  RPi B+
  - OS:  Debian Jessie
  - Client(s) in use:  Squeezer, Squeeze Ctrl
  - Number of players using the plugin: 2
  > > > 
> 
> Any additional info is welcomed, along with comments and questions.
> 
> Thanks.

Hello to all.

First I want to thanks authors and contributors of this plugin.

My setup:

 AVR(s):  Denon AVR-2311, with Rpi and ser2net to bridge the serial
port to the network.
 LMS Platform:  PC
 OS:  Windows Server 2012
 Client(s) in use:  Squeezer, Material Skin
 Number of players using the plugin: 1 (Pcp)

I confirm Peterw seting as ser2 net has to be configured with raw
protocol instead of telnet. I had to make some change in the code in
order to use a different port to reach my ser2net Rpi. (It would be
great for users like me with old AVR, letting us chossing the port in
conf page..) . Player is based on a Rpi with PiCorePlayer and is
connected to AVR with RCA.  My set up works fine, but as I said, I have
2 Rpis (1 player on Pcp and another with raspbian/ser2net to talk to the
AVR) and my nexty goal is to use ser2net on the Pcp Rpi.
For this I build thje extension and added it. Extension is loaded
correctly, ser2net is OK (conf file loaded).. But nothing works. Logs of
the plugin:

init is ok :

Code:

[22-01-16 14:46:16.9052] Plugins::DenonAvpControl::Plugin::clearCallback 
(334) *** DenonAvpControl:Clearing command callback
  [22-01-16 14:46:18.7405] Plugins::DenonAvpControl::Plugin::newPlayerCheck 
(214) *** DenonAvpControl: PcpX-TEST is: 
Slim::Player::SqueezePlay=ARRAY(0xa96f244)
  [22-01-16 14:46:18.7413] Plugins::DenonAvpControl::Plugin::newPlayerCheck 
(240) *** DenonAvpControl: Plugin Enabled: 
  [22-01-16 14:46:18.7420] Plugins::DenonAvpControl::Plugin::newPlayerCheck 
(241) *** DenonAvpControl: Quick Select: 1
  [22-01-16 14:46:18.7426] Plugins::DenonAvpControl::Plugin::newPlayerCheck 
(242) *** DenonAvpControl: zone: 0
  [22-01-16 14:46:18.7432] Plugins::DenonAvpControl::Plugin::newPlayerCheck 
(243) *** DenonAvpControl: speakers: 0
  [22-01-16 14:46:18.7438] Plugins::DenonAvpControl::Plugin::newPlayerCheck 
(244) *** DenonAvpControl: IP Address: HTTP://192.168.1.76:1
  [22-01-16 14:46:18.7445] Plugins::DenonAvpControl::Plugin::newPlayerCheck 
(249) *** DenonAvpControl: Player output level is: Fixed
  [22-01-16 14:46:18.7454] Plugins::DenonAvpControl::Plugin::newPlayerCheck 
(250) *** DenonAvpControl: Player model is: SqueezeLite



But:


Code:

[22-01-16 14:46:18.8644] Plugins::DenonAvpControl::Plugin::clearCallback 
(334) *** DenonAvpControl:Clearing command callback
  [22-01-16 14:46:46.9680] Plugins::DenonAvpControl::Plugin::commandCallback 
(1655) *** DenonAvpControl: commandCallback() p0: power
  [22-01-16 14:46:46.9688] Plugins::DenonAvpControl::Plugin::commandCallback 
(1656) *** DenonAvpControl: commandCallback() p1: 
  [22-01-16 14:46:46.9696] Plugins::DenonAvpControl::Plugin::commandCallback 
(1677) *** DenonAvpControl: commandCallback() Player: PcpX-TEST
  [22-01-16 14:46:46.9704] Plugins::DenonAvpControl::Plugin::commandCallback 
(1685) *** DenonAvpControl: power request1: 
Slim::Control::Request=HASH(0xd33424c) 
  [22-01-16 14:46:46.9711] Plugins::DenonAvpControl::Plugin::commandCallback 
(1691) *** DenonAvpControl: commandCallback() Power: 0 
  [22-01-16 14:46:46.9780] Plugins::DenonAvpControl::Plugin::prefSetCallback 
(1609) *** DenonAvpControl: prefSetCallback() Player PcpX-TEST is powered off 
  [22-01-16 14:46:48.9727] Plugins::DenonAvpControl::Plugin::handlePowerOff 
(2041) *** DenonAvpControl: handling Power OFF 
  [22-01-16 14:46:48.9735] 
Plugins::DenonAvpControl::DenonAvpComms::SendNetAvpStandBy (535) Calling 
writemsg for Standby command
  [22-01-16 14:46:48.9767] Plugins::DenonAvpControl::DenonAvpComms::writemsg 
(616) Sent AVP command request: ZMOFF
  
  [22-01-16 14:46:48.9786] Plugins::DenonAvpControl::DenonAvpComms::_read (737) 
read routine called
  [22-01-16 14:46:49.1044] Plugins::DenonAvpControl::DenonAvpComms::_error 
(627) error routine called
  [22-01-16 14:46:49.1051] Plugins::DenonAvpControl::DenonAvpComms::_error 
(637) error connecting to AVR: error=End of file, request=ZMOFF
  
  [22-01-16 14:47:04.5466] Plugins::DenonAvpControl::Plugin::commandCallback 
(1655) *** DenonAvpControl: commandCallback() p0: power
  [22-01-16 14:47:04.5472] Plugins::DenonAvpControl::Plugin::commandCallback 
(1656) *** DenonAvpControl: commandCallback() p1: 
  [22-01-16 14:47:04.5478] Plugins::DenonAvpControl::Plugin::commandCallback 
(1677) *** 

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

2022-01-25 Thread quart-temps


Thank you so much. I had the same issue, and it seems that your update
solved it !
Thank you for the great job !



quart-temps's Profile: http://forums.slimdevices.com/member.php?userid=70645
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] Music Similarity DSTM mixer

2022-01-25 Thread mruddo


cpd73 wrote: 
> Initial, semi-tested, version in master of lms-musicsimilarity:
> 
> Requires 2.9 branch of Material for user interface. Not sure if I really
> like the range sliders - I'm thinking 'Danceable' / 'Ignore' / 'Not
> danceable' might be simpler to use. with 'Danceable' being 70..100 and
> 'Not danceable' 0..30 ???

I've had a go, but can't get the 2.9 branch of Material to run under
Windows. I've downloaded the zip and installed the folder in the plugins
directory, but trying to view the server with the Material skin just
shows a white window. I can confirm from the legacy interface that the
DEVELOPMENT plugin's installed, but it's not working for me I'm afraid.



mruddo's Profile: http://forums.slimdevices.com/member.php?userid=65325
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