View Single Post
Old 02-27-2023, 10:01 AM   #2843
Katja_hbg
Groupie
Katja_hbg can program the VCR without an owner's manual.Katja_hbg can program the VCR without an owner's manual.Katja_hbg can program the VCR without an owner's manual.Katja_hbg can program the VCR without an owner's manual.Katja_hbg can program the VCR without an owner's manual.Katja_hbg can program the VCR without an owner's manual.Katja_hbg can program the VCR without an owner's manual.Katja_hbg can program the VCR without an owner's manual.Katja_hbg can program the VCR without an owner's manual.Katja_hbg can program the VCR without an owner's manual.Katja_hbg can program the VCR without an owner's manual.
 
Posts: 186
Karma: 197760
Join Date: Oct 2015
Device: Kobo Glo HD (landscape), Kobo Aura One
Quote:
Originally Posted by chaley View Post
Here is a template that removes all tags bracketed by [] and all tags listed in the variable tags_to_ignore.
Thanks for the details Chaley but I did not make it well.
I do not have tags in brackets (they were added by me in the field "ignore collection" only due to the description in the former forum entry by ownedbycats as a solution to delete instead of preventing to delete).

Field "collection template" is now:
Code:
# Remove tags listed in tags_to_ignore
	tags_to_ignore = 'danach, kurz';
	list_join(':@:', list_difference(tags, tags_to_ignore, ','), ',')
Although I deleted them from Kobo before connecting to Calibre, they are added again.
Second try: in addition to the template I update field "collection ignore" showing now: danach, kurz
But still this two tags are created.

In both cases I got an additional tag "Kobo Interpreter: Unknown"
Katja_hbg is offline   Reply With Quote