stash/pkg/sqlite
skier233 7eae751d1c
Stash rating system (#2830)
* add rating100 fields to represent rating range 1-100
* deprecate existing (1-5) rating fields
* add half- and quarter-star options for rating system
* add decimal rating system option

Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
2022-11-16 09:31:44 +11:00
..
migrations Stash rating system (#2830) 2022-11-16 09:31:44 +11:00
common.go
custom_migrations.go
database.go Stash rating system (#2830) 2022-11-16 09:31:44 +11:00
file.go
file_test.go
filter.go Stash rating system (#2830) 2022-11-16 09:31:44 +11:00
filter_internal_test.go
fingerprint.go
folder.go
folder_test.go
functions.go
gallery.go Stash rating system (#2830) 2022-11-16 09:31:44 +11:00
gallery_test.go Stash rating system (#2830) 2022-11-16 09:31:44 +11:00
image.go Stash rating system (#2830) 2022-11-16 09:31:44 +11:00
image_test.go Stash rating system (#2830) 2022-11-16 09:31:44 +11:00
movies.go Stash rating system (#2830) 2022-11-16 09:31:44 +11:00
movies_test.go
performer.go Stash rating system (#2830) 2022-11-16 09:31:44 +11:00
performer_test.go Stash rating system (#2830) 2022-11-16 09:31:44 +11:00
query.go
record.go
regex.go
repository.go
saved_filter.go Order saved filters by name (#3101) 2022-11-09 11:06:11 +11:00
saved_filter_test.go
scene.go Stash rating system (#2830) 2022-11-16 09:31:44 +11:00
scene_marker.go Add date filters (#2834) 2022-11-15 11:52:05 +11:00
scene_marker_test.go
scene_test.go Stash rating system (#2830) 2022-11-16 09:31:44 +11:00
scraped_item.go
setup_test.go Stash rating system (#2830) 2022-11-16 09:31:44 +11:00
sql.go Add date filters (#2834) 2022-11-15 11:52:05 +11:00
stash_id_test.go
studio.go Stash rating system (#2830) 2022-11-16 09:31:44 +11:00
studio_test.go
table.go Support file-less scenes. Add scene split, merge and reassign file (#3006) 2022-11-14 16:35:09 +11:00
tables.go Performer refactor (#3057) 2022-10-31 14:58:01 +11:00
tag.go Add date filters (#2834) 2022-11-15 11:52:05 +11:00
tag_test.go Performer refactor (#3057) 2022-10-31 14:58:01 +11:00
transaction.go Performer refactor (#3057) 2022-10-31 14:58:01 +11:00
tx.go
values.go