Opened 15 years ago

Closed 15 years ago

#8353 closed defect (fixed)

AlbumART does not show up for Recordings on PS3

Reported by: steve.mythtv@… Owned by: beirdo
Priority: minor Milestone: 0.24
Component: MythTV - UPnP Version: Master Head
Severity: medium Keywords: UPNP AlbumART PS3
Cc: Ticket locked: no

Description

Browsing to recordings on a PS3 does not show album art for recorded TV shows.

It looks like the PS3 is expecting the dlna:profileID attribute on the <albumArtURI> property to identify that this is a PNG_TN.

While I was in there, I added setting the dc:date property which for some reason was not being set to the recording start time.

Fix was to extend Property to support adding attributes, update CDSObject::toXml to output the attributes, and modify upnpcdstv.cpp to instantiate the attributes.

Backend Version Info MythTV Version : 24158M MythTV Branch : trunk Network Protocol : 56 Library API : 0.23.20100404-1 QT Version : 4.5.2 Options compiled in:

linux release using_oss using_alsa using_pulse using_jack using_pulseoutput using_backend using_directfb using_dvb using_firewire using_frontend using_hdhomerun using_hdpvr using_iptv using_ivtv using_joystick_menu using_lirc using_mheg using_opengl_video using_opengl_vsync using_qtdbus using_qtwebkit using_v4l using_x11 using_xrandr using_xv using_xvmc using_xvmc_vld using_xvmcw using_bindings_perl using_bindings_python using_opengl using_ffmpeg_threads using_libavc_5_3 using_live using_mheg

Attachments (1)

albumart_date_trunk.patch (3.7 KB) - added by Steve Glennon <steve.mythtv@…> 15 years ago.
Patch to fix up album art for recorded TV on the Playstation3, plus populate dc:date in the properties.

Download all attachments as: .zip

Change History (6)

Changed 15 years ago by Steve Glennon <steve.mythtv@…>

Attachment: albumart_date_trunk.patch added

Patch to fix up album art for recorded TV on the Playstation3, plus populate dc:date in the properties.

comment:1 Changed 15 years ago by robertm

Owner: changed from dblain to beirdo
Status: newassigned

comment:2 Changed 15 years ago by beirdo

Status: assignedaccepted

comment:3 Changed 15 years ago by beirdo

I still can not see thumbnails on my Samsung TV, so I am not sure that your change is complete without checking packet dumps, which I will do next. However, the date addition is definitely good.

comment:4 Changed 15 years ago by beirdo

Milestone: unknown0.24

OK, packet dumps show that your new attribute is in fact going out correctly.

comment:5 Changed 15 years ago by beirdo

Resolution: fixed
Status: acceptedclosed

(In [25668]) Adds the date to each recording/video, and also adds attributes to the AlbumArt? that allows the PS3 to get the AlbumArt?. Still see no thumbnails on my Samsung TV, but it looks good.

Patch from steve.mythtv@… Closes #8353

Note: See TracTickets for help on using tickets.