Wiki Navigation
- Loading...
By default all skins display a dynamic spectrum analyzer when playing music.
It is currently not possible to deactivate the analyzer display in the settings menu. If you prefer to not show the 'moving bars' you need to edit a specific skin file:
- Locate the file
FullScreenContentAudio.xaml
Note that each skin/theme has its own specific version of this file. It is stored at
C:\Program Files (x86)\Team MediaPortal\MP2-Client\Plugins\SKIN-NAME\Skin\BlueVision\themes\THEME-NAME\screens - Open the file using an editor with administrative rights
- Locate the section starting with <mp_audio_viz
Make the following two changes at the beginning "<" and ending ">" of the section respectively
BeforeHorizontalAlignment="Center" VerticalAlignment="Top" Margin="0,-260,0,0" x:Name="SpectrumAnalyzer" Style="{ThemeResource SpectrumAnalyzerStyle}"/>
After<!--mp_audio_viz:AudioSpectrumAnalyzer Grid.Row="2" Grid.ColumnSpan="3" Width="1900" Height="280" HorizontalAlignment="Center" VerticalAlignment="Top" Margin="0,-260,0,0" x:Name="SpectrumAnalyzer" Style="{ThemeResource SpectrumAnalyzerStyle}"/-->
- Save the file
Repeat the process for every skin and/or theme that you would like to apply the change to.
Software Updates
This page has no comments.