Opened 9 years ago
Closed 9 years ago
#10230 closed Bug Report - General (Won't Fix)
UPnpMedia BuildMediaMap does not pickup title or coverart from videometadata properly
Reported by: | Owned by: | dblain | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | MythTV - UPnP | Version: | 0.24.1 |
Severity: | low | Keywords: | UPnP BuildMediaMap title coverart |
Cc: | beirdo@… | Ticket locked: | no |
Description
When playing with the upnpmedia table to modify titles of entries, I noticed the title field was being updated/replaced by the filename. When looking into the problem, it appears that the GetTitleName? and GetCoverArt? methods use an absolute filepath for indexing into m_mapTitleNames and m_mapCoverArt. These do however appear to be initialised in FillMetaMaps? using a relative filepath that is generated by a query to the videometadata table, which does not include the VideoStartupDir
setting.
Thanks.
mythbackend --version output ` MythTV Version : v0.24.1-112-g40f3bae MythTV Branch : fixes/0.24 Network Protocol : 63 Library API : 0.24.20110505-1 QT Version : 4.7.0 Options compiled in:
linux profile using_alsa using_oss using_pulse using_pulseoutput using_backend using_bindings_perl using_bindings_python using_crystalhd 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_bindings_perl using_bindings_python using_mythtranscode using_opengl using_vdpau using_ffmpeg_threads using_live using_mheg
`
I'm going to go ahead an close this one. We're nearing the release of 0.25, and the code in question no longer exists.