Initial commit
This commit is contained in:
24
Templates/Bases/Genre.base
Normal file
24
Templates/Bases/Genre.base
Normal file
@@ -0,0 +1,24 @@
|
||||
filters:
|
||||
and:
|
||||
- list(genre).contains(this)
|
||||
display:
|
||||
note.rating: Rating
|
||||
note.categories: Category
|
||||
note.last: Last
|
||||
file.name: Name
|
||||
views:
|
||||
- type: table
|
||||
name: Genre
|
||||
order:
|
||||
- file.name
|
||||
- rating
|
||||
- categories
|
||||
- last
|
||||
sort:
|
||||
- column: note.rating
|
||||
direction: DESC
|
||||
- column: note.last
|
||||
direction: DESC
|
||||
columnSize:
|
||||
file.name: 248
|
||||
note.categories: 170
|
||||
Reference in New Issue
Block a user