<div class="gmail_quote"><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span style>If so, running mythlink will delete the existing links in the destination directory and subdirectories before it creates new links. (If you're using the "single-file" mythlink approach as a user job or system event, as described at </span><a href="http://www.mythtv.org/wiki/Mythlink.pl" target="_blank" style>http://www.mythtv.org/wiki/<u></u>Mythlink.pl</a><span style> , you'll need to do as mentioned in the Note box: "*Note:* You will also need to run </span><a href="http://mythlink.pl/" target="_blank" style>mythlink.pl</a><span style> separately to remove old symlinks. See Usage <</span><a href="http://www.mythtv.org/wiki/Mythlink.pl#Usage" target="_blank" style>http://www.mythtv.org/wiki/<u></u>Mythlink.pl#Usage</a><span style>>."</span><div class="im" style>
<br></div></blockquote><div><br></div><div>Running <a href="http://mythlink.pl">mythlink.pl</a> as part of your transcode userjob or as a system event works really well to create just the link for the newly created show. I found that running <a href="http://mythlink.pl">mythlink.pl</a> as a cronjob to recreate the links did occasionally cause issues if you were watching. I now just run a cronjob every few minutes to cleanup broken links and empty directories.</div>
<div><br></div><div>find -L /tv/Shows -type l -delete</div><div>find /tv/Shows -type d -empty -delete </div><div><br></div><div>will remove the links for deleted programming. </div></div>