Assets restructure
@ -1,3 +1 @@
|
||||
<footer>
|
||||
<p class="text-small text-grey-dk-100 mb-0">Maintained by Stash community</p>
|
||||
</footer>
|
||||
<p class="text-small text-grey-dk-100 mb-0">Maintained by Stash community</p>
|
||||
@ -4,4 +4,4 @@ layout: default
|
||||
|
||||
<h1>{{ page.title }}</h1>
|
||||
|
||||
{{ content }}
|
||||
{{ content }}
|
||||
@ -1,10 +1,9 @@
|
||||
---
|
||||
layout: page
|
||||
layout: clean
|
||||
title: Add-ons
|
||||
nav_order: 5
|
||||
has_children: true
|
||||
has_toc: false
|
||||
permalink: /add-ons
|
||||
---
|
||||
|
||||
<details open markdown="block">
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
---
|
||||
layout: page
|
||||
layout: clean
|
||||
title: Plugins
|
||||
nav_order: 2
|
||||
parent: Add-ons
|
||||
permalink: add-ons/plugins
|
||||
|
||||
---
|
||||
|
||||
<details markdown="block">
|
||||
@ -35,7 +35,7 @@ Official plugins are hosted on [CommunityScripts repository](https://github.com/
|
||||
|Description|Compare local file against github file from the community scraper repo.|
|
||||
|Triggers|Task|
|
||||
|Stash version|v0.8 or higher|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### renamerOnUpdate
|
||||
|
||||
@ -45,7 +45,7 @@ Official plugins are hosted on [CommunityScripts repository](https://github.com/
|
||||
|Description|Rename/Move your file based on Stash metadata.|
|
||||
|Triggers|Task<br />Scene.Update|
|
||||
|Stash version|v0.7 or higher|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### setSceneCoverFromFile
|
||||
|
||||
@ -55,7 +55,7 @@ Official plugins are hosted on [CommunityScripts repository](https://github.com/
|
||||
|Description|Searchs Stash for Scenes with a cover image in the same folder and sets the cover image in stash to that image.|
|
||||
|Triggers|Task|
|
||||
|Stash version|v0.7 or higher|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### markerTagToScene
|
||||
|
||||
@ -65,7 +65,7 @@ Official plugins are hosted on [CommunityScripts repository](https://github.com/
|
||||
|Description|Adds primary tag of Scene Marker to the Scene on marker create/update.|
|
||||
|Triggers|SceneMarker.Create<br />SceneMarker.Update|
|
||||
|Stash version|v0.8 ([46bbede](https://github.com/stashapp/stash/commit/46bbede9a07144797d6f26cf414205b390ca88f9){:target="_blank"}) or higher|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### defaultDataForPath
|
||||
|
||||
@ -75,7 +75,7 @@ Official plugins are hosted on [CommunityScripts repository](https://github.com/
|
||||
|Description|Adds configured Tags, Performers and/or Studio to all newly scanned Scenes, Images and Galleries.|
|
||||
|Triggers|Scene.Create<br />Gallery.Create<br />Image.Create|
|
||||
|Stash version|v0.8 or higher|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### filenameParser
|
||||
|
||||
@ -85,7 +85,7 @@ Official plugins are hosted on [CommunityScripts repository](https://github.com/
|
||||
|Description|Tries to parse filenames, primarily in {studio}.{year}.{month}.{day}.{performer1firstname}.{performer1lastname}.{performer2}.{title} format, into the respective fields.|
|
||||
|Triggers|Scene.Create<br />Gallery.Create|
|
||||
|Stash version|v0.10 or higher|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### pathParser
|
||||
|
||||
@ -95,7 +95,7 @@ Official plugins are hosted on [CommunityScripts repository](https://github.com/
|
||||
|Description|Updates scene info based on the file path.|
|
||||
|Triggers|Scene.Create|
|
||||
|Stash version|v0.17 or higher|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### titleFromFilename
|
||||
|
||||
@ -105,7 +105,7 @@ Official plugins are hosted on [CommunityScripts repository](https://github.com/
|
||||
|Description|Sets the scene title to its filename.|
|
||||
|Triggers|Scene.Create|
|
||||
|Stash version|v0.17 or higher|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### tagGraph
|
||||
|
||||
@ -115,7 +115,7 @@ Official plugins are hosted on [CommunityScripts repository](https://github.com/
|
||||
|Description|Creates a visual of the Tag relations.|
|
||||
|Triggers|Scene.Create|
|
||||
|Stash version|v0.7 or higher|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### DateParser
|
||||
|
||||
@ -125,7 +125,7 @@ Official plugins are hosted on [CommunityScripts repository](https://github.com/
|
||||
|Description|Find date in path or filename and add it.|
|
||||
|Triggers|Task|
|
||||
|Stash version|v0.18 or higher|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### phashDuplicateTagger
|
||||
|
||||
@ -135,7 +135,7 @@ Official plugins are hosted on [CommunityScripts repository](https://github.com/
|
||||
|Description|Will tag scenes based on duplicate PHashes for easier/safer removal.|
|
||||
|Triggers|Task|
|
||||
|Stash version|v0.16 or higher|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### timestampTrade
|
||||
|
||||
@ -145,7 +145,7 @@ Official plugins are hosted on [CommunityScripts repository](https://github.com/
|
||||
|Description|[timestamp.trade API](https://timestamp.trade) syncs markers between Stash instances and XBVR. This sits along side other metadata databases like StashDB while we wait for the feature to be added there.|
|
||||
|Triggers|Scene.Update<br />Task|
|
||||
|Stash version|v0.18 or higher|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
---
|
||||
|
||||
@ -161,7 +161,7 @@ These plugins are created by third parties and not officially affiliated or supp
|
||||
|Plugin|[YT-DL Downloader](https://github.com/niemands/StashPlugins){:target="_blank"}|
|
||||
|Description|Download Videos automated with yt-dl and add the scrape tag for Bulk URL Scraper.|
|
||||
|Author|[niemands](https://github.com/niemands){:target="_blank"}|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### Gallery Tags
|
||||
|
||||
@ -170,7 +170,7 @@ These plugins are created by third parties and not officially affiliated or supp
|
||||
|Plugin|[Gallery Tags](https://github.com/niemands/StashPlugins){:target="_blank"}|
|
||||
|Description|Copy information from attached scene to galleries.|
|
||||
|Author|[niemands](https://github.com/niemands){:target="_blank"}|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### Update Image Titles
|
||||
|
||||
@ -179,7 +179,7 @@ These plugins are created by third parties and not officially affiliated or supp
|
||||
|Plugin|[Update Image Titles](https://github.com/niemands/StashPlugins){:target="_blank"}|
|
||||
|Description|Update all image titles (Fixes natural sort).|
|
||||
|Author|[niemands](https://github.com/niemands){:target="_blank"}|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### Duplicate Finder
|
||||
|
||||
@ -188,7 +188,7 @@ These plugins are created by third parties and not officially affiliated or supp
|
||||
|Plugin|[Duplicate Finder](https://github.com/WithoutPants/stash-plugin-duplicate-finder){:target="_blank"}|
|
||||
|Description|Detects and marks duplicate scenes within Stash.|
|
||||
|Author|[WithoutPants](https://github.com/WithoutPants){:target="_blank"}|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### Performer Creator
|
||||
|
||||
@ -197,7 +197,7 @@ These plugins are created by third parties and not officially affiliated or supp
|
||||
|Plugin|[Performer Creator](https://github.com/com1234475/stash-plugin-performer-creator){:target="_blank"}|
|
||||
|Description|Creates performers from scenes based on filenames.|
|
||||
|Author|[com1234475](https://github.com/com1234475){:target="_blank"}|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### Set PH Urls
|
||||
|
||||
@ -206,7 +206,7 @@ These plugins are created by third parties and not officially affiliated or supp
|
||||
|Plugin|[Set PH Urls](https://github.com/niemands/StashPlugins){:target="_blank"}|
|
||||
|Description|Add urls to Pornhub scenes downloaded by youtube-dl.|
|
||||
|Author|[niemands](https://github.com/niemands){:target="_blank"}|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### Bulk URL Scraper
|
||||
|
||||
@ -215,7 +215,7 @@ These plugins are created by third parties and not officially affiliated or supp
|
||||
|Plugin|[Bulk URL Scraper](https://github.com/niemands/StashPlugins){:target="_blank"}|
|
||||
|Description|Bulk scene url scraping.|
|
||||
|Author|[niemands](https://github.com/niemands){:target="_blank"}|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### stash-plugin-performer-creator
|
||||
|
||||
@ -224,7 +224,7 @@ These plugins are created by third parties and not officially affiliated or supp
|
||||
|Plugin|[stash-plugin-performer-creator](https://github.com/cc1234475/stash-plugin-performer-creator){:target="_blank"}|
|
||||
|Description|This is a plugin for Stash. It adds a Parse all scenes for performers task. This task processes all scenes and using Natural Language Processing tries to detect performer names and tries to find/add them.|
|
||||
|Author|[cc1234475](https://github.com/cc1234475){:target="_blank"}|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### Stash NFO Exporter for Kodi
|
||||
|
||||
@ -233,4 +233,4 @@ These plugins are created by third parties and not officially affiliated or supp
|
||||
|Plugin|[StashNfoExporterKodi](https://github.com/scruffynerf/StashNfoExporterKodi){:target="_blank"}|
|
||||
|Description|Adds .nfo file and strm support to allow using Stash organized content with Kodi with no Kodi Addon needed.|
|
||||
|Author|[scruffynerf](https://github.com/scruffynerf){:target="_blank"}|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
@ -1,10 +1,10 @@
|
||||
---
|
||||
layout: page
|
||||
layout: clean
|
||||
title: Scrapers
|
||||
nav_order: 1
|
||||
has_children: false
|
||||
parent: Add-ons
|
||||
permalink: add-ons/scrapers
|
||||
|
||||
---
|
||||
|
||||
<details markdown="block">
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
---
|
||||
layout: page
|
||||
layout: clean
|
||||
title: Scripts
|
||||
nav_order: 3
|
||||
parent: Add-ons
|
||||
permalink: add-ons/scripts
|
||||
|
||||
---
|
||||
|
||||
<details markdown="block">
|
||||
@ -34,7 +34,7 @@ Official scripts are hosted on [CommunityScripts repository](https://github.com/
|
||||
|Script|[Kodi Helper](https://github.com/stashapp/CommunityScripts/tree/main/scripts/kodi-helper){:target="_blank"}|
|
||||
|Description|Generates `nfo` and `strm` for use with Kodi.|
|
||||
|Stash version|v0.7 or higher|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### Sqlite_Renamer
|
||||
|
||||
@ -43,7 +43,7 @@ Official scripts are hosted on [CommunityScripts repository](https://github.com/
|
||||
|Script|[Sqlite_Renamer](https://github.com/stashapp/CommunityScripts/tree/main/scripts/Sqlite_Renamer){:target="_blank"}|
|
||||
|Description|Renames your files using stash's metadata.|
|
||||
|Stash version|v0.7 or higher|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
---
|
||||
|
||||
@ -59,7 +59,7 @@ These scripts are created by third parties and not officially affiliated or supp
|
||||
|Script|[OnlyFans Scraper](https://github.com/ALonelyJuicebox/OFMetadataToStash){:target="_blank"}|
|
||||
|Description|Powershell script that can (batch) import OnlyFans metadata into a Stash database from a OnlyFans metadata database scraped using DIGITALCRIMINALS's OnlyFans Scraper.|
|
||||
|Author|[ALonelyJuicebox](https://github.com/ALonelyJuicebox){:target="_blank"}|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### FilenamePerformersToCSV
|
||||
|
||||
@ -68,7 +68,7 @@ These scripts are created by third parties and not officially affiliated or supp
|
||||
|Script|[FilenamePerformersToCSV](https://github.com/ALonelyJuicebox/FilenamePerformersToCSV){:target="_blank"}|
|
||||
|Description|Parse performer names from your media filenames into CSV files for batch import into Stash!|
|
||||
|Author|[ALonelyJuicebox](https://github.com/ALonelyJuicebox){:target="_blank"}|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### pwPlayer.js - Scene Card Quick Player
|
||||
|
||||
@ -77,4 +77,4 @@ These scripts are created by third parties and not officially affiliated or supp
|
||||
|Script|[pwPlayer.js - Scene Card Quick Player](https://github.com/philpw99/StashCustomJavascripts){:target="_blank"}|
|
||||
|Description|This Javascript will create a "Play" button in each scene card. You can click on it and the video for that scene will be played right away. Click on the video again, then you are back to the scene list.|
|
||||
|Author|[philpw99](https://github.com/philpw99){:target="_blank"}|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
@ -1,9 +1,9 @@
|
||||
---
|
||||
layout: page
|
||||
layout: clean
|
||||
title: Third-party Integrations
|
||||
nav_order: 6
|
||||
parent: Add-ons
|
||||
permalink: add-ons/third-party-integrations
|
||||
|
||||
---
|
||||
|
||||
<details markdown="block">
|
||||
@ -27,7 +27,7 @@ These third-party integrations are created by third parties and not officially a
|
||||
|Integration|[plugin.video.stash](https://github.com/gitgiggety/plugin.video.stash){:target="_blank"}|
|
||||
|Description|plugin.video.stash is an add-on for the Kodi home theater center software to incorporate Stash, an organizer for your porn.|
|
||||
|Author|[gitgiggety](https://github.com/gitgiggety){:target="_blank"}|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### StashPlexAgent.bundle
|
||||
|
||||
@ -36,4 +36,4 @@ These third-party integrations are created by third parties and not officially a
|
||||
|Integration|[StashPlexAgent.bundle](https://github.com/stashapp/CommunityScripts/tree/main/3rd%20party/StashPlexAgent.bundle){:target="_blank"}|
|
||||
|Description|A very simplistic Plex agent to pull metadata from Stash.|
|
||||
|Author|[Darklyter](https://github.com/Darklyter){:target="_blank"}|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
@ -1,9 +1,9 @@
|
||||
---
|
||||
layout: page
|
||||
layout: clean
|
||||
title: Userscripts
|
||||
nav_order: 4
|
||||
parent: Add-ons
|
||||
permalink: add-ons/userscripts
|
||||
|
||||
---
|
||||
|
||||
<details markdown="block">
|
||||
@ -38,7 +38,7 @@ Official userscripts are hosted on [CommunityScripts repository](https://github.
|
||||
|Category|StashDB|
|
||||
|Userscript|[StashDB Submission Helper](https://github.com/stashapp/CommunityScripts/tree/main/userscripts/StashDB_Submission_Helper){:target="_blank"}|
|
||||
|Description|Adds handy functions for StashDB submissions like buttons to add aliases in bulk to a performer.|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
---
|
||||
|
||||
@ -54,7 +54,7 @@ These userscripts are created by third parties and not officially affiliated or
|
||||
|Userscript|[Stash Batch Query Edit](https://github.com/7dJx1qP/stash-userscripts){:target="_blank"}|
|
||||
|Description|In Scene Tagger, adds button to batch update all query fields with a configurable combination of Date, Studio, Performers, and Title.|
|
||||
|Author|[7dJx1qP](https://github.com/7dJx1qP)|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### Stash Batch Result Toggle
|
||||
|
||||
@ -63,7 +63,7 @@ These userscripts are created by third parties and not officially affiliated or
|
||||
|Userscript|[Stash Batch Result Toggle](https://github.com/7dJx1qP/stash-userscripts){:target="_blank"}|
|
||||
|Description|In Scene Tagger, adds button to toggle all stashdb scene match result fields. Saves clicks when you only want to save a few metadata fields. Instead of turning off every field, you batch toggle them off, then toggle on the ones you want.|
|
||||
|Author|[7dJx1qP](https://github.com/7dJx1qP)|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### Stash Batch Save
|
||||
|
||||
@ -72,7 +72,7 @@ These userscripts are created by third parties and not officially affiliated or
|
||||
|Userscript|[Stash Batch Save](https://github.com/7dJx1qP/stash-userscripts){:target="_blank"}|
|
||||
|Description|In Scene Tagger, adds button to batch save all scenes. Opens a confirmation popup with clicked.|
|
||||
|Author|[7dJx1qP](https://github.com/7dJx1qP)|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### Stash Batch Search
|
||||
|
||||
@ -81,7 +81,7 @@ These userscripts are created by third parties and not officially affiliated or
|
||||
|Userscript|[Stash Batch Search](https://github.com/7dJx1qP/stash-userscripts){:target="_blank"}|
|
||||
|Description|In Scene Tagger, adds button to batch search all scenes.|
|
||||
|Author|[7dJx1qP](https://github.com/7dJx1qP)|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### Stash Markdown
|
||||
|
||||
@ -90,7 +90,7 @@ These userscripts are created by third parties and not officially affiliated or
|
||||
|Userscript|[Stash Markdown](https://github.com/7dJx1qP/stash-userscripts){:target="_blank"}|
|
||||
|Description|Adds markdown parsing to tag description fields.|
|
||||
|Author|[7dJx1qP](https://github.com/7dJx1qP)|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### Stash New Performer Filter Button
|
||||
|
||||
@ -99,7 +99,7 @@ These userscripts are created by third parties and not officially affiliated or
|
||||
|Userscript|[Stash New Performer Filter Button](https://github.com/7dJx1qP/stash-userscripts){:target="_blank"}|
|
||||
|Description|Adds button to performers page to switch to a filter by new performers tagger view.|
|
||||
|Author|[7dJx1qP](https://github.com/7dJx1qP)|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### Stash Open Media Player
|
||||
|
||||
@ -108,7 +108,7 @@ These userscripts are created by third parties and not officially affiliated or
|
||||
|Userscript|[Stash Open Media Player](https://github.com/7dJx1qP/stash-userscripts){:target="_blank"}|
|
||||
|Description|Open filepath link on scene page 'File Info' tab in an external media player when clicked.|
|
||||
|Author|[7dJx1qP](https://github.com/7dJx1qP)|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### Stash Performer Audit Task Button
|
||||
|
||||
@ -117,7 +117,7 @@ These userscripts are created by third parties and not officially affiliated or
|
||||
|Userscript|[Stash Performer Audit Task Button](https://github.com/7dJx1qP/stash-userscripts){:target="_blank"}|
|
||||
|Description|Adds a button to the performers page to check for duplicate performer urls. Task output shown in stash logs.|
|
||||
|Author|[7dJx1qP](https://github.com/7dJx1qP)|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### Stash Performer Image Cropper
|
||||
|
||||
@ -126,7 +126,7 @@ These userscripts are created by third parties and not officially affiliated or
|
||||
|Userscript|[Stash Performer Image Cropper](https://github.com/7dJx1qP/stash-userscripts){:target="_blank"}|
|
||||
|Description|Adds ability to crop performer image from performer page.|
|
||||
|Author|[7dJx1qP](https://github.com/7dJx1qP)|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### Stash Performer Markers Tab
|
||||
|
||||
@ -135,7 +135,7 @@ These userscripts are created by third parties and not officially affiliated or
|
||||
|Userscript|[Stash Performer Markers Tab](https://github.com/7dJx1qP/stash-userscripts){:target="_blank"}|
|
||||
|Description|Adds a Markers link to performer pages.|
|
||||
|Author|[7dJx1qP](https://github.com/7dJx1qP)|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### Stash Performer Tagger Additions
|
||||
|
||||
@ -144,7 +144,7 @@ These userscripts are created by third parties and not officially affiliated or
|
||||
|Userscript|[Stash Performer Tagger Additions](https://github.com/7dJx1qP/stash-userscripts){:target="_blank"}|
|
||||
|Description|Adds performer birthdate and url to tagger view. Makes clicking performer name open stash profile in new tab instead of current tab.|
|
||||
|Author|[7dJx1qP](https://github.com/7dJx1qP)|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### Stash Performer URL Searchbox
|
||||
|
||||
@ -153,7 +153,7 @@ These userscripts are created by third parties and not officially affiliated or
|
||||
|Userscript|[Stash Performer URL Searchbox](https://github.com/7dJx1qP/stash-userscripts){:target="_blank"}|
|
||||
|Description|Adds a performer URL search textbox to performers page for quicker searching by performer URL.|
|
||||
|Author|[7dJx1qP](https://github.com/7dJx1qP)|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### Stash Scene Tagger Additions
|
||||
|
||||
@ -162,7 +162,7 @@ These userscripts are created by third parties and not officially affiliated or
|
||||
|Userscript|[Stash Scene Tagger Additions](https://github.com/7dJx1qP/stash-userscripts){:target="_blank"}|
|
||||
|Description|Adds scene duration, filepath, and url to tagger view in the collapsible scene details sections. Adds shift-click to collapsible scene details buttons to open/close all.|
|
||||
|Author|[7dJx1qP](https://github.com/7dJx1qP)|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### Stash Scene Tagger Colorizer
|
||||
|
||||
@ -171,7 +171,7 @@ These userscripts are created by third parties and not officially affiliated or
|
||||
|Userscript|[Stash Scene Tagger Colorizer](https://github.com/7dJx1qP/stash-userscripts){:target="_blank"}|
|
||||
|Description|In Scene Tagger, colorize scrape results. Matching fields are green, missing fields are yellow, and mismatching fields are red.|
|
||||
|Author|[7dJx1qP](https://github.com/7dJx1qP)|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### Stash Scene Tagger Draft Submit
|
||||
|
||||
@ -180,7 +180,7 @@ These userscripts are created by third parties and not officially affiliated or
|
||||
|Userscript|[Stash Scene Tagger Draft Submit](https://github.com/7dJx1qP/stash-userscripts){:target="_blank"}|
|
||||
|Description|Adds button to Scene Tagger to submit draft to StashDB.|
|
||||
|Author|[7dJx1qP](https://github.com/7dJx1qP)|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### Stash Scene Tagger Linkify
|
||||
|
||||
@ -189,7 +189,7 @@ These userscripts are created by third parties and not officially affiliated or
|
||||
|Userscript|[Stash Scene Tagger Linkify](https://github.com/7dJx1qP/stash-userscripts){:target="_blank"}|
|
||||
|Description|Turn all scene tagger result text referencing stash or stashbox studio and performer names into clickable links.|
|
||||
|Author|[7dJx1qP](https://github.com/7dJx1qP)|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### Stash Set Stashbox Favorite Performers
|
||||
|
||||
@ -198,7 +198,7 @@ These userscripts are created by third parties and not officially affiliated or
|
||||
|Userscript|[Stash Set Stashbox Favorite Performers](https://github.com/7dJx1qP/stash-userscripts){:target="_blank"}|
|
||||
|Description|Sync Stashbox favorite performers whenever a stash performer is favorited or unfavorited. Also adds button to performers page to sync all.|
|
||||
|Author|[7dJx1qP](https://github.com/7dJx1qP)|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### Stash StashID Icon
|
||||
|
||||
@ -207,7 +207,7 @@ These userscripts are created by third parties and not officially affiliated or
|
||||
|Userscript|[Stash StashID Icon](https://github.com/7dJx1qP/stash-userscripts){:target="_blank"}|
|
||||
|Description|Adds checkmark icon to performer and studio cards that have a StashID.|
|
||||
|Author|[7dJx1qP](https://github.com/7dJx1qP)|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### Stash StashID Input
|
||||
|
||||
@ -216,7 +216,7 @@ These userscripts are created by third parties and not officially affiliated or
|
||||
|Userscript|[Stash StashID Input](https://github.com/7dJx1qP/stash-userscripts){:target="_blank"}|
|
||||
|Description|Adds input textboxes to performer detail and studio detail pages for StashID entry. Also displays studio StashIDs on studio page without having to click edit to view.|
|
||||
|Author|[7dJx1qP](https://github.com/7dJx1qP)|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### Stash Stats
|
||||
|
||||
@ -225,7 +225,7 @@ These userscripts are created by third parties and not officially affiliated or
|
||||
|Userscript|[Stash Stats](https://github.com/7dJx1qP/stash-userscripts){:target="_blank"}|
|
||||
|Description|Adds new stats to the stats page: marker count, favorite performer count, studios with StashID %, performers with StashID %, scenes with StashID %.|
|
||||
|Author|[7dJx1qP](https://github.com/7dJx1qP)|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### Stash Studio Image And Parent On Create
|
||||
|
||||
@ -234,7 +234,7 @@ These userscripts are created by third parties and not officially affiliated or
|
||||
|Userscript|[Stash Studio Image And Parent On Create](https://github.com/7dJx1qP/stash-userscripts){:target="_blank"}|
|
||||
|Description|In Scene Tagger, sets studio image and parent studio from StashDB when a studio is created.|
|
||||
|Author|[7dJx1qP](https://github.com/7dJx1qP)|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### Stash Tag Image Cropper
|
||||
|
||||
@ -243,7 +243,7 @@ These userscripts are created by third parties and not officially affiliated or
|
||||
|Userscript|[Stash Tag Image Cropper](https://github.com/7dJx1qP/stash-userscripts){:target="_blank"}|
|
||||
|Description|Adds ability to crop tag image from tag page.|
|
||||
|Author|[7dJx1qP](https://github.com/7dJx1qP)|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### Visage
|
||||
|
||||
@ -252,7 +252,7 @@ These userscripts are created by third parties and not officially affiliated or
|
||||
|Userscript|[Visage](https://github.com/cc1234475/visage){:target="_blank"}|
|
||||
|Description|Visage is a series of tools to do facial recognition on images (and create a searchable database).|
|
||||
|Author|[cc1234475](https://github.com/cc1234475)|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### Performer Suggestions
|
||||
|
||||
@ -261,7 +261,7 @@ These userscripts are created by third parties and not officially affiliated or
|
||||
|Userscript|[Performer Suggestions](https://gist.github.com/QxxxGit/7d6e5759814b1ce84cb7535173415eff){:target="_blank"}|
|
||||
|Description|Adds performer suggestions based on similar tags.|
|
||||
|Author|[QxxxGit](https://github.com/QxxxGit)|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### Performer Card Details
|
||||
|
||||
@ -270,7 +270,7 @@ These userscripts are created by third parties and not officially affiliated or
|
||||
|Userscript|[Performer Card Details](https://gist.github.com/QxxxGit/5c25005ff1a918d3f1213134b2282609){:target="_blank"}|
|
||||
|Description|Adds details to performer cards.|
|
||||
|Author|[QxxxGit](https://github.com/QxxxGit)|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### StashDB Copy StashID
|
||||
|
||||
@ -279,7 +279,7 @@ These userscripts are created by third parties and not officially affiliated or
|
||||
|Userscript|[StashDB Copy StashID](https://github.com/7dJx1qP/stashdb-userscripts){:target="_blank"}|
|
||||
|Description|Adds a button to copy StashID.|
|
||||
|Author|[7dJx1qP](https://github.com/7dJx1qP)|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### StashDB Backlog Userscript
|
||||
|
||||
@ -288,7 +288,7 @@ These userscripts are created by third parties and not officially affiliated or
|
||||
|Userscript|[StashDB Backlog Userscript](https://gist.github.com/peolic/e4713081f7ad063cd0e91f2482ac39a7){:target="_blank"}|
|
||||
|Description|This userscript is used to be able to view pending changes from the StashDB Backlog spreadsheet directly on StashDB.|
|
||||
|Author|[peolic](https://github.com/peolic)|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### StashDB Images Userscript
|
||||
|
||||
@ -297,7 +297,7 @@ These userscripts are created by third parties and not officially affiliated or
|
||||
|Userscript|[StashDB Images Userscript](https://gist.github.com/peolic/7368022947a28ef11bf44d0ae802df45){:target="_blank"}|
|
||||
|Description|This userscript adds image resolutions next to every performer image on StashDB.|
|
||||
|Author|[peolic](https://github.com/peolic)|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### StashDB ID Copy Buttons
|
||||
|
||||
@ -306,7 +306,7 @@ These userscripts are created by third parties and not officially affiliated or
|
||||
|Userscript|[StashDB ID Copy Buttons](https://github.com/peolic/userscripts){:target="_blank"}|
|
||||
|Description|Adds buttons to copy StashID.|
|
||||
|Author|[peolic](https://github.com/peolic)|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### Indexxx Helper Userscript
|
||||
|
||||
@ -315,7 +315,7 @@ These userscripts are created by third parties and not officially affiliated or
|
||||
|Userscript|[Indexxx Helper Userscript](https://github.com/peolic/userscripts){:target="_blank"}|
|
||||
|Description|This userscript adds useful tools to indexxx.com.|
|
||||
|Author|[peolic](https://github.com/peolic)|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### IAFD Helper Userscript
|
||||
|
||||
@ -324,7 +324,7 @@ These userscripts are created by third parties and not officially affiliated or
|
||||
|Userscript|[IAFD Helper Userscript](https://github.com/peolic/userscripts){:target="_blank"}|
|
||||
|Description|This userscript converts dates to YYYY-MM-DD and provides a filter for the studios search page on iafd.com.|
|
||||
|Author|[peolic](https://github.com/peolic)|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### ManyVids Release Year Userscript
|
||||
|
||||
@ -333,7 +333,7 @@ These userscripts are created by third parties and not officially affiliated or
|
||||
|Userscript|[ManyVids Release Year Userscript](https://github.com/peolic/userscripts){:target="_blank"}|
|
||||
|Description|This userscript adds the year to partial video release dates on manyvids.com.|
|
||||
|Author|[peolic](https://github.com/peolic)|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### Brazzers Sub-Studio Userscript
|
||||
|
||||
@ -342,7 +342,7 @@ These userscripts are created by third parties and not officially affiliated or
|
||||
|Userscript|[Brazzers Sub-Studio Userscript](https://github.com/peolic/userscripts){:target="_blank"}|
|
||||
|Description|This userscript adds the sub-studio of a Brazzers scene to the video page.|
|
||||
|Author|[peolic](https://github.com/peolic)|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### 1 Pass For All Sites - Better Episode Image
|
||||
|
||||
@ -351,7 +351,7 @@ These userscripts are created by third parties and not officially affiliated or
|
||||
|Userscript|[1 Pass For All Sites - Better Episode Image](https://github.com/peolic/userscripts){:target="_blank"}|
|
||||
|Description|Attempts to grab a better episode image.|
|
||||
|Author|[peolic](https://github.com/peolic)|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### CumLouder
|
||||
|
||||
@ -360,7 +360,7 @@ These userscripts are created by third parties and not officially affiliated or
|
||||
|Userscript|[CumLouder](https://github.com/peolic/userscripts){:target="_blank"}|
|
||||
|Description|Adds site logo and name to video pages. May not work for all videos.|
|
||||
|Author|[peolic](https://github.com/peolic)|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### ExploitedX Sites - Release Codes
|
||||
|
||||
@ -369,7 +369,7 @@ These userscripts are created by third parties and not officially affiliated or
|
||||
|Userscript|[ExploitedX Sites - Release Codes](https://github.com/peolic/userscripts){:target="_blank"}|
|
||||
|Description|Shows episode numbers for ExploitedX sites.|
|
||||
|Author|[peolic](https://github.com/peolic)|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### FTVCash - Better Image
|
||||
|
||||
@ -378,7 +378,7 @@ These userscripts are created by third parties and not officially affiliated or
|
||||
|Userscript|[FTVCash - Better Image](https://github.com/peolic/userscripts){:target="_blank"}|
|
||||
|Description|Attempts to grab a better episode image.|
|
||||
|Author|[peolic](https://github.com/peolic)|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### Gamma Entertainment - Scene Length
|
||||
|
||||
@ -387,7 +387,7 @@ These userscripts are created by third parties and not officially affiliated or
|
||||
|Userscript|[Gamma Entertainment - Scene Length](https://github.com/peolic/userscripts){:target="_blank"}|
|
||||
|Description|Adds scene length information on Gamma Entertainment sites.|
|
||||
|Author|[peolic](https://github.com/peolic)|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### Kink - Find Duration
|
||||
|
||||
@ -396,7 +396,7 @@ These userscripts are created by third parties and not officially affiliated or
|
||||
|Userscript|[Kink - Find Duration](https://github.com/peolic/userscripts){:target="_blank"}|
|
||||
|Description|Add "find duration" link to shoot pages.|
|
||||
|Author|[peolic](https://github.com/peolic)|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### MindGeek Scene Trailer
|
||||
|
||||
@ -405,7 +405,7 @@ These userscripts are created by third parties and not officially affiliated or
|
||||
|Userscript|[MindGeek Scene Trailer](https://github.com/peolic/userscripts){:target="_blank"}|
|
||||
|Description|Shows trailers on MindGeek sites.|
|
||||
|Author|[peolic](https://github.com/peolic)|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### Porn Pros
|
||||
|
||||
@ -414,7 +414,7 @@ These userscripts are created by third parties and not officially affiliated or
|
||||
|Userscript|[Porn Pros](https://github.com/peolic/userscripts){:target="_blank"}|
|
||||
|Description|Fixes duration on Porn Pros sites.|
|
||||
|Author|[peolic](https://github.com/peolic)|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### Vixen Media Group - Trailers, Studio Code, and Click to Copy
|
||||
|
||||
@ -423,7 +423,7 @@ These userscripts are created by third parties and not officially affiliated or
|
||||
|Userscript|[Vixen Media Group - Trailers, Studio Code, and Click to Copy](https://github.com/halorrr/userscripts#vixen-media-group---trailers-studio-code-and-click-to-copy){:target="_blank"}|
|
||||
|Description|Displays Studio Code, displays trailer links in 320p, 480p, 720p, 1080p, and 2160p formats (links open in new tab), click to copy studio code, click to copy date in stash format (YYYY-MM-DD), click to copy duration, click to copy Director name.|
|
||||
|Author|[halorrr](https://github.com/halorrr)|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### Freeones Forum Link Corrector
|
||||
|
||||
@ -432,7 +432,7 @@ These userscripts are created by third parties and not officially affiliated or
|
||||
|Userscript|[Freeones Forum Link Corrector](https://github.com/halorrr/userscripts#freeones-forum-link-corrector){:target="_blank"}|
|
||||
|Description|Converts old `board.freeones.showthread.php` style freeones links to the new format in order to avoid broken links. Currently runs on theNude, indexxx, and freeones. More can be added if there is a common need for them.|
|
||||
|Author|[halorrr](https://github.com/halorrr)|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### ModelHub Exact Date
|
||||
|
||||
@ -441,7 +441,7 @@ These userscripts are created by third parties and not officially affiliated or
|
||||
|Userscript|[ModelHub Exact Date](https://github.com/halorrr/userscripts#modelhub-exact-date){:target="_blank"}|
|
||||
|Description|Replaces the approximate date (ex. 3 years ago) for a scene with an exact one in YYYY-MM-DD format as long as the user is logged in to a PornHub account. Modelhub has a tracking script for user activity that only triggers when the user is logged into a Pornhub account. This script contains the video's upload date, this is why being logged in is required. You will also be able to click on the date to copy it.|
|
||||
|Author|[halorrr](https://github.com/halorrr)|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### ATK Girlfriends Scene and Image Links with Click to Copy
|
||||
|
||||
@ -450,7 +450,7 @@ These userscripts are created by third parties and not officially affiliated or
|
||||
|Userscript|[ATK Girlfriends Scene and Image Links with Click to Copy](https://github.com/halorrr/userscripts#atk-girlfriends-scene-and-image-links-with-click-to-copy){:target="_blank"}|
|
||||
|Description|This helps getting metadata from ATK Girlfriends. This runs on the model page as it solves this issues that a lot of scene pages on ATK Girlfriends will just return a blank white page. This script: extracts the scene link, adds a link, and a click to copy button, extracts the scene images, manipulates the url to be the larger version, adds a link, and a click to copy button, adds a click to copy button to the title, adds a click to copy button to the description.|
|
||||
|Author|[halorrr](https://github.com/halorrr)|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### Stash Checker
|
||||
|
||||
@ -459,4 +459,4 @@ These userscripts are created by third parties and not officially affiliated or
|
||||
|Userscript|[Stash Checker](https://gist.github.com/timo95/562b9363d491e3ee281cb46944445fcd){:target="_blank"}|
|
||||
|Description|Checks if a given scene/performer on one of the supported sites is present in your Stash. Shows a checkmark and tooltip for additional information. All supported websites are listed in the metadata `@match` section.|
|
||||
|Author|[timo95](https://github.com/timo95)|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
@ -1,9 +1,9 @@
|
||||
---
|
||||
layout: page
|
||||
layout: clean
|
||||
title: Utilities
|
||||
nav_order: 5
|
||||
parent: Add-ons
|
||||
permalink: add-ons/utilities
|
||||
|
||||
---
|
||||
|
||||
<details markdown="block">
|
||||
@ -27,7 +27,7 @@ These utilities are created by third parties and not officially affiliated or su
|
||||
|Utility|[Stash_helper](https://github.com/philpw99/Stash_Helper){:target="_blank"}|
|
||||
|Description|Adds some windows-specific tools to Stash (navigate from icon, installation help, etc).|
|
||||
|Author|[philpw99](https://github.com/philpw99){:target="_blank"}|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### stash-vr
|
||||
|
||||
@ -36,7 +36,7 @@ These utilities are created by third parties and not officially affiliated or su
|
||||
|Utility|[stash-vr](https://github.com/o-fl0w/stash-vr){:target="_blank"}|
|
||||
|Description|Watch your stash library in VR.|
|
||||
|Author|[o-fl0w](https://github.com/o-fl0w){:target="_blank"}|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### stash-vr-companion
|
||||
|
||||
@ -45,7 +45,7 @@ These utilities are created by third parties and not officially affiliated or su
|
||||
|Utility|[stash-vr-companion](https://github.com/Tweeticoats/stash-vr-companion){:target="_blank"}|
|
||||
|Description|Similar to stash-deovr as above but designed as a web app that sits in a docker container next to stash to make it easier to use and add more functionality.|
|
||||
|Author|[Tweeticoats](https://github.com/Tweeticoats){:target="_blank"}|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
|
||||
### stash-webvr
|
||||
|
||||
@ -54,4 +54,4 @@ These utilities are created by third parties and not officially affiliated or su
|
||||
|Utility|[stash-webvr](https://gitlab.com/stish/stash-webvr){:target="_blank"}|
|
||||
|Description|WebVR friendly Stash client that displays only videos tagged with "Virtual Reality" tag.|
|
||||
|Author|[stishadmin](https://gitlab.com/stishadmin){:target="_blank"}|
|
||||
|Screenshots||
|
||||
|Screenshots||
|
||||
@ -1,10 +1,10 @@
|
||||
---
|
||||
layout: page
|
||||
layout: clean
|
||||
title: Advanced Tutorials
|
||||
nav_order: 8
|
||||
has_children: true
|
||||
has_toc: false
|
||||
permalink: /advanced-tutorials
|
||||
|
||||
---
|
||||
|
||||
<details open markdown="block">
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
---
|
||||
layout: page
|
||||
layout: clean
|
||||
title: Advanced Configuration Options
|
||||
nav_order: 1
|
||||
parent: Advanced Tutorials
|
||||
permalink: advanced-tutorials/advanced-configuration-options
|
||||
|
||||
---
|
||||
|
||||
Some configuration options can not be edited through the UI and should only be used if needed.
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
---
|
||||
layout: page
|
||||
layout: clean
|
||||
title: Importing via CSV Using gql-iterate
|
||||
nav_order: 2
|
||||
parent: Advanced Tutorials
|
||||
permalink: advanced-tutorials/importing-via-csv-using-gql-iterate
|
||||
|
||||
---
|
||||
|
||||
<details markdown="block">
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
---
|
||||
layout: page
|
||||
layout: clean
|
||||
title: Manually Editing the Stash Sqlite3 Database
|
||||
nav_order: 3
|
||||
parent: Advanced Tutorials
|
||||
permalink: advanced-tutorials/manually-editing-the-stash-qqlite3-database
|
||||
|
||||
---
|
||||
|
||||
<details markdown="block">
|
||||
|
||||
|
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 37 KiB |
|
Before Width: | Height: | Size: 9.7 KiB After Width: | Height: | Size: 9.7 KiB |
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 200 KiB After Width: | Height: | Size: 200 KiB |
|
Before Width: | Height: | Size: 467 KiB After Width: | Height: | Size: 467 KiB |
|
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 40 KiB |
|
Before Width: | Height: | Size: 408 KiB After Width: | Height: | Size: 408 KiB |
|
Before Width: | Height: | Size: 179 KiB After Width: | Height: | Size: 179 KiB |
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 41 KiB |
|
Before Width: | Height: | Size: 97 KiB After Width: | Height: | Size: 97 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
|
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 6.2 KiB |
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
|
Before Width: | Height: | Size: 182 KiB After Width: | Height: | Size: 182 KiB |
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
|
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.7 KiB |
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 6.1 KiB |
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.9 KiB |
|
Before Width: | Height: | Size: 8.3 KiB After Width: | Height: | Size: 8.3 KiB |
|
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.7 KiB |
|
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.1 KiB |
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 9.1 KiB After Width: | Height: | Size: 9.1 KiB |
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
|
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 4.5 KiB |
|
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 4.0 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 6.1 KiB |
|
Before Width: | Height: | Size: 359 KiB After Width: | Height: | Size: 359 KiB |
|
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 52 KiB |
|
Before Width: | Height: | Size: 246 KiB After Width: | Height: | Size: 246 KiB |
|
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.9 KiB |
|
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 5.8 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 3.7 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 5.6 KiB |
|
Before Width: | Height: | Size: 107 B After Width: | Height: | Size: 107 B |
|
Before Width: | Height: | Size: 288 KiB After Width: | Height: | Size: 288 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
|
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 43 KiB |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 61 KiB |
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 92 KiB After Width: | Height: | Size: 92 KiB |
|
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 68 KiB |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.9 KiB |
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 734 B After Width: | Height: | Size: 734 B |
|
Before Width: | Height: | Size: 704 KiB After Width: | Height: | Size: 704 KiB |
|
Before Width: | Height: | Size: 85 KiB After Width: | Height: | Size: 85 KiB |
|
Before Width: | Height: | Size: 94 KiB After Width: | Height: | Size: 94 KiB |
|
Before Width: | Height: | Size: 248 KiB After Width: | Height: | Size: 248 KiB |
|
Before Width: | Height: | Size: 88 KiB After Width: | Height: | Size: 88 KiB |
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
|
Before Width: | Height: | Size: 100 KiB After Width: | Height: | Size: 100 KiB |
|
Before Width: | Height: | Size: 363 KiB After Width: | Height: | Size: 363 KiB |
|
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 5.4 KiB |
|
Before Width: | Height: | Size: 107 B After Width: | Height: | Size: 107 B |
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 1.6 MiB After Width: | Height: | Size: 1.6 MiB |
|
Before Width: | Height: | Size: 397 KiB After Width: | Height: | Size: 397 KiB |
|
Before Width: | Height: | Size: 195 KiB After Width: | Height: | Size: 195 KiB |
|
Before Width: | Height: | Size: 164 KiB After Width: | Height: | Size: 164 KiB |
|
Before Width: | Height: | Size: 109 KiB After Width: | Height: | Size: 109 KiB |
|
Before Width: | Height: | Size: 247 KiB After Width: | Height: | Size: 247 KiB |
|
Before Width: | Height: | Size: 1.6 MiB After Width: | Height: | Size: 1.6 MiB |
|
Before Width: | Height: | Size: 4.1 MiB After Width: | Height: | Size: 4.1 MiB |
|
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 47 KiB |