[mythtv-users] thetvdb fanart missing from Myth

Nick Rout nick.rout at gmail.com
Mon Jan 23 20:20:42 UTC 2012


On Tue, Jan 24, 2012 at 9:01 AM, Ken Truesdale <kat at tiac.net> wrote:
> On 1/21/2012 13:12:49 -0500, Raymond Wagner wrote:
>>
>> On 1/21/2012 12:54, Ken Truesdale wrote:
>>> I record a TV show that isn't coming up with fanart.  I found that the program wasn't on thetvdb, so I created the show on thetvdb.com and entered the Zap2it/SD ID on thetvdb to correspond to what I see in the seriesid column of the recorded table in the mythtv database.  Nothing shows up in Myth.
>>
>> 0.24 does not support fanart for recordings in any coordinated manner.
>> It does not store integer season and episode numbers, it does not store
>> reference IDs besides what comes from SD/XMLTV, and it does not store
>> selected artwork.  0.24 will simply search for any file in the relevant
>> storage group with a matching title, and display any it finds.  It
>> relies on those images to be populated by similar shows stored in
>> MythVideo, or directly by JAMU.
>
> So for now (since .25 isn't released yet), Myth doesn't take any direct action to get fanart.  Okay, but the interesting thing is that somehow, without me ever having Jamu'ed at all,

Are you sure? mythbuntu for one thing does it via cron

 grep jamu /etc/cron.* -r
/etc/cron.daily/mythvideo:    su mythtv -c "/usr/bin/python
/usr/share/mythtv/mythvideo/scripts/jamu.py -M >>
'/var/log/mythtv/jamu.log' 2>&1"
/etc/cron.hourly/mythvideo:    su mythtv -c "/usr/bin/python
/usr/share/mythtv/mythvideo/scripts/jamu.py -MW >>
'/var/log/mythtv/jamu.log' 2>&1"
/etc/cron.weekly/mythvideo:    su mythtv -c "/usr/bin/python
/usr/share/mythtv/mythvideo/scripts/jamu.py -MJ >>
'/var/log/mythtv/jamu.log' 2>&1"


More information about the mythtv-users mailing list