oe-alliance / AutoBouquetsMaker

Automatically build and update bouquets from the DVB stream.
GNU General Public License v3.0
22 stars 59 forks source link

VTI image #74

Closed ikor7 closed 6 years ago

ikor7 commented 6 years ago

I use vti image and install AutoBouquetsMaker. Everything works fine, but in favorite groups are empty items from the title Separate. It is possible to delete these groups?

atvcaptain commented 6 years ago

for close source image no support ask vti

ikor7 commented 6 years ago

This problem is also with OpenATV when loading data into DreamEdit.

AbuBaniaz commented 6 years ago

Can you post a picture showing what you mean. Please also attach the bouquets.tv file.

Does the same thing happen with E-channelizer.

ABM also uses markers which are meant to be hidden. These markers are generic to Enigma2.

ikor7 commented 6 years ago

screen

Huevos commented 6 years ago

It is because VTi does not have handling for invisible services.

https://github.com/OpenViX/enigma2/blob/Dev/lib/service/iservice.h#L47

Removing those services/bouquets will just screw with the channel numbering, and after all that is the whole point of ABM.

Your best bet is switch image to one that has all the important features built in.

AbuBaniaz commented 6 years ago

https://github.com/OpenViX/enigma2/blob/Dev/lib/service/iservice.h#L30:L47

ABM uses the following for the markers

#SERVICE 1:519:1:0:0:0:0:0:0:0:

This is made up of 1 isDirectory + 2 mustDescent + 4 canDescent + 512 isInvisible

If we remove these, the plugin will not work as expected. For example, every provider starts at 1000, the blanks too.

Please update your image to handle the markers.