Opened 15 years ago
Closed 15 years ago
#8353 closed defect (fixed)
AlbumART does not show up for Recordings on PS3
Reported by: | 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)
Change History (6)
Changed 15 years ago by
Attachment: | albumart_date_trunk.patch added |
---|
comment:1 Changed 15 years ago by
Owner: | changed from dblain to beirdo |
---|---|
Status: | new → assigned |
comment:2 Changed 15 years ago by
Status: | assigned → accepted |
---|
comment:3 Changed 15 years ago by
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
Milestone: | unknown → 0.24 |
---|
OK, packet dumps show that your new attribute is in fact going out correctly.
comment:5 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Patch to fix up album art for recorded TV on the Playstation3, plus populate dc:date in the properties.