<br><br><div class="gmail_quote">On Sat, Jan 3, 2009 at 7:55 AM,  <span dir="ltr">&lt;<a href="mailto:jarpublic@gmail.com">jarpublic@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Sat, Jan 3, 2009 at 1:58 AM, Mike Millner <span dir="ltr">&lt;<a href="mailto:mike@mikeshome.com" target="_blank">mike@mikeshome.com</a>&gt;</span> wrote:<br></div><div class="gmail_quote"><div class="Ih2E3d">
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Please help before i jump :)<br><br>I am able to see my movies listed when I click on the video icon from mythweb, however I can not for the life of get the an icon to show up. I&#39;ve been trying with this movie &quot;The Pursuit of Happyness&quot;. There is a .jpg and a .png in the /home/mythtv/.mythtv/MythVideo directory. Does it have to be a .jpg or .png? I also have a sub dir in this path with name of movie and files in their..owned by mythtv..no love<br>


<br><br>I have the sym links setup<br><br>I tried to chown the symlinks to mythtv:mythtv but I guess the need to be root? and I can see the listing of videos so I guess thats right..also imdb works<br><br>/var/www/mythweb/data<br>


<br>lrwxrwxrwx 1 root root&nbsp;&nbsp; 22 2008-12-31 06:54 video -&gt; /var/lib/mythtv/videos<br>lrwxrwxrwx 1 root root&nbsp;&nbsp; 31 2009-01-02 19:12 video_covers -&gt; /home/mythtv/.mythtv/MythVideo/<br><br>The actual dirs are owned by mythtv.<br>


<br>/var/lib/mythtv<br>drwxr-xr-x&nbsp; 3 mythtv mythtv&nbsp; 4096 2009-01-02 09:46 video_covers<br>drwxrwxr-x 21 mythtv mythtv&nbsp; 4096 2009-01-02 17:45 videos<br><br><br><br>I keep telling myself this isn&#39;t important and I should let it go but its making me crazy :)<br>


<br>Below is from my apache access log. So it seems to me this is some kind of permission issue? I have no entries in the myth frontend or backend logs regarding these images.<br><br>Have searched around and found some things to try but to no avail. Any help wwould be greatly appreciated.<br>


</blockquote></div><div><br>The video_covers directory needs to have read write permissions for the apache webserver. Mythweb operates has the permissions of the apache web server not mythtv. I just gave read/write priveledges to everybody for the video cover directory and that fixed it. Also changing the permissions on a symlink won&#39;t really do anything. The symlink will have the permissions of the target directory. You have to change the permissions of the actual directory not the symlink.<br>

<br>You say that /var/www/mythweb/data/video_covers links to /home/mythtv/.mythtv/MythVideo but then you also say you have a directory for covers in /var/lib/mythtv/video_covers. You need to decide which folder you want your covers in. Then you need to make sure /var/www/mythweb/data/video_covers links to that directory. I would put it somewhere close to where the actual videos are. This makes it easier if you are going to move your data to another system or drive. You don&#39;t have to go looking around for directories spread all over your system. Then you need to go to the actual directory and make sure the web server has write permissions in that directory. The easiest way is to just give read/write to everyone.<br>

