python-plexapi icon indicating copy to clipboard operation
python-plexapi copied to clipboard

Actor editing

Open blacktwin opened this issue 5 years ago • 2 comments

Addressing Issue #462

addActor() and removeActor() methods are now added to video.Movie and video.Show.

blacktwin avatar Jun 06 '20 03:06 blacktwin

Question: Does adding an actor with the same name that already exists in a different movie use the same role id and filter?

Yes.

blacktwin avatar Jun 06 '20 17:06 blacktwin

addActor() can also be used to edit any existing actor's thumb or role. The name is the only required argument to make changes. name and whatever other attribute someone would want to change.

index argument is an assumption on my part. I was able to create a new actor and their position in the webUI was not first. Not 100% if it was as commanded or if Plex ordered for me. More testing for the index is needed.

blacktwin avatar Jun 06 '20 17:06 blacktwin