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

2022-01-03 Thread SMarti


The Playlist is located under Spotty-start-shortcuts-xy
I can include the playlist into Favorits, but as I mentioned before I
can't choose it via the item_id - (which works fine for radio stations)


Is there also an URL behind spotty? Where I can see that? (I use the
material skin)

BR



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

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


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

2022-01-03 Thread Michael Herger

I'm using the string "favorites,playlist,play,item_id:1"
So I have a few radio stations in my favorites list an start it with the
item_id.


"playlist,play,spotify:playlist:123" should probably do. Or any other 
valid stream URL. Or save above playlist URL as a favorite. What would 
the one that doesn't work look like?

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


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

2022-01-03 Thread SMarti


Hi,

thanks for your reply!
I'm using the string "favorites,playlist,play,item_id:1"
So I have a few radio stations in my favorites list an start it with the
item_id.

How could the string look like for a spotify favorit?
Node can also handle JSON, if this would help?

BR, Martin



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

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


Re: [SlimDevices: Plugins] Announce: LMS Connect - streaming Tidal/Qobuz to LMS via native Android apps

2022-01-03 Thread RCST


Redrum wrote: 
> Thank you, the workaround works fine. After all, the object is to listen
> to a mix of music, so the extra step is no biggie.
> 
> My problem is when I first was trying your app, I didn't realize these
> selections were unique. The screen would flash andnothing.  It took
> a while uninstalling/reinstalling your app, etc until I discovered the
> reason :o. Or, I should say, I realised that the "won't play" was unique
> to these types of selections.
> 
> Again, many thanks! As I said, I am new to trying out Tidal (first
> streaming service) and the LMS interface seemed very limited. Then I
> stumbled onto this thread and it is a very clever and elegant way to use
> an android device as a Tidal app UI -> LMS plays it.
> 
> Jim

I have updated the front page app description to avoid confusion to
other new users. 

Again, thanks for using the app and providing feedback!



RCST's Profile: http://forums.slimdevices.com/member.php?userid=71755
View this thread: http://forums.slimdevices.com/showthread.php?t=114611

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


Re: [SlimDevices: Plugins] Announce: Denon AVP Control Plugin

2022-01-03 Thread mctr


SamY wrote: 
> Thanks for the info. The next step in resolving this would be either of
> the following:
> 
> 1. Install a patched copy of Plugin.pm in your plugin directory that
> ignores 100% volume requests from ANY player when running with fixed
> volume, not just the SB Touch.
> 
> 2. Turn debug on for the plugin and wait for the problem to occur again
> so I can see exactly what sequence of events is happening.
> 
> Either choice would require running the player with volume fixed at 100%
> for some period of time. Let me know which option, if any, you would
> like to pursue next.

Sadly I went back to not using the plugin - first went back to variable
volume although I just use the remote control mostly for the AVR with
this particular player. And then ended up turning off the power-control
feature because I had one too many power-offs while it was switched on
for the TV. Easy enough to just swap over to the AVR app and I kind of
preferred leaving the AVR on if I switched off the player because it's
connected to a power amp and didn't want so many on-off cycles if I
happened to switch the player a few times in a day.



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

2022-01-03 Thread mikes


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.


- AVR(s):  Denon AVR-x3700H
- LMS Platform:  Compulab Intense PC (i5-3337U)
- OS:  Ubuntu Linux 20.04
- Client(s) in use:  (2) SB Touch, (2) SB Boom, (2) PiCore Players
  (Squeezelite), iPeng
- Number of players using the plugin: 1 (one SB Touch is connected to
  the AVR)



mikes's Profile: http://forums.slimdevices.com/member.php?userid=2427
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] Starting Spotty Playlist via Node Red

2022-01-03 Thread Michael Herger

I'm using node-red-contrib-logitechmediaserver to control my
squeezboxes.
The main functions as play/pause, volume and playing some favorite
radiostations work fine!


How do you start a radio station? What's the Spotify playlist entry?

It should indeed work the same way, just using spotify:playlist:... as 
the URL.


(and no, I have no clue about Node Red, and its integration with LMS)
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: LMS Connect - streaming Tidal/Qobuz to LMS via native Android apps

2022-01-03 Thread Redrum


RCST wrote: 
> 
> 1) It works great for me almost all of the time, but some things don't
> work. For example, I can't get "My Daily Discovery" or any of the
> "Master Edition - Track Radio" to play. Most playlists and albums do
> work. I am not sure if this because these are handled differently?
> 
> A: I guess the LMS Tidal plugin can only play "Track", "PlayList" and
> "Album" (please correct me if I am wrong), so my app can't do much as
> the playing part is managed by LMS (& the Tidal plugin).
> 
> My workaround is to (in the Tidal app) add any "My Daily Discovery",
> "Radio" or "Mix" into a new PlayList, then play the PlayList.
> 
> 

