Skip to content
Discussion options

You must be logged in to vote

You should enable the tags option to have easier access to artist and group tags as tags_.... You can then use conditional directory/file names and adjust what to use based on whatever condition(s) you want.

For example

{
    "extractor": {
        "exhentai": {
            "tags": true,
            "directory": {
                "len(tags_artist) > 8 and tags_group": ["\fF { ' '.join(t.upper() for t in tags_group) }"],
                "tags_artist": ["\fF { ' '.join(t.upper() for t in tags_artist[:8]) }"],
                "": ["no artists or groups"]
            }
        }
    }
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@illudonite
Comment options

Answer selected by mikf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants