[% 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_ALARM" desc="SETUP_PLUGIN_MUSICINFO_ALARM_DESC";
PROCESS toggleScreenElement item='plugin_musicinfo_alarm';
IF prefs.plugin_musicinfo_alarm == '2';
PROCESS toggleSizeSetting postfix='_A'; fixedSize=prefs.plugin_musicinfo_size_A;
PROCESS screenElements postfix='_A';
IF prefs.plugin_musicinfo_size_A;
PROCESS screenElements postfix='_A' lines=1; lines=2;
END;
ELSE;
PROCESS addHiddenFields postfix='_A';
END;
IF hasDualscreen;
IF prefs.plugin_musicinfo_alarm == '2' %]
[% "SETUP_PLUGIN_MUSICINFO_ALARM2" | string %]
[% PROCESS screenElements postfix='_AX';
IF prefs.plugin_musicinfo_size_A;
PROCESS screenElements postfix='_AX' lines=1; lines=2;
END;
ELSE;
PROCESS addHiddenFields postfix='_AX';
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' %]
[% "SETUP_PLUGIN_MUSICINFO_PLAYLIST2" | string %]
[% 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 %]
[% WRAPPER setting title="SETUP_PLUGIN_MUSICINFO_OFF" desc="SETUP_PLUGIN_MUSICINFO_OFF_DESC";
PROCESS toggleSizeSetting postfix='_OFF';
fixedSize=prefs.plugin_musicinfo_size_OFF;
PROCESS screenElements postfix='_OFF';
IF prefs.plugin_musicinfo_size_OFF;
PROCESS screenElements postfix='_OFF' lines=1; lines=2;
END;
IF hasDualscreen %]
[% "SETUP_PLUGIN_MUSICINFO_OFF2" | string %]
[% PROCESS screenElements postfix='_OFFX';
IF prefs.plugin_musicinfo_size_OFF;
PROCESS screenElements postfix='_OFFX' lines=1; lines=2;
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" %]