- Thread starter
- Moderator
- #3,661
Regarding the hdr logo: Just downloaded a hdr file from youtube, but the codec shown is not hdr, but vp9
Well. I did read your port carefullyPerhaps re-read my post.
[SkinControl(43)] protected GUIButtonControl btnOtherSettings = null;
.....
[2024-06-08 10:35:35,746] [Log ] [MPMain ] [WARN ] - GUIWindow:OnWindowLoaded: 'D:\NUC11\Documents\Team MediaPortal\MediaPortal\Skin\PureVisionHD 1080\settings_MyVideos.xml' is missing control id 43 (window property: btnOtherSettings)
[2024-06-08 10:35:35,750] [Log ] [MPMain ] [WARN ] - GUIWindow:OnWindowLoaded: 'D:\NUC11\Documents\Team MediaPortal\MediaPortal\Skin\PureVisionHD 1080\settings_MyVideos.xml' is missing control id 43 (window property: btnOtherSettings)
.....
Found other settings button missing
Normally, it goes into the 1023 windows, the "settings_MyVideos_OtherSettings.xml" file :Hmm, tried to find out what this button does and checked in other skins (Titan, Ares, StreamedMP, Maya etc.) - none of them has that button, and in Wiki there is no info about it
private void OnOtherSettings()
{
GUISettingsMoviesOther dlg = (GUISettingsMoviesOther)GUIWindowManager.GetWindow((int)Window.WINDOW_SETTINGS_VIDEOOTHERSETTINGS);
if (dlg == null)
{
return;
}
GUIWindowManager.ActivateWindow((int)Window.WINDOW_SETTINGS_VIDEOOTHERSETTINGS);
}
[SkinControl(2)] protected GUICheckButton btnMarkWatched = null;
[SkinControl(3)] protected GUICheckButton btnKeepFoldersTogether = null;
[SkinControl(4)] protected GUICheckButton btnCommercialSkip = null;