Re: [SlimDevices: Plugins] Qobuz plugin does not work after LMS 8.2.0 update

2022-02-15 Thread moxman


mherger wrote: 
> >
> http://www.qobuz.com/api.json/0.2/user/login?app_id=942852567_manufacturer_id=9d7ece7f-8276-47b5-b735-9a27f7abac44==jmoxley%40gmail.com
> 
> Ok, you seem to get an unexpected response back, eg. some html error 
> page. Unfortunately LMS or the plugin would not dump the full response.
> 
> But what you could do is
> 
> - enable the same logging as before
> - try to log in as before
> - grab the above, update URL from the log file
> - run "curl '...above url...' > test.html
> - upload the resulting test.html to 
> https://www.dropbox.com/request/T3RctyzGgNg0oFDubq6a

Found the problem, and it's worth noting this since others are bound to
run into this at some point or another.   ATT flags the plugin as a
phishing risk and denies the authentication which was remedied quickly
by ATT's home manager.   I had to run through the debug information to
figure it out, but that's what it was.

Thanks for the help.



moxman's Profile: http://forums.slimdevices.com/member.php?userid=72579
View this thread: http://forums.slimdevices.com/showthread.php?t=114999

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


Re: [SlimDevices: Plugins] Qobuz plugin does not work after LMS 8.2.0 update

2022-02-14 Thread Michael Herger

http://www.qobuz.com/api.json/0.2/user/login?app_id=942852567_manufacturer_id=9d7ece7f-8276-47b5-b735-9a27f7abac44==jmoxley%40gmail.com


Ok, you seem to get an unexpected response back, eg. some html error 
page. Unfortunately LMS or the plugin would not dump the full response. 
But what you could do is


- enable the same logging as before
- try to log in as before
- grab the above, update URL from the log file
- run "curl '...above url...' > test.html
- upload the resulting test.html to 
https://www.dropbox.com/request/T3RctyzGgNg0oFDubq6a

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


Re: [SlimDevices: Plugins] Qobuz plugin does not work after LMS 8.2.0 update

2022-02-14 Thread moxman


mherger wrote: 
> > [22-02-14 11:17:25.7449] Plugins::Qobuz::API::__ANON__ (76) Failed to
> > get token
> 
> Anything around that? Please enable logging for network.asynchttp, too,
> 
> to get an idea of the http issue underlying the above (if any).

[22-02-14 13:31:16.4065] Slim::Networking::Async::HTTP::_http_read_body
(530) Read body: [709] bytes
[22-02-14 13:31:16.4080] Slim::Networking::Async::disconnect (251) Close
Slim::Networking::Async::Socket::HTTP=GLOB(0x6cacb98) => 44
[22-02-14 13:31:16.4094] Slim::Networking::Async::HTTP::_http_read_body
(596) closing mode
[22-02-14 13:31:16.4104] Slim::Networking::Async::HTTP::_http_read_body
(604) Body read
[22-02-14 13:31:16.4115] Slim::Networking::SimpleAsyncHTTP::onBody (129)
status for
http://www.qobuz.com/api.json/0.2/user/login?app_id=942852567_manufacturer_id=9d7ece7f-8276-47b5-b735-9a27f7abac44=494e4b0781eaf9dbce7c96c236bf63b8=jmoxley%40gmail.com
is 200 OK
[22-02-14 13:31:16.4127] Slim::Networking::SimpleAsyncHTTP::onBody (150)
Done
[22-02-14 13:31:16.4137] Plugins::Qobuz::API::__ANON__ (717) malformed
JSON string, neither array, object, number, string or atom, at character
offset 0 (before "\nhttp://forums.slimdevices.com/member.php?userid=72579
View this thread: http://forums.slimdevices.com/showthread.php?t=114999

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


Re: [SlimDevices: Plugins] Qobuz plugin does not work after LMS 8.2.0 update

2022-02-14 Thread Michael Herger

[22-02-14 11:17:25.7449] Plugins::Qobuz::API::__ANON__ (76) Failed to
get token


Anything around that? Please enable logging for network.asynchttp, too, 
to get an idea of the http issue underlying the above (if any).

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


Re: [SlimDevices: Plugins] Qobuz plugin does not work after LMS 8.2.0 update

2022-02-14 Thread moxman


mherger wrote: 
> Then it's time to check your server.log. If there's nothing in there,
> try enabling debug logging for plugin.qobuz.

Yeah, I've looked at the log and it appears to be timing out
authenticating (I'm an IT guy of over 35 years).   So when I enabled the
debug logging for Qobuz this is the response:

[22-02-14 11:17:25.7449] Plugins::Qobuz::API::__ANON__ (76) Failed to
get token

This isn't a high priority item but since I've seen this and apparently
somebody else has (in this thread) it's something to be aware of.



moxman's Profile: http://forums.slimdevices.com/member.php?userid=72579
View this thread: http://forums.slimdevices.com/showthread.php?t=114999

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


Re: [SlimDevices: Plugins] Qobuz plugin does not work after LMS 8.2.0 update

2022-02-14 Thread mherger


Then it's time to check your server.log. If there's nothing in there,
try enabling debug logging for plugin.qobuz.



Michael

"It doesn't work - what shall I do?" - "Please check your server.log
and/or scanner.log file!"
(LMS: Settings/Information)

mherger's Profile: http://forums.slimdevices.com/member.php?userid=50
View this thread: http://forums.slimdevices.com/showthread.php?t=114999

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


Re: [SlimDevices: Plugins] Qobuz plugin does not work after LMS 8.2.0 update

2022-02-14 Thread moxman


mherger wrote: 
> > I just moved across the US and my Qobuz is no longer working but I
> also
> 
> Only the Qobuz plugin in LMS, or Qobuz in general?

Only the Qobuz plugin, everything else seems to work perfectly.



moxman's Profile: http://forums.slimdevices.com/member.php?userid=72579
View this thread: http://forums.slimdevices.com/showthread.php?t=114999

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


Re: [SlimDevices: Plugins] Qobuz plugin does not work after LMS 8.2.0 update

2022-02-13 Thread Michael Herger

I just moved across the US and my Qobuz is no longer working but I also


Only the Qobuz plugin in LMS, or Qobuz in general?
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Qobuz plugin does not work after LMS 8.2.0 update

2022-02-13 Thread moxman


d6jg wrote: 
> This might be a DNS caching issue. 
> Browser looking in one place LMS looking in another

I just moved across the US and my Qobuz is no longer working but I also
found that it works flawlessly if I enable a VPN service.   Client works
without it but the plugin will not communicate with the Qobuz
authentication server.

FYI, I spun up another clean version of LMS to test this.  If anyone
else has seen this I'd be curious about why this would happen, at this
point I'm willing to bet it's the ISP (ATT) using some sort of
filtering, but since I can hit the service with their native client I'm
mystified.

Nice plugin, I've enjoyed it until my move.



moxman's Profile: http://forums.slimdevices.com/member.php?userid=72579
View this thread: http://forums.slimdevices.com/showthread.php?t=114999

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


Re: [SlimDevices: Plugins] Qobuz plugin does not work after LMS 8.2.0 update

2021-08-19 Thread d6jg


mherger wrote: 
> > Yes I tried to go back to some old v of LMS but the old versions did
> not
> > work with the Q-plugin anymore either. Though I did not make a
> "clean"
> > install of the old versions so cannot say if that had done the trick.
> 
> This very likely has nothing to do with LMS or the Qobuz plugin, but 
> must be something on Qobuz' end.

This might be a DNS caching issue. 
Browser looking in one place LMS looking in another



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

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


Re: [SlimDevices: Plugins] Qobuz plugin does not work after LMS 8.2.0 update

2021-08-19 Thread Michael Herger

Yes I tried to go back to some old v of LMS but the old versions did not
work with the Q-plugin anymore either. Though I did not make a "clean"
install of the old versions so cannot say if that had done the trick.


This very likely has nothing to do with LMS or the Qobuz plugin, but 
must be something on Qobuz' end.

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


Re: [SlimDevices: Plugins] Qobuz plugin does not work after LMS 8.2.0 update

2021-08-19 Thread jonr


Yes I tried to go back to some old v of LMS but the old versions did not
work with the Q-plugin anymore either. Though I did not make a "clean"
install of the old versions so cannot say if that had done the trick.



jonr's Profile: http://forums.slimdevices.com/member.php?userid=72025
View this thread: http://forums.slimdevices.com/showthread.php?t=114999

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


Re: [SlimDevices: Plugins] Qobuz plugin does not work after LMS 8.2.0 update

2021-08-19 Thread Michael Herger

VPN service is when I use the LMS Qobus plugin. As I said this was not
the case with previous versions of LMS when I did not need a VPN
unblocker.


Did you double check that by going back to the old LMS you'd be able to 
sign in? I have no clue what change in LSM could even cause this...

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


Re: [SlimDevices: Plugins] Qobuz plugin does not work after LMS 8.2.0 update

2021-08-19 Thread jonr


I resolved the problem when I logged in LMS through a VPN service (geo
unblocker) in the same country where the Qobuz account is registered,
everything works perfectly.

Cobuz is indeed providing their services in the country I am currently
residing and I have no problems connection to the account through the
Qobuz app or using a webbrowser. It seems that the only time I need the
VPN service is when I use the LMS Qobus plugin. As I said this was not
the case with previous versions of LMS when I did not need a VPN
unblocker.

jonr



jonr's Profile: http://forums.slimdevices.com/member.php?userid=72025
View this thread: http://forums.slimdevices.com/showthread.php?t=114999

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


Re: [SlimDevices: Plugins] Qobuz plugin does not work after LMS 8.2.0 update

2021-08-19 Thread Michael Herger

When I use the URL you sent in a browser I am directed to Qobuz shop.
There seems to be some confusion with my Qobuz account when I am
physically situated outside the country where the account is registered.
Qobuz probably uses some kind of geoblocker. 


Interesting. It did work for me, and I'm likely in a different country 
(Switzerland). Are you in a place where Qobuz isn't available at all?


Please let me know if you learn anything about their geo blocking 
strategy. It might be helpful for others. Thanks!

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


Re: [SlimDevices: Plugins] Qobuz plugin does not work after LMS 8.2.0 update

2021-08-19 Thread jonr


When I use the URL you sent in a browser I am directed to Qobuz shop.
There seems to be some confusion with my Qobuz account when I am
physically situated outside the country where the account is registered.
Qobuz probably uses some kind of geoblocker. I did not have this problem
before, but I am not sure if it has anything to do with the LMS update
or if the problem is connected with new Qobuz account settings. Anyway
now I know what the problem is. Thank you very much for your help.



jonr's Profile: http://forums.slimdevices.com/member.php?userid=72025
View this thread: http://forums.slimdevices.com/showthread.php?t=114999

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


Re: [SlimDevices: Plugins] Qobuz plugin does not work after LMS 8.2.0 update

2021-08-17 Thread Michael Herger

Plugins::Qobuz::API::__ANON__ (717) malformed JSON string, neither
array, object, number, string or atom, at character offset 0 (before
"\n\n


Got your file. I'm seeing that the plugin is failing authentication (the 
login call). But I was able to sign in using the parameters from your 
log file... so I'm not sure what's wrong there. Would you be using any 
kind of proxy filtering web traffic?

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


Re: [SlimDevices: Plugins] Qobuz plugin does not work after LMS 8.2.0 update

2021-08-17 Thread mherger


Please enable logging for plugin.qobuz, try again. Then send me the full
server.log.zip (Settings/Information)

https://www.dropbox.com/request/T3RctyzGgNg0oFDubq6a



Michael

"It doesn't work - what shall I do?" - "Please check your server.log
and/or scanner.log file!"
(LMS: Settings/Information)

mherger's Profile: http://forums.slimdevices.com/member.php?userid=50
View this thread: http://forums.slimdevices.com/showthread.php?t=114999

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


Re: [SlimDevices: Plugins] Qobuz plugin update 2.4.7 - Open Qobuz URL?

2021-02-14 Thread jeroen2


mherger wrote: 
> 
> 
> Update is on its way.

Update arrived. And works. Thanks!



jeroen2's Profile: http://forums.slimdevices.com/member.php?userid=70418
View this thread: http://forums.slimdevices.com/showthread.php?t=113928

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


Re: [SlimDevices: Plugins] Qobuz plugin update 2.4.7 - Open Qobuz URL?

2021-02-13 Thread Michael Herger

Is there an easy way now that allows me to drop a URL like this directly
into LMS?

Code:

 https://play.qobuz.com/album/einyt9pz0es2b



Update is on its way.
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Qobuz plugin update 2.4.7 - Open Qobuz URL?

2021-02-13 Thread jeroen2


BTW, if you just take the album number (which is the same in both the
"play" and the "open" url) and paste it in the search box of LMS it also
works.



jeroen2's Profile: http://forums.slimdevices.com/member.php?userid=70418
View this thread: http://forums.slimdevices.com/showthread.php?t=113928

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


Re: [SlimDevices: Plugins] Qobuz plugin update 2.4.7 - Open Qobuz URL?

2021-02-13 Thread jeroen2


d6jg wrote: 
> 
> Where is 
> https://play.
> picked up?
> 
> Like you I have seen it but not sure where it came from

The play url is when you use the webplayer in your browser. I think most
of the app is just a wrapper around that same interface. 
Since I mostly play music through LMS on PcP, I hardly ever use the
Qobuz app. ButI do go the webplayer to explore and buy new music
sometimes.



jeroen2's Profile: http://forums.slimdevices.com/member.php?userid=70418
View this thread: http://forums.slimdevices.com/showthread.php?t=113928

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


Re: [SlimDevices: Plugins] Qobuz plugin update 2.4.7 - Open Qobuz URL?

2021-02-13 Thread d6jg

When I do share and copy inside Qobuz app at Album level I get

http://open.
Not 
https://open.

At track level it’s 
https://open.

Where is 
https://play.
picked up?

Like you I have seen it but not sure where it came from



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

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


Re: [SlimDevices: Plugins] Qobuz plugin update 2.4.7 - Open Qobuz URL?

2021-02-13 Thread jeroen2


d6jg wrote: 
> Are you using Material? If so switch to Queue view and then 3 dots at
> top right. There is an option to Add URL to queue.
> In default skin you will find it as Tune in URL under Radio

Ah, thanks! It's the plus sign that brings up the "add URL" option, and
that works. Another useful new thing discovered.

It indeed works with "open.qobuz.com" url's and not with
"play.qobuz.com" urls. Slightly odd Qobuz thing though that the address
that starts with "open" does not seem to require a login as long as you
have the full URL. (sample: https://open.qobuz.com/album/3760127222682 )



jeroen2's Profile: http://forums.slimdevices.com/member.php?userid=70418
View this thread: http://forums.slimdevices.com/showthread.php?t=113928

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


Re: [SlimDevices: Plugins] Qobuz plugin update 2.4.7 - Open Qobuz URL?

2021-02-13 Thread d6jg


jeroen2 wrote: 
> Yes, the album number is the same. And it works when you attach the
> number to this URL:
> "http://yourpcpwithlms.local:9000/status.html?p0=qobuz=playalbum=;
> It's just a bit cumbersome to do this manually every time.. 
> 
> Maybe I'm missing something obvious, but how does this currently work
> for the open.qobuz.com URLs? You paste them in the search box? 
> 
> Would be awesome if this could somehow work. Especially since the other
> streaming options in the Qobuz app aren't that great (UPNP or Airplay).
> But it's one of those "so close, but yet so far" things. I even tried
> the Applescript/Automator route but that's just too slow to be of any
> help..

Are you using Material? If so switch to Queue view and then 3 dots at
top right. There is an option to Add URL to queue.
In default skin you will find it as Tune in URL under Radio



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

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


Re: [SlimDevices: Plugins] Qobuz plugin update 2.4.7 - Open Qobuz URL?

2021-02-13 Thread jeroen2


mherger wrote: 
> > Is there an easy way now that allows me to drop a URL like this
> directly
> [...]
> Haven't used this in a while, but yes, that's the idea. BUT it's 
> currently covering https://open.qoubz.com... URLs, rather than 
> play.qobuz.com. It's the kind of URL you'd get from the share menu. But 
> the above looks almost the same. Maybe I can cover these in the future,
> too.

Yes, the album number is the same. And it works when you attach the
number to this URL:
"http://yourpcpwithlms.local:9000/status.html?p0=qobuz=playalbum=;
It's just a bit cumbersome to do this manually every time.. 

Maybe I'm missing something obvious, but how does this currently work
for the open.qobuz.com URLs? You paste them in the search box? 

Would be awesome if this could somehow work. Especially since the other
streaming options in the Qobuz app aren't that great (UPNP or Airplay).
But it's one of those "so close, but yet so far" things. I even tried
the Applescript/Automator route but that's just too slow to be of any
help..



jeroen2's Profile: http://forums.slimdevices.com/member.php?userid=70418
View this thread: http://forums.slimdevices.com/showthread.php?t=113928

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


Re: [SlimDevices: Plugins] Qobuz plugin update 2.4.7 - Open Qobuz URL?

2021-02-13 Thread Michael Herger

Is there an easy way now that allows me to drop a URL like this directly
into LMS?

Code:

 https://play.qobuz.com/album/einyt9pz0es2b



Haven't used this in a while, but yes, that's the idea. BUT it's 
currently covering https://open.qoubz.com... URLs, rather than 
play.qobuz.com. It's the kind of URL you'd get from the share menu. But 
the above looks almost the same. Maybe I can cover these in the future, too.

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


Re: [SlimDevices: Plugins] Qobuz plugin new install - no artwork at all

2020-07-06 Thread mutant_matt


Super, many thanks :)



mutant_matt's Profile: http://forums.slimdevices.com/member.php?userid=37288
View this thread: http://forums.slimdevices.com/showthread.php?t=112542

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


Re: [SlimDevices: Plugins] Qobuz plugin new install - no artwork at all

2020-07-06 Thread Michael Herger

I'll take a backup first, but would you expect to be able to install
7.9.3 "over the top" of 7.8 and keep all the settings and config and it
still work? (I know best practise is always a fresh install...)


Yes and no: yes to installing on top, no to "best practice" (at least 
for LMS). I never do fresh installs, and I switch between 7.7, 7.9 and 
8.0 all the time.


--

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


Re: [SlimDevices: Plugins] Qobuz plugin new install - no artwork at all

2020-07-06 Thread mutant_matt


OK, 7.9.3 it is then.  Thanks.

I'll take a backup first, but would you expect to be able to install
7.9.3 "over the top" of 7.8 and keep all the settings and config and it
still work? (I know best practise is always a fresh install...)

Cheers,

Matt.



mutant_matt's Profile: http://forums.slimdevices.com/member.php?userid=37288
View this thread: http://forums.slimdevices.com/showthread.php?t=112542

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


Re: [SlimDevices: Plugins] Qobuz plugin new install - no artwork at all

2020-07-06 Thread Michael Herger

Is 7.9.3 the current "stable" and 8.0 the "new"?  Are either acceptable
choices? (it needs to rock solid stable for WAF in this house! ;) )


I'd recommend 7.9.3 then. 8.0 is under development and can come with 
breaking changes (or new bugs) every now and then.



Are there any Perl implications/requirements for 7.9.3 vs .8.0?  I see
someone has had 8.0 working on 20.04 so I suppose I should go the whole
hog and jump to that (and follow the "fixes" post install referenced
here:


On the perl support level they're on par. Either one should work.

--

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


Re: [SlimDevices: Plugins] Qobuz plugin new install - no artwork at all

2020-07-06 Thread mutant_matt


mherger wrote: 
> > Logitech Media Server Version: 7.8.0 - 1395409907 @ Thu Mar 27
> 13:20:53
> > PDT 2014
> 
> Update your LMS. Six years is a lot of missed development...
> 
> -- 
> 
> Michael

Thanks for the response Michael - I was afraid you would say that! ;) 

Is 7.9.3 the current "stable" and 8.0 the "new"?  Are either acceptable
choices? (it needs to rock solid stable for WAF in this house! ;) )

