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

Not Sure What I'm doing wrong #2

Open
sebastiangoldstein opened this issue Mar 21, 2021 · 3 comments
Open

Not Sure What I'm doing wrong #2

sebastiangoldstein opened this issue Mar 21, 2021 · 3 comments

Comments

@sebastiangoldstein
Copy link

sebastiangoldstein commented Mar 21, 2021

Let me start off by saying I really hope I can get your personal shows agent working.
My old plex machine died and - tried to relocate my old Plex metadata to my new install on a new machine - NO GO!
I had 4000+ instructional tutorial videos (magic) which I had painstakingly tagged with cover art etc... in Plex - now all gone. Now they are unsearchable and unrecognizable.

So while rebuilding I did some research and found your agent. I love the idea of keeping the cover images and metadata saved with the video files so if plex ties and I have to rebuild my library again it will already be there.

I downloaded your personal shows agent bundle and installed it in Plex - This apparently works because Plex presents me with the Personal Shows option while setting up a library.

Screen Shot 2021-03-21 at 3 55 53 PM

Then I created a test library of only one folder (one series) naming everything as instructed in the tutorial and creating a meta.json do drop in the season.

Screen Shot 2021-03-21 at 3 51 42 PM

Screen Shot 2021-03-21 at 3 51 53 PM

But still, I get no images or meta date in my TV series:

Screen Shot 2021-03-21 at 4 02 18 PM

and no episode descriptions:

Screen Shot 2021-03-21 at 4 02 31 PM

What am I doing wrong?
Thanks in advance.
-Sebastian

sebastiangoldstein referenced this issue in cwild/plex-personal-shows-agent.bundle Mar 23, 2021
@sebastiangoldstein
Copy link
Author

sebastiangoldstein commented Mar 24, 2021

OK, I've been messing around with this a bunch and I solved some of my own issues but still not getting the meta.json to work correctly.
Problems Fixed:

  1. covers/posters can't have a ".jpeg" or "png" extension - must be ".jpg" to work.
  2. each season must have its own season number. This sounds obvious, but in my scenario, I have one magician (performer) who made several instructional videos each with multiple tracks. So for the Seasons to be named properly every DVD must be given a unique season number

Screen Shot 2021-03-24 at 2 08 35 PM

Making those corrections has got me halfway there.
Still can't figure out:

  1. Top Level Posters:

Screen Shot 2021-03-24 at 2 02 45 PM

you can see I have a cover file in the top-level but it doesn't display as the main show poster.

Screen Shot 2021-03-24 at 2 06 43 PM

  1. I can't get the meta.json file to populate the metadata. Can you post a sample complete meta.json file so I can check my formatting?

Thanks in advance...

@suparngp
Copy link
Owner

suparngp commented Apr 8, 2021

This is how I have one of the tutorial series.

Screen Shot 2021-04-07 at 8 34 00 PM

meta.json

{
    "actors": [{
        "name": "Danny Gill",
        "role": "Guitarist",
        "photo": ""
    }],
    "publisher": "Lick Library",
    "tags": ["Tutorials", "Guitar", "Music Theory"]
}

@jchen1624
Copy link

@sebastiangoldstein
Were you ever able to get this working the way you wanted? I cannot even get the episode titles to show. Plex only displays "Episode 1", "Episode 2", "Episode 3" etc.

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

No branches or pull requests

3 participants