I want to be able to select all the frames which contain a common file basename in animategraphics without having to specify which frame to start/ end with.
Something like:
\begin{figure}[ht!]
\captionsetup[subfigure]{labelformat = empty}
\begin{subfigure}{1\textwidth}
\centering
\animategraphics[label=myAnim,loop,every=100,autoplay,width=\textwidth]{4}{directory/common_filename_image_}{:} % ":" to select all
\caption{movie}
\end{subfigure}
\end {figure}
\multido) and check for existing files (looking for the lowest and highest file numbers existing) by means of\IfFileExists. – AlexG Oct 03 '17 at 17:26