View Single Post
Old 08-20-2024, 05:16 AM   #4
nami
Member
nami began at the beginning.
 
Posts: 10
Karma: 10
Join Date: Jun 2019
Device: none
Quote:
Originally Posted by BetterRed View Post
AFAIK there's no simple way to add different non-ebook format files to existing books in bulk. So, I'd start from scratch.
The theducks's hint helped to work around duplicates and this will only add new formats.

I used a single dot for regex pattern that is similar to global pattern single asterisk.

We can also use something like this regex for pattern to filter added files (this won't match files without extension!):
Code:
.*\.(apk|mp3|mp4)$
this will make the process faster. (I thought about and tested this after reading your post.)

In my case I can get a list of all file types I have in folder and use the needed ones.
Attached Thumbnails
Click image for larger version

Name:	screenshot.png
Views:	95
Size:	13.1 KB
ID:	210316   Click image for larger version

Name:	screenshot adding actions.png
Views:	106
Size:	67.2 KB
ID:	210317  

Last edited by nami; 08-20-2024 at 10:42 AM.
nami is offline   Reply With Quote