Jump to content


Photo

Satfinder -> DVB-T -> DVB-C


  • Please log in to reply
61 replies to this topic

#1 Huevos

  • PLi® Contributor
  • 4,247 posts

+158
Excellent

Posted 23 October 2014 - 13:14

ScanSetup.py -> Add predefined transponder for DVB-C

TuneTest.py -> Add some more tuning options

Satfinder (plugin.py) -> Add DVB-T and DVB-C.

 

Satfinder depends on changes in the other two files.

Attached Files


Edited by Huevos, 23 October 2014 - 13:17.


Re: Satfinder -> DVB-T -> DVB-C #2 littlesat

  • PLi® Core member
  • 56,272 posts

+691
Excellent

Posted 23 October 2014 - 16:04

[TuneTest] tuning to transponder with data (674000, 6875000, 5, 0, 2)
Traceback (most recent call last):
  File "/usr/lib/enigma2/python/Components/ActionMap.py", line 66, in action
    return ActionMap.action(self, contexts, action)
  File "/usr/lib/enigma2/python/Components/ActionMap.py", line 46, in action
    res = self.actions[action]()
  File "/usr/lib/enigma2/python/Screens/Menu.py", line 50, in okbuttonClick
    selection[1]()
  File "/usr/lib/enigma2/python/Tools/BoundFunction.py", line 9, in __call__
    return self.fnc(*self.args + args, **newkwargs)
  File "/usr/lib/enigma2/python/Plugins/SystemPlugins/Satfinder/plugin.py", line 436, in SatfinderMain
    session.openWithCallback(close, Satfinder)
  File "/usr/lib/enigma2/python/mytest.py", line 294, in openWithCallback
    dlg = self.open(screen, *arguments, **kwargs)
  File "/usr/lib/enigma2/python/mytest.py", line 307, in open
    self.execBegin()
  File "/usr/lib/enigma2/python/mytest.py", line 209, in execBegin
    c.show()
  File "/usr/lib/enigma2/python/Screens/Screen.py", line 155, in show
    x()
  File "/usr/lib/enigma2/python/Plugins/SystemPlugins/Satfinder/plugin.py", line 71, in prepareFrontend
    self.retune(None)
  File "/usr/lib/enigma2/python/Plugins/SystemPlugins/Satfinder/plugin.py", line 324, in retune
    return self.retuneTerr(configElement)
  File "/usr/lib/enigma2/python/Plugins/SystemPlugins/Satfinder/plugin.py", line 289, in retuneTerr
    return self.retuneCab(configElement)
  File "/usr/lib/enigma2/python/Plugins/SystemPlugins/Satfinder/plugin.py", line 275, in retuneCab
    self.tuner.tuneCab(transponder)
  File "/usr/lib/enigma2/python/Components/TuneTest.py", line 63, in tuneCab
    parm = eDVBFrontendParametersCable()
