"malloys" wrote:
"TheEndless" wrote:
Along those same lines, could you please make it so saving the manifest from the "Overview" tab doesn't overwrite any additional settings added via the "Text" tab? For example, if you go to the Text tab and add the splash screen attributes, then switch to the Overview tab and update the build number, the splash screen attributes will be deleted.
Sure thing... Just added it to the bug queue. It should be able to make it into the next release.
Cheers
FYI, the fix for this (and the issue with the binary entries needing to be 1/0 rather than true/false) has been fixed and checked-in, and will be in the next plugin release.
Note however that due to the underlying implementation, the user-ordering of the manifest entries will not be preserved.
The plugin (re)sorts the entries with "known" keys first, "unknown" keys second, upon transition to the text editor tab.
The unknown keys will be in alphanumeric order.
The known keys will be in this specific order (the current list):
title,
subtitle,
major_version,
minor_version,
build_version,
mm_icon_focus_hd,
mm_icon_side_hd,
mm_icon_focus_sd,
mm_icon_side_sd,
screensaver_title,
screensaver_private,
hidden,
requires_audiometadata,
requires_mkv,
splash_screen_sd,
splash_screen_hd,
splash_color,
splash_min_time
Cheers