Posts by tommycahir

    Mate, chill, we were trying to see if we could make life easier rather than doing a full scan.. I know 100% ipab AND others manipulate bouquets since channels went dead.. they have posted on other forums admitting it.. that is why your seeing issues with ABM/SBM not showing movies bouquet correctly..


    I don't have the expertise you are looking for but I know my way around e2 boxes and was trying to help with what I knew..


    Take my advice or leave it.. doesn't matter to me.. I wish ye best of luck in getting a fix.

    OK so I finally managed to get this going, it wasn't as simple as a simple or statement but I hacked it enough to check both /tmp/ and /media/hdd/ paths for the file and then create the bouquet


    To use this you need to have the last version (m2b 0.4-r0) installed
    open a ftp connection to /usr/lib/enigma2/python/Plugins/Extensions/m2b
    rename the old plugin.py and plugin.pyo files there
    upload the following plugin.py file attached below
    reboot your box to create the new plugin.pyo file


    plugin.py


    you should now be able to store your m3u or xml file on /media/hdd/ and create a bouquet for it.


    It's not perfect but it works, ideally i'll look at the code again another time to try get it cycling through all possible mount points for m3u files.

    I'll have a look at this tomorrow to see what updates need to be made as original Dev doesn't seem to be responding here..
    Can't guarantee anything my Python is non existent so will be relying on knowledge of other languages from college...

    does anybody know if you can run a make command on enigma2?
    or if it is possible to run mono on it to get a windows exe to run?


    - - - Updated - - -


    does anybody know if you can run a make command on enigma2?
    or if it is possible to run mono on it to get a windows exe to run?

    wow thanks for the detailed explanation, I am certainly learning something new everyday.
    I really appreciate the time taken to investigate this issue and will pass on the above findings to the the guy behind echanneliser.
    Regards
    Tommy

    AB 28.2 can do this for you. Use the supplement file for renames. Use the sort option to make your bouquets in the order you like, with the names you want. Edit the custom_sort_3 file to achieve this.


    The other two functions are on non-AB 28.2 bouquets. AB 28.2 will not touch them other than place itself on top.


    Incidentally, are unlinked bouquets enabled on your image?


    I am not sure what you mean by "unlinked bouquets enabled" I have included a screenshot of the settings I have, I am currently on wooshbuild v5.002 (based on openatv 5.3) but have also seen this issue on a clean install of openatv 5.3


    In the attached folder I have done an extract of the /etc/enigma2 folder
    - before editing with echanneliser (AB 28.2 running for a number of days with no issues)
    - after editing with echanneliser (created new bouquet, loaded dummy IPTV playlist, changed stream type to DVB)
    - after running AB 28.2 (now showing duplicate bouquets)

    I would have thought you would have used the custom sort feature and modified your sort 3 file so the bouquets were created as per your liking instead of having to manually alter them.


    Anyway, upload your bouquets as created by AB 28.2 on a virgin system, the modified settings that E-Channelizer makes, and finally after running AB 28.2, all the files in /etc/enigma2 ending in .tv, .radio and .del.


    Hi,


    Thanks for the reply, I will get the files for you tomorrow am ,


    When I mention changing bouquets the most common actions done with echanneliser would be to
    - create a new bouquet and import a m3u file to it
    - to alter the stream type from iptv to dvb
    - to rename a bouquet,channel or to split channels to other new bouquets etc


    hope this clarifies what types of changes people were making to bouquets..

    Hi


    I have noticed that the plug-in creates duplicate bouquets after some modifications are done in the echanneliser program to any bouquets. It is as if the plug-in doesn't see the previously created or modified bouquets.


    I have raised a support ticket to the echanneliser developer and he has said the below:


    So bouquets are duplicated by the plugin, right? I really would like to help you fixing this issue but I canot find any bug related to E-Channelizer.


    I am hoping that you can help me understand why this happens as it is becoming more and more common as people use this program to add IPTV to bouquets and assign epg/picons to it.


    Regards
    Tommy

    Think I have found the issue, in the create bouquet function it is still looking only in the tmp directory


    if os.path.isfile('/tmp/%s' % config.plugins.m2b.m3ufile.value):
    .........
    else:
    self['status'].text = _("Not Found m3u file")

    Hi


    I am not sure if this is an autobouquets topic or something to do with epgimport but I noticed that since the olympics that CBeebies was no longer getting EPG information correctly, when I started investigating more I found that there are 2 CBeebies channels available with different service IDs.


    The one with service ID 6318 will have all EPG information correctly assigned and picked up but the one with service ID 6338 only gets the current and next program information.


    I have updated my bouquets locally but maybe this needs to be captured in the next update?


    Regards
    Tommy