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

2022-02-06 Thread BoomX2


bluetdi wrote: 
> Ok, I see.
> 
> Thought it would display every time it refreshes data. Now I leave the
> space empty on my screen until I find a use for it.The Custom Clock applet is 
> coded to ignore data from SDT during the
"refresh" cycle so the "*" will not show.   If there is an error during
the refresh cycle, either a "?" or a "-" will be displayed.

The main reason I added the SDT status variable is so I will notice
issues sooner when I'm in the rooms with my Touch and piCore Touch.  So
the "*" is not as important to me. 



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] PCP and Music IP Mix Options

2022-02-06 Thread frankd


staresy wrote: 
> Thanks for the pointers, just so I understand correctly as I'm new to
> Rpi and pCP, are these solutions relevant to a Rpi with pCP running?
> 
> I ask because I thought that the pCP LMS solution formatted the drive
> with it's own operating system rather than linux, but maybe I'm
> completely wrong with that assumption?

I think nobody has been successful in running the MusicIP server on a
PCP system. 
Alternatively you can use Max2Play, the original RaspberryOS (32bit, no
reports about the new 64bit yet), and there have been successful
attempts with Ubuntu and OSMC (however mixed reports) for the wine
approach... 

I think PCP might not have all packages and dependencies available you
need to run MusicIP...



frankd's Profile: http://forums.slimdevices.com/member.php?userid=52885
View this thread: http://forums.slimdevices.com/showthread.php?t=115911

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


Re: [SlimDevices: Plugins] iPeng support thread

2022-02-06 Thread centerisl


Hi @pippin ! I see you haven't posted here is more than 2 months - I
hope you are doing well.

Enjoying iPeng tremendously and I saw someone mentioned controlling it
with "hey Siri". I have that working if iPeng is "active"...but if I do
the "hey Siri play music" command, iPeng doesn't show up on the list of
players. I also can't get Siri to respond to "Make (music streaming app)
my default music player" for iPeng. Is this something you are aware of?
Is there a workaround?



centerisl's Profile: http://forums.slimdevices.com/member.php?userid=62445
View this thread: http://forums.slimdevices.com/showthread.php?t=51929

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2022-02-06 Thread slartibartfast

d6jg wrote: 
> You don’t need any repository. It should be in the list of available
> plugins to install.
> Once installed it will prompt you for updates to itself and all other
> plugins you’ve installedUpdates appear faster if you add the repository.

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] [Announce] Music Similarity DSTM mixer

2022-02-06 Thread cpd73


bakker_be wrote: 
> 
> I can see this in the plugin debug logging from this morning: > 
Code:

  >   > [22-02-06 10:13:27.7710] Plugins::MusicSimilarity::Plugin::_getMixData 
(319) Request 
{"filterattrib":"1","attribweight":"75","nogenrematchadj":"5","filterkey":"1","format":"text","genregroupadj":"5","count":"2","filtergenre":0,"filterxmas":"1","norepalb":"50","maxloudnessdiff":"5","previous":[
 ... 

> > 

The "attribweight" here implies the similarity score is 75% based on
Essentia and 25% Musly. I, as noted before, removed this so that it was
either 100% Musly, 100% Bliss, or 100% Essentia - and you set the
preferred one via the "simalgo" config.json item.

I've updated music-similarity in git so that "simalgo" can be set to
"mixed", if so you then need to set the percentages for each. So, to get
you back to the equivalent of "attribweight:75" you would need:


Code:


  {
  "simalgo":"mixed",
  "mixed":{
  "essentia":75,
  "musly":25
  }
  }
  



I've remove the GUI config item for this as I -think- its too low level.
See docs/OtherConfig.md for more config items.



*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-02-06 Thread cpd73


mruddo wrote: 
> I'm using Musly and Essentia - just not with the high-level attributes.

I know, but this means *only* Musly can be used to get similar tracks -
Essentia is then *only* used for filtering. With essentia high-level you
can use this for similarity score, instead of, or combined with, musly.

mruddo wrote: 
> I do like the idea of giving Bliss a go though, so I will look into
> what's required to hook the Windows component with the WSL analysis to
> make that work when I have some time.

Tried to compile for Windows, but too mauch hassle getting ffmpeg built,
so gave up. I'm 100% Linux so trying to get working with Windows was
taking too much of my time.



*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-02-06 Thread d6jg

Shozzer wrote: 
> Very helpful comments,  thanks. I have unticked automatic downloads and
> will add the material Github repository to the plugins page.

You don’t need any repository. It should be in the list of available
plugins by default



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] Music Similarity DSTM mixer

2022-02-06 Thread mruddo


cpd73 wrote: 
> Well, you are using only Musly for similarity, and nothing has changed
> on that front. Musly *only* analyses a portion of the file - by default
> the middle 2 minutes (starting no later than 3m30 seconds) of a track.
> The mixer gets a certain amount of similar tracks per seed, orders by
> similarity, then takes a random selection from a sub-set.
> 
> Previously the Essentia 'loudness' attribute could be used for
> filtering. But when I read more about what this is, I discovered its not
> loundess but dynamic range. Therefore, I remove the ability to filter on
> that. So, with your current Musly + low-level Essentia, you can only
> filter on BPM range and key.
> 
> Perhaps if you could install WSL you could try using bliss instead of
> musly?

I'm using Musly and Essentia - just not with the high-level attributes.

I do like the idea of giving Bliss a go though, so I will look into
what's required to hook the Windows component with the WSL analysis to
make that work when I have some time. 

I've a definite case of FOMO at the moment with the current setup. ;) 
Although, I'm still very much appreciative of the mixes I get right now.



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

2022-02-06 Thread Shozzer


Very helpful comments,  thanks. I have unticked automatic downloads and
will add the material Github repository to the plugins page.

d6jg wrote: 
> Absolutely.
> For those using Material auto updates are a no no



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] PCP and Music IP Mix Options

2022-02-06 Thread staresy


bakker_be wrote: 
> 2 solutions for this:
> https://forums.slimdevices.com/showthread.php?106958-Success-MusicIP-and-Spicefly-Sugarcube-running-on-Raspberry-Pi
> 
> https://forums.slimdevices.com/showthread.php?114235-ANNOUNCE-MusicIP-container-for-ARM-based-systems-first-release

Thanks for the pointers, just so I understand correctly as I'm new to
Rpi and pCP, are these solutions relevant to a Rpi with pCP running?

I ask because I thought that the pCP LMS solution formatted the drive
with it's own operating system rather than linux, but maybe I'm
completely wrong with that assumption?



location 1: lms 8.3 on win 10 brix server, x3 sb radios, x1 touch, x1
controller : location 2: lms 8.3 on win 10 brix server, x2 sb radios, x1
duet receiver, x1 controller : alexa mediaserver smart skill, material
android, squeezelitex control

staresy's Profile: http://forums.slimdevices.com/member.php?userid=807
View this thread: http://forums.slimdevices.com/showthread.php?t=115911

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2022-02-06 Thread d6jg


