feat(originals-to-assets): add USE_ASSET_TYPE_SUBFOLDERS option#66
Open
mjlynden wants to merge 2 commits intochazlarson:mainfrom
Open
feat(originals-to-assets): add USE_ASSET_TYPE_SUBFOLDERS option#66mjlynden wants to merge 2 commits intochazlarson:mainfrom
mjlynden wants to merge 2 commits intochazlarson:mainfrom
Conversation
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
Adds a new
USE_ASSET_TYPE_SUBFOLDERSoption toKometa/originals-to-assets.pythat places assets intomovie/orshow/subfolders within the asset directory. This is useful for Kometa setups that separate movie and TV assets at the folder level.USE_ASSET_TYPE_SUBFOLDERSenv var, documented and defaulted to0in both.env.examplefilesREADME.mdwith the full matrix of path structures across all combinations ofUSE_ASSET_FOLDERSandUSE_ASSET_TYPE_SUBFOLDERS, covering all media types (movie, show, season, episode)0.0.7Path structure with
USE_ASSET_TYPE_SUBFOLDERS=1USE_ASSET_FOLDERS1<ASSET_PATH>/movie/<ASSET_NAME>/poster.jpg<ASSET_PATH>/show/<ASSET_NAME>/poster.jpg<ASSET_PATH>/show/<ASSET_NAME>/Season##.jpg<ASSET_PATH>/show/<ASSET_NAME>/S##E##.jpg0<ASSET_PATH>/movie/<ASSET_NAME>.jpg<ASSET_PATH>/show/<ASSET_NAME>.jpg<ASSET_PATH>/show/<ASSET_NAME>_Season##.jpg<ASSET_PATH>/show/<ASSET_NAME>_S##E##.jpg