</div></div></blockquote><div><br>Thanks for the reply!<br><br>I changed the owner to be the user that runs apache(www-data) and the permissions on the video_covers dir to 777..probably to high but wanted to be sure this isn&#39;t the problem. <br>
<br>I changed the symlink to point to the original video_covers at the same level as the videos dir. <br><br>In the mythweb&gt;settings&gt;video&gt;VideoArtworkDir: I have tried changing the path&nbsp;&nbsp; to /var/www/mythweb/data/video_covers instead of /var/lib/mythtv/video_covers<br>
</div><div><br>I rebooted just to make sure things are still ok after all the playing around. Everything seems to be fine but no change in the behavior of the video covers.<br><br>Sorry for being dense ...I&#39;m sure I&#39;m missing something stupid<br>
<br>Any further guidance would be greatly appreciated.<br><br>Thanks!<br>Mike <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="gmail_quote">
<div><br><br></div></div>
mike@myth:/var/lib/mythtv$ ls -l<br>
total 28<br>
drwxrwsr-x&nbsp; 6 mythtv&nbsp;&nbsp; mythtv&nbsp;&nbsp;&nbsp; 4096 2008-12-26 20:54 music<br>
drwxrwxr-x 11 mythtv&nbsp;&nbsp; mythtv&nbsp;&nbsp;&nbsp; 4096 2008-11-13 17:42 pictures<br>
drwxrwsr-x&nbsp; 2 mythtv&nbsp;&nbsp; mythtv&nbsp;&nbsp; 12288 2009-01-03 08:51 recordings<br>
drwxrwxrwx&nbsp; 3 www-data www-data&nbsp; 4096 2009-01-03 08:09 video_covers<br>
drwxrwxr-x 22 mythtv&nbsp;&nbsp; mythtv&nbsp;&nbsp;&nbsp; 4096 2009-01-03 00:01 videos<br>
<br>
mike@myth:/var/www/mythweb/data$ ls -l<br>
total 0<br>
lrwxrwxrwx 1 root root 30 2008-09-27 09:55 cache -&gt; /var/cache/mythweb/image_cache<br>
lrwxrwxrwx 1 root root 21 2008-09-27 09:55 music -&gt; /var/lib/mythtv/music<br>
lrwxrwxrwx 1 root root 26 2008-09-27 09:55 recordings -&gt; /var/lib/mythtv/recordings<br>
lrwxrwxrwx 1 root root 30 2008-09-27 09:55 tv_icons -&gt; /var/cache/mythweb/image_cache<br>
lrwxrwxrwx 1 root root 22 2008-12-31 06:54 video -&gt; /var/lib/mythtv/videos<br>
lrwxrwxrwx 1 root root 29 2009-01-03 08:07 video_covers -&gt; /var/lib/mythtv/video_covers/</blockquote><div><br><br>This is what is actually in the video_covers dir:<br><br>mike@myth:/var/lib/mythtv/video_covers/The Pursuit Of Happyness$ ls -l<br>
total 44<br>-rw-r--r-- 1 www-data www-data 41788 2009-01-02 07:56 happyness.jpg<br>mike@myth:/var/lib/mythtv/video_covers/The Pursuit Of Happyness$ cd ..<br>mike@myth:/var/lib/mythtv/video_covers$ ls -l<br>total 48<br>-rw-r--r-- 1 www-data www-data 41788 2009-01-03 08:09 happyness.jpg<br>
drwxr-xr-x 2 www-data www-data&nbsp; 4096 2009-01-02 09:46 The Pursuit Of Happyness<br><br><br>&nbsp;&lt;snip&gt; /var/log/apace2/access.log<br>10.5.1.172 - - [03/Jan/2009:09:06:49 -0700] &quot;GET /mythweb/video?path=%2Fvar%2Flib%2Fmythtv%2Fvideos%2FThe+Pursuit+Of+Happyness%2F HTTP/1.1&quot; 200 22136 &quot;<a href="http://myth/mythweb/video?path=%2Fvar%2Flib%2Fmythtv%2Fvideos%2FThe+Pursuit+Of+Happyness%2F">http://myth/mythweb/video?path=%2Fvar%2Flib%2Fmythtv%2Fvideos%2FThe+Pursuit+Of+Happyness%2F</a>&quot; &quot;Mozilla/5.0 (X11; U; Linux i686;en-US; rv:1.9.0.5) Gecko/2008121622 Ubuntu/8.10 (intrepid) Firefox/3.0.5&quot;<br>
10.5.1.172 - - [03/Jan/2009:09:06:49 -0700] &quot;GET /mythweb/dcss/video.css.php HTTP/1.1&quot; 200 2302 &quot;<a href="http://myth/mythweb/video?path=%2Fvar%2Flib%2Fmythtv%2Fvideos%2FThe+Pursuit+Of+Happyness%2F">http://myth/mythweb/video?path=%2Fvar%2Flib%2Fmythtv%2Fvideos%2FThe+Pursuit+Of+Happyness%2F</a>&quot; &quot;Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.5) Gecko/2008121622 Ubuntu/8.10 (intrepid) Firefox/3.0.5&quot; <br>
</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
<br>_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
<br></blockquote></div><br>