ShaneIsrael / plex-auto-genres

Automatically creates genre collections for your Plex media

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request] - Build collections based on Movie Names

ondrovic opened this issue · comments

Not sure if this is currently possible hence the request, if it is can you provide an example of how it might be accomplished
Was thinking of something along these lines

{
    "general_settings": {
        "collections": {
            "collectionName": {
                "ignore": [],
                "replace": {},
                "sortedPrefix": "",
                "sortedCollections": [],
                "movies": ["movie name", "movie name", "movie name"]
            }
        },
        "genres": {
            "existing logic": {}
        }
    }
}