-
Notifications
You must be signed in to change notification settings - Fork 4
Skin Properties
Armand Pondman edited this page Apr 26, 2014
·
6 revisions
The following skin properties are being published
#MediaBrowser.Version.<properties>
#MediaBrowser.Version.Name
#MediaBrowser.Version.String
#MediaBrowser.Translation.<key>.Label
#MediaBrowser.Settings.<properties>
#MediaBrowser.System.<SystemInformation properties>
#MediaBrowser.Backdrop.1
#MediaBrowser.Backdrop.2
#MediaBrowser.Coverart
#MediaBrowser.User.<UserItemDto properties>
#MediaBrowser.User.Avatar
#MediaBrowser.Selected.<BaseItemDto properties>
#MediaBrowser.Current.<BaseItemDto properties>
#MediaBrowser.Movie.<BaseItemDto properties>
Set log level to DEBUG in the General configuration of MediaPortal and view the MediaBrowser.log to get an idea of the available metadata.
Also make sure the following setting is "true" in the MediaBrowser.config file. This file is located in the ProgramData\Team MediaPortal\MediaPortal folder.
<LogProperties>true</LogProperties>