Svi fajlovi su u download sekciji Risiveri-Plugini
enigma2-plugin-extensions-epgimport-1.0-20170829-all
EPGImport 1.0 - 29.08.2017
- plugin.py
- remove obsolete import
- finally fixed anomaly when no channel files are available
- only attempt to read the file if there actually is one
- ExpandableSelectionList: Indent entries Indent the entries, making the view more like a treeview. Also allow extra space for the expand/collapse icons.
- when no more channel files present, continue with the next import
- Revert "fixed endless loop when the channel file is missing"
- fixed endless loop when the channel file is missing
- Handle duplicate entries in the treeview for the sources When (de)selecting items, toggle them all. Makes the selection consistent since the same key can be used in multiple places.
- Add .gitignore file to ignore pyc files
- Expandable list that works
- Needs a bit of testing still, but looks okay.
- Display sources in a ExpandableSelectionList which isn't expandable yet Just display all sources and display categories as "tree" items that can be expanded. When a source is selected, its category is expanded by default (minus sign instead of plus). TODO: Make "selected" state independent of being visible (i.e. part of the list) Show and hide items for categories so that expand/collapse actually works Note that ExpandableSelectionList might be moved to enigma2 some day. - Implement category parsing from XML Parse <sourcecat ...> tags from the XML file. There's no actual "tree" UI support in Enigma2, needs to be implemented like PluginBrowser does. And override some SelectionList stuff to handle things that aren't selection elements. So the category is being parsed but not handled in the UI yet. - added missing xz support for channel xml files