mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
Add scene rating to scene filename parser (#432)
* Fix scene parser display issues in 2.5 * Dropdown menu presentation improvements * Fix refresh on parser apply * Ignore line endings on scss files
This commit is contained in:
@@ -13,6 +13,7 @@ export class ParserField {
|
||||
|
||||
static Title = new ParserField("title");
|
||||
static Ext = new ParserField("ext", "File extension");
|
||||
static Rating = new ParserField("rating");
|
||||
|
||||
static I = new ParserField("i", "Matches any ignored word");
|
||||
static D = new ParserField("d", "Matches any delimiter (.-_)");
|
||||
@@ -39,6 +40,7 @@ export class ParserField {
|
||||
ParserField.Ext,
|
||||
ParserField.D,
|
||||
ParserField.I,
|
||||
ParserField.Rating,
|
||||
ParserField.Performer,
|
||||
ParserField.Studio,
|
||||
ParserField.Tag,
|
||||
|
||||
Reference in New Issue
Block a user