-
-
Notifications
You must be signed in to change notification settings - Fork 9
Home
StashServer is a web application (Mac / Linux at the moment) that helps you view and organize your "stash" from any device on your network via your favorite web browser. Stashserver will store information about your collection in a database which will allow you to instantly search, filter, and sort your videos and pictures.
Current Features
- Instantly view and search for any video or image in your collection.
- Rate, tag, filter, and sort your videos and zipped images.
- Upload images and descriptions of your favorite performers and studios. Associate those performers and studios with your media in your collection.
- Video snapshots and previews of your videos when hovering over a scene
- Scrubbing across a video presents a video preview of your current location in the video (VTT)
- Awesome SceneWall that creates a video wall with previews of your movies constantly playing.
- Data portability. Export the information in StashServer to JSON format which can be imported into other applications.
- Use markers and tags in a video to note interesting events in a scene. 🆕
- Scan for new files in your collection and generate previews all within StashServer. 🆕
Docker Install - Simplest (tested on Mac / Linux)
Source Install - Early Adopters. Get the latest features and fixes.
After upgrading your OS, and you try to run rails s
or puma -t 8:32
you get an error that states something like:
/usr/bin/ruby1.9.1: No such file or directory - /usr/share/rubygems-integration/1.9.1/gems/bundler-1.3.5/bin/bundle (LoadError)
To fix this, reinstall the bundler as root sudo gem install bundle
After an OS upgrade you might also see an error which looks something like
/some/ruby/gem/rubyscript.rm:21 in 'require': cannot load such file -- 'nokogiri/....
You'll need to reinstall the gem it's complaining about gem install nokogiri
in this place. You may need to run the command as root depending on what gem you're installing.