Commit Graph

1505 Commits

Author SHA1 Message Date
Leopere 15291b4205
Merge pull request #72 from ueaslsef/patch-1
adds scene link to all performer cards
2019-07-24 06:41:38 -04:00
Leopere a237362f05
Merge pull request #65 from rudi123github/master
Add anchor to scene path, and display stream anchor
2019-07-24 06:41:24 -04:00
ueaslsef 1e258bc445
Merges scene count and scene link into one. 2019-07-20 13:36:44 +00:00
ueaslsef dd8a62bd66
adds missing import 2019-07-11 19:15:20 +00:00
ueaslsef 329450df59
adds scene link to all performer cards 2019-07-11 17:56:41 +00:00
Stash Dev 2cfaeb7591 Fix permissions for folders 2019-07-08 19:27:10 -07:00
Stash Dev b58a765acc Missed a file 2019-07-08 17:54:20 -07:00
Stash Dev fb05651b8d Merge branch 'tweaks' 2019-07-08 17:37:15 -07:00
Stash Dev 82fcb72c51 User more appropriate permissions (755 -> 644) 2019-07-08 17:37:03 -07:00
Stash Dev f8e3692ee9 JWPlayer 8.9.1 2019-07-08 17:37:03 -07:00
rudi123github 2f3c577a8a
Add anchor to scene path, and display stream anchor
This allows to play videos which are not supported by JWplayer. Stash will display links to the local file and the stream in the "File Info" panel. This allows to open the stream or local file directly in the browser (if supported) or the app that is registered for the respective file type (e.g. VLC).
2019-07-02 22:41:10 +02:00
Leopere b8e1fcee2c
Merge pull request #64 from rudi123github/master
Update encoder_scene_preview_chunk.go
2019-06-25 14:36:11 -04: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
Leopere 30a2a2cf00
Fix #61
Fixes #61 added ca-certificates and updated them.
2019-06-10 18:03:02 -04:00
Stash Dev 73f0d7d399 Send a placeholder for markers which haven't been generated yet 2019-06-01 09:48:28 -07:00
StashAppDev 551e436c57
Merge pull request #59 from bnkai/bug_fixes
fix bug:Studios sort by scenes_count reported by malcuk on discord
2019-06-01 07:18:40 -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 034e5d60ac Fix CI 2019-05-27 12:45:06 -07:00
Stash Dev 4b037e1040 Dependency updates 2019-05-27 12:34:26 -07:00
Leopere 69917999ef Updated port EXPOSE 2019-05-09 14:52:52 -07:00
Stash Dev 7a18c54c6e Fix generation 2019-05-04 12:28:18 -07:00
StashAppDev b866185179
Merge pull request #49 from Leopere/patch-3
Updated documentation for Docker and a bit of proofreading
2019-04-29 12:19:42 -07:00
StashAppDev 43beb4374a
Merge pull request #50 from Leopere/patch-1
Docker installation instructions.
2019-04-29 12:19:10 -07:00
Leopere 307d4a819f
Whitespace 2019-04-28 13:52:21 -04:00
Leopere e8515f0daf
Docker installation instructions. 2019-04-28 13:47:47 -04:00
Leopere 83ee83c2fa Dockerfile for production. (#44)
* Stealing good ideas from DockSTARTer

* Pushing an example WIP

* Actually ran and debugged container and it works now.
TODO: We need configurability for this to be more useful.

* Prepped docker-compose for if we get these envvars coded in.

* Removed unnecessary start.sh

* Removed env.example

* Fixed internal directory to conform more.

Resovles https://github.com/stashapp/stash/pull/44#issuecomment-485060195

* Logging options need quotes.

* I decided to use architecture tags since go-releaser can do multiple architectures.

* Compose version version: '3.4'

* No relative pathing on container side of volume
2019-04-24 10:10:26 -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 3a00a29fb4 UI bug fixes 2019-04-02 15:30:58 -07:00
Stash Dev 0af68e314e Merge branch 'ui-tweaks' 2019-04-02 11:57:00 -07:00
Stash Dev 7a4596438a Update packr files 2019-04-02 11:56:12 -07:00
Stash Dev c6f633d70f UI Dependency bump + lint fixes 2019-04-02 11:53:25 -07:00
Stash Dev e5b9db2821 Use local storage for UI configuration 2019-04-02 11:39:52 -07:00
Stash Dev 9098699249 Various UI tweaks 2019-04-02 08:46:00 -07:00
Stash Dev f15c734d4f Another tweak to fix sprite generation 2019-03-31 17:59:45 -07:00
Stash Dev f2b32083ad Another tweak to fix sprite generation 2019-03-29 11:33:21 -07:00
Stash Dev 182afad695 Added `-pix_fmt yuv420p` to H264 encodes 2019-03-29 08:23:21 -07:00
Stash Dev 0ce9e073bd Another tweak to fix sprite generation 2019-03-29 08:16:39 -07:00
Stash Dev 71f8fc9dd5 Fixes FFMPEG failure edge case 2019-03-28 16:29:45 -07:00
Stash Dev abbc2fa230 Another tweak to fix sprite generation 2019-03-28 15:58:13 -07:00
Stash Dev 67d6870784 Fix #36
Scene markers tags array shouldn't include the primary tag
2019-03-27 16:48:53 -07:00
Stash Dev 4f7266f0ed Added created / updated timestamp to exported JSON 2019-03-27 14:00:06 -07:00
Stash Dev 763424bc40 Update GQLGen and break up the schema.graphql file 2019-03-27 12:47:43 -07:00
Stash Dev 2e57c2a17a Fixes
Various fixes from Discord discussions.
2019-03-27 12:26:50 -07:00
Stash Dev e05d187a77 Fixes
* Added date to release body
* Added AVI to the scan task
* Fixed index out of bounds when generating sprites
2019-03-26 09:45:08 -07:00
Stash Dev 3b83371f84 Fix invalid scene marker tag count 2019-03-24 19:07:08 -07:00