0
Answered

Will my original folder structure be read?

soso 4 years ago updated by Tom 4 years ago 1

Would Ubooquity be able to read the folder and parse out all the volumes or do I need to flatten it out?

Folder Structure

"Manga": {
    "_PROBATION": {
        "[Currently Reading]": [
            "0-9",
            "A-D",
            "E-H",
            "I-L",
            "M-P",
            "Q-U",
            "V-Z"
        ],
        "[Plan to Read]": [
            "0-9",
            "A-D",
            "E-H",
            "I-L",
            "M-P",
            "Q-U",
            "V-Z"
        ]
    },
    "_COMPLETED": [
            "0-9",
            "A-D",
            "E-H",
            "I-L",
            "M-P",
            "Q-U",
            "V-Z"
        ],
    "_RAWS": [
        "[Tankouban]",
        "[Magazines]",
        "[Oneshots]",
        "[Doujinshi]"
    ]
}
Answered

Ubooquity parses all the files, then you choose the way they are displayed: by folder (following your own structure, or flat).