EmbyPy Videos¶
Video.aspect_ratio |
aspect ratio of the video |
Video.chapters |
chapters included in the video file |
Movie.premiere_date |
date that the movie permiered |
Episode.episode_number |
the episode number (in the season) |
Episode.premiere_date |
date that the episode permiered |
Episode.season |
|
Episode.series |
|
Trailer(object_dict, connector) |
Class representing trailer objects |
AdultVideo(object_dict, connector) |
Class representing adult vidoe objects |
MusicVideo(object_dict, connector) |
Class representing music video objects |
-
class
embypy.objects.Video(object_dict, connector)[source]¶ Class representing generic emby video objects
Parameters: - object_dict (dict) – same as for EmbyObject
- connector (embypy.utils.connector.Connector) – same as for EmbyObject
-
aspect_ratio¶ aspect ratio of the video
-
chapters¶ chapters included in the video file
-
stream_url¶ stream url (as an mp4)
-
class
embypy.objects.Movie(object_dict, connector)[source]¶ Class representing movie objects
Parameters: - object_dict (dict) – same as for EmbyObject
- connector (embypy.utils.connector.Connector) – same as for EmbyObject
-
premiere_date¶ date that the movie permiered
-
class
embypy.objects.Episode(object_dict, connector)[source]¶ Class representing episode objects
Parameters: - object_dict (dict) – same as for EmbyObject
- connector (embypy.utils.connector.Connector) – same as for EmbyObject
-
premiere_date¶ date that the episode permiered
-
index_number¶ the episode number (in the season)
-
episode_number¶ the episode number (in the season)
-
season_name¶ season name
-
season_number¶ season index
-
season_id¶ season name
-
series_id¶ The emby id of the series this episode belongs to
-
series_name¶ name of the season
-
genres¶ genres for the show
-
class
embypy.objects.Trailer(object_dict, connector)[source]¶ Class representing trailer objects
Parameters: - object_dict (dict) – same as for EmbyObject
- connector (embypy.utils.connector.Connector) – same as for EmbyObject