Re: [SlimDevices: Plugins] Announce: UPnPBridge = integrate UPnP/DLNA players with LMS (squeeze2upnp)

2021-08-20 Thread philippe_44


rlw6534 wrote: 
> I have been successfully using the bridge for a few of my devices (Denon
> AVR, RopieeXL) with Roon (no LMS server running) and the bridge running
> on my Synology NAS.  I was attempting to get it to work with a portable
> DAP (Hiby R3 Pro) which has a built-in UPnP renderer.  What happens is
> that the track will play for a split second and then immediately stop. 
> I have tried various flac header and stream length settings without
> success.   I am attaching a log from a session where I attempted to play
> a track, waited a while and then sent a next track command and later
> paused the track and exited the bridge.  Any assistance or suggestions
> would be appreciated.  Options were default except for roon mode and
> sample rate (192000).
> 
> 35560

If you have tried other stream-length w/o success, I'm not sure what to
say then. What happens here is that your player is immediately closing
the HTTP connection after it has received a few kB and then re-opens it
and closes it a few times. It is usually caused by chunked mode
supported, but you have tried other modes so I don't know. Maybe try
transcoding everything to flac or pcm and see.

NB: I've seen many (many) faulty HTTP stacks that claim to be 1.1 which
means they *must* support chunk mode but in fact they don't. Then, when
you use some 1.0 mode where you provide no content-length, they fail as
well although the HTTP standard is *perfectly* clear that no
content-length is valid and just means the data transfer should happen
until the server closes the connection. The best proof of that will be
if pcm transcoding works when you set stream length to -2 or a large
number like 2^31-16384



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

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

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


Re: [SlimDevices: Plugins] Announce: UPnPBridge = integrate UPnP/DLNA players with LMS (squeeze2upnp)

2021-08-20 Thread rlw6534


I have been successfully using the bridge for a few of my devices (Denon
AVR, RopieeXL) with Roon (no LMS server running) with the bridge running
on my Synology NAS.  I was attempting to get it to work with a portable
DAP (Hiby R3 Pro) which has a built-in UPnP renderer.  What happens is
that the track will play for a split second and then immediately stop. 
I have tried various flac header and stream length settings without
success.   I am attaching a log from a session where I attempted to play
a track, waited a while and then sent a next track command.  Any
assistance or suggestions would be appreciated.

35560


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


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

2021-08-20 Thread shinedou


cpd73 wrote: 
> Try something like "Fully Kiosk Browser"
Unfortunately that's not going to be an option on the shield. Is there
any way for me to change it, in the code perhaps, that will allow the
app to load a custom css?  I have tried to locate the location to make a
change on the code on git but I have no clue what I'm looking at with
the app version.



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

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


Re: [SlimDevices: Plugins] [Announce] Spotty 4.6 - sorting option for Albums/Artists/Songs, replay gain fix

2021-08-20 Thread jotap_66

Hi :

I am very happy using Spotty Browse on Spotify for some of my favourite
artists, but I don’t know how to choose all the tracks for playing them.
I only can choose one track. Is there any way to choose all of them?

I am using Squeezeplay in my Mac and Squeezepad in my iPad (iPeng is not
compatible with browse on Spotify)

Regards

JP



jotap_66's Profile: http://forums.slimdevices.com/member.php?userid=5857
View this thread: http://forums.slimdevices.com/showthread.php?t=114836

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


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

2021-08-20 Thread Michael Herger

Spotify has some pre-built playlists I listen to and they show up just
fine in LMS.  These playlists are static (i.e. same 60 songs every time)
but the playlist has a "playlist radio" option in the dedicated
(Windows) Spotify app, which seems to have an endless playlist with more
variety.  I can kick this off in the dedicated Spotify App and push it
to my squeezebox but I don't see a way to get to this "playlist radio"
stream via Spotty/LMS GUI - is it possible?


I must admit I wasn't aware of that feature. I'll have to check whether 
their API offers anything to cover this.


Otherwise I would suggest you use "Don't Stop The Music" with one of the 
Spotify mixers, which would take the current playlist's content and try 
to continue playing matching music.

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


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

2021-08-20 Thread KVerb


Hi,

After some debugging I finally got everything working stably with larynx
running inside of a docker container. Larynx TTS is not particularly
fast on my RPi but a response time of <10s is an acceptable trade-off
for my use-case, especially given the terrible performance of espeak in
Dutch.

There is however one vulnerability: if I launch multiple GETs at the
same time, my SBs are not properly reset to their previous state. I
think the playlistStoppedCallback is interrupted by the next
announceFile or announceTTS that is queued, is that possible? Is that
fixable? ;-)