NameError: global name 'eDVBFrontendParametersCable' is not defined
(PyObject_CallObject(<bound method NumberActionMap.action of <Components.ActionMap.NumberActionMap instance at 0x1de9ee0>>,('OkCancelActions', 'ok')) failed)
getResolvedKey config.plugins.crashlogautosubmit.sendAnonCrashlog failed !! (Typo??)
getResolvedKey config.plugins.crashlogautosubmit.addNetwork failed !! (Typo??)
getResolvedKey config.plugins.crashlogautosubmit.addWlan failed !! (Typo??)
main thread is non-idle! display spinner!
connectionLost? [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionLost'>: Connection to the other side was lost in a non-clean fashion: Connection lost.
]
dvb time sync disabled... so set RTC now to current linux time! 2014/10/23 17:03
set wakeup time to 2014/10/23 22:37
(exit code 5)
 
 
:(

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Satfinder -> DVB-T -> DVB-C #3 Huevos

  • PLi® Contributor
  • 4,247 posts

+158
Excellent

Posted 23 October 2014 - 22:13

After I merged the changes into OpenPLi I only tested on my Sat box. Just needs the import in TuneTest.py.

Attached Files



Re: Satfinder -> DVB-T -> DVB-C #4 littlesat

  • PLi® Core member
  • 56,272 posts

+691
Excellent

Posted 24 October 2014 - 07:42

Thanks.... I will check later today....

Edited by littlesat, 24 October 2014 - 07:42.

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Satfinder -> DVB-T -> DVB-C #5 littlesat

  • PLi® Core member
  • 56,272 posts

+691
Excellent

Posted 24 October 2014 - 08:03

For satellite signal finder does not select the current tuned transponder anymore by default... And sat (signal finder)is now on top of the menu.


WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Satfinder -> DVB-T -> DVB-C #6 Huevos

  • PLi® Contributor
  • 4,247 posts

+158
Excellent

Posted 24 October 2014 - 08:28

For satellite signal finder does not select the current tuned transponder anymore by default.

Yes it does. It defaults to the tuner of the currently active service and tunes the currently active service. If the transponder of the currently active service is in the predefined list it opens in the predefined list. Tested in OpenPLi.



Re: Satfinder -> DVB-T -> DVB-C #7 Erik Slagter

  • PLi® Core member
  • 46,957 posts

+541
Excellent

Posted 24 October 2014 - 08:33

That is exactly how I'd like to see it, great work! I mostly use the "predefined list" so I kind of get irritated when I have to select it every time.

 

If I have some time today, I will test as well.


* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.


Re: Satfinder -> DVB-T -> DVB-C #8 littlesat

  • PLi® Core member
  • 56,272 posts

+691
Excellent

Posted 24 October 2014 - 08:36

The difference of DVB-S transponders should be changed by 2000!!!


WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Satfinder -> DVB-T -> DVB-C #9 Erik Slagter

  • PLi® Core member
  • 46,957 posts

+541
Excellent

Posted 24 October 2014 - 08:39

????

 

I can only interpret that as that DVB-S frequencies are only really different if they differ by more than 2000 (Hz/kHz/MHz?)?


* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.


Re: Satfinder -> DVB-T -> DVB-C #10 littlesat

  • PLi® Core member
  • 56,272 posts

+691
Excellent

Posted 24 October 2014 - 08:49

It does also not find a predefined cable transponder list... As it requires a provider or something like that... 


WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Satfinder -> DVB-T -> DVB-C #11 Huevos

  • PLi® Contributor
  • 4,247 posts

+158
Excellent

Posted 24 October 2014 - 08:52

And sat (signal finder)is now on top of the menu.

Why would the menu position change?



Re: Satfinder -> DVB-T -> DVB-C #12 Huevos

  • PLi® Contributor
  • 4,247 posts

+158
Excellent

Posted 24 October 2014 - 08:55

It does also not find a predefined cable transponder list... As it requires a provider or something like that... 

Yes, of course. If you don't have a provider set in tuner config there is no predefined list. Otherwise the plugin would just be making one up. Same in ScanSetup. Predefined list always reflects the contents of satellites/cable/terrestrial.xml.


Edited by Huevos, 24 October 2014 - 08:56.


Re: Satfinder -> DVB-T -> DVB-C #13 Erik Slagter

  • PLi® Core member
  • 46,957 posts

+541
Excellent

Posted 24 October 2014 - 09:04

You mean the numeric code you have to fill in the DVB-C tuner settings?

 

BTW I don't have a proper cable.xml, like most of us (I think), so I'd better get one I guess ;)


Edited by Erik Slagter, 24 October 2014 - 09:05.

* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.


Re: Satfinder -> DVB-T -> DVB-C #14 littlesat

  • PLi® Core member
  • 56,272 posts

+691
Excellent

Posted 24 October 2014 - 09:28


If you don't have a provider set in tuner config there is no predefined list.

how do you select a provider set in the tuner config? I did not succeed this...? (depending on cable.xml or something like this, could you post one list?)

 

And please check the "catch" satellite transponder functionality as it requires no an extra faktor 1000... (so 2000 i.s.o. 2) currently it does not find a sat transponder from the list when the frequency slightly differs. (note I can fix this by myself...)

 

And that stupid intend was indeed wonderfull


WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Satfinder -> DVB-T -> DVB-C #15 littlesat

  • PLi® Core member
  • 56,272 posts

+691
Excellent

Posted 24 October 2014 - 10:02

I just committed it, with just a few cosmetic changes I discovered...  (e.g. stopService, one config to None at top op plugin that is not required, "catch" frequency DVB-S/T/C)

 

;).... It can be that it still needs some tiny finetuning.... 

 

http://sourceforge.n...7206fd7f8bead1/


Edited by littlesat, 24 October 2014 - 10:04.

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Satfinder -> DVB-T -> DVB-C #16 Erik Slagter

  • PLi® Core member
  • 46,957 posts

+541
Excellent

Posted 24 October 2014 - 10:25

Littlesat, commit as author and sign-off.


* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.


Re: Satfinder -> DVB-T -> DVB-C #17 littlesat

  • PLi® Core member
  • 56,272 posts

+691
Excellent

Posted 24 October 2014 - 10:28

How can I do that if i only get plain py files?

And this time I also changed little things...


Edited by littlesat, 24 October 2014 - 10:28.

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Satfinder -> DVB-T -> DVB-C #18 Huevos

  • PLi® Contributor
  • 4,247 posts

+158
Excellent

Posted 24 October 2014 - 10:46

 


If you don't have a provider set in tuner config there is no predefined list.

 

how do you select a provider set in the tuner config? I did not succeed this...?

In tuner config, select your cable tuner. Used service scan type = Provider.



Re: Satfinder -> DVB-T -> DVB-C #19 Huevos

  • PLi® Contributor
  • 4,247 posts

+158
Excellent

Posted 24 October 2014 - 10:55

Provider screenshot.

Attached Files



Re: Satfinder -> DVB-T -> DVB-C #20 littlesat

  • PLi® Core member
  • 56,272 posts

+691
Excellent

Posted 24 October 2014 - 10:57

Mmmm I just put a cable.xml on my box... but I do not get the provider config :(


WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W



0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users