I also have to decide what to do with my OS as that needs updating also
(have been putting that off also, due to the change from SysInit to
SystemD between my current server Ubuntu version and 20.04...).

Are there any Perl implications/requirements for 7.9.3 vs .8.0?  I see
someone has had 8.0 working on 20.04 so I suppose I should go the whole
hog and jump to that (and follow the "fixes" post install referenced
here:
https://forums.slimdevices.com/showthread.php?111249-Will-LMS-run-on-Ubuntu-18-04-20-04/
)

Cheers,

Matt.



mutant_matt's Profile: http://forums.slimdevices.com/member.php?userid=37288
View this thread: http://forums.slimdevices.com/showthread.php?t=112542

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


Re: [SlimDevices: Plugins] Qobuz plugin new install - no artwork at all

2020-07-05 Thread Michael Herger

Logitech Media Server Version: 7.8.0 - 1395409907 @ Thu Mar 27 13:20:53
PDT 2014


Update your LMS. Six years is a lot of missed development...

--

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


Re: [SlimDevices: Plugins] Qobuz plugin Hi-Res

2019-08-20 Thread damytzeus


the lms qobuz plugin offers the ability to limit 24/96khz. this should
solve the problem?



damytzeus's Profile: http://forums.slimdevices.com/member.php?userid=10052
View this thread: http://forums.slimdevices.com/showthread.php?t=110053

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


Re: [SlimDevices: Plugins] Qobuz plugin Hi-Res

2019-03-25 Thread left channel


Fahzz wrote: 
> I signed up for Qobuz trial Studio version which is supposed to play up
> to 24 bit 192khz.The plugin works but the LMS UI shows only 320 kps Mp3
> being played. Is there a setting I need to implement?

In Settings > Advanced > Qobuz, it's possible your preferred format is
set to "MP3 320 kbps". If so, change that to "FLAC Hi-Res", and enjoy.



LMS: SGC microJukebox running Sonicorbiter OS
Control apps: Squeezelite-X on Win 10; Squeezer or Material web app on
Android
Players: Duet, Touch (two), Mac SqueezePlay, Win Squeezelite-X on laptop
and HTPC

left channel's Profile: http://forums.slimdevices.com/member.php?userid=67918
View this thread: http://forums.slimdevices.com/showthread.php?t=110053

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


Re: [SlimDevices: Plugins] Qobuz plugin Hi-Res

2019-03-25 Thread Fahzz


I signed up for Qobuz trial Studio version which is supposed to play up
to 24 bit 192khz.The plugin works but the LMS UI shows only 320 kps Mp3
being played. Is there a setting I need to implement?



Living Room: Pi3 w/Allo Digione Player (Wired), Max2Play w/LMS Server
7.9 and SqueezeLite
Pioneer Elite VSX 80, Parasound 2125 v2
KEF LS50's, Paradigm SE Center, SVS SB12-NSD Subwoofer, Paradigm Atom
v.5 Surrounds
Harmony Smart Control w/Hub and iPeng
Dining Room: KEF Q100's
Bedroom: Logitech Boom
Porch: Boston Acoustics Voyager Metro II
Router: Asus RT-N56U

Fahzz's Profile: http://forums.slimdevices.com/member.php?userid=12585
View this thread: http://forums.slimdevices.com/showthread.php?t=110053

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


Re: [SlimDevices: Plugins] Qobuz plugin Hi-Res

2019-01-23 Thread left channel


OK then, it seems to me that even a low-powered Atom-based server would
solve the problem. Mine has no problem "dumbing-down" higher-res FLAC
streams for my Duet.



LMS: SGC microJukebox 
Control apps: Squeezelite-X on Win, Squeezer or Material web app on
Android
Players: Duet, Touch (two), Mac SqueezePlay, Win Squeezelite-X on laptop
and HTPC

left channel's Profile: http://forums.slimdevices.com/member.php?userid=67918
View this thread: http://forums.slimdevices.com/showthread.php?t=110053

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


Re: [SlimDevices: Plugins] Qobuz plugin Hi-Res

2019-01-23 Thread Michael Herger

So is the problem the Transporter, the slow Synology server, or both?
Too bad there's no such thing as edo for the Transporter as far as I
know.


The problem is the combination of insanely high bitrates with 
underpowered hardware. The bit rates are too high for the Transporter to 
play, and the NAS is not powerful enough to transcode the stream to 
something the Transporter can play.


--

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


Re: [SlimDevices: Plugins] Qobuz plugin Hi-Res