Reproduction of the issue is very easy for me: I just put a request url
in my PC browser and refresh a couple of times. Do others see the same
behavior?



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

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


Re: [SlimDevices: Plugins] Announce: Custom Clock applet for Touch/Radio/Controller

2021-08-20 Thread Howard Passman


All done converting to fahrenheit/mph, etc.. Changed a few other minor
things and am good to go.

Thanks again very much and if anyone want your version of Custom Clock
in fahrenheit, etc. I have it.

Cheers,

Howard


Pommes wrote: 
> Well, heres my weather screen for jivelite, feel free to use or
> modify,it is 800-480, its celsius, though, not
> fahrenheit.35558



Howard Passman's Profile: http://forums.slimdevices.com/member.php?userid=16674
View this thread: http://forums.slimdevices.com/showthread.php?t=68269

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2021-08-20 Thread cpd73


shinedou wrote: 
> This use case is on an Android Tv box (Nvidia shield) so unfortunately
> Chrome is not supported in this way. No Fullscreen or add to homescreen
> is available. I can however load the material skin app and show the
> playing view in mobile view and it works great. However I'd like to get
> rid of the player controls along with the browse and queue on that
> screen since using the app to browse or control anything does not work
> well without a mouse. Like I said the standard mobile playing is
> working, I'm just wanting to clean up the view some by removing unused
> buttons, etc.

Try something like "Fully Kiosk Browser"



*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

2021-08-20 Thread shinedou


cpd73 wrote: 
> No, sorry, app is not designed with that use-case. Just use chrome and
> add to homescreen.

This use case is on an Android Tv box (Nvidia shield) so unfortunately
Chrome is not supported in this way. No Fullscreen or add to homescreen
is available. I can however load the material skin app and show the
playing view in mobile view and it works great. However I'd like to get
rid of the player controls along with the browse and queue on that
screen since using the app to browse or control anything does not work
well without a mouse. Like I said the standard mobile playing is
working, I'm just wanting to clean up the view some by removing unused
buttons, etc.



shinedou's Profile: http://forums.slimdevices.com/member.php?userid=72027
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: Custom Clock applet for Touch/Radio/Controller

2021-08-20 Thread Howard Passman


Well son of a gun. I had never gotten that far. I've been editing in
notepad. There's no where that tells you how to use these screens. :-)

Thanks,

Howard

Pommes wrote: 
> in custom clock helper when you create or edit an sdt item it shows you
> all possible in sdt format, i dont know if theres a complete list
> somewhere



Howard Passman's Profile: http://forums.slimdevices.com/member.php?userid=16674
View this thread: http://forums.slimdevices.com/showthread.php?t=68269

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


Re: [SlimDevices: Plugins] Announce: Custom Clock applet for Touch/Radio/Controller

2021-08-20 Thread Pommes


Howard Passman wrote: 
> Is there a list? I've looked all over the place.

in custom clock helper when you create or edit an sdt item it shows you
all possible in sdt format, i dont know if theres a complete list
somewhere



The Earth Has Music For Those Who Listen

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

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


Re: [SlimDevices: Plugins] Announce: Custom Clock applet for Touch/Radio/Controller

2021-08-20 Thread Howard Passman


Is there a list? I've looked all over the place.

Pommes wrote: 
> i just used the sdt items available in custom clock helper...



Howard Passman's Profile: http://forums.slimdevices.com/member.php?userid=16674
View this thread: http://forums.slimdevices.com/showthread.php?t=68269

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


Re: [SlimDevices: Plugins] Announce: Custom Clock applet for Touch/Radio/Controller

2021-08-20 Thread Pommes


Howard Passman wrote: 
> Is there a listing of all the STD fields available? I found and changed
> all the ones I know about, but you have used a bunch I've don't see in
> SDT, like "%_8 - %_6" and "%_9%".
> 
> Thanks again, very much.
> 
> Howard
i just used the sdt items available in custom clock helper...



The Earth Has Music For Those Who Listen

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

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


Re: [SlimDevices: Plugins] Announce: Custom Clock applet for Touch/Radio/Controller

2021-08-20 Thread Howard Passman


Is there a listing of all the STD fields available? I found and changed
all the ones I know about, but you have used a bunch I've don't see in
SDT, like "%_8 - %_6" and "%_9%".

Thanks again, very much.

Howard


Pommes wrote: 
> Well, heres my weather screen for jivelite, feel free to use or
> modify,it is 800-480, its celsius, though, not
> fahrenheit.35558



Howard Passman's Profile: http://forums.slimdevices.com/member.php?userid=16674
View this thread: http://forums.slimdevices.com/showthread.php?t=68269

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


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

