![]()
Maybe you should just give me the changed ones :(
Download the latest .json
Modify/update
and give me back only the updated ones.. I'm getting a headache. There are thousands of lines
or.. wait i make a file with no reference ;)
![]()
Maybe you should just give me the changed ones :(
Download the latest .json
Modify/update
and give me back only the updated ones.. I'm getting a headache. There are thousands of lines
or.. wait i make a file with no reference ;)
At first , big thanks ( I haven't installed it yet)
Corrections for satellite service references are not difficult to fix. This is more of a problem for cable TV, as the backup can be the same as for satellite. Also, for each channel it is necessary to check the service ID + service reference (sref). I noticed that, for example, for Eurosport, the service ID is eurosport.dk for most countries. Looking at the program schedule for Danish Eurosport, it is not the same program as for other countries. The same applies to Doma tv.hr or tvDoma.sk. The channel name is similar, but they are two completely different channels. It is important what the ID of the service is because the same channel in other countries may have a different program schedule. The same goes for Eleven Sports Polish or Portuguese. Then the epg will not be correct either. I will check all the channels in vavoo_epg_cache.json even though I know there is a lot of work there.
Thank you very much for this great work.
![]()
In the ver. 1.60, the infobar remains permanently visible.
...and remember my vavoo it's different :Rolling auf dem Boden lachend:
pasted-from-clipboard.png
Hello, how do I get it, like you have?
Thank you very much for this great work.
![]()
In the ver. 1.60, the infobar remains permanently visible.
no.. press OK..
Ok hyde infobaer
OK - show epg+infobar
;)
...and remember my vavoo it's different :Rolling auf dem Boden lachend:
pasted-from-clipboard.pngHello, how do I get it, like you have?
but you have read it
RE: Vavoo Stream Live - discussion & support
At first , big thanks ( I haven't installed it yet)
Corrections for satellite service references are not difficult to fix. This is more of a problem for cable TV, as the backup can be the same as for satellite. Also, for each channel it is necessary to check the service ID + service reference (sref). I noticed that, for example, for Eurosport, the service ID is eurosport.dk for most countries. Looking at the program schedule for Danish Eurosport, it is not the same program as for other countries. The same applies to Doma tv.hr or tvDoma.sk. The channel name is similar, but they are two completely different channels. It is important what the ID of the service is because the same channel in other countries may have a different program schedule. The same goes for Eleven Sports Polish or Portuguese. Then the epg will not be correct either. I will check all the channels in vavoo_epg_cache.json even though I know there is a lot of work there.
I know I can make life easier for everyone.
I'm trying an advanced version (mine, of course)
Where all countries' matches are shared online.
Good.
1. Press Export bouquet
2. Check online if match exists
3. Check in local mode if match exists
. Find match. and append it to a .json file ;)
4. Put this match (see point 4) online ;)
Of course, my friend, remember that I always update the online files at this time, even every 10 minutes.
So, check the unmatched files first.
PM me a .txt file or something else if you want, and I'll fix it, time permitting.
The same goes for the ids and their extensions (that's also very important.)
We look for the iids in the tyteck file updated a few days ago on my epgimport git (epg-source), which uses both pli and openatv, as well as my epgimport99 plugin.
It couldn't be easier.
Do you think I should make the change I mentioned?
I only have that Where can I get this?
QuoteDisplay MoreI know I can make life easier for everyone.
I'm trying an advanced version (mine, of course)
Where all countries' matches are shared online.
Good.
1. Press Export bouquet
2. Check online if match exists
3. Check in local mode if match exists
. Find match. and append it to a .json file ;)
4. Put this match (see point 4) online ;)
Display More...and remember my vavoo it's different :Rolling auf dem Boden lachend:
pasted-from-clipboard.pngHello, how do I get it, like you have?
but you have read it
RE: Vavoo Stream Live - discussion & support
At first , big thanks ( I haven't installed it yet)
Corrections for satellite service references are not difficult to fix. This is more of a problem for cable TV, as the backup can be the same as for satellite. Also, for each channel it is necessary to check the service ID + service reference (sref). I noticed that, for example, for Eurosport, the service ID is eurosport.dk for most countries. Looking at the program schedule for Danish Eurosport, it is not the same program as for other countries. The same applies to Doma tv.hr or tvDoma.sk. The channel name is similar, but they are two completely different channels. It is important what the ID of the service is because the same channel in other countries may have a different program schedule. The same goes for Eleven Sports Polish or Portuguese. Then the epg will not be correct either. I will check all the channels in vavoo_epg_cache.json even though I know there is a lot of work there.
I know I can make life easier for everyone.
I'm trying an advanced version (mine, of course)
Where all countries' matches are shared online.
Good.
1. Press Export bouquet
2. Check online if match exists
3. Check in local mode if match exists
. Find match. and append it to a .json file ;)
4. Put this match (see point 4) online ;)
Of course, my friend, remember that I always update the online files at this time, even every 10 minutes.
So, check the unmatched files first.
PM me a .txt file or something else if you want, and I'll fix it, time permitting.
The same goes for the ids and their extensions (that's also very important.)
We look for the iids in the tyteck file updated a few days ago on my epgimport git (epg-source), which uses both pli and openatv, as well as my epgimport99 plugin.
It couldn't be easier.
Do you think I should make the change I mentioned?
;) · Belfagor2005/vavoo@ff7521d
"Search matches: 1) GitHub online, 2) Local cache, 3) Local matching
Let's not start! If it says "not found" on one channel, try others first. It means it's not available on that channel. You should finish the service reference work first.
Hi.Please fix PVR on Vavoo. Greeting
On the contrary There is a freeze during playback
update last.. no block here.. no block her update last..
Believe me, I noticed the crashes, but if you read and compare the player code, you'll see that it's changed a lot ;)
No crashes.
Check in debug what's in your box, maybe some other thread is making requests or blocking the buffer memory.
Regards
P.S. It can't be done any better, and without debugging, I can't answer. ![]()
As soon as the player starts, all timers are reset and stopped.
They are activated upon exit, without affecting playback.
on init
try:
for screen in self.session.dialog_stack:
if hasattr(screen[0], 'proxy_monitor_timer'):
screen[0].proxy_monitor_timer.stop()
print("[Playstream2] Stopped proxy monitor timer")
if hasattr(screen[0], 'proxy_watchdog_timer'):
screen[0].proxy_watchdog_timer.stop()
print("[Playstream2] Stopped proxy watchdog timer")
except Exception as e:
print("[Playstream2] Error stopping timers: {}".format(e))
on exit
def cancel(self):
"""Close the player"""
print("[Playstream2] Closing player...")
self.stopStream()
try:
for screen in self.session.dialog_stack:
if hasattr(screen[0], 'proxy_monitor_timer'):
screen[0].proxy_monitor_timer.start(10000)
print("[Playstream2] Restarted proxy monitor timer")
if hasattr(screen[0], 'proxy_watchdog_timer'):
screen[0].proxy_watchdog_timer.start(60000)
print("[Playstream2] Restarted proxy watchdog timer")
except Exception as e:
print("[Playstream2] Error restarting timers: {}".format(e))
# Reset EOF counter
if hasattr(self, 'eof_count'):
self.eof_count = 0
# Cleanup temp files
if isfile("/tmp/hls.avi"):
remove("/tmp/hls.avi")
# Restore aspect ratio
try:
aspect_manager.restore_aspect()
except BaseException:
pass
self.close()
Display More
How can I explain what's happening?
This plugin has been around for a long time.
Hi Lululla.Where is IPK file of Vavoo v1.61? Greeting
Hello,
use this command, it's much better.
wget -q --no-check-certificate https://raw.githubusercontent.…5/vavoo/main/installer.sh -O - | /bin/sh
Thanks to Lululla for the plugin, I bought a beer in your honor.
here png picons italy for epg.
Can you explain to me the procedure for uploading the png italy folder after unzipping it?
Well, using a channel editor like Channelizer, you put the PNGs in the configured folder where you get the picons, and then you update them automatically or assign them one by one...
That's what I did.
Don’t have an account yet? Register yourself now and be a part of our community!