This thing called OpenAtv

The wife watching TV at the minute but once she hit the hay a fresh flash is in order. I've made it very hard. The quit is close. My comfy chair is calling.

Sent from my SM-G920F using Tapatalk
 
Well I give up. I've reflashed I've used different usb sticks but my channels will not switch on after I go from paid to fta back to paid and black screen.

Sent from my SM-G920F using Tapatalk
 
What box are you using ?
Well guess what I went back to openvix only to find the same shit was happening. so I sat there think ohh fudge what have I done. New cfg seems to have fixed it. Must of corrupt or something

Vu solo 2

Sent from my SM-G920F using Tapatalk
 
Last edited:
right you wonderful bunch of people. its been a few months now so think im ready to switch again. the vix 4.2 needs a complete fresh install anyway so now my chance.......... everything fresh is going to happen....... hold your breath people.....
 
God I make life hard for myself. Searching menus and it's that easy

sent from meatballs way too expensive gizmo

---------- Post Merged at 02:04 PM ----------

im now a openatv team player for now
 
Just uninstall it via plugins

Sent from my SM-G925F using Tapatalk


your custom epg numbers on vix is there a openatv version of it

---------- Post Merged at 03:00 PM ----------

vix is ok there few issues that im just wondering might be fixed if i used openatv and also its a beast i need to master lol
 
Yes have a look at the thread gmanpanthro started for adding sky sports roi on wooshbuild in the h2s section

Sent from my SM-G925F using Tapatalk

---------- Post Merged at 03:20 PM ----------

or use the this hacks code View attachment custommix for openatv.zip with that it will add channel numbers on epg theres no need for roi enabled and will give you sky sports roi 1 to 5 in the uk sports bouquet
 
Last edited:
ive got that in. it was the the epg channel numbers i used on vix. it changed the service name adding channel numbers as an option
 
No the OpenVix Custom EPG plugin wont work on atv the above zipfile will add numbers on epg same as gmanpanthro,s custommix

Sent from my SM-G925F using Tapatalk
 
damn i thought that was the case... i put that file on and have the sports channels but no numbers. never mind. its not a deal breaker
 
odd i have the same hacks code on atv on my h2h custommix apart from Ive used channel numbers 495 to 499 and its fine https://raw.githubusercontent.com/d...sMaker/providers/sat_282_sky_uk_CustomMix.xml have a look at the hacks section at the bottom

Code:
<hacks>
<=!=[=C=D=A=T=A=[

for number in customised["video"].keys():
    customised["video"][number]["number"] = number

# swap channel numbers. Only swaps number. Channel swap is still done in bouquetwriter.py
if providerConfig.isSwapChannels() and "swapchannels" in providers[section_identifier] and len(providers[section_identifier]["swapchannels"]) > 0 and "preferred_order" in providers[section_identifier]["swapchannels"][0]:
    for swaprule in providers[section_identifier]["swapchannels"][0]["preferred_order"]:
        if swaprule[0] in services[section_identifier]["video"] and swaprule[1] in services[section_identifier]["video"] and services[section_identifier]["video"][swaprule[1]]["service_type"] >= 17:
            customised["video"][swaprule[0]]["number"] = swaprule[1]
            customised["video"][swaprule[1]]["number"] = swaprule[0]

for service in sorted(customised["video"].keys()):
    if service in range(1,1000):
        if "interactive_name" in customised["video"][service]:
            customised["video"][service]["interactive_name"] = str(customised["video"][service]["number"]) + " " + customised["video"][service]["interactive_name"]
        else:
            customised["video"][service]["interactive_name"] = str(customised["video"][service]["number"]) + " " + customised["video"][service]["service_name"]
        
SS_ROI_ID = [1309, 1308, 1323, 1324, 1312]
for service in sorted(customised["video"].keys()):
    if "channel_id" in customised["video"][service] and customised["video"][service]["channel_id"] in SS_ROI_ID:
        ID_index = SS_ROI_ID.index(customised["video"][service]["channel_id"])
        customised["video"][service]["interactive_name"] = "%d Sky Sports %d Eire" % (ID_index + 495, ID_index + 1)
        customised["video"][495 + ID_index] = customised["video"][service]
        del customised["video"][service]        
        
]=]=>
     </hacks>
 
Last edited:
Back
Top