Skip to content

Commit

Permalink
Update ABM Custommix Importer (#464)
Browse files Browse the repository at this point in the history
* Create dsayers_skyuk.xml

* Change default custommix

* Update plugin.py
  • Loading branch information
davesayers2014 committed May 30, 2021
1 parent 5c7303c commit f86e9cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ABMCustomMixImporter/mixes/dsayers_skyuk.xml
@@ -0,0 +1,5 @@
<custommiximport>
<name>Sky UK Custommix by DSayers</name>
<provider>sat_282_sky_uk</provider>
<url>https://raw.githubusercontent.com/davesayers2014/CustomMix_Files/master/Standard/sat_282_sky_uk_CustomMix.xml</url>
</custommiximport>
2 changes: 1 addition & 1 deletion ABMCustomMixImporter/src/plugin.py
Expand Up @@ -32,7 +32,7 @@
mixes = Mixes().read()
choices = sorted([(mixes[x]["key"], mixes[x]["name"]) for x in mixes], key=lambda listItem: listItem[1])

default_mix = "dsayers_vmuk_into_skyuk"
default_mix = "dsayers_skyuk"
ABMpath = "/usr/lib/enigma2/python/Plugins/SystemPlugins/AutoBouquetsMaker/custom/"

config.plugins.abmImporter = ConfigSubsection()
Expand Down

0 comments on commit f86e9cd

Please sign in to comment.