2021-08-20 Thread TomS


LMS 8.2.0 on Ubuntu 20.04
Spotty 4.6.1

This is likely a novice Spotify question, so apologies in advance - I
will admit to not being sure what I am talking about.  I did try to
search the forums but didn't find anything on this

Spotify has some pre-built playlists I listen to and they show up just
fine in LMS.  These playlists are static (i.e. same 60 songs every time)
but the playlist has a "playlist radio" option in the dedicated
(Windows) Spotify app, which seems to have an endless playlist with more
variety.  I can kick this off in the dedicated Spotify App and push it
to my squeezebox but I don't see a way to get to this "playlist radio"
stream via Spotty/LMS GUI - is it possible?  

Thanks,

TomS

35559


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


SB3(1), Boom(2), Radio(3), piCorePlayer (1)

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

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


Re: [SlimDevices: Plugins] Announce: Custom Clock applet for Touch/Radio/Controller

2021-08-20 Thread Pommes

Howard Passman wrote: 
> Thanks. I was beginning to think this was a lost cause.
> 
> I'm not following what you mean when you say modify the screen
> accordingly. Is there somewhere you tell the software the size of the
> screen. I thought in Custom Clock Helper when you put in the "Model"
> field "Jivelite800x480" you were essentially telling the program what
> size screen you had.
> 
> I'm a little familiar with HTML and this doesn't seem to work the same
> way when placing objects. 
> 
> Thanks again,
> 
> Howard

In custom clock helper you have to do style export , and this text file
you have to open in a text editor. There you will see size and position,
and these numbers you’ll have to recalculate.
If you use Celsius, not Fahrenheit just go ahead and try my attached
screen and then you do style import and paste the text into the field in
custom clock helper. I think you might like it. Otherwise as I said,
recalculation of sizes and positions.
By the way, you can use a JSON formater in your browser, and then it is
sorted in a nicer way.
You can find the json  formator  when you google it.



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

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


Re: [SlimDevices: Plugins] Announce: Custom Clock applet for Touch/Radio/Controller

2021-08-20 Thread Howard Passman


Wow, that is beautiful. I'll give that a try. I'm assuming I can just
change the format strings to match SDT for farenheit.

Thanks very much!!

Howard

Pommes wrote: 
> Well, heres my weather screen for jivelite, feel free to use or
> modify,it is 800-480, its celsius, though, not
> fahrenheit.35558



Howard Passman's Profile: http://forums.slimdevices.com/member.php?userid=16674
View this thread: http://forums.slimdevices.com/showthread.php?t=68269

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


Re: [SlimDevices: Plugins] Announce: Custom Clock applet for Touch/Radio/Controller

2021-08-20 Thread Howard Passman

Thanks. I was beginning to think this was a lost cause.

I'm not following what you mean when you say modify the screen
accordingly. Is there somewhere you tell the software the size of the
screen. I thought in Custom Clock Helper when you put in the "Model"
field "Jivelite800x480" you were essentially telling the program what
size screen you had.

I'm a little familiar with HTML and this doesn't seem to work the same
way when placing objects. 

Thanks again,

Howard



Pommes wrote: 
> I had a similar problem, I wanted to use my custom made screen to use it
> on a 7 inch raspberry.
> I justed resized and moved the icons and texts in relation to the screen
> difference. I did this with a text editor by first exporting the clock,
> modifying it in the text editor and then re-importing it in custom clock
> helper.
> Your new screen is 800 horizontal pixels, your old one was 480, so
> horizontal currently 1.66 times bigger.
> Vertical  480 versus 272, so 1.76 times bigger.
> So you have to modify your screen accordingly.
> I know it’s a big pain in the butt. But it’s a once in a lifetime thing
> I hope. 
> Maybe you can just ask if someone is willing to share his screen with
> you, maybe there are some custom clock screens for 7 inch or 5 inch
> already?
> If anyone wants my 7 inch screen, just let me know.



Howard Passman's Profile: http://forums.slimdevices.com/member.php?userid=16674
View this thread: http://forums.slimdevices.com/showthread.php?t=68269

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


Re: [SlimDevices: Plugins] Announce: Custom Clock applet for Touch/Radio/Controller

2021-08-20 Thread Pommes


Well, heres my weather screen for jivelite, feel free to use or
modify,it is 800-480, its celsius, though, not
fahrenheit.35558


+---+
|Filename: pommes weather jive.jpg  |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=35558|
+---+


The Earth Has Music For Those Who Listen

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

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


