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
herrjones
Junior Member Posts: 9 Joined: Oct 2010 Reputation: 0 Location: Belgium |
2011-04-20 08:07
Post: #1
|
| find quote |
opdenkamp
Team-XBMC PVR Developer Joined: Feb 2009 Reputation: 24 Location: Heerlen, The Netherlands |
2011-04-20 08:55
Post: #2
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. |
| find quote |
asshep
Member Posts: 60 Joined: Mar 2009 Reputation: 0 |
2011-04-20 19:22
Post: #3
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.1 - vdr-2.0.1 - 2xSatelco EasyWatch-C - streamdev-server git-31.03.2013 - vnsi4-01.05.2013 Client OpenSuSE 12.1 - vdr-2.0.1 - SoftHDDevice git-01.05.2013 - XBMC + vnsi4 git-01.05.2013 - Nvidea GT 610 / 313.30 Client Zbox ID84 OpenSuse 12.2 - vdr-2.0.1 - SoftHDDevice git-01.05.2013 - XBMC + vnsi4 git-01.05.2013 - Nvidea 313.30 |
| find quote |
opdenkamp
Team-XBMC PVR Developer Joined: Feb 2009 Reputation: 24 Location: Heerlen, The Netherlands |
2011-04-20 22:34
Post: #4
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. |
| find quote |
herrjones
Junior Member Posts: 9 Joined: Oct 2010 Reputation: 0 Location: Belgium |
2011-04-20 23:20
Post: #5
Hey,
The logging of a first synchronization : http://pastebin.com/ew2VyQmB Here the channels 'een' and 'canvas' are on channel position 1 and 2 The logging of a second start (a few minutes later) : http://pastebin.com/1QDwWTHX Here the channels 'een' and 'canvas' are on channel position 426 and 427... I noticed in the second logging that the channels are being deleted, or am I wrong? Regards, Jan
(This post was last modified: 2011-04-20 23:27 by herrjones.)
|
| find quote |
opdenkamp
Team-XBMC PVR Developer Joined: Feb 2009 Reputation: 24 Location: Heerlen, The Netherlands |
2011-04-21 00:58
Post: #6
just explained it in the second part of this post: http://forum.xbmc.org/showthread.php?p=7...post779828
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. |
| find quote |
FernetMenta
Team-XBMC Member Posts: 1,622 Joined: Jul 2010 Reputation: 34 Location: Munich |
2011-04-21 08:40
Post: #7
herrjones Wrote:Hey, Code: VDR VNSI Client: Logged in at '1303333503+7200' to 'VDR-Network-Streaming-Interface (VNSI) Server' Version: '0.0.1' with protocol version '140174847639554'that's a bit strange. protocol should be 1 or 2. what version of the vnsi vdr plugin are you using? another problem might be vdr's unique channel id. according to vdr doc it is defines as: SRC-NID-TID-SID-RID. if one of those paramters is changed, a channel gets a new unique id: PVR will create a new entry for this channel and will delete the old one -> position will change as well. - can you compare you channels.conf and check if it changes? - if this is the case, you can try to turn of channel update in setup.conf maybe we need to find a different way to determine uniqueness of a vdr channel |
| find quote |
ant_thomas
Fan Posts: 355 Joined: May 2008 Reputation: 0 Location: Manchester, UK |
2011-04-21 10:50
Post: #8
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. |
| find quote |
decaturguy
Senior Member Joined: Mar 2009 Reputation: 0 Location: Sweden |
2011-04-21 11:30
Post: #9
I'm having the same problem.
I'm using latest vdr-plugin-vnsiserver dated 2011-04-16 commit: febb69a2becc2a386621 |
| find quote |
FernetMenta
Team-XBMC Member Posts: 1,622 Joined: Jul 2010 Reputation: 34 Location: Munich |
2011-04-21 11:46
Post: #10
decaturguy Wrote:I'm having the same problem. do you see a change of the parameters in channels.conf when reordering of channels occur? |
| find quote |

Search
Help