Originally Posted by eschwartz
Yes, via the command-line.
Code:
for i in $ids; do
calibredb add_format $i /path/to/empty.txt
done
should work in bash, so that covers linux and OSX. Something similar would work on Windows, but I can never keep batch syntax straight.
You would need to replace ids with a list of all ids in calibre, when I get back to a computer I will try to make a search that produces the ids.
Something with calibredb list.
|