Open
Conversation
Stash2Plex syncs scene metadata from Stash to Plex Media Server. Inspired by PlexSync, but built from scratch with a different architecture—no Plex agent required. Features: - Persistent SQLite queue (survives restarts) - Automatic retry with exponential backoff - Circuit breaker protection during Plex outages - Selective field sync toggles - Performance caching to reduce API calls - Batch scene fetching for large syncs - Dynamic timeout scaling - Dead letter queue for failed jobs Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Author
|
This is a Plugin, and triggers on Scene update. |
|
This pull request has been mentioned on Stash. There might be relevant details there: |
Contributor
|
I don't particularly like CommunityScripts source index having plugins that rely on external services. I think keeping in on your own index is a better fit. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Description
Stash2Plex syncs scene metadata from Stash to Plex Media Server. Inspired by PlexSync, but built from scratch with a different architecture—no Plex agent required. Stash2Plex matches files by path and handles all sync logic internally.
Features:
Requirements:
Status: WIP but stable (v1.1.4)
Documentation: GitHub Repository
Note: This code was generated with GSD and Claude Code guided by a 30 years of experience IT Architect at the keyboard who is trying to stay relevant. I understand that not everyone appreciates that, and do not wish to debate it. I need to stay employed until all my kids are out of college and this is one way I'm hedging my bets. There is no ethical consumption under capitalism, but I want my Plex library to be metadata'd right.
Test plan
🤖 Generated with Claude Code