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

Incorrect Episode Pairing #113

Open
pokeponz opened this issue Sep 16, 2022 · 3 comments
Open

Incorrect Episode Pairing #113

pokeponz opened this issue Sep 16, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@pokeponz
Copy link

pokeponz commented Sep 16, 2022

CaptureMovies
CaptureTV
com.plexapp.agents.youtube.log
com.plexapp.system.log

I've been fighting this for weeks and can't find a solution. I can only get correct metadata pairing when using the Movies collection (ASS + YoutubeMovies). The TV Shows collection (ASS + YoutubeTV) simply will not pair correctly. I've attached logs and screenshots. I updated ASS and Youtube.bundle several times, including a fresh download this morning.

The yt-dlp command I'm using is: yt-dlp {URL} --add-metadata --write-info-json --write-thumbnail --convert-thumbnail jpg -f 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/mp4' -o "%(uploader)s [%(uploader_id)s]/%(title)s[%(id)s].%(ext)s"

Is it possible to just say something as simple as: "if YT video ID is "qwerty123" then download metadata and match to YT video ID "qwerty123""? I'm sure there's reasoning why this doesn't work, but figured I'd ask.

Edit - the screenshots are showing the EXACT same media in the EXACT same folder. One collection is setup for Movies, and the other is setup for TV Shows to illustrate what I can't get to work

@ryang229
Copy link

ryang229 commented Oct 9, 2022

I'm getting the exact same issue with my collection. Worth noting is that it appears everything is off by exactly one episode.

@ZeroQI
Copy link
Owner

ZeroQI commented Jan 16, 2023

Brian Lagerstrom [UCn5fhcGRrCvrmFibPbT6q1A]

  • 3 Ways to Make Brussel Sprouts Taste Amazing[1LlZJFfJyxk].mp4
  • VERY Good Tasting Banana Bread (2 Ways)[2RoUoMnDHlc].mp4

So the title is right but lal other metadata are from another episode ?
Log show correct group of screenshot and title so i am confused how this can happen, could be linked to local json...
If you do a library without the json file as a test, is the issue present ?

@ZeroQI ZeroQI added the bug Something isn't working label Jan 16, 2023
@pokeponz
Copy link
Author

pokeponz commented Feb 5, 2023

The title is not always correct, either.
There are no local json files present in this library.

Do you have a recommended yt-dlp command?
I've tried yt-dlp {URL} -f 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/mp4' -o "%(uploader)s [%(uploader_id)s]/%(title)s[%(id)s].%(ext)s" with similar results. This command doesn't add any metadata or write json.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants