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

Scraper for WDTV xml files generated by Whisparr #1357

Merged
merged 4 commits into from
Feb 17, 2024

Conversation

DreamySleepyNightySnoozySnooze
Copy link
Contributor

@DreamySleepyNightySnoozySnooze DreamySleepyNightySnoozySnooze commented Jun 11, 2023

To aid integration of Whisparr and Stash
Setup Whisparr to create the WDTV.xml files along side your video files (same name but .xml)

Make sure you copy the py_common directory along with the WhisparrWDTV.py WhisparrWDTV.yml into your stash/config/scrapers directory

Thanks to the code from the kodi .nfo pr I borrowed heavily from this.

No image handling.
This is not intended for generic WDTV xml handling, but specifically the format that came out of Whisparr.

@JackDawson94
Copy link
Contributor

Can you please provide an example file we can use for testing ? I don't have Whisparr running

@DreamySleepyNightySnoozySnooze
Copy link
Contributor Author

DreamySleepyNightySnoozySnooze commented Jul 1, 2023

<details>
  <id>31</id>
  <title>Video Title</title>
  <series_name>Series Name</series_name>
  <episode_name>Really hot episode</episode_name>
  <season_number>2022</season_number>
  <episode_number>14</episode_number>
  <firstaired>2022-05-02</firstaired>
  <genre></genre>
  <actor>Eva Elfie - Eva Elfie / Adriana Chechik - Adriana Chechik</actor>
  <overview>This is an example that I made up</overview>
</details>

Assumption that the XML file is in the same directory as the video file, with the same name (other than .xml extension).

Copy link
Contributor

@JackDawson94 JackDawson94 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested - works as intended !

@Maista6969 Maista6969 merged commit 8ca577c into stashapp:master Feb 17, 2024
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.

3 participants