I think I found a bug in the list command, if it is, I'll open a ticket. Using this command
Code:
calibredb list -f isbn,tags --output-format=xml
instead of getting only the id, isbn and tags, I get this.
Code:
<record>
<id>5</id>
<title>Thomas Calculus I, II sm Part 1 and 2 Sup </title>
<authors sort="Thomas & Weir & Hass & Giordano">
<author>Thomas</author>
<author>Weir</author>
<author>Hass</author>
<author>Giordano</author>
</authors>
<publisher>Addison Wesley</publisher>
<rating>0</rating>
<date>2009-05-21 07:59:05</date>
<size>11182586</size>
<tags>
<tag>Solution Manuals</tag>
<tag>Mathematics</tag>
<tag>DVD_Books_1</tag>
</tags>
<comments></comments>
<series index="1.0">11 ed</series>
<isbn>9780321226532</isbn>
<formats>
<format>C:\Users\xxxxxxxx\Desktop\Books\Thomas\Thomas Calculus I, II sm Part 1 and 2 Su (5)\Thomas Calculus I, II sm Part 1 and 2 Su - Thomas.djvu</format>
</formats>
</record>
when using --output-format=text I get this
Code:
1236 9780735614291 [u'Computers / Operating Systems / General', u'Computers /
Data Processing / General', u'Microsoft Windows (Computer
file)', u'Electronic data processing personnel/
Certification', u'Computers / Operating Systems / Windows
Workstation', u'Operating systems (Computers)']
The way the tags are written, I don't know if that was intended or it got massed up, since I haven't used it in v. 5.1.4. I'm on beta 9.
Thanks,
M