←  [EN] Third-Party Development

Forums

»

Extended Number Zap

Dimitrij's Photo Dimitrij 16 Jan 2016

Version 1.0-rc14
-fix alternative channels for the DMM images
-If there is no switching delay (0000), you can see the EPG service (button info / epg)

Quote

Dimitrij's Photo Dimitrij 25 Jan 2016

Version 1.0-rc15

-fix choice picons directory

Quote

Dimitrij's Photo Dimitrij 9 Feb 2016

Version 1.0-rc16
-don't search number in hidden bouquets (eServiceReference.isInvisible)

Quote

Fischreiher's Photo Fischreiher 4 Sep 2016

Dear Dimitrij,

 

thank you very much for your excellent contributions to Extended Number Zap.

 

As I could not find any github repository online that is containing your latest mods, I assume you are hosting the files privately. May I kindly ask you to take an addition I made so that it will remain included together with future modifications you might do?

 

My addition is described here (in a very old github repository - I noticed that too late) https://github.com/L...40cbfccb94839be, and the merged "plugin.py" (giving version 1.0-rc17) is here: Attached File  plugin.py   12.92KB   2 downloads

 

Please let me know if this is OK with you, or if you have any questions. Thanks a lot.

Quote

Dimitrij's Photo Dimitrij 4 Sep 2016

https://github.com/D...ended-NumberZap

 

maybe this?

	#not all images support recording type indicators
	if hasattr(pNavigation, 'isFromSpecialJumpFastZap'):
		try:
			for rec in NavigationInstance.instance.getRecordings(False, pNavigation.isFromSpecialJumpFastZap):
				NavigationInstance.instance.stopRecordService(rec)
		except:
			pass
Quote

Fischreiher's Photo Fischreiher 4 Sep 2016

This looks very good, thanks a lot. I'll give you more feedback after testing.

Quote

Fischreiher's Photo Fischreiher 5 Sep 2016

Yes it works perfectly, thank you very much again.

 

Do you think you could build an ipk for v1.0-rc17, and would you give permission that we put it on the openATV feed?

Quote

Fischreiher's Photo Fischreiher 5 Sep 2016

Thank you!

Quote

micromouse's Photo micromouse 26 May 2017

@Dimitrij,

 

Thank you for the plugin.

I tried but the channel numbers are not the "actual" numbering as per my channel listing.

 

My provider start from channel 100 hence i create many dummy channels and hide it.

But when i press 1, it will go to channel 100. when i press 2, it will go to channel 101.

 

Is it possible to modify it to follow the box channel listing?

 

Million Thanks in advance!!!

Quote

Dimitrij's Photo Dimitrij 26 May 2017

@Dimitrij,

 

Thank you for the plugin.

I tried but the channel numbers are not the "actual" numbering as per my channel listing.

 

My provider start from channel 100 hence i create many dummy channels and hide it.

But when i press 1, it will go to channel 100. when i press 2, it will go to channel 101.

 

Is it possible to modify it to follow the box channel listing?

 

Million Thanks in advance!!!

What is the behavior of the standard number zap,same?

Quote

micromouse's Photo micromouse 26 May 2017

@Dimitrij,

 

Thank you for the plugin.

I tried but the channel numbers are not the "actual" numbering as per my channel listing.

 

My provider start from channel 100 hence i create many dummy channels and hide it.

But when i press 1, it will go to channel 100. when i press 2, it will go to channel 101.

 

Is it possible to modify it to follow the box channel listing?

 

Million Thanks in advance!!!

 

What i meant is  -don't search number in hidden services or channels

Quote

micromouse's Photo micromouse 26 May 2017

 

@Dimitrij,

 

Thank you for the plugin.

I tried but the channel numbers are not the "actual" numbering as per my channel listing.

 

My provider start from channel 100 hence i create many dummy channels and hide it.

But when i press 1, it will go to channel 100. when i press 2, it will go to channel 101.

 

Is it possible to modify it to follow the box channel listing?

 

Million Thanks in advance!!!

What is the behavior of the standard number zap,same?

 

 

Standard zap will be "1" will be nothing as i have hidden that services

Quote

Dimitrij's Photo Dimitrij 31 May 2017

micromouse

please install ipk for test

or

update plugin tomorrow from the feed

Quote

micromouse's Photo micromouse 1 Jun 2017

Dimitrij,

Still the same behavior.
I hide many services to have the same channels arrangement as my provider.

When I press "1" w/o your plugin, it shows nothing as my 1st channel starts from 100.

With your plugin, "1" will show the channel 100. "2" will shows 102.

I can send you my services file if you need.

Cheers
Edited by micromouse, 1 June 2017 - 15:03.
Quote

Dimitrij's Photo Dimitrij 1 Jun 2017

I can send you my services file if you need.

 

Yes, need folder /etc/enigma2(send to PM).

 

I hide many services

 

What is this method?

Quote

Dimitrij's Photo Dimitrij 3 Jun 2017

version 1.20

-fix hide data service

-use auto search folder picon


Edited by Dimitrij, 3 June 2017 - 15:24.
Quote

Huevos's Photo Huevos 7 Jun 2017

Method of hiding is 832 or 519 flag. I'll post an example in a while.
Quote

Huevos's Photo Huevos 8 Jun 2017

So in a bouquet file, to advance the channel number by one step...

#SERVICE 1:832:d:0:0:0:0:0:0:0:\n
#DESCRIPTION  \n

Quote

Huevos's Photo Huevos 8 Jun 2017

So basically, isolate the flag and then...

int(flag) & eServiceReference.isNumberedMarker

Edited by Huevos, 8 June 2017 - 02:17.
Quote