Override MacOSX pms platform

This commit is contained in:
JonnyWong16 2016-09-03 13:57:17 -07:00
parent fa51df192d
commit 762192518f
3 changed files with 12 additions and 13 deletions

View file

@ -31,14 +31,6 @@ PLATFORM_VERSION = platform.release()
BRANCH = version.PLEXPY_VERSION
VERSION_NUMBER = version.PLEXPY_RELEASE_VERSION
# Notification Types
NOTIFY_STARTED = 1
NOTIFY_STOPPED = 2
notify_strings = {}
notify_strings[NOTIFY_STARTED] = "Playback started"
notify_strings[NOTIFY_STOPPED] = "Playback stopped"
DEFAULT_USER_THUMB = "interfaces/default/images/gravatar-default-80x80.png"
DEFAULT_POSTER_THUMB = "interfaces/default/images/poster.png"
DEFAULT_COVER_THUMB = "interfaces/default/images/cover.png"
@ -47,7 +39,11 @@ DEFAULT_ART = "interfaces/default/images/art.png"
PLATFORM_NAME_OVERRIDES = {'Konvergo': 'Plex Media Player',
'Mystery 3': 'Playstation 3',
'Mystery 4': 'Playstation 4',
'Mystery 5': 'Xbox 360'}
'Mystery 5': 'Xbox 360'
}
PMS_PLATFORM_NAME_OVERRIDES = {'MacOSX': 'Mac'
}
MEDIA_FLAGS_AUDIO = {'ac.?3': 'dolby_digital',
'truehd': 'dolby_truehd',