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

Extra Metadata #18

Open
minermartijn opened this issue Apr 12, 2022 · 0 comments
Open

Extra Metadata #18

minermartijn opened this issue Apr 12, 2022 · 0 comments

Comments

@minermartijn
Copy link

Hello People,

Is it possible to put in the webpage_url into plex aswell.
I was trying the below in init.py

metadata.title = data['uploader'] metadata.studio = data['uploader'] if 'playlist_title' in data: metadata.summary = data['playlist_title'] elif 'description' in data: metadata.summary = data['description'] if 'webpage_url' in data: tags.director = data['webpage_url'] tag.director = data['webpage_url']

I need this, so i can sort it for my own plex api script.

Hopefully im asking this correctly.

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

1 participant