EmbyPy MISC

Audio.album
Audio.track_number track number on disc
Audio.album_artists
Audio.artists
Audio.album_primary_image_tag The image tag of the album
Audio.album_primary_image_url The image of the album
Person.role Role the person played as
Image(object_dict, connector) Class representing emby image objects
Game(object_dict, connector) Class representing emby game objects
Book(object_dict, connector) Class representing emby book objects
class embypy.objects.Audio(object_dict, connector)[source]

Class representing generic emby Audio objects

Parameters:
  • object_dict (dict) – same as for EmbyObject
  • connector (embypy.utils.connector.Connector) – same as for EmbyObject
album_id

the id of the album this song is in

album_name

name of album

index_number

track number on disc

track_number

track number on disc

album_artist_ids

list of album artist ids

album_artist_names

names of album artists

artist_names

names of song artists

album_primary_image_tag

The image tag of the album

album_primary_image_url

The image of the album

media_type

get the object type (specific)

See also

type

type

get the object type (general)

See also

media_type

stream_url

stream for this song - not re-encoded

class embypy.objects.Person(object_dict, connector)[source]

Class representing emby people objects

Parameters:
  • object_dict (dict) – same as for EmbyObject
  • connector (embypy.utils.connector.Connector) – same as for EmbyObject
role

Role the person played as

type

get the object type (general)

See also

media_type

class embypy.objects.Image(object_dict, connector)[source]

Class representing emby image objects

Parameters:
  • object_dict (dict) – same as for EmbyObject
  • connector (embypy.utils.connector.Connector) – same as for EmbyObject
class embypy.objects.Game(object_dict, connector)[source]

Class representing emby game objects

Parameters:
  • object_dict (dict) – same as for EmbyObject
  • connector (embypy.utils.connector.Connector) – same as for EmbyObject
class embypy.objects.Book(object_dict, connector)[source]

Class representing emby book objects

Parameters:
  • object_dict (dict) – same as for EmbyObject
  • connector (embypy.utils.connector.Connector) – same as for EmbyObject