Changing 'Timer and Autotimer' to 'Record and Record Series'

You dont need to decompile them providing you have run updates you'll find the latest py versions on github copy all the text and save as same name py a quick look a has found them apart from epgsearch.py

ATV 6
Code:
https://github.com/openatv/enigma2/tree/DEV/lib/python/Screens

Atv 5.3
Code:
https://github.com/openatv/enigma2/tree/master/lib/python/Screens

Bare in mind those wont have the epgselection.py for epg tabs

hers mine for atv 6.0 works with 5.3 but channel 1 at start up wont work on 5.3
 

Attachments

  • EpgSelection6.0.zip
    11.5 KB · Views: 33
Last edited:
As dsayers said, use kiddacs dropbox epgselectiion.py and use notepad ++ find and replace.
Change Add Autotimer to Record Series (or whatever) and Add Timer to Record.

To make a proper job of it you will also need to do the same with eventview.py, infobargenerics.py and epgsearch.py.
You'll need to decompile the pyo's with easy python decompiler.

If you really want to go to town you'll need to edit Change Timer, Delete Timer and Edit Timer.

I don't really use ATV but I have pre done ones for ATV 6.0 and at a push I might be able to dig out the ones for 5.3 if anyone wants them.
I'd like to take a look at them if you wouldn't mind.
 
Back
Top