[mythtv-users] mythweb and video cover art
Peter Lord
peter at plord.co.uk
Fri Oct 16 19:39:14 UTC 2009
On Friday 16 Oct 2009 20:29:29 Robert McNamara wrote:
> On Fri, Oct 16, 2009 at 12:26 PM, Peter Lord <peter at plord.co.uk> wrote:
> > With 0.22-fixes I've noticed the cover art isn't displayed in mythweb
> >
> > Attempting to debug, I see the cover art filename is stored in table
> > videometadata, but just as a filename (no directory).
> >
> > I *think* the mythweb php code is expecting a full directory name in the
> > database.
> >
> > Does this sound right ?
> >
> > Thanks,
> >
> > Pete
>
> Mythweb does not yet support pulling in artwork from storage group
> hosted images, or download of storage group hosted videos. Since you
> are using Storage Groups, your artwork is not visible in MythWeb.
Ah, okay - thanks.
I did get it working by pre-appending VideoArtworkDir :-
$this->cover_file = setting('VideoArtworkDir', hostname).
$video['coverfile'];
in Video.php
I guess this is more of a hack though ..
Pete
More information about the mythtv-users
mailing list