Thank you, the workaround works fine. After all, the object is to listen
to a mix of music, so the extra step is no biggie.

My problem is when I first was trying your app, I didn't realize these
selections were unique. The screen would flash andnothing.  It took
a while uninstalling/reinstalling your app, etc until I discovered the
reason :o. Or, I should say, I realised that the "won't play" was unique
to these types of selections.

Again, many thanks! As I said, I am new to trying out Tidal (first
streaming service) and the LMS interface seemed very limited. Then I
stumbled onto this thread and it is a very clever and elegant way to use
an android device as a Tidal app UI -> LMS plays it.

Jim



Redrum's Profile: http://forums.slimdevices.com/member.php?userid=33806
View this thread: http://forums.slimdevices.com/showthread.php?t=114611

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


Re: [SlimDevices: Plugins] Announce - Song info plugin for FIP radio

2022-01-03 Thread Paul Webster


I can see the automated pull request in LMSCommunity github but it seems
to have got stuck pending an approval for some reason.



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

___
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-01-03 Thread kuumaur

philippe_44 wrote: 
> I’m missing the config file

I uploaded some files, hopefully the one's you are looking for.



kuumaur's Profile: http://forums.slimdevices.com/member.php?userid=67496
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-01-03 Thread Robb_G


As noted previously, I have an issue where songs skip ahead before the
existing song is done.  I have attached new log and config files.  Can
you please let me know if something should be changed to resolve the
issue?  Thank you!


+---+
|Filename: castbridge-config-xml.txt|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=36637|
+---+


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


[SlimDevices: Plugins] Starting Spotty Playlist via Node Red

2022-01-03 Thread SMarti


Hallo together,

I'm using node-red-contrib-logitechmediaserver to control my
squeezboxes.
The main functions as play/pause, volume and playing some favorite
radiostations work fine!
Here you can see my current flow:
36635

My question is, if there is a command to start a playlist in spotty?

I tried to include a playlist in the favorites list, where I also placed
the radiostations. But I couldn't start it in the way I start a radio
station!?

Maybe there is also a command to change the music source between radio,
own music or spotty?

I appreciate any help!


+---+
|Filename: Squeeze.txt  |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=36635|
+---+


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

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


Re: [SlimDevices: Plugins] SQL Query usage in Database query plugin

2022-01-03 Thread mamema


wonderful. Thanks Michael



mamema's Profile: http://forums.slimdevices.com/member.php?userid=44662
View this thread: http://forums.slimdevices.com/showthread.php?t=115686

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


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

2022-01-03 Thread ThomH

slartibartfast wrote: 
> Maybe contact Bluegaspode to see if he can change the maximum version to
> 8.*. At the moment it is 7.*. If you can find the applet file you might
> be able to edit the file yourself. I have installed applets manually
> before but can't remember how I did it. It will be in the forum
> somewhere.
> 
> Sent from my Pixel 3a using Tapatalk

Yes , that was the right way. I really succeeded in contacting
bluegaspode, and however he doesn´t use the controller anymore he was so
kind to change the version maximum - everything works fine.
Thank you Bluegaspode, thank you community.



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

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


Re: [SlimDevices: Plugins] SQL Query usage in Database query plugin

2022-01-03 Thread Michael Herger

SELECT me.id, me.titlesort, me.contributor, me.compilation, me.year,
me.artwork, me.disc, me.discc, me.musicmagic_mixable, me.titlesearch,
me.replay_gain, me.replay_peak, me.musicbrainz_id, me.extid, me.title
FROM albums me WHERE ( id IN ( SELECT me.album FROM tracks me WHERE ( (
me.audio = ? AND me.year = ? AND samplesize = ? ) ) GROUP BY me.id ) )
ORDER BY me.disc, me.titlesort COLLATE de_DE  LIMIT 1001: '1', '2015',
'16'

Any hints why this SQL query isn't working?


The question marks in there are placeholders, and the three values after 
the colon are the values to replace those placeholders with:


SELECT me.id, me.titlesort, me.contributor, me.compilation, me.year,
me.artwork, me.disc, me.discc, me.musicmagic_mixable, me.titlesearch,
me.replay_gain, me.replay_peak, me.musicbrainz_id, me.extid, me.title
FROM albums me WHERE ( id IN ( SELECT me.album FROM tracks me WHERE ( (
me.audio = 1 AND me.year = 2015 AND samplesize = 16 ) ) GROUP BY me.id ) )
ORDER BY me.disc, me.titlesort COLLATE de_DE  LIMIT 1001
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


[SlimDevices: Plugins] SQL Query usage in Database query plugin

2022-01-03 Thread mamema


I have used the advanced search of LMS and enabled SQL database debug
logging to get to this query:

SELECT me.id, me.titlesort, me.contributor, me.compilation, me.year,
me.artwork, me.disc, me.discc, me.musicmagic_mixable, me.titlesearch,
me.replay_gain, me.replay_peak, me.musicbrainz_id, me.extid, me.title
FROM albums me WHERE ( id IN ( SELECT me.album FROM tracks me WHERE ( (
me.audio = ? AND me.year = ? AND samplesize = ? ) ) GROUP BY me.id ) )
ORDER BY me.disc, me.titlesort COLLATE de_DE  LIMIT 1001: '1', '2015',
'16'

So this query is the outcome of a UI search.

Now i want to use this query in the database query plugin free form. But
this failed with an error (Error near :)

Any hints why this SQL query isn't working?



mamema's Profile: http://forums.slimdevices.com/member.php?userid=44662
View this thread: http://forums.slimdevices.com/showthread.php?t=115686

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


Re: [SlimDevices: Plugins] Qobuz.com streaming plugin

2022-01-03 Thread d6jg

maweber wrote: 
> Same need here.
> Album counts are usually limited, so alphabet ordering is no use for
> me.
> However order-by-release would be very helpful.
> Currently I open up a browser and search.
> 
> Merci for consideration,
> Guets neus a tutti!
> 
> M

Do you really mean “release date” or do you mean “original release
date”? I think the former might be possible but imo a waste of time. If
there was such a tag then I’d advocate the latter but I know of
instances where you’d need to sort at year / month level to get the
correct chronological release order.



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

___
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-01-03 Thread Robb_G


Robb_G wrote: 
>  I have attached a log for the time that it happened most recently.  Is
> there any obvious setting that I should change?  
> 

Sorry.  I will reply with log and config file once I recreate the issue.
Thanks!



Robb_G's Profile: http://forums.slimdevices.com/member.php?userid=38233
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] Error 'No such file or directory' when starting Squeezlite on MiniDSP SHD (Studio)

2022-01-03 Thread Man in a van


@Stouthart


