One idea for the Extension of the Basic home, maybe this can be implemented in the future.
Right now the BasicHome.xml is regenerated by the menu editor, so if you want to add an import (e.g. I added the Clickfinder Overlays), you would have to redo this everytime you edit the menu --> you tend to forget that.
The skin would be more extensible, if you would have the following import in the BasicHome.xml:
and have a second file called BasicHome.Imports.xml which would have:
which could be edited without loosing your changes on regeneration.
Or is there a template file used by the menu editor that I can change?
Right now the BasicHome.xml is regenerated by the menu editor, so if you want to add an import (e.g. I added the Clickfinder Overlays), you would have to redo this everytime you edit the menu --> you tend to forget that.
The skin would be more extensible, if you would have the following import in the BasicHome.xml:
Code:
<import>BasicHome.Imports.xml</import>
and have a second file called BasicHome.Imports.xml which would have:
Code:
<import>BasicHome.weather.xml</import>
<import>BasicHome.scraper.xml</import>
<import>common.overlay.home.xml</import>
<import>BasicHome.recentlyaddedSeries.xml</import>
<import>BasicHome.recentlyaddedMovies.xml</import>
<import>BasicHome.recentlyaddedMusic.xml</import>
<import>BasicHome.recentlyaddedRecordings.xml</import>
<import>BasicHome.recentlyaddedPictures.xml</import>
<import>BasicHome.recentlyaddedMyFilms.xml</import>
<import>common.time.xml</import>
which could be edited without loosing your changes on regeneration.
Or is there a template file used by the menu editor that I can change?
Last edited: