Merge pull request #2650 from Tilix4/mod_kitsu

This commit is contained in:
Milan Kolar 2022-06-07 12:13:53 +01:00 committed by GitHub
commit 548f2a679e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 1849 additions and 1 deletions

View file

@ -0,0 +1,17 @@
{
"entities_root": {
"assets": "Assets",
"shots": "Shots"
},
"entities_naming_pattern": {
"episode": "E##",
"sequence": "SQ##",
"shot": "SH##"
},
"publish": {
"IntegrateKitsuNote": {
"set_status_note": false,
"note_status_shortname": "wfa"
}
}
}

View file

@ -137,6 +137,10 @@
}
}
},
"kitsu": {
"enabled": false,
"server": ""
},
"timers_manager": {
"enabled": true,
"auto_stop": true,