audiophonics / RaspDacMinilcd

4 stars 1 forks source link

QOBUZ CoverView #2

Open ergro22 opened 2 years ago

ergro22 commented 2 years ago

Hello,

CoverViews from QOBUZ are not displayed - only "moOde" is displayed here (moOde 8.02 - rdmlcd)

Greetings ergro22

audiophonics commented 2 years ago

Hi, Can you elaborate how you do get Qobuz to play on moOde in the first place? As far as I know this is not something that is available out of the box. Do you use another device to stream Qobuz through DLNA?

ergro22 commented 2 years ago

Hello,

I am using the UPnP/Client for MPD (on moOde). My own music is on a NAS server and is made available via MinimServer 2, the renderer (raspi - moOde) is made available by a BubbleUPnP server which provides access to QOBUZ (OpenHome renderer). MinimServer and BubbleUPnP server are running on the NAS. This works with all UPnP clients.

The LCD shows the correct title as a ticker, only the CoverView is missing.

The moOde web interface on the other hand shows the CoverView from QOBUZ correctly.

Greetings ergro22

ergro22 commented 2 years ago

Hello,

the whole thing is controlled via my iPad there via the Linn App, alternatively the Lumin App also works. In the Linn app I set the MinimServer 2 and QOBUZ as a music source and add the BubbleUPnP Renderer as a system. Then I can make a login with my QOBUZ account and control my music through the app. (for Tidal Users - this works in the same manner)

Greetings ergro22

audiophonics commented 2 years ago

Hi, as long as moOde web interface manages to show the right cover image, the LCD should indeed be able to do that as well.

This has probably something to do with my script not resolving the full URL for the cover image in this specific case, before falling back to the default moOde image.

I will try to reproduce this.

audiophonics commented 2 years ago

I have been working on an update to support the 64-bit version of moOde.

While doing this, I have met and fixed some different cases where the coverart did not display correctly under moOde with BubbleUPnP. However I suspect none of that matched the specific issue you are facing (in my scenarios, the cover was never visible in moOde webUI either).

To investigate further it would help me a lot if you could :

The text output should look like this : {"volume":"0","repeat":"0","random":"0","single":"0","consume":"0","partition":"default","playlist":"6","playlistlength":"52","mixrampdb":"0","state":"play","song":"0","songid":"53","time":"0","elapsed":"284","bitrate":"192 kbps","audio":"44100:24:2","nextsong":"1","nextsongid":"54","song_percent":"0","audio_sample_rate":"44.1","audio_sample_depth":"24","audio_channels":"Stereo","file":"http:\/\/subfm.radioca.st\/Sub.FM","thumb_hash":"","genre":null,"track":null,"date":null,"composer":null,"conductor":null,"performer":null,"albumartist":null,"artist_count":0,"cover_art_hash":1444203322,"mapped_db_vol":"","encoded":"VBR","artist":"Radio station","hidef":"yes","title":"LIVE - Basscave Sessions","album":"SUB.FM - Where Bass Matters","coverurl":"imagesw%2Fradio-logos%2FSUB.FM%20-%20Where%20Bass%20Matters.jpg"}

It would allow me to see from where the RDM is trying to fetch the coverart and why the URL is not resolved as it should.

ergro22 commented 2 years ago

Hi here is a copy:

{"volume":"43","repeat":"0","random":"0","single":"0","consume":"0","partition":"default","playlist":"35","playlistlength":"2","mixrampdb":"0","state":"play","song":"0","songid":"6","time":"153","elapsed":"8","bitrate":"850 kbps","duration":"153.000","audio":"44100:16:2","nextsong":"1","nextsongid":"7","song_percent":5,"audio_sample_rate":"44.1","audio_sample_depth":"16","audio_channels":"Stereo","file":"http:\/\/xxx.xxx.xx.xx:58050\/stream\/audio\/67d37a8d2c136577504e13560b4ec46c.flac","genre":null,"track":null,"date":null,"composer":null,"conductor":null,"performer":null,"albumartist":null,"artist_count":1,"cover_art_hash":724461335,"mapped_db_vol":"-21dB","encoded":"Unknown","artist":"Katie Melua","title":"Tu Ase Turpa\u00a0Ikavi (Live in Concert)","album":"Live in Concert","disc":"Disc tag missing","coverurl":"https:\/\/static.qobuz.com\/images\/covers\/sb\/dm\/gicr15gszdmsb_230.jpg","hidef":"no"}

audiophonics commented 1 year ago

Hi,

I made some general updates for the RDMLCD.

I have done some fixes for the cover generation on screen while playing QOBUZ in a similar fashion & I also tried to point specifically to the cover url you gave me in your MPD report. Both were working fine after the fix.

Can you try this new prebuilt image and tell me if this is working as expected for you ?

ergro22 commented 1 year ago

I have loaded the new image. Unfortunately, even now still no cover is displayed when playing Qobuz music files (UPnP).

Also, the startup time is longer than before.