Hello Alex, hello Matt,
thank You very much for Your suggestions. At least i am sure now, not doing wrong.
Unfortunately i can't choose the storage format, so i have all three kinds of album folders: Single Track-Files, Single Track-Files with cue sheet, Image File with cue sheet. Additionally my data asset changes daily.
Single folder imports with different conditions may work, but if i remember right, computers were been invented for automating jobs.
I think, the most uncomplicated solution for folders with single track files with cue sheet is simply to rename "*.cue" to "*.cue.txt" or sth. similar (That's what i'm doing at time.).
And for hiding a complete image, which is trackwise linked within the cue sheet, i will try the "2-columns-method" suggested by You. That seems to be the best solution under the actual circumstances.
Nevertheless, an option for ignoring at least a complete image linked within a cuesheet would be the best solution. Is it perhaps possible doing it by self-scripting like
if (only one file is linked in cuesheet) then
if (exist "file linked in cuesheet") then REM case of valid image
import all tracks from cuesheet
ignore "file linked in cuesheet"
endif
else REM That should solve the multi-file-cuesheet-problem!!!
import all "file.musicformat" of the actual folder
ignore cuesheet
endif
?
Thank You very much for Your efforts and kind regards from Germany
BinCZ