<br><br><div class="gmail_quote">On Sat, Jan 22, 2011 at 3:33 PM, Mattias Vik <span dir="ltr">&lt;<a href="mailto:magion@gmail.com">magion@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div><div></div><div class="h5">On Sat, Jan 22, 2011 at 13:40,  &lt;<a href="mailto:junos7@gmail.com">junos7@gmail.com</a>&gt; wrote:<br>
&gt; Update.<br>
&gt;<br>
&gt; Every entry in videometada has just a filename in fanart. When I change this<br>
&gt; to a complete filename with path, the fanart works... Dont want to update<br>
&gt; everything manually. On the settings I have the fanart folder spesified.<br>
&gt;<br>
&gt; Could it be a wrong parameter in jamu.conf?<br>
&gt;<br>
&gt; Cheers,<br>
&gt; Junos<br>
&gt;<br>
&gt; On Sat, Jan 22, 2011 at 1:13 PM, &lt;<a href="mailto:junos7@gmail.com">junos7@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Hey.<br>
&gt;&gt;<br>
&gt;&gt; I had the posters and fanart working nicely for a long time. I added some<br>
&gt;&gt; new movies and ran jamu.py again and after that the fanart pictures are no<br>
&gt;&gt; longer shown. The posters are working as before, though.<br>
&gt;&gt;<br>
&gt;&gt; I tried to initialize the whole thing from scratch. I deleted all<br>
&gt;&gt; fanart/banners/posters files and deleted everything from<br>
&gt;&gt; videometadata-table. Even deleted the themecache. After this I searched for<br>
&gt;&gt; changes in mythVideo to get all the movie-files into the db. And then I ran<br>
&gt;&gt; &#39;jamu.py -MRV&#39;, after which I ran &#39;jamu.py -MV&#39;.<br>
&gt;&gt;<br>
&gt;&gt; It then retrieved the metadata. The posters are visible but no fanart....<br>
&gt;&gt;<br>
&gt;&gt; Im running 0.24-fixes from the github and Arclight.<br>
&gt;&gt;<br>
&gt;&gt; Mythfrontend on normal loglvl says:<br>
&gt;&gt; 2011-01-22 13:07:12.193 MythUIHelper, Error:<br>
&gt;&gt; LoadScaleImage(14161_fanart.jpg)Unable to find image file<br>
&gt;&gt; 2011-01-22 13:07:15.638 MythUIHelper, Error:<br>
&gt;&gt; LoadScaleImage(170_fanart.jpg)Unable to find image file<br>
&gt;&gt;<br>
&gt;&gt; ...though the actual picture-files are in ~/.mythtv/MythVideo/Fanart (with<br>
&gt;&gt; read-access). I have done apt-get install upgrade, perhaps that changed some<br>
&gt;&gt; dependencies..<br>
&gt;&gt;<br>
&gt;&gt; Cheers,<br>
&gt;&gt; Junos<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; mythtv-users mailing list<br>
&gt; <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
&gt; <a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
&gt;<br>
&gt;<br>
<br>
I&#39;ve had exactly this same problem before, I was running Mythbuntu 9.04.<br>
I never really fixed it, but did a quick-and-dirty workaround... I<br>
wrote a little script that was run once every minute from crontab<br>
which updated the database and added the correct path in front of the<br>
filenames.<br>
Not a very good way to fix it, but atleast it worked.<br>
For me the problem started when I switched to using Storage Groups,<br>
but then I couldn&#39;t use external player anymore, so switched back to<br>
not using Storage Groups, and that&#39;s when the problem started.<br>
Now I&#39;m only using the internal player and Storage Groups, and have<br>
never had this problem since.<br>
<br>
/Mattias<br>
_______________________________________________<br></blockquote><div><br>Yep, fixed it for now with &#39;<span style="font-size: 11pt; line-height: 115%; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;;" lang="EN-US">update videometadata set
fanart=concat(&#39;/home/mythtv/.mythtv/MythVideo/Fanart/&#39;,fanart)&#39;</span>, but I guess it&#39;s something to do with SG&#39;s. Though, I did not touch them at all, when fanart got broken. I&#39;m using xine for videos, so I&#39;m not using SG&#39;s.<br>
<br>Cheers,<br>Junos<br> </div></div>