Hello Guest, if you are reading this it means you have not registered yet. Please take a second, Click here to register, and in a few simple steps you will be able to enjoy our community and use our OpenViX support section.
Page 11 of 17 FirstFirst ... 910111213 ... LastLast
Results 151 to 165 of 251

Thread: EPG files test: Phase 1. Refactor

  1. #151
    ccs's Avatar
    Title
    ViX Beta Tester
    Join Date
    Sep 2014
    Posts
    5,836
    Thanks
    554
    Thanked 1,277 Times in 1,089 Posts
    Clean restart after today's update - no issues.

    I see that creating an autotimer for a program a few days from now doesn't jump back to today in the epg like it used to do.

  2. #152
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,398
    Thanks
    6,452
    Thanked 9,165 Times in 6,240 Posts
    Post 2 being updated with timeredit file bugfix. 1600 timestamp

  3. The Following User Says Thank You to abu baniaz For This Useful Post:

    ccs (18-04-20)

  4. #153
    ccs's Avatar
    Title
    ViX Beta Tester
    Join Date
    Sep 2014
    Posts
    5,836
    Thanks
    554
    Thanked 1,277 Times in 1,089 Posts
    .... timerlist back ok - I hadn't noticed that problem until I checked!!

  5. The Following User Says Thank You to ccs For This Useful Post:

    abu baniaz (18-04-20)

  6. #154

    Title
    Forum Supporter
    Donated Member
    Join Date
    Jun 2014
    Posts
    1,321
    Thanks
    613
    Thanked 418 Times in 270 Posts
    Ok so have updated to latest as of now (inc 1600 fix) and looks good except for:

    1. ButtonSetup - I re-assign (using ButtonSetup menu) the Red button to bring up Graphical/Grid EPG but obviously due to name change this button setup didn't work. Not an issue as I setup again and it works fine again. Just think you may need to mention that when this goes live button setup may need to be setup again. Impact of this is probably little and not much effort to setup again. However, not sure if anything else (or another plugin) is effected by this name change but I never noticed anything in my normal usage.


    Everything else seemed to work fine. Was able to setup both types of timers, etc and as mentioned by @ccs timer bug that would jump back to current date is fixed. Thank you


    Update: Removed bit about NumberZapPicon - forgot it was skin dependent and needed user xml file
    Last edited by bbbuk; 18-04-20 at 18:06. Reason: update

  7. #155
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,398
    Thanks
    6,452
    Thanked 9,165 Times in 6,240 Posts

    New EPG files: User trial and feedback

    Number zap picon was added to default/emergency skin, so user override should not be required. I'll check later.

    Re button setup, I think it should be possible to add backward compatibility like we did for other EPG settings. Transition should be straight forward.

  8. #156

    Title
    ViX Beta Tester
    Join Date
    Nov 2017
    Posts
    888
    Thanks
    103
    Thanked 480 Times in 285 Posts
    Yes, I'll pop something in to keep the custom button stuff compatible

  9. The Following 2 Users Say Thank You to simonc For This Useful Post:

    abu baniaz (18-04-20),bbbuk (19-04-20)

  10. #157
    ccs's Avatar
    Title
    ViX Beta Tester
    Join Date
    Sep 2014
    Posts
    5,836
    Thanks
    554
    Thanked 1,277 Times in 1,089 Posts
    .... just an idea, feel free to remove if not appropriate.

    I occasionally use the yellow button "epg search" to check which other days a programme is being broadcast.

    Due to the number of repeats now being shown, and the fact that I am way, way behind catching up on recorded programmes, what would be really useful (for me, at least)
    would be for epg search, or something similar, to use the *.ts.meta files of recorded programmes to see if the highlighted programme has already been recorded and is still in the movielist.

    Autotimers can already check this (sort of), so the code is already there in one form or another.

    Just a thought.

  11. #158
    dsayers's Avatar
    Title
    ViX Beta Tester
    Join Date
    Mar 2016
    Posts
    1,775
    Thanks
    479
    Thanked 610 Times in 436 Posts
    I get a crash using multi epg I had Multi EPG mapped to up button but disabled it because of crash. Im not sure what the default button is meant for Multi EPG. Another way to invoke it is by pressing help button scroll down to list EPG functions and choose Multi EPG

    Code:
    <150572.951> Traceback (most recent call last):
    <150572.951>   File "/usr/lib/enigma2/python/mytest.py", line 244, in processDelay
    <150572.953>     callback(*retval)
    <150572.953>   File "/usr/lib/enigma2/python/Screens/InfoBarGenerics.py", line 1561, in EventInfoPluginChosen
    <150572.955>     answer[1]()
    <150572.955>   File "/usr/lib/enigma2/python/Screens/InfoBarGenerics.py", line 1653, in openMultiServiceEPG
    <150572.956>     self.multiServiceEPG(EPGSelectionMulti, config.epgselection.multi.showbouquet.value)
    <150572.956>   File "/usr/lib/enigma2/python/Screens/InfoBarGenerics.py", line 1650, in multiServiceEPG
    <150572.957>     openEPG(None, bouquets)
    <150572.957>   File "/usr/lib/enigma2/python/Screens/InfoBarGenerics.py", line 1641, in openEPG
    <150572.958>     startBouquet=bouquet, startRef=startRef, bouquets=bouquets))
    <150572.958>   File "/usr/lib/enigma2/python/mytest.py", line 329, in openWithCallback
    <150572.958>     dlg = self.open(screen, *arguments, **kwargs)
    <150572.958>   File "/usr/lib/enigma2/python/mytest.py", line 339, in open
    <150572.958>     dlg = self.current_dialog = self.instantiateDialog(screen, *arguments, **kwargs)
    <150572.958>   File "/usr/lib/enigma2/python/mytest.py", line 276, in instantiateDialog
    <150572.959>     return self.doInstantiateDialog(screen, arguments, kwargs, self.desktop)
    <150572.959>   File "/usr/lib/enigma2/python/mytest.py", line 306, in doInstantiateDialog
    <150572.959>     dlg.applySkin()
    <150572.959>   File "/usr/lib/enigma2/python/Components/GUISkin.py", line 114, in applySkin
    <150572.959>   File "/usr/lib/enigma2/python/Components/GUISkin.py", line 45, in createGUIScreen
    <150572.960>   File "skin applet", line 2, in <module>
    <150572.960> AttributeError: 'EPGListMulti' object has no attribute 'l'
    <150572.960> [ePyObject] (CallObject(<bound method Session.processDelay of <__main__.Session instance at 0x8f1696e8>>,()) failed)
    Using ViX 5.3.023 on my Uno4k with Vskin-1080

    I think this might be a skin issue as ViX-Night-HD skin is ok but this didn't use to happen before adding files. Just letting you know some skins may show errors.

    MOD EDIT
    Fixed with
    https://github.com/SimonCapewell/eni...90acb8dba6688e
    Last edited by abu baniaz; 26-04-20 at 21:35.

  12. The Following User Says Thank You to dsayers For This Useful Post:

    abu baniaz (25-04-20)

  13. #159
    ccs's Avatar
    Title
    ViX Beta Tester
    Join Date
    Sep 2014
    Posts
    5,836
    Thanks
    554
    Thanked 1,277 Times in 1,089 Posts
    I can't find Vskin-1080 on ViX, where does it come from?

  14. #160
    dsayers's Avatar
    Title
    ViX Beta Tester
    Join Date
    Mar 2016
    Posts
    1,775
    Thanks
    479
    Thanked 610 Times in 436 Posts
    Quote Originally Posted by ccs View Post
    I can't find Vskin-1080 on ViX, where does it come from?
    Its one of KiddaC skins https://github.com/kiddac/Enigma2_Sk...ns/V_Skin_1080

  15. #161

    Title
    Forum Supporter
    Donated Member
    Join Date
    Jun 2014
    Posts
    1,321
    Thanks
    613
    Thanked 418 Times in 270 Posts
    Could KiddaC skin have other py files that may have overwrote this EPG test (or cause a knock-on effect) ?

    The only way to know would be to re-flash vix (clean install), apply test EPG and then try re-creating this crash (without adding anything that could have modded stock image files.

  16. The Following User Says Thank You to bbbuk For This Useful Post:

    Huevos (25-04-20)

  17. #162
    ccs's Avatar
    Title
    ViX Beta Tester
    Join Date
    Sep 2014
    Posts
    5,836
    Thanks
    554
    Thanked 1,277 Times in 1,089 Posts
    ...like

    Code:
    https://github.com/kiddac/Enigma2_Skins/blob/00a09716904cbf7720a5ce0624bb5d5af44f4b31/OpenVIX_Mods/EPG_Tabs_And_Coloured_Buttons_Mod/usr/lib/enigma2/python/Screens/EpgSelection.py
    perhaps?

  18. The Following User Says Thank You to ccs For This Useful Post:

    bbbuk (25-04-20)

  19. #163
    dsayers's Avatar
    Title
    ViX Beta Tester
    Join Date
    Mar 2016
    Posts
    1,775
    Thanks
    479
    Thanked 610 Times in 436 Posts
    Quote Originally Posted by ccs View Post
    ...like

    Code:
    https://github.com/kiddac/Enigma2_Skins/blob/00a09716904cbf7720a5ce0624bb5d5af44f4b31/OpenVIX_Mods/EPG_Tabs_And_Coloured_Buttons_Mod/usr/lib/enigma2/python/Screens/EpgSelection.py
    perhaps?
    I'm not using the epg tabs mod as it would definitely conflict with these files. He only has 3 py files in his skin ipk but they are his own not modified files. As I said it looks like a skin issue as ViX night hd works with no crash. I just wanted to let you know it's affecting skins.
    Last edited by dsayers; 25-04-20 at 19:25.

  20. The Following User Says Thank You to dsayers For This Useful Post:

    ccs (25-04-20)

  21. #164

    Title
    ViX Beta Tester
    Join Date
    Nov 2017
    Posts
    888
    Thanks
    103
    Thanked 480 Times in 285 Posts
    Ah, the error message is because vskin-1080 contains some valid code that has been broken by the PEP8 code changes. Sometimes renames aren't for the best! I'll either introduce a variable that maintains compatibility or I'll revert that specific rename.

  22. The Following 3 Users Say Thank You to simonc For This Useful Post:

    abu baniaz (25-04-20),bbbuk (25-04-20),dsayers (25-04-20)

  23. #165
    dsayers's Avatar
    Title
    ViX Beta Tester
    Join Date
    Mar 2016
    Posts
    1,775
    Thanks
    479
    Thanked 610 Times in 436 Posts
    Does anyone use jedimakerxtream plugin with these modified files? I can't seem to invoke the catchup feature.

    I normally use graphical/grid epg highlight a channel that has catchup and press stop to invoke catchup. Stop now exits epg. Other buttons to invoke catchup in epg is Stop, List, PVR, File, Fav. Pressing other buttons just give an X.

    I've added vix 5.3.026 to openmultiboot plugin installed jedimakerxtream and tested catchup this worked. I then added these epg files pressing stop button on a catchup channel shows an X

    Jedimakerxtream can be found here https://github.com/kiddac/Jedi_Maker_Xtream the plugin is also in feeds.
    Last edited by dsayers; 26-04-20 at 13:40.

Page 11 of 17 FirstFirst ... 910111213 ... LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.