• 1
  • 28
  • 29
  • 30(current)
  • 31
  • 32
  • 48
Vu+ PVR addon is getting updates again
(2019-04-28, 20:15)MysteryMan99 Wrote: Thanks.

I am running Kodi on an Android TV.

Not sure about groups/bouquets on STB....will have to investigate.

The sub-folders were created using Filezilla, connected to STB.

The output of http://<your-ip>/web/movielist is:

<e2movielist>
<e2movie>
<e2servicereference>
4097:0:0:0:0:0:0:0:0:0:/media/hdd/movie/24 - Day 7 - [7x01].mkv
</e2servicereference>
<e2title>24 - Day 7 - [7x01].mkv</e2title>
<e2description/>
<e2descriptionextended/>
<e2servicename/>
<e2time>1556438297</e2time>
<e2length>?:??</e2length>
<e2tags/>
<e2filename>/media/hdd/movie/24 - Day 7 - [7x01].mkv</e2filename>
<e2filesize>136647755</e2filesize>
</e2movie>
</e2movielist>

The above says you only have a single movie in that location. If it doesn’t appear in that API call the addon won’t see it either. So you would need to have locations configure for each place you have files, then everything should work ok. Just search the enigma forums for your image to learn how to set it up.

In my setup I only use the default location /media/hdd/movie but I don’t transfer anything there, just use it for recordings.
Maintainer of Enigma2 PVR addon: repo, docschangelog
How to create a full debug: here
Reply
(2019-04-27, 18:13)phunkyfish Wrote: v3.23.0 released:
- Added: Support settings levels via the current kodi settings level
- Added: Fallback EPG Entries for Timers
- Added: Support backend channel numbers using Openwebif

Note that backend channel numbers were not supported before this release. Therefor if your channel numbering/order looks funny just switch off use channel numbers from backend in pvr settings and clear the pvr cache.
Maintainer of Enigma2 PVR addon: repo, docschangelog
How to create a full debug: here
Reply
(2019-04-29, 14:22)phunkyfish Wrote:
(2019-04-27, 18:13)phunkyfish Wrote: v3.23.0 released:
- Added: Support settings levels via the current kodi settings level
- Added: Fallback EPG Entries for Timers
- Added: Support backend channel numbers using Openwebif

Note that backend channel numbers were not supported before this release. Therefor if your channel numbering/order looks funny just switch off use channel numbers from backend in pvr settings and clear the pvr cache.    
I installed the 3.23.0 update and cleared the PVR data to re-read the info. However, the channel list is still the same (as in, different from the receiver). I checked for other bouqets and I noticed that the favourites bouquet was recreated automatically.

Just to make sure that it didn't interfere I configured the client to specifically fetch the one called Ziggo only. However, that didn't help so it seems that the new code isn't working in my case.

EDIT: 
After testing on my PC running Kodi 18.1 as an app I also tried one of my Vero 4K boxes (18.2 RC) but on that system the 3.23 version still isn't available.
Reply
(2019-04-29, 21:53)Peekstra Wrote:
(2019-04-29, 14:22)phunkyfish Wrote:
(2019-04-27, 18:13)phunkyfish Wrote: v3.23.0 released:
- Added: Support settings levels via the current kodi settings level
- Added: Fallback EPG Entries for Timers
- Added: Support backend channel numbers using Openwebif

Note that backend channel numbers were not supported before this release. Therefor if your channel numbering/order looks funny just switch off use channel numbers from backend in pvr settings and clear the pvr cache.   
I installed the 3.23.0 update and cleared the PVR data to re-read the info. However, the channel list is still the same (as in, different from the receiver). I checked for other bouqets and I noticed that the favourites bouquet was recreated automatically.

Just to make sure that it didn't interfere I configured the client to specifically fetch the one called Ziggo only. However, that didn't help so it seems that the new code isn't working in my case.

Can you please provide a full debug log?

And the output of:

http://<your-ip>/web/getservices

Please use pastebin or a similar service for both.

EDIT: if for some reason a bouquet cannot be read the Last scanned bouquet will be loaded. This would mean if there was any error or mistake in specifying a channel name a scan order list of channels would appear.
Maintainer of Enigma2 PVR addon: repo, docschangelog
How to create a full debug: here
Reply
The logs were to large for pastebin (2MB>512kb), so I've created a zip and I'll PM you the link. 

I also noticed for the second time that I had to select the clear button two times to get it to work. It might be a coincidence...
Reply
(2019-04-29, 22:46)Peekstra Wrote: The logs were to large for pastebin (2MB>512kb), so I've created a zip and I'll PM you the link. 

I also noticed for the second time that I had to select the clear button two times to get it to work. It might be a coincidence...

You must be running OpenWebIf 1.3.5 or higher. You are running 1.3.2 on your Enigma2 device. Once you upgrade that should work just fine. Latest package ipk can be found here: https://github.com/E2OpenPlugins/e2openp...e/gh-pages (bear in mind this is a nightly build of openwebif). Alternatively you could also upgrade to openpli 7 which should include a later OpenWebIf (plus it will have been tested with the later version).

Just look at the LoadDeviceInfo lines in your log to check the version.

I also noticed you have a lot of old settings (they don't cause a problem but fill up your log). If you want to clear them up just delete userdata/addon_data/pvr.vuplus/settings.xml and restart kodi. Then reconfigure the addon from scratch.
Maintainer of Enigma2 PVR addon: repo, docschangelog
How to create a full debug: here
Reply
(2019-04-30, 10:04)phunkyfish Wrote:
(2019-04-29, 22:46)Peekstra Wrote: The logs were to large for pastebin (2MB>512kb), so I've created a zip and I'll PM you the link. 

I also noticed for the second time that I had to select the clear button two times to get it to work. It might be a coincidence...

You must be running OpenWebIf 1.3.5 or higher. You are running 1.3.2 on your Enigma2 device. Once you upgrade that should work just fine. Latest package ipk can be found here: https://github.com/E2OpenPlugins/e2openp...e/gh-pages (bear in mind this is a nightly build of openwebif). Alternatively you could also upgrade to openpli 7 which should include a later OpenWebIf (plus it will have been tested with the later version).

Just look at the LoadDeviceInfo lines in your log to check the version.

I also noticed you have a lot of old settings (they don't cause a problem but fill up your log). If you want to clear them up just delete userdata/addon_data/pvr.vuplus/settings.xml and restart kodi. Then reconfigure the addon from scratch.  

I didn't know that OpenPLi 7 was out as the updater didn't notify me when I checked yesterday. So I'll do a manual update later today.

And, about my Vero 4K boxes still showing only the 3.22 release is probably totally out of your hands. Maybe some local caching; I'll try a post in their forums and I'll remove the settings.xml to clean things up.  Blush

Thanks for all the support!
Reply
(2019-04-30, 10:44)Peekstra Wrote: You must be running OpenWebIf 1.3.5 or higher. You are running 1.3.2 on your Enigma2 device. Once you upgrade that should work just fine. Latest package ipk can be found here: https://github.com/

I didn't know that OpenPLi 7 was out as the updater didn't notify me when I checked yesterday. So I'll do a manual update later today.

And, about my Vero 4K boxes still showing only the 3.22 release is probably totally out of your hands. Maybe some local caching; I'll try a post in their forums and I'll remove the settings.xml to clean things up.  Blush

Thanks for all the support!

You’re very welcome 😉

The major releases don’t tend to show in the updater for any E2 image. They are usually manual only.

If you’re running OSMC, CoreElec or LibreElec on your Vero4k you have to wait for the next release for updated addons. They don’t tend to have auto update from repos like the standard platforms for binary addons.
Maintainer of Enigma2 PVR addon: repo, docschangelog
How to create a full debug: here
Reply
(2019-04-30, 15:51)phunkyfish Wrote: If you’re running OSMC, CoreElec or LibreElec on your Vero4k you have to wait for the next release for updated addons. They don’t tend to have auto update from repos like the standard platforms for binary addons. 

Thanks, that's good to know so I'll just give it some time.

I just upgraded to OpenPLi 7 but the channel numbers still don't match after clearing the data... I've checked the logs and it confirms that Openwebif 1.3.6 is now in use. I'll PM you another debug log.
Reply
Can you send me the output of this: 
Code:
http://<your-ip>/web/getservices?sRef=1%3A7%3A1%3A0%3A0%3A0%3A0%3A0%3A0%3A0%3AFROM%20BOUQUET%20%22userbouquet%2EZiggo%2Etv%22%20ORDER%20BY%20bouquet

and:

Code:
http://<your-ip>/api/getservices?provider=1&picon=1&sRef=1%3A7%3A1%3A0%3A0%3A0%3A0%3A0%3A0%3A0%3AFROM%20BOUQUET%20%22userbouquet%2EZiggo%2Etv%22%20ORDER%20BY%20bouquet

Pastebin for both please.
Maintainer of Enigma2 PVR addon: repo, docschangelog
How to create a full debug: here
Reply
(2019-04-30, 21:43)phunkyfish Wrote: Can you send me the output of this: 
Code:
http://<your-ip>/web/getservices?sRef=1%3A7%3A1%3A0%3A0%3A0%3A0%3A0%3A0%3A0%3AFROM%20BOUQUET%20%22userbouquet%2EZiggo%2Etv%22%20ORDER%20BY%20bouquet

and:

Code:
http://<your-ip>/api/getservices?provider=1&picon=1&sRef=1%3A7%3A1%3A0%3A0%3A0%3A0%3A0%3A0%3A0%3AFROM%20BOUQUET%20%22userbouquet%2EZiggo%2Etv%22%20ORDER%20BY%20bouquet

Pastebin for both please.

Here we go

https://pastebin.com/pzkhfwEq

and

https://pastebin.com/5wS9nnBj

So the correct numbers seem to be there, with lots of padding (pos 0).

EDIT: No, they're wrong Sad , but maybe the correct number is there if you ignore the POS numbers and count all the entries including the POS 0 ones... Seems like a "bug" in openwebif?
Reply
(2019-04-30, 23:18)Peekstra Wrote:
(2019-04-30, 21:43)phunkyfish Wrote: Can you send me the output of this: 
Code:
http://<your-ip>/web/getservices?sRef=1%3A7%3A1%3A0%3A0%3A0%3A0%3A0%3A0%3A0%3AFROM%20BOUQUET%20%22userbouquet%2EZiggo%2Etv%22%20ORDER%20BY%20bouquet

and:

Code:
http://<your-ip>/api/getservices?provider=1&picon=1&sRef=1%3A7%3A1%3A0%3A0%3A0%3A0%3A0%3A0%3A0%3AFROM%20BOUQUET%20%22userbouquet%2EZiggo%2Etv%22%20ORDER%20BY%20bouquet

Pastebin for both please.

Here we go

https://pastebin.com/pzkhfwEq

and

https://pastebin.com/5wS9nnBj

So the correct numbers seem to be there, with lots of padding (pos 0).

EDIT: No, they're wrong Sad , but maybe the correct number is there if you ignore the POS numbers and count all the entries including the POS 0 ones... Seems like a "bug" in openwebif?

I can fix the padding problem so a channel is ignored if the servicename is “-“. But the bug would
need to be fixed in OpenWebIf.

Note that this works correctly for me on OpenVix. There is no padding only the list of the valid channels.
Maintainer of Enigma2 PVR addon: repo, docschangelog
How to create a full debug: here
Reply
Are you using AutoBouquetMaker? I wonder is it just a very old channel formatting using padding.

Or it could be Openpli specific.
Maintainer of Enigma2 PVR addon: repo, docschangelog
How to create a full debug: here
Reply
@Peekstra Testing out your padding theory, are these the correct numbers for these channels?
  • "servicename": "Eventkanaal" - 999
  • "servicename": "Canvas" - 949
  • "servicename": "Nick Music" - 304
  • "servicename": "RTL Crime HD" - 120
  • "servicename": "Midvliet TV" - 41

This would explain why this worked for you in the old version as backend channel number would equal channel count in each group due to the padding channels.
Maintainer of Enigma2 PVR addon: repo, docschangelog
How to create a full debug: here
Reply
(2019-05-01, 08:30)phunkyfish Wrote: @Peekstra Testing out your padding theory, are these the correct numbers for these channels?
  • "servicename": "Eventkanaal" - 999
  • "servicename": "Canvas" - 949
  • "servicename": "Nick Music" - 304
  • "servicename": "RTL Crime HD" - 120
  • "servicename": "Midvliet TV" - 41

This would explain why this worked for you in the old version as backend channel number would equal channel count in each group due to the padding channels. 

I can't check it from the office, but according to https://www.ziggo.nl/televisie/zenderoverzicht/ some of them match:

Eventkanaal - matches
Canvas - no match
NickMusic - matches
RTL Crime HD - matches
Midvliet TV - not listed on site. But I can see it on openwebif (without the correct channelnumber).

So that's very close! At he moment, I can VPN to my box but I don't see the channel numbers in openwebif. However, there's a Canvas at the end so I suspect that it might be correct.
​​​​​​​
I think that you're probably right about the old plugin getting the numbers this way. 

I don't use autobouquet and all the channels are imported with cablescan.
Reply
  • 1
  • 28
  • 29
  • 30(current)
  • 31
  • 32
  • 48

Logout Mark Read Team Forum Stats Members Help
Vu+ PVR addon is getting updates again3