stash/pkg/models
kermieisinthehouse 4dd56c3d82
Show duration and filesize in results (#1776)
* Add new query interface
* Refactor query builder
* Change Query interface
* Return duration and filesize in scene query
* Adjust UI for scene metadata
* Introduce new image query interface
* Change image Query interface
* Add megapixels and size to image query
* Update image UI

Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
2021-10-25 11:40:13 +11:00
..
mocks Show duration and filesize in results (#1776) 2021-10-25 11:40:13 +11:00
extension_find_filter.go Refactor clean task (#1805) 2021-10-11 16:45:24 +11:00
extension_resolution.go [Feature] Better resolution search (#1568) 2021-08-02 13:22:39 +10:00
gallery.go Add scene/image/gallery popover count buttons for performer/studio/tag cards (#1293) 2021-04-15 10:46:31 +10:00
image.go Show duration and filesize in results (#1776) 2021-10-25 11:40:13 +11:00
json_time.go Prevent invalid date tag in video file from aborting scan (#836) 2020-10-11 12:02:41 +11:00
model_file.go Enable gocritic (#1848) 2021-10-18 14:12:40 +11:00
model_gallery.go Scan refactor (#1816) 2021-10-15 10:39:48 +11:00
model_image.go Scan refactor (#1816) 2021-10-15 10:39:48 +11:00
model_joins.go Data layer restructuring (#997) 2021-01-18 12:23:20 +11:00
model_movie.go Data layer restructuring (#997) 2021-01-18 12:23:20 +11:00
model_performer.go Added rating to performers and studios (#1308) 2021-04-26 13:48:32 +10:00
model_saved_filter.go Saved filters (#1474) 2021-06-16 14:53:32 +10:00
model_scene.go Scan refactor (#1816) 2021-10-15 10:39:48 +11:00
model_scene_marker.go Data layer restructuring (#997) 2021-01-18 12:23:20 +11:00
model_scraped_item.go Unify scrape refactor (#1630) 2021-09-07 11:54:22 +10:00
model_studio.go Added rating to performers and studios (#1308) 2021-04-26 13:48:32 +10:00
model_tag.go Tag aliases (#1412) 2021-05-26 14:36:05 +10:00
movie.go Add movie count to performer and studio card (#1760) 2021-09-27 11:31:49 +10:00
performer.go fix typos in performer models repo interface (#1410) 2021-05-24 14:07:08 +10:00
query.go Show duration and filesize in results (#1776) 2021-10-25 11:40:13 +11:00
repository.go Saved filters (#1474) 2021-06-16 14:53:32 +10:00
saved_filter.go Saved filters (#1474) 2021-06-16 14:53:32 +10:00
scene.go Show duration and filesize in results (#1776) 2021-10-25 11:40:13 +11:00
scene_marker.go Data layer restructuring (#997) 2021-01-18 12:23:20 +11:00
scraped.go Data layer restructuring (#997) 2021-01-18 12:23:20 +11:00
sql.go Make file upload limits configurable (#1079) 2021-01-29 20:27:02 +11:00
sqlite_date.go Add partial import functionality (#812) 2020-09-20 18:36:02 +10:00
sqlite_timestamp.go Handle zip file modification (#877) 2020-11-05 10:26:51 +11:00
stash_ids.go Data layer restructuring (#997) 2021-01-18 12:23:20 +11:00
studio.go Studio aliases (#1660) 2021-09-09 18:13:42 +10:00
tag.go Tag hierarchy (#1519) 2021-09-09 14:58:43 +10:00
transaction.go Enable gocritic (#1848) 2021-10-18 14:12:40 +11:00