Hi<br><br><div class="gmail_quote">On Sun, Apr 29, 2012 at 10:39 AM, John Stumbles <span dir="ltr"><<a href="mailto:john@stumbles.org.uk" target="_blank">john@stumbles.org.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Since I am beginning to use digikam for rating my photographs with stars I would like to be able to include all images rated, say, **** and above in my screen-saver slideshow.<br><br>
Can anybody think of any other ways I could achieve this?<br></blockquote><div><br></div><div>I don't have my machine here right now, but if I remember correctly you could do it like this.</div><div><br></div><div><ol>
<li>open kate</li><li>open digikam and list all the pictures you want to add by searching for them</li><li>Drag and drop the into kate (you should get the full path and file names of the pictures as a list)</li><li>save the file</li>
<li>open a terminal and go to the directory where you want the links to be</li><li>execute the following:<br>for i in `cat file`<br>do<br>ln -s $i<br>done</li></ol>That should do the trick.</div><div><br></div><div>Andy </div>
</div>