-
-
Notifications
You must be signed in to change notification settings - Fork 420
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
Scrape/Import from Kodi/Plex/Emby NFO metadata files #429
Comments
I would probably add it as a request |
So here's an example: https://gist.github.com/CosimoVestri/9cb96440273063ce0e3a614bf8965e2e Notes: Metadata management software like MediaElch often only specify a year, rather than a complete date for movies. Also, one can't necessarily uniformly select poster/fanart to be used as a cover image for movies. I actually wrote a script concatenating poster and fanart images to use for cases in which there was a vertical (portrait) format poster which had the title and a horizontal fanart without. |
Just wrote a scraper for this #689. Let me know what you think. |
any chance someone has a few minutes to update this to work with v24? i spent forever trying to figure it out but lack the the know-how... |
For conversion from Kodi or similar, the ability to obtain details like the scene name, description, and actors from an NFO file matching the file name of the media in question would be ideal. I'll duplicate this issue in stashapp/stash since it probably falls outside of the scope of the community scraper project.
This is distinct from stashapp/stash#428 in that it involves actual import of metadata from a Kodi-esque library.
This is distinct from #413 in that it involves scraping from Plex/Kodi, not the export of data from Stash.
The text was updated successfully, but these errors were encountered: