For those curious, I ended up writing a bash script to change things to PDOC by editing the "metadata_writer.py" file in the KFX output plugin to set the cde_content_type variable for every file it processes.
I made a loop to go through every kfx file and used the`calibredb embed_metadata` function to change the cdetype without having to waste resources reconverting my library for a single metadata tag.
Not quite as simple as hitting a button in a GUI, but still a big timesaver.
|