Skip to content

Can't determine how to get movie extras? #564

@13steinj

Description

@13steinj

Describe the issue

The documentation makes note of a class plex.video.Clip, but I can't tell what this is for (movie extra?)

If not a movie extra, I can't find a way to get movie extras.

Code snipppets

server = PlexServer(...)
movie = server.library.section("Movies").all()[0]
# how to get movie extra?

Expected behavior
N/A / Extra is considered a Clip and it's not being found

Enviroment (please complete the following information):

  • OS: [e.g. Linux, Windows, Docker] Windows
  • Plex version [eg. version 1.19.3.2852] 1.20.something I don't believe it's relevant but if it is, just let me know where to find it
  • Python Version [e.g. 2.7.15, 3.6] 3.6.5
  • PlexAPI version [e.g. 3.6.0] 4.0.0

Additional context

If this is a case of just not being implemented, I'll gladly submit a full PR as long as a maintainer lets me know what features are wanted (besides the obvious regarding an object for the data).

Extras' response data is included in the film's XML response. Some extras are implemented as ones given from Plex with links to some external archive, so I don't know if those should be distinguished from plain extras on the filesystem or not.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions