Seitenhierarchie

  Wiki Navigation

    Loading...


 Recently Updated


 Latest Releases

 MediaPortal 1.32
            Releasenews | Download
 MediaPortal 2.5
            Releasenews | Download


Purpose

  • Required:  No
  • Type of Change:  Rework

The Settings Wizard, accessible via the Settings option in MediaPortal, has not been working correctly for some time, and is not widely used.  The code has been retained in the hope of future development. However, all skins are recommended to remove the Wizard option from Settings.xml, and may remove the Wizard xmls.

In addition a number of other plugins have been removed in the past, and more plugins have been removed from MediaPortal for 1.2.0.

Description of Change

The settings.xml file should remove the first button control ID 3 for the Wizard and navigation (onup etc.) tags adjusted according to the skin.  The default control ID should be changed to ID 4.

The following xmls are no longer required and can now be removed from all skins:

XML

Removed in:

Window ID

myalarm.xml

1.1.0

5000

myalarmdetails.xml

1.1.0

5001

myalarmsleeptimer.xml

1.1.0

5002

mytvcompress.xml

1.2.0 beta

612

mytvcompressauto.xml

1.2.0 beta

611

mytvcompressmain.xml

1.2.0 beta

609

mytvcompresssettings.xml

1.2.0 beta

610

mytvcompressstatus.xml

1.2.0 beta

613

mytvconflicts.xml (uses dialog now)

1.2.0 beta

608

mytvhome.xml (use mytvhomeserver.xml)

1.2.0 beta

1

mytvrecordedtvchannel.xml

1.2.0 beta

606

mytvrecordedtvgenre.xml

1.2.0 beta

605

mytvscheduler.xml (use mytvschedulerServer.xml)

1.2.0 beta

601

VideoEditorCutScreen.xml

1.2.0 beta

170602

VideoEditorStartScreen.xml

1.2.0 beta

170601

wizard_epg_select.xml

1.2.0 beta

635

wizard_finished.xml

1.2.0 beta

699

wizard_general.xml

1.2.0 beta

636

wizard_remote_control.xml

1.2.0 beta

634

wizard_tvcard_analog_city.xml

1.2.0 beta

627

wizard_tvcard_analog_country.xml

1.2.0 beta

626

wizard_tvcard_analog_country2.xml

1.2.0 beta

629

wizard_tvcard_analog_imported.xml

1.2.0 beta

628

wizard_tvcard_analog_rename.xml

1.2.0 beta

631

wizard_tvcard_analog_renameradio.xml

1.2.0 beta

633

wizard_tvcard_analog_scan.xml

1.2.0 beta

625

wizard_tvcard_analog_scanradio.xml

1.2.0 beta

632

wizard_tvcard_ATSC_scan.xml

1.2.0 beta

625

wizard_tvcard_dvbc_country.xml

1.2.0 beta

619

wizard_tvcard_dvbc_scan.xml

1.2.0 beta

620

wizard_tvcard_dvbs_LNB1.xml

1.2.0 beta

621

wizard_tvcard_dvbs_LNB2.xml

1.2.0 beta

622

wizard_tvcard_dvbs_LNB3.xml

1.2.0 beta

623

wizard_tvcard_dvbs_scan.xml

1.2.0 beta

624

wizard_tvcard_dvbt_country.xml

1.2.0 beta

617

wizard_tvcard_dvbt_scan.xml

1.2.0 beta

616

wizard_tvcards_detected.xml

1.2.0 beta

616

wizard_welcome.xml

1.2.0 beta

615

The following hover images may also be removed:

  • hover_my alarm.png
  • hover_my burner.png
  • hover_videoeditor.png

Additional Information and References

Mantis Issue:

3256

Related xml(s):

See the list above

Windows IDs:

See the xml

Related GUI control:

 

Author:

Dadeo

Date added:

Wed, 08 Dec 2010

XML/Code Samples

<controls>
    <import>common.window.xml</import>
    <control>
      <description>buttons</description>
      <type>group</type>
      <animation effect="fade" time="250">WindowOpen</animation>
      <animation effect="fade" time="250">WindowClose</animation>
      <animation effect="slide" time="150" start="-300,0">WindowOpen</animation>
      <animation effect="slide" time="250" end="-300,0">WindowClose</animation>
      <posX>497</posX>
      <posY>206</posY>
      <layout>StackLayout</layout>
      <control>
        <description>Wizard</description>
        <type>button</type>
        <id>3</id>
        <width>350</width>
        <label>1200</label>
        <hyperlink>615</hyperlink>
        <onup>17</onup>
      </control>

Lines 13 to 21 above may be removed, <onup>17</onup> may be moved to the next control.

The default control ID should be changed to ID 4.

Screenshots

   

 

This page has no comments.