2019-01-22 Thread left channel


Mnyb wrote: 
> You are using a synology DS211 as server ? Is it up to task to transcode
> audio ? Try LMS on one of your computers ?

ligald wrote: 
> Thanks for your feedback. I duplicated the issue in the other thread.
> 
> I'll try playing 24/192 files locally to check the transcoding
> functionality.

ligald wrote: 
> I tried with local 192/384 files. My server is not fast enough for
> real-time transcoding (Transporter is buffering all the time) but at
> least I can still hear the original music. When streaming such files
> from Qobuz, I cannot hear the original music at all, but just noise
> played very loud. I heard that transocing is only applied on local
> files, and not when streaming audio via a plugin. Anyway in my case
> transcoding is not an potion and I'm looking for a way to filter out the
> 192/384 files and stream a lower resolution version instead.

So is the problem the Transporter, the slow Synology server, or both?
Too bad there's no such thing as edo for the Transporter as far as I
know.



LMS: SGC microJukebox 
Control apps: Squeezelite-X on Win, Squeezer or Material web app on
Android
Players: Duet, Touch (two), Mac SqueezePlay, Win Squeezelite-X on laptop
and HTPC

left channel's Profile: http://forums.slimdevices.com/member.php?userid=67918
View this thread: http://forums.slimdevices.com/showthread.php?t=110053

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


Re: [SlimDevices: Plugins] Qobuz plugin Hi-Res

2019-01-21 Thread Michael Herger

I'm using/streaming FLAC only. The issue comes from the very high
resolution files (192 or 384 kHz) streamed from Qobuz with the Studio
subscription(= Hi-Res). Those two bitrates are not supported by the
Transporter (only up to 96 kHz) and for those two specific cases, I'm
looking for a way to stream in a lower serolution (96, 48 or 44 kHz)


Understood. But I'm not going to implement yet another filter by the 
exact bitrate. I'm sorry.


