Commit graph

76 commits

Author SHA1 Message Date
Leopere
57e954d4e7
Merge pull request #137 from WithoutPants/nullable_scene_props
Allow unsetting of rating, studio, gallery
2019-10-15 10:09:26 -04:00
WithoutPants
a4f0a80816 Fix error when updating objects with slice data 2019-10-15 12:17:56 +11:00
WithoutPants
4433917768 Return updated scene after update 2019-10-15 10:54:05 +11:00
WithoutPants
0852199e27 Only update non-nil database fields 2019-10-15 08:57:53 +11:00
Leopere
9ed941dd35
Merge pull request #84 from WithoutPants/live_transcode_seeking
Add seeking for live transcoding via video.js
2019-10-14 11:39:12 -04:00
Leopere
b408782134
Merge pull request #131 from ExceptionalError/ffmpeg
Ffmpeg changes
2019-10-13 21:27:38 -04:00
WithoutPants
87f81f79c1 Make IsStreamable return using codec not MIME type 2019-10-14 10:58:46 +11:00
ExceptionalError
4eb843d83e
revert changes #117 2019-10-12 16:04:00 +02:00
WithoutPants
470c64b840 Allow unsetting of rating, studio, gallery 2019-10-12 22:32:01 +11:00
WithoutPants
afcadd941b Make title from file metadata optional 2019-10-12 19:20:27 +11:00
Leopere
d8b566250e
Merge pull request #126 from bnkai/issues_125
fix isMissing date filter
2019-10-11 17:33:37 -04:00
Leopere
e317fd934b
partial reversion of PR #117 2019-10-11 16:51:11 -04:00
Leopere
6886d4b31a
Merge pull request #133 from friendlycrab/scrape-alias
Consider performer aliases when scraping
2019-10-11 16:36:38 -04:00
joyov
2c9675b48b Fix scheme detection when reverse proxy is used 2019-10-11 20:01:18 +02:00
Friendly C
7c94262020 Freeones Scrape: Fix scraping by alias 2019-10-10 23:56:06 +02:00
ExceptionalError
10af75a670
Added output of error message 2019-10-09 06:16:17 +02:00
ExceptionalError
d082580ee0
modified args for screenshot 2019-10-09 06:15:00 +02:00
bill
ac2bc77407 fix isMissing date filter 2019-09-16 00:52:02 +03:00
ExceptionalError
1d4feab478
Added quotes to path
fixes #48
2019-08-31 07:11:01 +02:00
StashAppDev
64ccee48ec
Merge pull request #114 from WithoutPants/issues/83
Disable watching config file to fix #83
2019-08-24 10:01:37 -07:00
WithoutPants
f0110083a8 Disable watching config file to fix #83 2019-08-23 15:27:00 +10:00
WithoutPants
7562792589 Add custom css 2019-08-23 08:24:14 +10:00
StashAppDev
32a4f34c7c
Merge pull request #106 from bnkai/scan_ign_dupes
fix for my own added bug ....
2019-08-20 13:08:37 -07:00
bill
aa6420e9e9 bug fix 2019-08-20 16:46:05 +03:00
StashAppDev
6e46b103d7
Merge pull request #103 from WithoutPants/metadata_from_file
Set title, details and date from scene file metadata
2019-08-19 16:29:25 -07:00
StashAppDev
da71a59493
Merge pull request #101 from WithoutPants/issues/69
Show studios with no scenes #69
2019-08-19 16:23:30 -07:00
StashAppDev
1d0780aa88
Merge pull request #100 from WithoutPants/delete_performer_studio
Add delete for performers and studios
2019-08-19 16:22:11 -07:00
WithoutPants
79f2902e26 Parse title, details, date from file metadata 2019-08-16 08:47:35 +10:00
WithoutPants
ec9020c1b9 Use left join for studios #69 2019-08-15 11:30:32 +10:00
WithoutPants
35bcf97a7a Add delete for performers and studios 2019-08-15 07:40:51 +10:00
bill
1fdb00fa0e Don't add duplicate scenes,galleries to the DB 2019-08-13 16:41:56 +03:00
WithoutPants
aeef01a64c Add row-based multithreading for live transcodes 2019-08-01 11:36:29 +10:00
WithoutPants
8ed3c5f71d Add seeking for live transcodes via video.js 2019-07-29 13:58:04 +10:00
Stash Dev
4f016ab3c9 Random sort now paginates without duplicates 2019-07-27 13:22:38 -07:00
Stash Dev
fbc674e680 Remove packr2 generated files 2019-07-27 12:48:20 -07:00
WithoutPants
22577918fb Add basic live transcoding to webm 2019-07-25 19:05:53 +10:00
Stash Dev
2cfaeb7591 Fix permissions for folders 2019-07-08 19:27:10 -07:00
Stash Dev
82fcb72c51 User more appropriate permissions (755 -> 644) 2019-07-08 17:37:03 -07:00
rudi123github
b8f1cf9d53
Update encoder_scene_preview_chunk.go
Apply ffmeg max_uxing_queue_size option fix to avoid problems with some videos
2019-06-21 23:03:00 +02:00
Stash Dev
73f0d7d399 Send a placeholder for markers which haven't been generated yet 2019-06-01 09:48:28 -07:00
bill
92d90863a8 fix bug:Studios sort by scene_count reported by malcuk on discord 2019-05-31 01:59:29 +03:00
Stash Dev
4b037e1040 Dependency updates 2019-05-27 12:34:26 -07:00
Stash Dev
7a18c54c6e Fix generation 2019-05-04 12:28:18 -07:00
Stash Dev
ec453c7a14 Added marker / scene audio interface option 2019-04-20 14:48:54 -07:00
Stash Dev
a67a45ce91 Scan task speed improvement
Only use FFProbe when we need to instead of for every file
2019-04-20 10:39:24 -07:00
Stash Dev
d6eb2c2d8e Scenes with a marker missing a primary tag fails to load
Fixes #42
2019-04-20 10:32:01 -07:00
bnkai
7742024dfb Enviroment Variables (#45)
* testing env version

* added STASH_CACHE env

* Remove debug prints used for testing

* Update manager.go
2019-04-20 09:54:27 -07:00
bnkai
bcc70af7e5 Fix minor freeones scraper bug (#41)
Fix minor freeones scraper bug
2019-04-11 11:54:38 -07:00
Stash Dev
29a40c5bdd Configuration
* Added flags to customize the host and port
* Start up just one server rather than a server for HTTP and HTTPS.  HTTPS server will only start if a cert and key are found
2019-04-11 10:55:58 -07:00
Stash Dev
f15c734d4f Another tweak to fix sprite generation 2019-03-31 17:59:45 -07:00