I've a problem to add files to calibre.
I have a directory with subfolders.
...data
...data/1folder
...data/2folder
...
I want to add some media formats which are stored in 1folder or 2folder etc.
My command (e.g.) - i have my terminal set to the data folder:
calibredb add --add --recurse --duplicates *.mp4
The command is taken by calibredb but it shows as a result:
/data/*.mp4 not found
I know sometimes ago the recurse parameter worked.