I'm trying to use the following to create an XML file with all ids:
Code:
calibredb.exe catalog calibre.xml --ids=all --fields=all --with-library "C:\library\calibre"
but it gives me the following error:
Code:
Python function terminated unexpectedly
invalid literal for int() with base 10: 'all' (Error Code: 1)
Traceback (most recent call last):
File "site.py", line 132, in main
File "site.py", line 109, in run_entry_point
File "site-packages\calibre\library\cli.py", line 1206, in main
File "site-packages\calibre\library\cli.py", line 703, in command_catalog
ValueError: invalid literal for int() with base 10: 'all'
It works if I remove the
--ids=all option but the output XML doesn't contain all the id tags. I'm interested in getting the URL id tag, in particular.
This is using the latest release (0.8.38).
Thanks!