-
Notifications
You must be signed in to change notification settings - Fork 16
Channel Icons Logo
Starting with version 0.9.0, plugin scans for icons based on this sequence:
-
Program Icon (HDHomeRun/RestAPI/XMLTV)
-
Channel Icon (HDHomeRun/RestAPI/XMLTV)
-
Channel-Name.png (Plug-in Resources Folder)
-
logo-Channel-Name.png (Plug-in Resources Folder)
-
Channel.Number.png (Plug-in Resources Folder)
-
logo-Channel.Number.png (Plug-in Resources Folder)
Example:
Channel Number = 2.1
Channel Name = WGBH-HD
If Program/Channel icon not available via EPG, plug-in looks for these files in this order: WGBH-HD.png
, logo-WGBH-HD.png
, 2.1.png
, logo-2.1.png
Permitted characters are – (dash), _ (underscore) and . (dot). Another other characters removed.
Example: My - Channel Name
becomes My-ChannelName.png
If using zap2xml, make sure you are using the -I (capital i, not L) option.
There are multiple options for channel logo
- name
- number
- restapi, name
- restapi, number
- hdhomerun, name
- hdhomerun, number
Channel icon/logo are matched to png files in Plug-in Resources folder with the following format:
logo-Channel-Name.png
Permitted characters are – (dash), _ (underscore) and . (dot). Another other characters removed. Example:
My Channel -X.GFD%$#/a? = logo-MyChannel-X.GFDa.png
Channel icon/logo are matched to png files in Plug-in Resources folder with the following format:
logo-Channel-Number.png
Use with XMLTV Mode = restapi with Channel-Guide-App. Use with zap2xml -I option. Name/Number are backup option if no image is found.
Use with XMLTV Mode = hdhomerun. Name/Number are backup option if no image is found.
###Windows
%LOCALAPPDATA%\Plex Media Server\Plug-ins\HDHRViewerV2.bundle\Contents\Resources\
###OSX
~/Library/Application Support/Plex Media Server/Plug-ins/HDHRViewerV2.bundle/Contents/Resources
###Linux
$PLEX_HOME/Library/Application Support/Plex Media Server/Plug-ins/HDHRViewerV2.bundle/Contents/Resources
source: https://support.plex.tv/hc/en-us/articles/201106098-How-do-I-find-the-Plug-Ins-folder-