ZeroQI / YouTube-Agent.bundle

Plex Metadata Agent for Movies and TV Series libraries
450 stars 44 forks source link

Fixed missing Director #112

Closed Fribb closed 1 year ago

Fribb commented 1 year ago

When the Setting "Set YouTube usernames as director in metadata" is enabled and the file info.json file is available then the director should be set to the channel_title. This results in the director being empty because the channel_title is never set (except initially with an empty string).

I added that the director is being filled from the uploader element from the info.json.

This would address #111