[% PROCESS toggleSizeSetting postfix=''; fixedSize=prefs.plugin_musicinfo_size; %]
[% PROCESS screenElements postfix='' %]
[% IF prefs.plugin_musicinfo_size %]
[% "SETUP_PLUGIN_MUSICINFO_SIZE2" | string %]
[% PROCESS screenElements postfix='' lines=1; lines=2; %]
[% END %]
[% END %]
[% WRAPPER settingGroup title="SETUP_PLUGIN_MUSICINFO_SHOW_ICONS_CHOOSE" desc="" %]
[% END %]
[% WRAPPER settingGroup title="SETUP_PLUGIN_MUSICINFO_SHOW_SLEEP_CHOOSE" desc="" %]
[% END %]
[% IF hasDualscreen;
WRAPPER settingGroup title="SETUP_PLUGIN_MUSICINFO_DISPLAY2" desc="SETUP_PLUGIN_MUSICINFO_DISPLAY2_DESC";
PROCESS screenElements postfix='_X';
IF prefs.plugin_musicinfo_size;
PROCESS screenElements postfix='_X' lines=1; lines=2;
END;
END;
END;
END %]
[% WRAPPER setting title="SETUP_PLUGIN_MUSICINFO_PLAYLIST" desc="SETUP_PLUGIN_MUSICINFO_PLAYLIST_DESC";
PROCESS toggleScreenElement item='plugin_musicinfo_playlist';
IF prefs.plugin_musicinfo_playlist == '2';
PROCESS toggleSizeSetting postfix='_P'; fixedSize=prefs.plugin_musicinfo_size_P;
PROCESS screenElements postfix='_P';
IF prefs.plugin_musicinfo_size_P;
PROCESS screenElements postfix='_P' lines=1; lines=2;
END;
ELSE;
PROCESS addHiddenFields postfix='_P';
END;
IF hasDualscreen;
IF prefs.plugin_musicinfo_playlist == '2' %]
[% PROCESS screenElements postfix='_PX';
IF prefs.plugin_musicinfo_size_P;
PROCESS screenElements postfix='_PX' lines=1; lines=2;
END;
ELSE;
PROCESS addHiddenFields postfix='_PX';
END;
END;
END %]
[% IF hasDualscreen;
WRAPPER setting title="SETUP_PLUGIN_MUSICINFO_EXTENDED" desc="SETUP_PLUGIN_MUSICINFO_EXTENDED_DESC";
PROCESS toggleScreenElement item='plugin_musicinfo_extended';
IF prefs.plugin_musicinfo_extended == '2';
PROCESS toggleSizeSetting postfix='_2X';
fixedSize=prefs.plugin_musicinfo_size_2X;
PROCESS screenElements postfix='_2X';
IF prefs.plugin_musicinfo_size_2X;
PROCESS screenElements postfix='_2X' lines=1; lines=2;
END;
ELSE;
PROCESS addHiddenFields postfix='_2X';
END;
END;
END %]
[% WRAPPER setting title="SETUP_PLUGIN_MUSICINFO_RESET" desc="SETUP_PLUGIN_MUSICINFO_RESET_DESC" %]