Ahhh! :confused: sorry, I misunderstood your post :o:o  I'll nip onto
the naughty step for a couple of minutes :(:p

ronnie



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

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


Re: [SlimDevices: Plugins] [Announce] Ratings Light

2022-01-03 Thread guptaas


afriend wrote: 
> The EXTURL in m3u playlists should start with -file:///-, even on
> Windows I think. The (other) file path below is OS specific I think.
> I've made some adjustements but I can't test them on Windows (no Windows
> PC or license). 
> So please download and -manually- install the latest GitHub version
> (2.0.9) (instructions on the GitHub page) and test the *export* and
> *backup/restore* features.
> 
> BTW I wouldn't use Word macros. In my experience such programs often add
> their own control characters which you don't want in playlist files. If
> you really needed some kind of automated file path rewriting you could
> try a script (if that's a thing on Windows) or some plain text editor
> with a regex capable search/replace function.
The new version exported Windows compatible file paths. Wonderful! Thank
you so much. Now I can rate tracks listening anywhere and update the
actual RATING tag periodically at a convenient time when tinkering with
the library :cool:

There is no equivalent of what this community has created - a dream
jukebox! Many thanks to the handful of individuals who are willing to
share the fruits of their skill and labor with the likes of me who can
only copy and paste their ideas.



guptaas's Profile: http://forums.slimdevices.com/member.php?userid=21096
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] Error 'No such file or directory' when starting Squeezlite on MiniDSP SHD (Studio)

2022-01-03 Thread Stouthart


Man in a van wrote: 
> a little search found this
> 
> https://community.volumio.org/t/volumio-3-on-nanopi-neo2-and-neo3/52319
> 
> an outside guess would be that the hardware (nanopi) is outdated
> 
> 'Volumio3 was released in last year'
> (https://volumio.com/en/lets-make-volumio-3-happen/)
> 
> ronnie

Thanks. I am aware of the new version. But need to stick to the old
OEM-version provided by MiniDSP for now (only that build is Roon Ready
certified). Do expect a v3 update from MiniDSP this quarter, though.



Stouthart's Profile: http://forums.slimdevices.com/member.php?userid=17056
View this thread: http://forums.slimdevices.com/showthread.php?t=115677

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


Re: [SlimDevices: Plugins] Error 'No such file or directory' when starting Squeezlite on MiniDSP SHD (Studio)

2022-01-03 Thread Man in a van


Stouthart wrote: 
> Thanks for your reply Ralphy. I know it's old, but not much I can do
> about it. This specific build of Volumio seems to be the only linux
> distribution with a kernel that supports the 32 bit 192kHz audio on the
> MiniDSP SHD series of audio devices (pcm5102a). Will have to wait for
> the Volumio 3 release in Q1. Wish I could build/compile Squeezelite
> myself, but my dev skills are a bit rusty.
> 
> 

a little search found this

https://community.volumio.org/t/volumio-3-on-nanopi-neo2-and-neo3/52319

an outside guess would be that the hardware (nanopi) is outdated

'Volumio3 was released in last year'
(https://volumio.com/en/lets-make-volumio-3-happen/)

ronnie



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

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


Re: [SlimDevices: Plugins] Error 'No such file or directory' when starting Squeezlite on MiniDSP SHD (Studio)

2022-01-03 Thread Stouthart


Btw version that I can get working (though with clicks/pops) is
squeezelite-1.9.6.1198.



Stouthart's Profile: http://forums.slimdevices.com/member.php?userid=17056
View this thread: http://forums.slimdevices.com/showthread.php?t=115677

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


Re: [SlimDevices: Plugins] Error 'No such file or directory' when starting Squeezlite on MiniDSP SHD (Studio)

2022-01-03 Thread Stouthart


Thanks for your reply Ralphy. I know it's old, but not much I can do
about it. This specific build of Volumio seems to be the only linux
distribution with a kernel that supports the 32 bit 192kHz audio on the
MiniDSP SHD series of audio devices (pcm5102a). Will have to wait for
the Volumio 3 release in Q1. Wish I could build/compile Squeezelite
myself, but my dev skills are a bit rusty.

Below you will find the error message I got form the other build
(squeezelite-1.9.9.1392-armhf):

$ /usr/bin/squeezelite -d all=debug
/usr/bin/squeezelite: /lib/arm-linux-gnueabihf/libc.so.6: version
`GLIBC_2.25' not found (required by /usr/bin/squeezelite)



Stouthart's Profile: http://forums.slimdevices.com/member.php?userid=17056
View this thread: http://forums.slimdevices.com/showthread.php?t=115677

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


Re: [SlimDevices: Plugins] Announce: Music & Artist Information plugin

2022-01-03 Thread Michael Herger

I have an updated NL language for this plugin. Could you please add the
file to the next release?


Thank you very much!
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Error 'No such file or directory' when starting Squeezlite on MiniDSP SHD (Studio)

2022-01-03 Thread ralphy


Jessie is a very old version of debian 8.  I'm currently building the
armhf binaries on debian 9, which is still old.

What is the version of the latest squeezelite armhf you tried?

What is the glibc error?

Alternatively, you can build squeezelite yourself on jessie to overcome
your issues.



Ralphy

*1*-Touch, *5*-Classics, *3*-Booms, *2*-UE Radio
'Squeezebox client builds'
(https://sourceforge.net/projects/lmsclients/files/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=LL5P6365KQEXN=CA_name=Squeezebox%20client%20builds_code=USD=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.

ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=115677

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


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

2022-01-03 Thread mruddo


cpd73 wrote: 
> 
> Ah! Its short length is -probably- why the analysis fails.

Certainly looks like it. I'm still working through the analysis of my
library... several similarly titled "Interlude" tracks have also failed.
Generally though, it's progressing well.



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 - Song info plugin for FIP radio

2022-01-03 Thread Paul Webster


0.4.0 - 03-Jan-2022
- Restore programme details for Now Playing on all stations

Had to block generation of URL for cover art for some stations because
it looks like RF have left in programme image info but generated link
does not work.

Still some issues to handle for stations where using two different URLs
to fetch Now Playing information.



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

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


Re: [SlimDevices: Plugins] Announce: Music & Artist Information plugin

2022-01-03 Thread Blackfiction


Hi Michael,
I have an updated NL language for this plugin. Could you please add the
file to the next release?
36624


+---+
|Filename: strings.txt  |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=36624|
+---+


Living: EtherRegen -> Ultrarendu -> Benchmark DAC2 HGC -> Benchmark AHB2
-> ATC SCM19 v2 & Sennheiser HD650
Kitchen: SB Touch -> Audio Pro Addon T10 gen2
Kids rooms: SB Booms
Bedroom: SB Boom & SB Radio
Controls: iPeng, Material Skin & LMS via internet
Server: Windows 10 Pro with LMS 7.9.3
Spare: 2 SB Touch, 1 SB3, 2 SB Radio

Blackfiction's Profile: http://forums.slimdevices.com/member.php?userid=20587
View this thread: http://forums.slimdevices.com/showthread.php?t=99537

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


Re: [SlimDevices: Plugins] [Announce] : Virgin Radio (UK) Plugin

2022-01-03 Thread slartibartfast


expectingtofly wrote: 
> It's working ok for me at the moment.  I presume it was a glitch at the
> Virgin end?Working for me now as well. Maybe it was intentional to remove 
> Chris
Evans [emoji1787]

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

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


Re: [SlimDevices: Plugins] [Announce] : Virgin Radio (UK) Plugin

2022-01-03 Thread expectingtofly


slartibartfast wrote: 
> I just noticed that the artwork has disappeared for the main Virgin
> stream. The other three still have artwork.
> 
> Sent from my Pixel 3a using Tapatalk

It's working ok for me at the moment.  I presume it was a glitch at the
Virgin end?



Stuart McLean   

EXPECTINGTOFLY PLUGINS :

- *BBC Sounds* : 
  https://github.com/expectingtofly/LMS_BBC_Sounds_Plugin 
- *Virgin Radio (UK)* : 
  https://github.com/expectingtofly/LMS_Virgin_Radio_Plugin 
- *Times Radio* : 
  https://github.com/expectingtofly/LMS_TIMES_RADIO_PLUGIN 
- *Global Player (UK)* : 
  https://github.com/expectingtofly/LMS_GlobalPlayer_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=113974

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


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

2022-01-03 Thread rgdawson

Shozzer wrote: 
> Hi Greg
> 
> I do want to express my appreciation for this great product. I use it
> constantly on a daily basis. I like the new Full Screen mode but would
> like to request that when in Full Screen the app shows the button to
> return to normal window size. Is that possible.
> 
> May thanks.
> 
> Steve

Thank you.  The Full Screen button works like Maximize, but will go full
screen and cover taskbar. To return to normal, just press “Normal”
button left of “X”



Squeezelite-X

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

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


Re: [SlimDevices: Plugins] ARD Audiothek

2022-01-03 Thread slimhase

I use this plugin on a daily basis and it is great. Thank you, @mzedd
However, recently, something does not work consistently anymore - the
program synopsis does (mostly) not show.
For some podcasts it works - and for other it doesn't. (And it worked
before consistently)
Here is what I mean:
When I am in the "NDR Hörspielbox Podcast", synopsis is not shown - the
more entry in the material skin is missing:
36622

But when I am i.e. in the MDR Kultur "Hörspiele", synopsis is shown -
the more entry in the material skin is available:
36623

To make things further confusing - I *do* see the above quoted missing
entry from the "NDR Hörspielbox Podcast", if I view it via the classic
web view: 
36621

So I am not sure, if this is a ARD Audiothek plugin issue, or a material
plugin issue - or an incompatibility of the 2.

Maybe @cpd73 can have a look as well?


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


slimhase's Profile: http://forums.slimdevices.com/member.php?userid=31958
View this thread: http://forums.slimdevices.com/showthread.php?t=113869

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


Re: [SlimDevices: Plugins] Announce: Denon AVP Control Plugin

2022-01-03 Thread uudruid74


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.


-  AVR(s): Denon AVR-x3600h
-  LMS Patform: RPi 4
-  OS: Picoreplayer
-  Client(s) in use: Squeezelite, Squeezer, Jivelite(*)
-  Number of players using the plugin: 1
  

(*) Plugin doesn't work for Jivelite but I use a remote with
programmable buttons to change volume on the AVR using IR when using
Jivelite.  When using my phone or other device, this plugin lets volume
changes work!



uudruid74's Profile: http://forums.slimdevices.com/member.php?userid=72371
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] : Virgin Radio (UK) Plugin

2022-01-03 Thread slartibartfast


I just noticed that the artwork has disappeared for the main Virgin
stream. The other three still have artwork.

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

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


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

2022-01-03 Thread Shozzer


Hi Greg

I do want to express my appreciation for this great product. I use it
constantly on a daily basis. I like the new Full Screen mode but would
like to request that when in Full Screen the app shows the button to
return to normal window size. Is that possible.

May thanks.

Steve


rgdawson wrote: 
> I have submitted version 2.11.0 to the MS Store.
> 
> Changes
> 
> >   >   > 
  - Replaces Chromium Embedded Framework with WebView2 for the
  > embedded browser.
  - Full Screen Mode.  There is now a Full Screen Mode.
  - 
  > > > 
> 
> R Greg Dawson



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

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


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

2022-01-03 Thread philippe_44

I’m missing the config file



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