View Single Post
Old 07-14-2014, 04:06 AM   #641
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 22,471
Karma: 31000706
Join Date: Mar 2012
Location: Sydney Australia
Device: none
@Baka no Kami- If the 'add a dummy text file idea works' then you could create a csv catalog for the books in question, massage it into a .bat file that adds a text file to each book. See ==>> calibredb — add_format

You only need the id in the csv. Rename to .bat, prepend each line with "calibredb --add_format " and append each line with " anytextfile.txt" so you get something like :

Code:
calibredb --add_format 129 anytextfile.txt
calibredb --add_format 129 mytextfile.txt
Create anytextfile.txt with notepad or something.

Exit calibre and run the bat file.

Later - remove the TXT formats

BR
BetterRed is offline   Reply With Quote