View Single Post
Old 06-27-2009, 06:58 AM   #333
myle00
Connoisseur
myle00 has a complete set of Star Wars action figures.myle00 has a complete set of Star Wars action figures.myle00 has a complete set of Star Wars action figures.myle00 has a complete set of Star Wars action figures.myle00 has a complete set of Star Wars action figures.
 
myle00's Avatar
 
Posts: 71
Karma: 422
Join Date: Jun 2009
Device: Palm Treo
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 &amp; Weir &amp; Hass &amp; 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
myle00 is offline