The plugin is on github (it's not mine, after all :-)). If somebody 
wants to implement this, please submit a pull request:


https://github.com/pierrepoulpe/SqueezeboxQobuz

--

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


Re: [SlimDevices: Plugins] Qobuz plugin Hi-Res

2019-01-21 Thread lewiswhite


Thanks for information dude



lewiswhite's Profile: http://forums.slimdevices.com/member.php?userid=68889
View this thread: http://forums.slimdevices.com/showthread.php?t=110053

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


Re: [SlimDevices: Plugins] Qobuz plugin Hi-Res

2019-01-21 Thread ligald

mherger wrote: 
> If your NAS can't handle the transcoding, just pick FLAC.
> 
> -- 
> 
> Michael

Hi Michael,

I'm using/streaming FLAC only. The issue comes from the very high
resolution files (192 or 384 kHz) streamed from Qobuz with the Studio
subscription(= Hi-Res). Those two bitrates are not supported by the
Transporter (only up to 96 kHz) and for those two specific cases, I'm
looking for a way to stream in a lower serolution (96, 48 or 44 kHz)



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

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


Re: [SlimDevices: Plugins] Qobuz plugin Hi-Res

2019-01-21 Thread Michael Herger

If your NAS can't handle the transcoding, just pick FLAC.

--

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


Re: [SlimDevices: Plugins] Qobuz plugin Hi-Res

2019-01-20 Thread ligald

I tried with local 192/384 files. My server is not fast enough for
real-time transcoding (Transporter is buffering all the time) but at
least I can still hear the original music. When streaming such files
from Qobuz, I cannot hear the original music at all, but just noise
played very loud. I heard that transocing is only applied on local
files, and not when streaming audio via a plugin. Anyway in my case
transcoding is not an potion and I'm looking for a way to filter out the
192/384 files and stream a lower resolution version instead.



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

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


Re: [SlimDevices: Plugins] Qobuz plugin Hi-Res

2019-01-20 Thread ligald

Thanks for your feedback. I duplicated the issue in the other thread.

I'll try playing 24/192 files locally to check the transcoding
functionality.



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

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


Re: [SlimDevices: Plugins] Qobuz plugin Hi-Res

2019-01-19 Thread Mnyb


You are using a synology DS211 as server ? Is it up to task to transcode
audio ? Try LMS on one of your computers ?




Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH 2 x
MeridianDSP5200 MeridianDSP5200HC 2 xMeridianDSP3100 +Rel Stadium 3
sub.
Bedroom/Office: Boom
Kitchen: Touch + powered Fostex PM0.4
Misc use: Radio (with battery)
iPad1 with iPengHD & SqueezePad
(spares Touch, SB3, reciever ,controller )
server HP proliant micro server N36L with ClearOS Linux

http://people.xiph.org/~xiphmont/demo/neil-young.html

Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=110053

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


Re: [SlimDevices: Plugins] Qobuz plugin Hi-Res

2019-01-19 Thread left channel


To get faster attention, I suggest you re-post that question in the
Qobuz plug-in thread:
https://forums.slimdevices.com/showthread.php?97146-Qobuz-com-streaming-plugin

As far as I know LMS should detect the Transporter, know it has a
maximum sample rate of 96 kHz, and properly downsample anything above
that. I am no expert, but I do wonder: does your LMS work OK with local
files in those resolutions?



LMS: SGC microJukebox 
Control apps: Squeezelite-X on Win, Squeezer or Material web app on
Android
Players: Duet, Touch (two), Mac SqueezePlay, Win Squeezelite-X on laptop
and HTPC

left channel's Profile: http://forums.slimdevices.com/member.php?userid=67918
View this thread: http://forums.slimdevices.com/showthread.php?t=110053

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


Re: [SlimDevices: Plugins] Qobuz plugin - not showing all favourites, bestsellers, ...

2016-06-02 Thread Rainer M Krug
Michael Herger  writes:

>> Thanks - than I have to check on my side. Is there a cache from the
>> Qobuz plugin which I can empty?
>
> IIRC there's qobuz.db in LMS' cache folder.

Thanks - should have looked there...

Deleted then, restarted, still the same. On ickStream and in the Qobuz
app, all favourites are present.

Hm. Any suggestions?

Rainer

-- 
Rainer M. Krug
email: Rainerkrugsde
PGP: 0x0F52F982


signature.asc
Description: PGP signature
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Qobuz plugin - not showing all favourites, bestsellers, ...

2016-06-02 Thread Rainer M Krug
PaulinPosset  writes:

> rkrug wrote: 
>> 
>> 
>> Thanks - than I have to check on my side. Is there a cache from the
>> Qobuz plugin which I can empty?
>> 
>> 
>
> I have no idea if there is a cache specifically for Qobuz and have never
> had a problem with the LMS plugin so can't help with specifics but if
> all else fails try deleting the plugin and then re-installing?

Yes - that's what I tried - did not help.

Rainer

>
>
> 
> PaulinPosset's Profile: http://forums.slimdevices.com/member.php?userid=63060
> View this thread: http://forums.slimdevices.com/showthread.php?t=105696
>
> ___
> plugins mailing list
> plugins@lists.slimdevices.com
> http://lists.slimdevices.com/mailman/listinfo/plugins

-- 
Rainer M. Krug
email: Rainerkrugsde
PGP: 0x0F52F982


signature.asc
Description: PGP signature
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Qobuz plugin - not showing all favourites, bestsellers, ...

2016-06-02 Thread Michael Herger

Thanks - than I have to check on my side. Is there a cache from the
Qobuz plugin which I can empty?


IIRC there's qobuz.db in LMS' cache folder.

--

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


Re: [SlimDevices: Plugins] Qobuz plugin - not showing all favourites, bestsellers, ...

2016-06-02 Thread PaulinPosset

rkrug wrote: 
> 
> 
> Thanks - than I have to check on my side. Is there a cache from the
> Qobuz plugin which I can empty?
> 
> 

I have no idea if there is a cache specifically for Qobuz and have never
had a problem with the LMS plugin so can't help with specifics but if
all else fails try deleting the plugin and then re-installing?



PaulinPosset's Profile: http://forums.slimdevices.com/member.php?userid=63060
View this thread: http://forums.slimdevices.com/showthread.php?t=105696

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


Re: [SlimDevices: Plugins] Qobuz plugin - not showing all favourites, bestsellers, ...

2016-06-02 Thread Rainer M Krug
PaulinPosset  writes:

> rkrug wrote: 
>> Hi
>> 
>> is is it only me, or are there problems with the Qobuz plugin
>> (favourites showing only one album, bestsellers only a few albums,
>> ...)?
>> 
>> The ickStream Qobuz plugin is working for me.
>> 
>
> Both plugins working normally for me in the UK.

Thanks - than I have to check on my side. Is there a cache from the
Qobuz plugin which I can empty?

Rainer

>
>
> 
> PaulinPosset's Profile: http://forums.slimdevices.com/member.php?userid=63060
> View this thread: http://forums.slimdevices.com/showthread.php?t=105696
>
> ___
> plugins mailing list
> plugins@lists.slimdevices.com
> http://lists.slimdevices.com/mailman/listinfo/plugins

-- 
Rainer M. Krug
email: Rainerkrugsde
PGP: 0x0F52F982


signature.asc
Description: PGP signature
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Qobuz plugin - not showing all favourites, bestsellers, ...

2016-06-02 Thread PaulinPosset

rkrug wrote: 
> Hi
> 
> is is it only me, or are there problems with the Qobuz plugin
> (favourites showing only one album, bestsellers only a few albums,
> ...)?
> 
> The ickStream Qobuz plugin is working for me.
> 

Both plugins working normally for me in the UK.



PaulinPosset's Profile: http://forums.slimdevices.com/member.php?userid=63060
View this thread: http://forums.slimdevices.com/showthread.php?t=105696

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


Re: [SlimDevices: Plugins] Qobuz plugin

2015-04-01 Thread CommanderROR

I hope someone  will fix that soon as it is an important feature. 

Speaking of features: it seems that Qobuz is changing their Playlist
lineup. Any chance of getting that in thr Plugin too? It still serms to
be WIP on theirbend as well, but might be worth keeping an eye on. In
the plugin I can't seem to find the Playlists from the website at the
moment...



CommanderROR's Profile: http://forums.slimdevices.com/member.php?userid=59408
View this thread: http://forums.slimdevices.com/showthread.php?t=103418

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


Re: [SlimDevices: Plugins] Qobuz plugin

2015-03-28 Thread sebp

The plugin doesn't implement seeking in streams at the moment.



'Last.fm' (http://www.last.fm/user/sebp)

sebp's Profile: http://forums.slimdevices.com/member.php?userid=11768
View this thread: http://forums.slimdevices.com/showthread.php?t=103418

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


Re: [SlimDevices: Plugins] qobuz plugin - Duet and Transporter bufferring in FLAC

2014-11-20 Thread thestewman

matka wrote: 
 Qobuz plugin works fine in FLAC when using Touch, but I had a bad case
 of buffering in Transporter and Duet.
 
 I have increased radio buffer size but this did not change anything.
 Searching forums I have seen a post related to buffering mp3 radio
 stations and the advice was to change player setting from MP3 direct
 streaming to proxied streaming. So I tried and... buffering stopped
 on both Duet and Transporter.
 
 Both my players are on wired network, stream info still says FLAC.
 
 I'm glad this works, but would anybody know what did I just do ?


Where did you make this change ?

change player setting from MP3 direct streaming to proxied streaming



thestewman's Profile: http://forums.slimdevices.com/member.php?userid=31082
View this thread: http://forums.slimdevices.com/showthread.php?t=97210

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


Re: [SlimDevices: Plugins] qobuz plugin - Duet and Transporter bufferring in FLAC

2014-11-20 Thread pippin

Settings-Player Settings-Audio, i beliebe (per player)



---
learn more about iPeng, the iPhone and iPad remote for the Squeezebox
and
Logitech UE Smart Radio as well as iPeng Party, the free Party-App, 
at penguinlovesmusic.com
*New: iPeng 8, the Universal App for iOS 7 and iOS 8*

pippin's Profile: http://forums.slimdevices.com/member.php?userid=13777
View this thread: http://forums.slimdevices.com/showthread.php?t=97210

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


Re: [SlimDevices: Plugins] qobuz plugin - Duet and Transporter bufferring in FLAC

2012-11-11 Thread epoch1970

matka wrote: 
 Qobuz plugin works fine in FLAC when using Touch, but I had a bad case
 of buffering in Transporter and Duet.
 
 I have increased radio buffer size but this did not change anything.
 Searching forums I have seen a post related to buffering mp3 radio
 stations and the advice was to change player setting from MP3 direct
 streaming to proxied streaming. So I tried and... buffering stopped
 on both Duet and Transporter.
 
 Both my players are on wired network, stream info still says FLAC.
 
 I'm glad this works, but would anybody know what did I just do ?

I guess the server uses a larger buffer making latency less of a
problem. And/or you halved the internet bandwidth required if you were
listening to the same stream on both players at the same time.



epoch1970's Profile: http://forums.slimdevices.com/member.php?userid=16711
View this thread: http://forums.slimdevices.com/showthread.php?t=97210

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


Re: [SlimDevices: Plugins] qobuz plugin - Duet and Transporter bufferring in FLAC

2012-11-11 Thread matka

epoch1970 wrote: 
 I guess the server uses a larger buffer making latency less of a
 problem. And/or you halved the internet bandwidth required if you were
 listening to the same stream on both players at the same time.
I've listen to one player at the time. Must be the server buffer, anyway
I'm glad it works as qobuz plugin is a game changer for me.



matka's Profile: http://forums.slimdevices.com/member.php?userid=34878
View this thread: http://forums.slimdevices.com/showthread.php?t=97210

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