Re: [SlimDevices: Plugins] Announce: Custom Clock applet for Touch/Radio/Controller

2021-08-20 Thread Pommes

Howard Passman wrote: 
> Okay, another try at this. I managed to modify one of the canned Custom
> Clocks, but I can't seem to move anything past about 2/3 down the
> screen. The screen I'm using is 800x480. Is there a trick to this I'm
> not getting. Even aligning on the bottom puts it about 2/3 down the
> display.
> 
> Thanks,
> 
> Howard

I had a similar problem, I wanted to use my custom made screen to use it
on a 7 inch raspberry.
I justed resized and moved the icons and texts in relation to the screen
difference. I did this with a text editor by first exporting the clock,
modifying it in the text editor and then re-importing it in custom clock
helper.
Your new screen is 800 horizontal pixels, your old one was 480, so
horizontal currently 1.66 times bigger.
Vertical  480 versus 272, so 1.76 times bigger.
So you have to modify your screen accordingly.
I know it’s a big pain in the butt. But it’s a once in a lifetime thing
I hope. 
Maybe you can just ask if someone is willing to share his screen with
you, maybe there are some custom clock screens for 7 inch or 5 inch
already?
If anyone wants my 7 inch screen, just let me know.



The Earth Has Music For Those Who Listen

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

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


Re: [SlimDevices: Plugins] Announce: Custom Clock applet for Touch/Radio/Controller

2021-08-20 Thread Howard Passman


Okay, another try at this. I managed to modify one of the canned Custom
Clocks, but I can't seem to move anything past about 2/3 down the
screen. The screen I'm using is 800x480. Is there a trick to this I'm
not getting. Even aligning on the bottom puts it about 2/3 down the
display.

Thanks,

Howard



Howard Passman's Profile: http://forums.slimdevices.com/member.php?userid=16674
View this thread: http://forums.slimdevices.com/showthread.php?t=68269

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


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

2021-08-20 Thread d6jg


Its available to me but to add it to LMS requires some steps

1. In the Quboz web player create a new empty playlist
2. Go back to My Weekly Q, right click the three dots at right hand side
in above screenshot and do "add to playlist" and add to the empty
playlist from 1.

Job jobbed.



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 Boom 
*Kitchen* UE Radio (upgraded to 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
Everything controlled by iPeng & Material on iOS

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] Qobuz.com streaming plugin

2021-08-20 Thread Jeff07971


didjean wrote: 
> Thx for the screenshot: I confirm I don't have it on my side :-/

:eek: Maybe it is geolocked then :confused:

Jeff



*Want a webapp ?* Get SqueezeLite-X !
https://forums.slimdevices.com/showthread.php?108550-Announce-Squeezelite-X=903953=1#post903953

Jeff07971's Profile: http://forums.slimdevices.com/member.php?userid=49290
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] Qobuz.com streaming plugin

2021-08-20 Thread didjean


Jeff07971 wrote: 
> Front and centre on the Web Player ! :)
> 
> 35553
> 
> Jeff

Thx for the screenshot: I confirm I don't have it on my side :-/



Transporter, Touch, SB3, SB2, Duet, Booms, Radios, piCorePlayer ---
iPeng & Material --- LMS Version: 8.2.0 - 1619381438 on Pi4 4GB -
Max2Play --- Qobuz

didjean's Profile: http://forums.slimdevices.com/member.php?userid=2900
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] Qobuz.com streaming plugin

2021-08-20 Thread Jeff07971

didjean wrote: 
> Me too, can’t find it on Qobuz App nor desktop… might be a feature
> available in some selected countries only?

Front and centre on the Web Player ! :)

35553

Jeff


+---+
|Filename: 2021-08-20 15_31_21-.jpg |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=35553|
+---+


*Want a webapp ?* Get SqueezeLite-X !
https://forums.slimdevices.com/showthread.php?108550-Announce-Squeezelite-X=903953=1#post903953

Jeff07971's Profile: http://forums.slimdevices.com/member.php?userid=49290
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] Qobuz.com streaming plugin

2021-08-20 Thread didjean

SchOX wrote: 
> I've not found this option, neither in Web app or Android App - but I
> might have overlooked something.
> Thanks for the tip :)

Me too, can’t find it on Qobuz App nor desktop… might be a feature
available in some selected countries only?



Transporter, Touch, SB3, SB2, Duet, Booms, Radios, piCorePlayer ---
iPeng & Material --- LMS 8.0.1 - 1606928904 on Pi4 4GB - Max2Play ---
Qobuz

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

2021-08-20 Thread Paul Webster


Paul Webster wrote: 
> Children and beach currently ... but will give it a try on next cloudy
> day if not already released.

