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

guids collection to movie and GuidTag PlexObject #562

Closed
wants to merge 1 commit into from
Closed

guids collection to movie and GuidTag PlexObject #562

wants to merge 1 commit into from

Conversation

andyloree
Copy link
Contributor

Suggested implementation for Movie guids collection and GuidTag PlexObject in reference to new Plex movie agent, which is still in beta.

MediaTag's id expects type int, so I figured a specific version might be better. Might be worth implementing parsing of the expected id's (tmdb or imdb), but for now this fits to the existing tag collection model

@xfouloux
Copy link

xfouloux commented Oct 7, 2020

Hi,

you still can't search by guids, but you can print a Item.guids
any idea how to do the search part ?

Regards.

@@ -589,6 +612,10 @@ class Genre(MediaTag):
TAG = 'Genre'
FILTER = 'genre'

@utils.registerPlexObject
Copy link
Collaborator

Choose a reason for hiding this comment

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

Needs an additional line spacing around this class.

@blacktwin
Copy link
Collaborator

The test environment would need at least one Movie Library to have the new Plex Movie agent enabled in order to add any testing related to this PR.

@glensc
Copy link
Contributor

glensc commented Dec 6, 2020

looking forward to this to get merged. it's a dependency of such or: Taxel/PlexTraktSync#86

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.

4 participants