They run independent of each other, I only uninstall the plugin through the plugins menu but others may have other info.
Thanks. Will give it a go 👍
They run independent of each other, I only uninstall the plugin through the plugins menu but others may have other info.
Thanks. Will give it a go 👍
read the big red letters on post 1
Thanks KiddaC, but, even that method is not working on OpenPli 9.1...
They run independent of each other, I only uninstall the plugin through the plugins menu but others may have other info.
Thanks. Will give it a go 👍
If still using jedimaker go into jedimaker plugin and select delete bouquets then uninstall jedimaker via plugins reboot gui then install BMX from feed.
you can also if you want to copy your playlist.txt file from etc/enigma2/jedimaker folder to etc/enigmat2/bouquetmakerxtream folder and it should work.
They run independent of each other, I only uninstall the plugin through the plugins menu but others may have other info.
Thanks. Will give it a go 👍
If still using jedimaker go into jedimaker plugin and select delete bouquets then uninstall jedimaker via plugins reboot gui then install BMX from feed.
you can also if you want to copy your playlist.txt file from etc/enigma2/jedimaker folder to etc/enigmat2/bouquetmakerxtream folder and it should work.
Great stuff. Thanks & HNY
They run independent of each other, I only uninstall the plugin through the plugins menu but others may have other info.
Thanks. Will give it a go 👍
If still using jedimaker go into jedimaker plugin and select delete bouquets then uninstall jedimaker via plugins reboot gui then install BMX from feed.
you can also if you want to copy your playlist.txt file from etc/enigma2/jedimaker folder to etc/enigmat2/bouquetmakerxtream folder and it should work.Great stuff. Thanks & HNY
Just one other bit of advice if jedimaker was not installed from feeds originally, after you remove it via plugins you my need to go to
/usr/lib/enigma2/python/Plugins/Extensions and if jedimaker folder is there delete it.
When I enter the main menu, it asks for a password, but I forgot this password, how can I find it?
When I enter the main menu, it asks for a password, but I forgot this password, how can I find it?
go to /etc/enigma2/settings file and look for config.plugins.BouquetMakerXtream and you will find adult pin number
ola boa noite actulizei uma zgmah7 para imanguem opelin 9.1 e nunca mais consegui meter por pc a linha iptv no bouquet maker xtrem penso que sera da emaguem obrigado bom ano
ola boa noite actulizei uma zgmah7 para imanguem opelin 9.1 e nunca mais consegui meter por pc a linha iptv no bouquet maker xtrem penso que sera da emaguem obrigado bom ano
Mete a imagem Openatv 7.4
ja resolves
ola boa noite actulizei uma zgmah7 para imanguem opelin 9.1 e nunca mais consegui meter por pc a linha iptv no bouquet maker xtrem penso que sera da emaguem obrigado bom ano
OpenPLI 9.1 is still not stable and it has a different structure so many plugins do not work. I would stick on stable and known images.
Just because catchup is enabled and channels may be listed it depends on provider it may show going back 3 days but it may not always work nothing to do with plugin but provider.
Just because catchup is enabled and channels may be listed it depends on provider it may show going back 3 days but it may not always work nothing to do with plugin but provider.
Thank you for answer. So far I haven't been able to watch a single event on catchup. The EPG is loaded but when I click on an event that happened a few hours ago in the EPG, nothing happens. Catchup works normally in Xtreamity. Everything is also ok with IPTV Smarters Pro. So far I've tried 3 lists with catchup but I can't start a single event from the past.
Only one list working but it is not connected with epg.
Sorts past shows into folders
Only one list working but it is not connected with epg.
Sorts past shows into folders
those are vod not catchup channels when on channel list and on a channel with catchup marker you press stop button to go to that channel catchup channels
Capture.PNG
But KiddaC as igec55 mentions, catchup channels are listed but none are playing via BMX but they playing in xstreamity and xklass.
Tested on openatv 7.4 and 7.51
KiddaC When I have a bouquet name like "US Sport || PDC Board (Darts)" your plugin generates a bouqet file named "userbouquet.bouquetmakerxtream_live_IPTV_US_Sport_PDC_Board_(Darts).tv" - this causes a problem when I try to export my bouqets with e.g. OpenWebif (> Bouqet-Editor > Export).
I debugged it and I think the problem are the round brackets "(" and ")" in the file names.
So can you make sure that the plugin don't use such special characters in the file name?
Thank you very much!
The forbidden printable ASCII characters are:
Linux/Unix:
/ (forward slash)
Windows:
< (less than)
> (greater than)
: (colon - sometimes works, but is actually NTFS Alternate Data Streams)
" (double quote)
/ (forward slash)
\ (backslash)
| (vertical bar or pipe)
? (question mark)
* (asterisk)
![]()
jagg if you want ot experiment yourself to see if this fixes your issue.
In the file.
/usr/lib/enigma2/python/Plugins/Extensions/BouquetMakerXtream/globalfunctions.py
you have this
def safeName(name):
if pythonVer == 2:
if isinstance(name, str):
name = name.decode("utf-8", "ignore")
elif pythonVer == 3:
if not isinstance(name, str):
name = str(name)
# Replace unsafe characters with underscores
name = re.sub(r"[\<\>\:\"\/\\\|\?\*]", "_", name)
name = re.sub(r" ", "_", name)
name = re.sub(r"_+", "_", name)
name = name.strip("_")
return name
Display More
change it to this
basically add \(\) to that regex replacement
In fact, looking at all my other plugins I do actually strip out ( ) and [ ] brackets to. I will change it.
urie are you also confirming catchup isn't working?
Yes I have tried with 4 providers none work via BMX, but they do work with xtreamity and xklass.
Don’t have an account yet? Register yourself now and be a part of our community!