Redrum wrote: 
> This is really important to understand if Material is you main/only UI
> you use. If you have auto updates checked, the updates will occur, but
> you will not have an indication that a restart is required (at least not
> through Material, right everyone?). So, unless you are restarting LMS
> regularly (or a scheduled restart) the update doesn't complete. So, you
> are cruising along happy as a can be, but not running the latest :(.
> 
> If you uncheck it, Material will tell you one is available and you can
> take action.
> 
> This tripped me up for a bit. You can also schedule a restart, say once
> a night, and keep it on auto.
> 
> Jim

Absolutely.
For those using Material auto updates are a no no



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

2022-02-06 Thread mnd


Paul Webster wrote: 
> Yes - 7.9 is the minimum allowed for in its installation configuration
> file.
> 
> You could try hacking it to say 7.8 but it might be relying on things
> that are not present and then fail in strange ways.

Ok, thanks. Probably there is a reason for 7.9 being minimum. I have
seen somewhere on the joggler forums, that people managed to install 7.9
or even 8.2, but my knowledge there is still very low.



mnd's Profile: http://forums.slimdevices.com/member.php?userid=69064
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-02-06 Thread cpd73


mruddo wrote: 
> Just one thing to comment, I don't know if there have been any
> significant changes in similarity selection, but I seem to be getting
> some very odd initial mixes. Queen's "Invisible Man" to Monty Python's
> "Always Look on the Bright Side of Life" was not expected...But I've not
> looked at the detail.

Well, you are using only Musly for similarity, and nothing has changed
on that front. Musly *only* analyses a portion of the file - by default
the middle 2 minutes (starting no later than 3m30 seconds) of a track.
The mixer gets a certain amount of similar tracks per seed, orders by
similarity, then takes a random selection from a sub-set.

Previously the Essentia 'loudness' attribute could be used for
filtering. But when I read more about what this is, I discovered its not
loundess but dynamic range. Therefore, I remove the ability to filter on
that. So, with your current Musly + low-level Essentia, you can only
filter on BPM range and key.

Perhaps if you could install WSL you could try using bliss instead of
musly?



*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-02-06 Thread mruddo


cpd73 wrote: 
> Update music-similarity - I've wrapped these checks in try/except
> blocks, so if a check fails it returns False

That's got me up and running again, thanks. :D

Just one thing to comment, I don't know if there have been any
significant changes in similarity selection, but I seem to be getting
some very odd initial mixes. Queen's "Invisible Man" to Monty Python's
"Always Look on the Bright Side of Life" was not expected...But I've not
looked at the detail.

Too early to say for certain, but I'll keep an eye on things over the
next few days. I only mention it as a few test mixes to confirm things
were working again were not quite as I'd have expected. I know you
mentioned something about "loudness" earlier, so I wondered if that may
have had anything to do with it.

I won't be able to use it much today, but will be running it in over the
working week.



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

2022-02-06 Thread Redrum

d6jg wrote: 
> You will still need to do restarts to apply.
> 
> A lot of us have this set to off so we can see what’s going on. If you
> are using Material it really is very easy to see.

This is really important to understand if Material is you main/only UI
you use. If you have auto updates checked, the updates will occur, but
you will not have an indication that a restart is required (at least not
through Material, right everyone?). So, unless you are restarting LMS
regularly (or a scheduled restart) the update doesn't complete. So, you
are cruising along happy as a can be, but not running the latest :(.

If you uncheck it, Material will tell you one is available and you can
take action.

This tripped me up for a bit. You can also schedule a restart, say once
a night, and keep it on auto.

Jim



Redrum's Profile: http://forums.slimdevices.com/member.php?userid=33806
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] Ratings Light

2022-02-06 Thread streifenleopard


Hi, in the end this was pretty easy. Thank you for your support. (I
would like to add though that in Material skin there is no "browse
button on the right". Hence my confusion.)



dsm 6.2.2 (synology disk station 115) running lms 8.0 -- rpi with a
hifiberry dac+ running picoreplayer -- plugins: material skin, mai,
podcasts, musik - folge mir, squeezelite-x, ratings light, exclude
folders

streifenleopard's Profile: http://forums.slimdevices.com/member.php?userid=42019
View this thread: http://forums.slimdevices.com/showthread.php?t=113344

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


Re: [SlimDevices: Plugins] Announce: CastBridge = integrate Chromecast players with LMS (squeeze2cast)

2022-02-06 Thread Labarum


slartibartfast wrote: 
> With the flow option you lose track artwork I think.
> 
> 

Yes, with flow on the TV just says "Streaming from LMS", as described in
the online instructions, but the artwork is still there on the browser
of this Chromebook, just as before.

It's of no consequence. the video dongle is on the network and plugged
into the TV to stream iBBC Player etc, not to listen to music.



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

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


Re: [SlimDevices: Plugins] Announce: CastBridge = integrate Chromecast players with LMS (squeeze2cast)

2022-02-06 Thread Labarum


Labarum wrote: 
> 
> 
> Don't know what the flow option is! Will investigate. 
> 
> 

I've just dipped into the instructions - it always helps. I haven't used
Castbridge for years and have just returned to the fold. When I last
used it, it was still experimental.

Transcoding now to flac. All my ripped CDs are flac but I listen to a
lot of internet radio stations - MP3, AAC and three are flac.

Perhaps I should transcode to PCM? Flow is on. I will observe. I have a
Chromecast video dongle on the network as well as two audio Chromecasts
and a Boom.

I'll have a look at the TV soon and see what appears on screen; and I
will be interested to see if "flow" stops "Don't stop the music"
working.

And my central question about the accuracy of the Chromecast Audio's
transport compared to other hardwares?

But it sounds great!



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

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


Re: [SlimDevices: Plugins] Announce: CastBridge = integrate Chromecast players with LMS (squeeze2cast)

2022-02-06 Thread slartibartfast


Labarum wrote: 
> Just checked. I had replaygain set to off! Now set to smart. (But I
> don't use mixed playlists)
> 
> Don't know what the flow option is! Will investigate. 
> 
> Thanks again.With the flow option you lose track artwork I think.

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

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


Re: [SlimDevices: Plugins] Announce: CastBridge = integrate Chromecast players with LMS (squeeze2cast)

2022-02-06 Thread Labarum


philippe_44 wrote: 
> It will do replay gain if you choose to use transcode and not thru mode
> and it does gapless if you add the flow option

Just checked. I had replaygain set to off! Now set to smart. (But I
don't use mixed playlists)

Don't know what the flow option is! Will investigate. 

Thanks again.



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

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


Re: [SlimDevices: Plugins] Announce: CastBridge = integrate Chromecast players with LMS (squeeze2cast)

2022-02-06 Thread Labarum


philippe_44 wrote: 
> It will do replay gain if you choose to use transcode and not thru mode
> and it does gapless if you add the flow option

Just checked. I had replaygain set to off! Now set to smart. (But I
don't use mixed playlists)

Don't know what the flow option is! Will investigate. 

Thanks again.



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

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


Re: [SlimDevices: Plugins] Announce: CastBridge = integrate Chromecast players with LMS (squeeze2cast)

2022-02-06 Thread philippe_44

Labarum wrote: 
> Do I read this Audioscience Review correctly?
> 
> https://www.audiosciencereview.com/forum/index.php?threads/review-and-measurements-of-chromecast-audio-digital-output.4544/
> 

I hope we should not evaluate the whole review by conclusion 2) because
that is total rubbish. You have no room for anything when you implement
CC protocol. You just do it, period. Saying that the Roon implementation
is “superb” and they should have received help from Google demonstrates
total ignorance of how things works



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

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


Re: [SlimDevices: Plugins] Announce: CastBridge = integrate Chromecast players with LMS (squeeze2cast)

2022-02-06 Thread philippe_44


slartibartfast wrote: 
> I think the Chromecast plugin doesn't support Replaygain. I am not sure
> but it may not be gapless either.
> 
> Sent from my Pixel 3a using Tapatalk

It will do replay gain if you choose to use transcode and not thru mode
and it does gapless if you add the flow option



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

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


Re: [SlimDevices: Plugins] Announce: CastBridge = integrate Chromecast players with LMS (squeeze2cast)

2022-02-06 Thread Labarum


slartibartfast wrote: 
> I think the Chromecast plugin doesn't support Replaygain. I am not sure
> but it may not be gapless either.
> 
> 

On reflection you may well be right on both counts. Thanks.



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

___
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-02-06 Thread Paul Webster


Yes - 7.9 is the minimum allowed for in its installation configuration
file.

You could try hacking it to say 7.8 but it might be relying on things
that are not present and then fail in strange ways.



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

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


Re: [SlimDevices: Plugins] Announce: CastBridge = integrate Chromecast players with LMS (squeeze2cast)

2022-02-06 Thread slartibartfast


Labarum wrote: 
> Do I read this Audioscience Review correctly?
> 
> https://www.audiosciencereview.com/forum/index.php?threads/review-and-measurements-of-chromecast-audio-digital-output.4544/
> 
> It refers to the use of the Google Chromecast Audio dongle with Roon,
> but I am supposing the same applies with LMS/Castbridge: the transport
> side of the Chromecast Audio dongle can optically pass the stream bit
> perfectly to a DAC. (Up to 24/96?) There is therefore no merit in
> looking for another solution.
> 
> I suppose connecting a rPi4 directly to a DAC by USB might be another
> solution, but one that may raise other issues.
> 
> I certainly do not feel short changed working rPi4>Google Chromecast
> Audio> optical input on external DAC.
> 
> What supported opinions can members here offer?
> 
> Is there discussion I have not found on this matter in the hundreds of
> pages of this forum?I think the Chromecast plugin doesn't support Replaygain. 
> I am not sure
but it may not be gapless either.

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

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2022-02-06 Thread d6jg

Shozzer wrote: 
> Thanks for that. I have ticked the automatic update box but nothing has
> come through yet. I will try and be patient a bit longer!
> 
> Steve

You will still need to do restarts to apply.

A lot of us have this set to off so we can see what’s going on. If you
are using Material it really is very easy to see.



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-02-06 Thread CJS


Shozzer wrote: 
> I have ticked the automatic update box but nothing has come through yet.
> I will try and be patient a bit longer!
LMS Material skin is included in the repository with 3rd party plugins,
and as far as I know this repository is updated once a day. So it may
take up to one day until you LMS sees a 3rd party plugin update.
If you don't want to wait that long for an update of LMS material, you
can add the following URL to the list with additional plugin
repositories (at the bottom of the plugins tab of LMS):
https://raw.githubusercontent.com/CDrummond/lms-material/master/public.xml



| LMS 8.3.0 | Squeezebox Boom | RPi0W + pCP 8.1.0 + HiFiBerry DAC Zero |
SqueezeAMP | ESP Muse Luxe |

CJS's Profile: http://forums.slimdevices.com/member.php?userid=68700
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-02-06 Thread mnd


Paul Webster wrote: 
> Is your LMS at least version 7.9?

I think it's 7.8, do we need a higher version for UPnP bridge?



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


[SlimDevices: Plugins] Plugin request: Now playing in Discord custom status

2022-02-06 Thread david-simons


I'm looking for a way to have my custom status on Discord.com reflect
("Now playing...") what song I am currently playing on Logitech Media
Server, automatically.

Manual setting of Discord custom status:


Unfortunately, Last.FM does not offer Discord integration, otherwise I'd
leverage the Last.FM scrobbling.

Discord developer portal:

Maybe this can be done via the GameSEK




david-simons's Profile: http://forums.slimdevices.com/member.php?userid=70233
View this thread: http://forums.slimdevices.com/showthread.php?t=115920

___
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-02-06 Thread bluetdi


Ok, I see.

Thought it would display every time it refreshes data. Now I leave the
space empty on my screen until I find a use for it.



3xPi3B-7" | pCP 7.0.1 | LMS 8.2.1 | Transporter | 2xTouch | 2xClassic |
2xBoom | 2xRadio | iPeng
[Discarded: 2xOdroid U3+m2p+LMS]

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

2022-02-06 Thread Shozzer


Thanks for that. I have ticked the automatic update box but nothing has
come through yet. I will try and be patient a bit longer!

Steve


garym wrote: 
> it works just like Windows LMS.  In your LMS running on rPi you've
> either set auto updates or not.  And if not, in LMS you'll see that you
> have a plugin that needs updating and you click something to update. 
> But essentially, plugin updating works the same whether running on
> Windows or rPi.



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

2022-02-06 Thread d6jg


Shozzer wrote: 
> Newbie question here. During the last week I have switched to
> piCorePlayer on a R4 having previously run LMS only on Windows. Will the
> update to this plugin automatically come through to my new server or is
> there a manual step I need to take?
> 
> Steve

If Auto Update is OFF Material will indicate updates are available by
green symbol at top right. Then just open Information and update from
there.



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: CastBridge = integrate Chromecast players with LMS (squeeze2cast)

2022-02-06 Thread Labarum


Do I read this Audioscience Review correctly?

https://www.audiosciencereview.com/forum/index.php?threads/review-and-measurements-of-chromecast-audio-digital-output.4544/

It refers to the use of the Google Chromecast Audio dongle with Roon,
but I am supposing the same applies with LMS/Castbridge: the transport
side of the Chromecast Audio dongle can optically pass the stream bit
perfectly to a DAC. (Up to 24/96?) There is therefore no merit in
looking for another solution.

I suppose connecting a rPi4 directly to a DAC by USB might be another
solution, but one that may raise other issues.

I certainly do not feel short changed working rPi4>Google Chromecast
Audio> optical input on external DAC.

What supported opinions can members here offer?

Is there discussion I have not found on this matter in the hundreds of
pages of this forum?



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

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2022-02-06 Thread garym


Shozzer wrote: 
> Newbie question here. During the last week I have switched to
> piCorePlayer on a R4 having previously run LMS only on Windows. Will the
> update to this plugin automatically come through to my new server or is
> there a manual step I need to take?
> 
> Steve

it works just like Windows LMS.  In your LMS running on rPi you've
either set auto updates or not.  And if not, in LMS you'll see that you
have a plugin that needs updating and you click something to update. 
But essentially, plugin updating works the same whether running on
Windows or rPi.



*Home:* Pi4B-8GB/pCP8.x/4TB>LMS 8.2.x>Transporter, Touch, Boom, Radio
(all ethernet)
*Cottage:* rPi4B-4GB/pCP8.x/4TB>LMS 8.2.x>Touch>Benchmark DAC I, Boom,
Radio w/Battery (Radio WIFI)
*Office:* Win10(64)>foobar2000
*The Wild: *rPi3B+/pCP7.x/4TB>LMS 8.1.x>hifiberry Dac+Pro (LMS &
Squeezelite) 
*Controllers:* iPhone11 & iPadAir3 (iPeng), CONTROLLER, Material Skin,
or SqueezePlay 7.8 on Win10(64)
*Files:* -Ripping-: dBpoweramp > FLAC; -Post-rip-: mp3tag, PerfectTunes,
TuneFusion; -Streaming:- Spotify

garym's Profile: http://forums.slimdevices.com/member.php?userid=17325
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-02-06 Thread Shozzer


Newbie question here. During the last week I have switched to
piCorePlayer on a R4 having previously run LMS only on Windows. Will the
update to this plugin automatically come through to my new server or is
there a manual step I need to take?

Steve


cpd73 wrote: 
> Feature, changes:
> 
> >   > 
  -  Fix swipe to change info view tab.
  -  Another attempt to work-around long-press on 'Manage players'
  > entry causing an entry in sync dialog to get checked.
  -  Handle "radioparadise:" URLs when showing track source.
  -  Don't show 'Internet/Other' beside tech info.
  -  Use space to separate tech info.
  -  Better shuffle albums icon.
  -  Add swipe left/right on cover to change track.
  -  Re-factor language handling.
  -  Allow other LMS plugins to register Javascript and dialogs.
  -  Optionally collapse discs of multi-disc albums - either always
  > collapse, or when 200 or more tracks. Setting is controlled
  > server-side.
  -  Fix browser-context menu for text fields in browse list.
  -  Add player voltage to 'Information' dialog.
  -  Remove code to work-around LMS returning incorrect queue size.
  > Queue is still corrupt and causes flashing.
  -  If LMS returns less queue items than its size, just add blank
  > items.
  > > >



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-02-06 Thread cpd73


bakker_be wrote: 
> On the off chance that something went wrong with the automatic update, I
> just downloaded the most recent plugin release (0.4), overwrote what was
> present on my LMS and restarted it. No change in the interface, so the
> Essentia filters are still missing (they are missing from Material as
> well). Went to "More" on a random track and tried creating a similarity
> mix. This worked fine.

You need to update music-similarity as well. The LMS plugin queries the
backend to know essentia level (high, low), and if bliss has been used.
Previously a different that just returned what essentia level was
supported, I changed this because of adding bliss support.

I also see that you were using 75% Essentia and 25% Musly for similarity
score. This has also been changed, and you need to set the 'simalgo' to
be used in config.json. By default this is 'bliss' for linux, and
'musly'  for others. But the app will check if files have been analysed
with bliss, and if not fall back to musly. To use essentia you need to
set "simalgo" to "essentia" - but this would be 100% Essentia. I was not
aware of others mixing, so remove this. Personally I am using bliss with
no essentia filtering.



*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] SuperDateTime Screensaver v5.11.0 - Date/Time/Weather/Sports/Stocks

2022-02-06 Thread BoomX2


bluetdi wrote: 
> Thank you.
> But I cannot get the status of last data refresh working. 
> Which itemtype is it, stdtext or something else?

It is stdtext.  I guess I should have noted it only displays if there
was an error detected during a data refresh.  An easy way to test it is
to enter a bogus stock symbol.



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

2022-02-06 Thread MichaelPr


cpd73 wrote: 
> I would not go that far! :p

Ok - except for the unit % for volts :p



lms: 8.2.1
on rpi4/ raspbian buster 10
points (nfs) to musiclibrary on qnap ts212 

1x duet - cntrl-fw: 8.0.1-r16855/ receiver-fw: 77
2x sb radio - fw: 8.0.1-r16855
1x squeezebox boom - fw 57
1x transporter - fw: 87
rpi 2b - pcp 8.0.0/ squeezelite  v1.9.9-1386-pcp
softsqueeze 3.9.2 on win 10 / squeezeplay 8.0.1r1343 on win 10
squeeze player 1.3.21 on s7/android 8.0.0 

controller:
android phone - squeezer 2.2.7/ material skin 2.6.2

MichaelPr's Profile: http://forums.slimdevices.com/member.php?userid=68465
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-02-06 Thread bakker_be


On the off chance that something went wrong with the automatic update, I
just downloaded the most recent plugin release (0.4), overwrote what was
present on my LMS and restarted it. No change in the interface, so the
Essentia filters are still missing (they are missing from Material as
well). Went to "More" on a random track and tried creating a similarity
mix. This worked fine.
Below the LMS log from restart until mix creation:

Code:


  [22-02-06 15:34:45.3554] main::init (390) Starting Logitech Media Server 
(v8.3.0, 1644040271, Sat 05 Feb 2022 07:27:09 AM CET) perl 5.03 - 
x86_64-linux-gnu-thread-multi
  [22-02-06 15:34:46.7084] Plugins::CastBridge::Plugin::initPlugin (77) $VAR1 = 
{
  'os' => 'Linux',
  'binArch' => 'i386-linux',
  'osName' => 'Debian',
  'osArch' => 'x86_64-linux',
  'isDebian' => 1,
  'uid' => 'squeezeboxserver'
  };
  [22-02-06 15:34:46.7473] Plugins::MusicSimilarity::Plugin::initPlugin (143) 
Registered javascript/div with Material
  [22-02-06 15:34:46.7614] Plugins::SugarCube::Breakout::init (293) 
Initialising SugarCube Database
  [22-02-06 15:34:46.7632] Plugins::SugarCube::Breakout::init (312) Database 
tables are ready
  [22-02-06 15:34:55.2440] Plugins::MusicSimilarity::Plugin::__ANON__ (215) 
Failed to determine fetures, will try again afer 15 seconds
  [22-02-06 15:34:57.4467] Slim::Utils::Misc::msg (1343) Warning: 
[15:34:57.4464] Use of uninitialized value $_[0] in hash element at 
/usr/share/squeezeboxserver/CPAN/HTTP/Status.pm line 130.
  [22-02-06 15:34:59.3883] Slim::Utils::Misc::msg (1343) Warning: 
[15:34:59.3879] Use of uninitialized value $_[0] in hash element at 
/usr/share/squeezeboxserver/CPAN/HTTP/Status.pm line 130.
  [22-02-06 15:35:02.3946] 
Plugins::Spotty::Connect::DaemonManager::checkAPIConnectPlayers (208) Connect 
daemon is running, but not connected - shutting down to force restart: 
00:04:20:22:c1:26 Squeezebox Touch & BK-T590
  [22-02-06 15:35:10.0055] Plugins::MusicSimilarity::Plugin::__ANON__ (215) 
Failed to determine fetures, will try again afer 15 seconds
  [22-02-06 15:35:25.0071] Plugins::MusicSimilarity::Plugin::__ANON__ (215) 
Failed to determine fetures, will try again afer 15 seconds
  [22-02-06 15:35:40.0057] Plugins::MusicSimilarity::Plugin::__ANON__ (215) 
Failed to determine fetures, will try again afer 15 seconds
  [22-02-06 15:35:54.0055] Plugins::MusicSimilarity::Plugin::__ANON__ (215) 
Failed to determine fetures, will try again afer 15 seconds
  [22-02-06 15:36:03.5379] Plugins::MusicSimilarity::Plugin::cliMix (1015) 
CMD:mix
  [22-02-06 15:36:03.5417] Plugins::MusicSimilarity::Plugin::cliMix (1058) 
Similarity Track Seed /mnt/Music/Various/De Afrekening Volume 4/09-A Letter To 
Elise.flac
  [22-02-06 15:36:03.5419] Plugins::MusicSimilarity::Plugin::cliMix (1100) Num 
tracks for similarity mix/list: 1
  [22-02-06 15:36:03.5425] Plugins::MusicSimilarity::Plugin::_getMixData (449) 
Request 
{"previous":[],"format":"text","count":100,"genregroups":null,"norepalb":"50","shuffle":1,"genregroupadj":"5","filterxmas":"1","max":0,"mpath":"/mnt/Music","track":["file:///mnt/Music/Various/De%20Afrekening%20Volume%204/09-A%20Letter%20To%20Elise.flac"],"maxbpmdiff":"50","filtergenre":0,"filterkey":"1","nogenrematchadj":"5","filterattrib":"1","norepart":"50","min":"60"}
  [22-02-06 15:36:03.5437] Plugins::MusicSimilarity::Plugin::_callApi (850) 
Call http://192.168.3.17:11000/api/similar
  [22-02-06 15:36:04.6310] Plugins::MusicSimilarity::Plugin::__ANON__ (855) 
Received API response 
  




Main System: Touch; Marantz SR-5004 + TMA Premium 905 + TMA Premium 901
+ Teufel Ultima 20 Mk 2 + BK Monolith+ FF + Lenovo T460 + Kodi + Pioneer
PDP-LX5090H
Workshop: iPad 32GB Wifi + Squeezepad (local playback activated)
Wherever needed: Acer Iconia Tab A700 + Squeezeplayer
Kitchen: iPhone 5s + iPeng (local playback activated) + NAD 312 + Teufel
Ultima 20 Mk 2
Headphone (cozy corner): Lenovo T550 + Squeezelite-X + Cyrus Soundkey +
Topping A30 + Focal Elear
Car: TBC ...

bakker_be's Profile: http://forums.slimdevices.com/member.php?userid=30369
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-02-06 Thread bakker_be


cpd73 wrote: 
> What config are you using? Musly for similarity, Essentia filters?
> Seeing as you are in Linux, have you tried the latest with Bliss?
I wanted to look at it, but I seem to have lost that part of the
interface ... it was there before (see
https://forums.slimdevices.com/showthread.php?115609-Announce-Music-Similarity-DSTM-mixer=1044826=1#post1044826)
but it isn't there anymore ...
37152
I have update LMS today, and also had to restart for 2 updated plugins,
but don't remember which :(
I can see this in the plugin debug logging from this morning: 
Code:

[22-02-06 10:13:27.7710] Plugins::MusicSimilarity::Plugin::_getMixData 
(319) Request 
{"filterattrib":"1","attribweight":"75","nogenrematchadj":"5","filterkey":"1","format":"text","genregroupadj":"5","count":"2","filtergenre":0,"filterxmas":"1","norepalb":"50","maxloudnessdiff":"5","previous":[
 ... 


But recent log lines don't seem to have this anymore either ...
Code:

[22-02-06 14:14:07.2191] Plugins::MusicSimilarity::Plugin::_getMixData 
(449) Request 
{"filterkey":"1","genregroups":null,"norepalb":"50","format":"text","previous":[...


The last couple of songs in the queue aren't as well suited at what's
been playing since yesterday afternoon either :p
cpd73 wrote: 
> 
> There is an example systemd file with music-similarity, just not as
> advanced as yours! My systemd skills are basic, to say the least. I also
> try and disable logging as much as possible, to save writes to my Pi's
> SD card.
To be honest, I haven't even looked if there was an example ... I'm not
really skilled at this either, just began researching how to do it and
with some trial and error came up with this. Feel free to use it if you
like it ;)


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


Main System: Touch; Marantz SR-5004 + TMA Premium 905 + TMA Premium 901
+ Teufel Ultima 20 Mk 2 + BK Monolith+ FF + Lenovo T460 + Kodi + Pioneer
PDP-LX5090H
Workshop: iPad 32GB Wifi + Squeezepad (local playback activated)
Wherever needed: Acer Iconia Tab A700 + Squeezeplayer
Kitchen: iPhone 5s + iPeng (local playback activated) + NAD 312 + Teufel
Ultima 20 Mk 2
Headphone (cozy corner): Lenovo T550 + Squeezelite-X + Cyrus Soundkey +
Topping A30 + Focal Elear
Car: TBC ...

bakker_be's Profile: http://forums.slimdevices.com/member.php?userid=30369
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-02-06 Thread bluetdi


Thank you.
But I cannot get the status of last data refresh working. 
Which itemtype is it, stdtext or something else?



3xPi3B-7" | pCP 7.0.1 | LMS 8.2.1 | Transporter | 2xTouch | 2xClassic |
2xBoom | 2xRadio | iPeng
[Discarded: 2xOdroid U3+m2p+LMS]

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

2022-02-06 Thread cpd73


MichaelPr wrote: 
> Your implementations are correct as always :)

I would not go that far! :p



*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-02-06 Thread MichaelPr


That's an interesting behavior. Indeed I did the step to LMS 8.3.0 a
couple of days ago. 

Now, I switched the players 'On' and both capabilities could be read out
(also under Matrerial/Information with Craig's new implementation).
Switching 'Off' the Transporter shows still the correct value after 10.
min. ... even after a power cycle.

37151

Sorry Craig... shame on me - doesn't seems to have anything to do with
changes in material.  Your implementations are correct as always :) and
I'm happy to read out the voltage in Material/Information even if I
never noticed that this wasn't possible in the past ;)


+---+
|Filename: 20220206_140651.jpg  |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=37151|
+---+


lms: 8.2.1
on rpi4/ raspbian buster 10
points (nfs) to musiclibrary on qnap ts212 

1x duet - cntrl-fw: 8.0.1-r16855/ receiver-fw: 77
2x sb radio - fw: 8.0.1-r16855
1x squeezebox boom - fw 57
1x transporter - fw: 87
rpi 2b - pcp 8.0.0/ squeezelite  v1.9.9-1386-pcp
softsqueeze 3.9.2 on win 10 / squeezeplay 8.0.1r1343 on win 10
squeeze player 1.3.21 on s7/android 8.0.0 

controller:
android phone - squeezer 2.2.7/ material skin 2.6.2

MichaelPr's Profile: http://forums.slimdevices.com/member.php?userid=68465
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-02-06 Thread cpd73


bakker_be wrote: 
> Working well here, quite pleased with the mixes it produces.

What config are you using? Musly for similarity, Essentia filters?
Seeing as you are in Linux, have you tried the latest with Bliss?

bakker_be wrote: 
> I've now created a systemd service file for it, writing the log files to
> the systemlog

There is an example systemd file with music-similarity, just not as
advanced as yours! My systemd skills are basic, to say the least. I also
try and disable logging as much as possible, to save writes to my Pi's
SD card.



*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] Ratings Light

2022-02-06 Thread AF1

streifenleopard wrote: 
> I have backed up the ratings of my tracks to Music\Playlists
> Exported\RatingsLight\RL_Backup_20220201-1143.xml
> Music is the standard 'music' folder Synology automatically creates. 
> The single entries in this file look like this:
> 
>   
> file%3A%2F%2F%2Fvolume1%2Fmusic%2FKruder%2520%26%2520Dorfmeister_1998_The%2520K%26D%2520Sessions%2F03_Count%2520Basic_Speechless.mp3
>   3
>   0
> 
> 
> How would I restore these rating from the Backup of
> Ratings Light?
> I have tried a vast array of syntax for the path to the xml-file but no
> matter what I tried it always returned an error a la "this is not a
> valid value for restoring..."
You don't *have* to deal with the "correct" path to the backup xml file
yourself. Just use the *browse* button on the right to *select the RL
backup file* and LMS will fill in the path to your backup file. The
actual location of the backup file is irrelevant to the restore process.
RL/LMS only needs the information from that file, no matter where it's
located.

streifenleopard wrote: 
> > AF1 wrote: 
> > That should work if the file paths are exactly the same.> > No I think the 
> > problem might not be the path to the file but the path
> for each single entry and I would have to carry out a
> find-and-replace-operation: 
> Changing volume1/music to synology/music or sth like this?
Yes, that's what I was referring to with -file paths-. It's a simple
replace keeping in mind that the file paths are escaped. Just to
confirm, you are moving your LMS from a Synology to a Pi (piCorePlayer),
right?
So let's say the -parent- folder of your music is a folder called
"-music-" in both cases.
On the *Synology* its path was "*OLDPATH%2Fmusic*" (in escaped form a
slash */* becomes "*%2F*" - without the double quotes).
Now you need to know the *path to "music" on your new Pi LMS*. Pick a
random track in LMS and you should find the complete path in its -song
information-. Take note of the path up to where it's identical, i.e. the
-music- folder in your case.
Then just use a plain text editor to replace "OLDPATH%2Fmusic" with
"NEWPATH%2Fmusic". Save and restore. Should work if the paths are
correct.



*Plugin repositories:* 'Ratings Light'
(https://github.com/AF-1/lms-ratingslight)  'Visual Statistics'
(https://github.com/AF-1/lms-visualstatistics)  'Use Comment Tag
Info' (https://github.com/AF-1/lms-usecommenttaginfo)  'Dynamic
Playlists 3 FAQ' (https://github.com/AF-1/lms-dynamicplaylists#faq) 
'Custom Skip 3 FAQ' (https://github.com/AF-1/lms-customskip#faq)

AF1's Profile: http://forums.slimdevices.com/member.php?userid=39306
View this thread: http://forums.slimdevices.com/showthread.php?t=113344

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


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

2022-02-06 Thread bakker_be


Working well here, quite pleased with the mixes it produces. After
running it through its paces manually to see it working, I've now
created a systemd service file for it, writing the log files to the
systemlog
Systemd Service file:

Code:


  [Unit]
  Description=Music-Similarity DSTM source daemon for LMS
  After=network.target logitechmediaserver.service
  
  [Service]
  Type=simple
  Restart=always
  RestartSec=1
  User=%USER%
  ExecStart=/usr/bin/python3 -u /%MUSIC-SIMILARITY PATH%/music-similarity.py -c 
/%MUSIC-SIMILARITY CONFIG.JSON PATH%/config.json -l DEBUG
  StandardOutput=syslog
  StandardError=syslog
  SyslogIdentifier=MusicSimilarity
  
  [Install]
  WantedBy=multi-user.target
  


Store this file as music-similarity.service, easiest is in the
music-similarity folder, replace the variables for user & path to
reflect your installation, modify the logging level to suit your needs
and run

Code:


  sudo systemctl enable %SERVICE_FILE_PATH%/music-similarity.service
  


Again, replacing the path variable of course ... After this, run the
same command again, but replace "enable" by "start", to start the
service. Running the same command but with "status", you'll see if it's
running. For a detailed view at today's output:

Code:


  journalctl -u music-similarity.service --since today
  




Main System: Touch; Marantz SR-5004 + TMA Premium 905 + TMA Premium 901
+ Teufel Ultima 20 Mk 2 + BK Monolith+ FF + Lenovo T460 + Kodi + Pioneer
PDP-LX5090H
Workshop: iPad 32GB Wifi + Squeezepad (local playback activated)
Wherever needed: Acer Iconia Tab A700 + Squeezeplayer
Kitchen: iPhone 5s + iPeng (local playback activated) + NAD 312 + Teufel
Ultima 20 Mk 2
Headphone (cozy corner): Lenovo T550 + Squeezelite-X + Cyrus Soundkey +
Topping A30 + Focal Elear
Car: TBC ...

bakker_be's Profile: http://forums.slimdevices.com/member.php?userid=30369
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-02-06 Thread Michael Herger

I use most of the general UIs:
- Traditional web interface


Would clicking the volume "bar" rather than the up/down buttons work too?
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Material Skin

2022-02-06 Thread slartibartfast


CJS wrote: 
> I think this may be caused by a recent change in LMS. I have noticed
> that with recent versions of LMS I need to turn on the player in LMS to
> see the wifi signal strength and voltage readout on the information tab
> of LMS. And then there can still be a delay between turning on the
> player and display of these values. If I remember correctly, with
> earlier versions of LMS these values (at least the wifi signal strenght)
> was also shown with the player turned off in LMS.I still see signal strength 
> and voltage with the player turned off. I
checked a few times just to be sure.

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

2022-02-06 Thread CJS


MichaelPr wrote: 
>  > 
Code:

  >   > 12. Add player voltage to 'Information' dialog

> > 
> it seems you've removed the voltage shown for the Transporter... as
> far as I remember it was always shown with previous versions.
> 
I think this may be caused by a recent change in LMS. I have noticed
that with recent versions of LMS I need to turn on the player in LMS to
see the wifi signal strength and voltage readout on the information tab
of LMS. And then there can still be a delay between turning on the
player and display of these values. If I remember correctly, with
earlier versions of LMS these values (at least the wifi signal strenght)
was also shown with the player turned off in LMS.



| LMS 8.3.0 | Squeezebox Boom | RPi0W + pCP 8.1.0 + HiFiBerry DAC Zero |
SqueezeAMP | ESP Muse Luxe |

CJS's Profile: http://forums.slimdevices.com/member.php?userid=68700
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-02-06 Thread cpd73


MichaelPr wrote: 
> it seems you've removed the voltage shown for the Transporter... as far
> as I remember it was always shown with previous versions.

Material never had and code to display voltage before, so cannot have
removed this. Perhaps it was shown in 'Extra' player settings? If so it
should still be there - as that is a LMS page, just with some CSS tweaks
to -look- more Material-like.



*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-02-06 Thread MichaelPr


Hi Craig,

great work but with:

Code:

12. Add player voltage to 'Information' dialog



it seems you've removed the voltage shown for the Transporter... as far
as I remember it was always shown with previous versions.

Best regards
Michael

37148


+---+
|Filename: 20220206_124342.jpg  |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=37148|
+---+


lms: 8.2.1
on rpi4/ raspbian buster 10
points (nfs) to musiclibrary on qnap ts212 

1x duet - cntrl-fw: 8.0.1-r16855/ receiver-fw: 77
2x sb radio - fw: 8.0.1-r16855
1x squeezebox boom - fw 57
1x transporter - fw: 87
rpi 2b - pcp 8.0.0/ squeezelite  v1.9.9-1386-pcp
softsqueeze 3.9.2 on win 10 / squeezeplay 8.0.1r1343 on win 10
squeeze player 1.3.21 on s7/android 8.0.0 

controller:
android phone - squeezer 2.2.7/ material skin 2.6.2

MichaelPr's Profile: http://forums.slimdevices.com/member.php?userid=68465
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-02-06 Thread cpd73


mruddo wrote: 
> Is there setting I need to exclude the high-level fields in the latest
> back end (apologies if I missed it in the docs), or should I just hold
> fire and stick to the previous version for now?

Update music-similarity - I've wrapped these checks in try/except
blocks, so if a check fails it returns False



*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-02-06 Thread mruddo


I've upgraded the plugin to 0.4 and refreshed the files from the master
of the MusicSimilarity backend.

Now every time I try to start the service I get this:


Code:


  Traceback (most recent call last):
  File "M:\My Music\MusicSimilarity\music-similarity\music-similarity.py", line 
38, in 
  app.start_app(args, cfg, jukebox_file)
  File "M:\My Music\MusicSimilarity\music-similarity\lib\app.py", line 842, in 
start_app
  similarity_app.init(args, config, jukebox_path)
  File "M:\My Music\MusicSimilarity\music-similarity\lib\app.py", line 43, in 
init
  app_config['essentia']['highlevel'] = app_config['essentia']['enabled'] and 
tdb.files_analysed_with_essentia_highlevel()
  File "M:\My Music\MusicSimilarity\music-similarity\lib\tracks_db.py", line 
330, in files_analysed_with_essentia_highlevel
  self.cursor.execute('SELECT %s FROM tracks WHERE %s is not null LIMIT 1' % 
(ESSENTIA_HIGHLEVEL_ATTRIBS[0], ESSENTIA_HIGHLEVEL_ATTRIBS[0]))
  sqlite3.OperationalError: no such column: danceable
  Server ended at 11:31:51.51 on 06/02/2022
  



Seeing as I'm running in Windows, I know I don't have the high-level
analysis fields, so this is likely why... but the config.json file has
"highlevel": false. (Albeit this is under essentia, so may not be
relevant when running the service).

Is there setting I need to exclude the high-level fields in the latest
back end (apologies if I missed it in the docs), or should I just hold
fire and stick to the previous version for now?



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

2022-02-06 Thread cpd73


CJS wrote: 
> Thanks for the update. The battery voltage of my ESP Muse player is now
> indeed shown on the Information dialog.
> The only small imperfection is that a % symbol is shown behind the
> voltage.

Oops! Copy'n'paste error! Sorry, will be fixed in next release.



*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] Ratings Light

2022-02-06 Thread streifenleopard


AF1 wrote: 
> That should work if the file paths are exactly the same.

I have backed up the ratings of my tracks to Music\Playlists
Exported\RatingsLight\RL_Backup_20220201-1143.xml
Music is the standard 'music' folder Synology automatically creates. 
The single entries in this file look like this:


file%3A%2F%2F%2Fvolume1%2Fmusic%2FKruder%2520%26%2520Dorfmeister_1998_The%2520K%26D%2520Sessions%2F03_Count%2520Basic_Speechless.mp3
3
0


How would I restore these rating from the Backup of
Ratings Light?
I have tried a vast array of syntax for the path to the xml-file but no
matter what I tried it always returned an error a la "this is not a
valid value for restoring..."
No I think the problem might not be the path to the file but the path
for each single entry and I would have to carry out a
find-and-replace-operation: 
Changing volume1/music to synology/music or sth like this?



dsm 6.2.2 (synology disk station 115) running lms 8.0 -- rpi with a
hifiberry dac+ running picoreplayer -- plugins: material skin, mai,
podcasts, musik - folge mir, squeezelite-x, ratings light, exclude
folders

streifenleopard's Profile: http://forums.slimdevices.com/member.php?userid=42019
View this thread: http://forums.slimdevices.com/showthread.php?t=113344

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


Re: [SlimDevices: Plugins] Spotty 4.7.0

2022-02-06 Thread kidhazy


mherger wrote: 
> > Thanks.  I guess it was too good to be true when it worked
> beautifully
> > on my Boom, and the Volume Down on the Classic worked.
> 
> << snip >>
> 
> What other UIs do you use to control volume on your amp? I wonder how 
> absolute volume changes would be handled there.

I use most of the general UIs:
- Traditional web interface
- Material web interface
- SqueezePad iPad App

All of these can interact correctly with the Classic (set at fixed 100%
volume) and Infrared Blaster.
(I see to remember the Material web interface having to be tweaked to
handle the 100% fixed volume setting)



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

2022-02-06 Thread CJS


cpd73 wrote: 
> Feature, changes:
> >   >   > 
  -  Add player voltage to 'Information' dialog.
  > > > 
Thanks for the update. The battery voltage of my ESP Muse player is now
indeed shown on the Information dialog.
The only small imperfection is that a % symbol is shown behind the
voltage. See screenshot below.

37143

FYI, the voltage is also shown in the player settings => extra settings
dialog. Here the voltage is shown without % symbol. See screenshot
below.

37144


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


| LMS 8.3.0 | Squeezebox Boom | RPi0W + pCP 8.1.0 + HiFiBerry DAC Zero |
SqueezeAMP | ESP Muse Luxe |

CJS's Profile: http://forums.slimdevices.com/member.php?userid=68700
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] PCP and Music IP Mix Options

2022-02-06 Thread bakker_be


2 solutions for this:
https://forums.slimdevices.com/showthread.php?106958-Success-MusicIP-and-Spicefly-Sugarcube-running-on-Raspberry-Pi

https://forums.slimdevices.com/showthread.php?114235-ANNOUNCE-MusicIP-container-for-ARM-based-systems-first-release



Main System: Touch; Marantz SR-5004 + TMA Premium 905 + TMA Premium 901
+ Teufel Ultima 20 Mk 2 + BK Monolith+ FF + Lenovo T460 + Kodi + Pioneer
PDP-LX5090H
Workshop: iPad 32GB Wifi + Squeezepad (local playback activated)
Wherever needed: Acer Iconia Tab A700 + Squeezeplayer
Kitchen: iPhone 5s + iPeng (local playback activated) + NAD 312 + Teufel
Ultima 20 Mk 2
Headphone (cozy corner): Lenovo T550 + Squeezelite-X + Cyrus Soundkey +
Topping A30 + Focal Elear
Car: TBC ...

bakker_be's Profile: http://forums.slimdevices.com/member.php?userid=30369
View this thread: http://forums.slimdevices.com/showthread.php?t=115911

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2022-02-06 Thread cpd73


slartibartfast wrote: 
> The issue with long pressing "Manage players" seems better in that the
> sync boxes do not get checked if the long press extends a couple of
> seconds beyond the point at which the sync dialog appears. If the long
> press is released too soon after the sync dialog appears then boxes are
> still checked. I would leave it like that for now and see if anyone else
> moans about it

Well, the only other solution is to just remove it. Not a feature I use,
and I have spent enough time trying to resolve as is. I think the case
is events firing after widgets have disappeared, 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] Music Similarity DSTM mixer

2022-02-06 Thread cpd73


prabbit wrote: 
> It seems as if you're close to releasing new versions anyway. I can
> wait.

I've released MaterialSkin 2.9.0, and the LMS MusicSimilarity plugin
0.0.4 - these should allow the creation of Smart Mixes. You will also
need the latest, or recent at least, git checkout of the MusicSimilarity
backend. Currently I'm investigating using Bliss as a replacement for
Musly, as it -appears- to be better for me. I've not yet made a release
of the backend, and have removed links to the alpha ZIP files from the
initial announcement - as I'm not going to make OS specific release,
just provide instructions on what, and where, to download.



*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] LmsUpdate and LmsRepack - Synology 8.0.* packages

2022-02-06 Thread ligald

NikolajC wrote: 
> Thanks man. Helped here as well. Went into file station and changed
> permissions for all to read/write including sub-dirs. Now the folders
> show up in the Apnar image.

Hello,

I have installed LMS on docker and everything runs fine except the music
folder that I don't see in LMS. My music is located in /volume3/music
and I have mapped as /music /music in the volume tabs of docker. I have
enabled RW accesses to the /volume3/music for all the users (chmod
returns drwxrwxrwx+ in SSH)

The funny thing is that I it does work if I map sub-folders of /music,
for example /music/maroon5. In that case marron5 and its sub-directories
show up in LMS as expected.

The issue seems to be related to /music being a root shared folder. As
far I understood you've been facing the same issue with the same volumes
mapping. 

Thanks for your feedback.
Ligald



Synology DS211+ - Slimdevices Transporter - Classé CA-2200 power amp -
B 802d loudspeakers

ligald's Profile: http://forums.slimdevices.com/member.php?userid=12437
View this thread: http://forums.slimdevices.com/showthread.php?t=111876

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2022-02-06 Thread slartibartfast


cpd73 wrote: 
> Feature, changes:
> 
> >   > 
  -  Fix swipe to change info view tab.
  -  Another attempt to work-around long-press on 'Manage players'
  > entry causing an entry in sync dialog to get checked.
  -  Handle "radioparadise:" URLs when showing track source.
  -  Don't show 'Internet/Other' beside tech info.
  -  Use space to separate tech info.
  -  Better shuffle albums icon.
  -  Add swipe left/right on cover to change track.
  -  Re-factor language handling.
  -  Allow other LMS plugins to register Javascript and dialogs.
  -  Optionally collapse discs of multi-disc albums - either always
  > collapse, or when 200 or more tracks. Setting is controlled
  > server-side.
  -  Fix browser-context menu for text fields in browse list.
  -  Add player voltage to 'Information' dialog.
  -  Remove code to work-around LMS returning incorrect queue size.
  > Queue is still corrupt and causes flashing.
  -  If LMS returns less queue items than its size, just add blank
  > items.
  > > > 

The issue with long pressing "Manage players" seems better in that the
sync boxes do not get checked if the long press extends a couple of
seconds beyond the point at which the sync dialog appears. If the long
press is released too soon after the sync dialog appears then boxes are
still checked. I would leave it like that for now and see if anyone else
moans about it [emoji2]

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] Announce: MusicIP DSTM Mixer

2022-02-06 Thread cpd73


Changes:

  
-  Allow configuring genre groups in LMS's settings pages.
-  Allow configuring host of MusicIP server.
-  Fetch filters.
-  If fail to find any tracks, fall through to Spotty (if have Spotify
  tracks and Spotty is installed).
-  When getting 5 seed tracks select 5 random tracks from last 10 of
  queue.
-  Decode file:// URL and re-encode so that match LMS's encoding.



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

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2022-02-06 Thread cpd73


Feature, changes:

  
-  Fix swipe to change info view tab.
-  Another attempt to work-around long-press on 'Manage players' entry
  causing an entry in sync dialog to get checked.
-  Handle "radioparadise:" URLs when showing track source.
-  Don't show 'Internet/Other' beside tech info.
-  Use space to separate tech info.
-  Better shuffle albums icon.
-  Add swipe left/right on cover to change track.
-  Re-factor language handling.
-  Allow other LMS plugins to register Javascript and dialogs.
-  Optionally collapse discs of multi-disc albums - either always
  collapse, or when 200 or more tracks. Setting is controlled
  server-side.
-  Fix browser-context menu for text fields in browse list.
-  Add player voltage to 'Information' dialog.
-  Remove code to work-around LMS returning incorrect queue size.
  Queue is still corrupt and causes flashing.
-  If LMS returns less queue items than its size, just add blank
  items.



*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] Squeezelite-X

2022-02-06 Thread useiler


Cebolla wrote: 
> Squeezelite executables are available here:
> https://sourceforge.net/projects/lmsclients/files/squeezelite/
> 
> If you are also running LMS on the same PC, you should find the
> LocalPlayer plugin easier to use than having to use scripts to configure
> the squeezelite exe & control its execution.

.exe: found it there and it works.

LMS is running on a linux server because other instances are streaming
from there as well. But all in the subnet -> LMS found it 
Thank you



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