Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add some Improvements, Make Scraper compatible with JF 10.9+ #2231

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

masterr2001
Copy link
Contributor

Jellyfin 10.9 changed the Way Items can be referenced by URL. While the old pattern still works, it is deprecated now and will be removed in the future. Therefore the URL-Syntax has been updated to match the new Standard. Furthermore I implemented two configurable Options in the config.ini: If "Scene2Movie" is set to true, an Movie will be automatically created when scraping a new Scene. This is helpful if you have mainly Movies in Jellyfin and wants to create Movies in Stash accordingly. If "IgnoreSceneImage" ist set to true, the Primary Image for the Scene will not be pulled from Jellyfin. This is helpful if you have Coverart in Jellyfin for your Movies, but want to make sure that you only use it for movies, not for the Scenes

Jellyfin 10.9 changed the Way Items can be referenced by URL. While the old pattern still works, it is deprecated now and will be removed in the future. Therefore the URL-Syntax has been updated to match the new Standard.
Furthermore I implemented two configurable Options in the config.ini:
If "Scene2Movie" is set to true, an Movie will be automatically created when scraping a new Scene. This is helpful if you have mainly Movies in Jellyfin and wants to create Movies in Stash accordingly.
If "IgnoreSceneImage" ist set to true, the Primary Image for the Scene will not be pulled from Jellyfin. This is helpful if you have Coverart in Jellyfin for your Movies, but want to make sure that you only use it for movies, not for the Scenes
@feederbox826
Copy link
Collaborator

I don't have a JF instance, would appreciate someone else being able to test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants