Untergeordnete Seiten
  • Deactivate the Audio Spectrum Analyzer

  Wiki Navigation

    Loading...


 Recently Updated


 Latest Releases

 MediaPortal 1.32
            Releasenews | Download
 MediaPortal 2.5
            Releasenews | Download


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:

  1. 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
  2. Open the file using an editor with administrative rights
  3. Locate the section starting with <mp_audio_viz
  4. Make the following two changes at the beginning "<" and ending ">" of the section respectively

    Before
      HorizontalAlignment="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}"/-->
  5. Save the file


Repeat the process for every skin and/or theme that you would like to apply the change to.


Software Updates

Keep in mind that any future update will overwrite your changes.


   

 

This page has no comments.