Works well. Thanks.



Paul Webster
http://dabdig.blogspot.com
author of \"now playing\" plugins covering radio france (fip etc),
planetradio (bauer - kiss, absolute, scala, jazzfm etc), kcrw, supla
finland, abc australia, cbc/radio-canada and rte ireland

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

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


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

2021-08-20 Thread SchOX


coyrls wrote: 
> As a workaround, you can add the "My Weekly Q" as a favourite playlist
> from a Qobuz interface and it will them appear under "My Playlists" in
> the LMS interface as "My Weekly Q - date"

I've not found this option, neither in Web app or Android App - but I
might have overlooked something.
Thanks for the tip :)



SchOX's Profile: http://forums.slimdevices.com/member.php?userid=12389
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] Qobuz.com streaming plugin

2021-08-20 Thread SchOX


mherger wrote: 
> >Qobuz removed all public documentation a 
> while ago. Which means I have no access to any documentation which might
> 
> help me to get access to new features

I understand - you obviously have access to a app_id and app_secret
witch is connected to a developer account - is there no documentation
for developers available for registered developers? (I know you didn't
start this project, so the account might be connected to another person
- I have not read through all the pages here, so I'm not aware how this
cooperation works).

35550
The plugin was somehow endorsed by Qobuz when the docs was available -
(and it looks like the Kodi plugin is not totally dead, even if it's
some months since it last was updated.)

I'm not expecting any miracles - and I'm grateful for your work - I just
want to understand the issue with api access/documentation from qobuz,
if there is something I can do to dig for information. (I'm no developer
:p )


+---+
|Filename: 3.partyqobuz.png |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=35550|
+---+


SchOX's Profile: http://forums.slimdevices.com/member.php?userid=12389
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] Qobuz.com streaming plugin

2021-08-20 Thread coyrls

SchOX wrote: 
> Is there a way to find «My Weekly Q» from the plugin interface?
> 

As a workaround, you can add the "My Weekly Q" as a favourite playlist
from a Qobuz interface and it will them appear under "My Playlists" in
the LMS interface as "My Weekly Q - date"



coyrls's Profile: http://forums.slimdevices.com/member.php?userid=44253
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 : BBC Sounds Plugin

2021-08-20 Thread expectingtofly


Release 2.20.0 includes:

NEW FEATURES

- Support for adding a Series/Podcast as an LMS Favorite (LMS 8.2.0 or
  greater only).   You can favourite a series/programme from  your
  subscriptions in MY Sounds->Subscriptions or by searching or from
  browsing (e.g. in the podcasts menu)
- You can also "Favourite" the whole of the "My Sounds" so that the
  whole of "My Sounds" menu appears in your "Favorites" as a dynamic
  menu.
  

Both of the above only work in LMS 8.2.0 or greater .  As this
capability is fairly new, as far as I can tell, none of the the 3rd
party controllers (currently) support being able to favourite a dynamic
menu from a plugin that offers up the capability.   You can only do that
in the default skin, where the heart icon is shown in the normal way : 
35547

Of course, once you have added a dynamic favourite, all the controllers
support browsing the dynamic menu from "favorites" as you would expect.
35548

It is available in the beta repository now and will be available in the
main 3rd party repository at the next refresh.


+---+
|Filename: Screenshot 2021-08-20 10.14.31.png   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=35548|
+---+


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

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2021-08-20 Thread cpd73


shinedou wrote: 
> Is there a way to Add a now-playing only page in the app version?

No, sorry, app is not designed with that use-case. Just use chrome and
add to homescreen.



*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] Annouce: Squeeze Control, a squeezebox remote app, is now available for Android

2021-08-20 Thread dolodobendan


wt0 wrote: 
> Figured out the problem.  The duration (and other data) has to be
> retrieved using a second request. The resulting list of extra info is
> then matched to the primary list. The extra info list is requested to be
> returned sorted in a specific way, but I forgot to apply the same
> sorting to the main search request.  I'll fix it for the next update.

That was fast! :)

wt0 wrote: 
> As to the artist name in the parentheses, it's not supposed to do that.
> The parentheses are really just meant for showing the year in album
> lists, but adding code to handle the special case of search returns is
> just not worth it, so I'm just going to let it be.

If you think that's for the best. Knowing and not fixing this bug would
drive me crazy.



QLMS 8.3@2.21 x64 (digimaster) with perl 5.30.1 / QNAP 469L QTS 4.3.4

dolodobendan's Profile: http://forums.slimdevices.com/member.php?userid=67663
View this thread: http://forums.slimdevices.com/showthread.php?t=96757

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