On 07/19/2017 05:32 AM, Hadmut Danisch wrote: > Hi, > > I'm trying to create fotobooks with scribus and just installed 1.5.3 > to get this new feature where multiple pictures can be selected and > become something like a picture queue. > > Nice and useful. :-) > > > However, there's still space for improvement. > > > - would be quite helpful if the picture selection dialog could > show whether a pictures is already used in the document do avoid > forgetting pictures or having them twice. >
There is a Python script included with Scribus (in the samples directory) called ExtractText.py. What this is designed to do is to extract all the text from a document, along with image file names and put this into a text file, organized page by page. Something that could be added would be to flag duplicate image file names, adding this information to the text file created. Alternatively, a smaller script might just show a messageBox with any duplicates. Greg