/// <summary> /// Loads the PlayOn settings from the local computer's registry. /// </summary> void LoadPlayOnSettings() { MediaStorageLocation = PlayOnSettings.GetMediaStorageLocation(); if (MediaStorageLocation == "") { throw new Exception("Unable to find PlayLater's Media Storage Location"); } MediaFileExt = PlayOnSettings.GetPlayLaterVideoFormat(); }