Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

addbooks --json doesn't support list of authors #38

Open
adborden opened this issue Dec 15, 2013 · 0 comments
Open

addbooks --json doesn't support list of authors #38

adborden opened this issue Dec 15, 2013 · 0 comments

Comments

@adborden
Copy link
Member

I have a books.json created from fetch_ia_item which returns data like

    {
        "a_title": "The wonderful wizard of Oz", 
        "cover_path": "/home/adborden/src/pathagar/static_media/books/wonderfulwizardo00baumiala/wonderfulwizardo00baumiala.gif", 
        "tags": [
            "Adventure and adventurers", 
            "Wizards"
        ], 
        "book_path": "/home/adborden/src/pathagar/static_media/books/wonderfulwizardo00baumiala/wonderfulwizardo00baumiala.epub", 
        "a_summary": "Publisher's green and red illustrated cloth over boards; illustrated endpapers. Plate detached", 
        "a_status": "Published", 
        "a_author": [
            "Baum, L. Frank (Lyman Frank), 1856-1919", 
            "Denslow, W. W. (William Wallace), 1856-1915"
        ]
    }

addbooks imports this as a string: [u'Crane, Thomas, b. 1843?', u'Houghton, Ellen Elizabeth, 1853-1922']

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant