Posts: 10
Joined: Oct 2010
Reputation:
0
Hello,
The XBMC-PVR branch is nowadays much more stable than it ever was! Thanks for the effort!
However, something has changed in the 'channel behaviour' since a few weeks. I noticed that my DVB-T channels are always shifting throughout my channel list. To be complete, I should also keep an eye on the channel numbering for the SAT channels but on first sight, there's no issue with these.
I'll give an example:
* in vdr channels.conf, my DVB-T channels are always the first in the list
* in XBMC however, my DVB-T channels are first in the list when first synchronized but they keep on shifting since that point. They're not lost, just moved.
I mentioned in the title that I use VNSISERVER to connect to VDR. I read in another thread ther's been an API change. Maybe it's related?
Does someone experience the same (with other interfaces)?
I could try to bypass this by creating a seperate channel group of course. I just thought it was worth mentioning it...
Kind regards,
Jan
Posts: 2,274
Joined: Feb 2009
Reputation:
30
opdenkamp
Retired Team-Kodi Member
Posts: 2,274
please pastebin a full debug log.
could be related to recent api changes indeed.
opdenkamp / dushmaniac
xbmc-pvr [Eden-PVR builds] [now included in mainline XBMC, so no more source link here :)]
personal website: [link]
Found a problem with PVR? Report it on Trac, under "PVR - core components". Please attach the full debug log.
If you like my work, please consider donating to me and/or Team XBMC.
Posts: 75
Joined: Mar 2009
Reputation:
0
I tried pvr git from March, 25 with vnsi Server. For me, its not usable, because the 400+ DVB-C Channels are mixed with my about 10 Favorites. Sorted Channellist from VDR is ignored, and its nearly impossible to dig them out each time.
Also, I am not able to build channel groups as a workaround ( maybe i'm too stupid ?). I build one, but its not chooseable. Always shows the 400+ mixed channel List
Nevertheless, thanks for great efforts
Server OpenSuSE 12.3 - vdr-2.2.0 - 2xSatelco EasyWatch-C - streamdev-server git-19.02.15
Client OpenSuSE 12.3 - vdr-2.2.0 - SoftHDDevice git-19.02.15 - XBMC - Nvidia GT 610 / 331.79
Client Zbox ID84 OpenSuse 12.3 - vdr-2.2.0 - SoftHDDevice git-19.02.15 - Nvidia 331.79
Posts: 2,274
Joined: Feb 2009
Reputation:
30
opdenkamp
Retired Team-Kodi Member
Posts: 2,274
the channel lists from vdr are not taken because the add-on author didn't implement it. I'm only maintaining the tvheadend add-on myself.
you can create channel groups in the group manager (accessible from the channel manager). take the prebuilt package from my ppa or build it yourself from my github repos, the pvr-ppa branch. 25 march is ancient ;-)
opdenkamp / dushmaniac
xbmc-pvr [Eden-PVR builds] [now included in mainline XBMC, so no more source link here :)]
personal website: [link]
Found a problem with PVR? Report it on Trac, under "PVR - core components". Please attach the full debug log.
If you like my work, please consider donating to me and/or Team XBMC.
Posts: 467
Joined: May 2008
Reputation:
0
I'm also having this issue. Only since the build "2:11.0 pvr+odk28~git20110419.3513480-0ubuntu1~ppa+odk28~lucid"
I'm guessing this is when the VNSI addon changes occured.
Posts: 184
Joined: Mar 2009
Reputation:
2
I'm having the same problem.
I'm using latest vdr-plugin-vnsiserver dated 2011-04-16 commit: febb69a2becc2a386621
Posts: 2,274
Joined: Feb 2009
Reputation:
30
opdenkamp
Retired Team-Kodi Member
Posts: 2,274
in that case it's a bug in the vnsi add-on.
channel unique ids may not change. if they change, xbmc will think it's a new channel.
opdenkamp / dushmaniac
xbmc-pvr [Eden-PVR builds] [now included in mainline XBMC, so no more source link here :)]
personal website: [link]
Found a problem with PVR? Report it on Trac, under "PVR - core components". Please attach the full debug log.
If you like my work, please consider donating to me and/or Team XBMC.
Posts: 6,810
Joined: Jul 2010
Reputation:
198
that's what i am trying to find out. maybe my question was not clear enough.
vdr's unique channel id is comprised of Source, SID, NID, TID, RID. This is a string similar to : S19.2E-1-1089-12003-0. SID, NID, TID, RID are the last 4 numbers of a line in channels.conf.
if this problem is related to vnsi's construction of a channel's uid, you should notice a change of one of those numbers when the problem occur (typically after a restart). if not, we have to look somewhere else.
i have seen the problem too, but it does not happen very often.
Posts: 6,810
Joined: Jul 2010
Reputation:
198
the problem is identified and will be fixed soon in vdr-plugin-vnsiserver.