• 1
  • 73
  • 74
  • 75(current)
  • 76
  • 77
  • 78
[Release] DVBViewer Recording Service PVR
(2015-01-31, 06:52)Piers Wrote: Can someone else look at their xml output and see if it's similar?
A typical programme entry in my xml looks like this:
Quote: <programme start="20150205001500 +0100" stop="20150205004500 +0100" channel="10305">
<title>Film 2015</title>
<desc>Claudia Winkleman and Danny Leigh take a critical look at the week's film releases, including civil rights drama Selma and sci-fi epic Jupiter Ascending. Also in HD. [S]</desc>
<category>Entertainment - Factual</category>
<video>
<aspect>16:9</aspect>
</video>
<audio>
<stereo>stereo</stereo>
</audio>
<subtitles type="teletext" />
<episode-num system="xmltv_ns">6705 . . </episode-num>
</programme>
I use EPG Collector which is automatically imported into dvbviewer, if that makes a difference.

Edit: My epg displays properly in kodi.
hi ...guys i dont mean to jump into the thread....but can someone direct me as to why the dvbviewer pvr plugin isnt working with the kodi nighty builds.....please?
(2015-01-31, 10:14)trogggy Wrote:
(2015-01-31, 06:52)Piers Wrote: Can someone else look at their xml output and see if it's similar?
A typical programme entry in my xml looks like this:
Quote: <programme start="20150205001500 +0100" stop="20150205004500 +0100" channel="10305">
<title>Film 2015</title>
<desc>Claudia Winkleman and Danny Leigh take a critical look at the week's film releases, including civil rights drama Selma and sci-fi epic Jupiter Ascending. Also in HD. [S]</desc>
<category>Entertainment - Factual</category>
<video>
<aspect>16:9</aspect>
</video>
<audio>
<stereo>stereo</stereo>
</audio>
<subtitles type="teletext" />
<episode-num system="xmltv_ns">6705 . . </episode-num>
</programme>
I use EPG Collector which is automatically imported into dvbviewer, if that makes a difference.

Edit: My epg displays properly in kodi.

Hmm, is there a simple guide on how to set that up with Freeview HD channels + DVBViewer so it's automated?
Please read the online manual (wiki) & FAQ (wiki) before posting.

Skins: Estuary | Xperience1080
Opinion: Never purchase HTC products
(2015-01-31, 17:42)Piers Wrote:
(2015-01-31, 10:14)trogggy Wrote:
(2015-01-31, 06:52)Piers Wrote: Can someone else look at their xml output and see if it's similar?
A typical programme entry in my xml looks like this:
Quote: <programme start="20150205001500 +0100" stop="20150205004500 +0100" channel="10305">
<title>Film 2015</title>
<desc>Claudia Winkleman and Danny Leigh take a critical look at the week's film releases, including civil rights drama Selma and sci-fi epic Jupiter Ascending. Also in HD. [S]</desc>
<category>Entertainment - Factual</category>
<video>
<aspect>16:9</aspect>
</video>
<audio>
<stereo>stereo</stereo>
</audio>
<subtitles type="teletext" />
<episode-num system="xmltv_ns">6705 . . </episode-num>
</programme>
I use EPG Collector which is automatically imported into dvbviewer, if that makes a difference.

Edit: My epg displays properly in kodi.

Hmm, is there a simple guide on how to set that up with Freeview HD channels + DVBViewer so it's automated?
I'll see if I can dig out the links I used - tonight hopefully. I've only had it running for a month or so, it was fairly straightforward to set up as I remember.
Once it's set up scanning as you want it's simple to automate via task scheduler.
I have EPG problem which in local device it's take a lot of time to collect the EPG in network pc it's very speed and no problem with that

also I can't update to v 1.9.26

any way to help

also I ask how to let RTPS working until now just the time shift is working
(2015-01-31, 03:04)Piers Wrote: I've made further progress on the EPG issue over at the DVBViewer forum. Here's a quote "The long text is in the EventDescription German TV Stations are using the Extended Event Text for that."
Yes, I'm fully aware of this. This should make your life easier: https://github.com/manuelm/xbmc-pvr-addo...f7adb9069f
For your skin it's probably the best to set "Put outline (e.g. subtitles) before plot" to "Always". For Kodis default skin, which shows "plot outline" in recordings as a separate field and because this PVR is primarily used in german speaking countries the default value will be "In EPG only".
All in all I'm not really happy about this new setting, but I can't think of good solution to automatically identify if the EPG field contains the description or just subtitles.

(2015-01-31, 18:11)josef00 Wrote: also I can't update to v 1.9.26
1.9.26 is for nightly only.

(2015-01-31, 18:11)josef00 Wrote: also I ask how to let RTPS working until now just the time shift is working
RTSP seems broken with Helix/latest ffmpeg update. Will probably remove it.
Edit: RTSP with included ffmpeg works. Linked against Fedoras ffmpeg doesn't. Will re-test on Windows later.

Before releasing the next version I'll once again see if I can fix the playback of ongoing recordings.
this thread is confusing where I get a precompiled rpi/arm version of the last source...?
too lazy to build it...
using the last rpi kodi 15 nightly....
(2015-02-01, 02:27)thor2002ro Wrote: this thread is confusing where I get a precompiled rpi/arm version of the last source...?
Yes, this thread will be closed in a couple of days.

(2015-02-01, 02:27)thor2002ro Wrote: too lazy to build it...
using the last rpi kodi 15 nightly....
Well, you've compiled kodi nightly for arm, so go ahead and build the PVRs too: https://github.com/opdenkamp/xbmc-pvr-addons
Or just stick to the official releases...
I said I was lazy .... why not give me a bone ... Sad
1.9.23 is the latest release for Helix. 1.9.26 is the current release for Kodis nightly. There are no new features or even bugfixes between these versions. Only updated translations.

If you really really want to run code between releases, you have to compile the PVR yourself: https://github.com/manuelm/xbmc-pvr-addons
Good luck.
ok... thanks
thanks sir for your reply

any way to support plugins for encryption channel like DVBViewer pro

by using RTPS I can see encryption channel with add plugins for DVBViewer pro

can DVBViewer client support that in future
(2015-02-01, 17:05)josef00 Wrote: any way to support plugins for encryption channel like DVBViewer pro

by using RTPS I can see encryption channel with add plugins for DVBViewer pro

can DVBViewer client support that in future
You're mixing client and backend side. Decryption is handled on backend side. This PVR is a client only. See http://en.dvbviewer.tv/wiki/Plugins_and_...ng_Service
Anyway, this has nothing to do with Kodi or the PVR, so for further question please head over to the DVBViewer forums.
(2015-02-01, 17:11)manül Wrote:
(2015-02-01, 17:05)josef00 Wrote: any way to support plugins for encryption channel like DVBViewer pro

by using RTPS I can see encryption channel with add plugins for DVBViewer pro

can DVBViewer client support that in future
You're mixing client and backend side. Decryption is handled on backend side. This PVR is a client only. See http://en.dvbviewer.tv/wiki/Plugins_and_...ng_Service
Anyway, this has nothing to do with Kodi or the PVR, so for further question please head over to the DVBViewer forums.


thanks man this real help
sir can you add search channel in channel list for DVBViewer client
  • 1
  • 73
  • 74
  • 75(current)
  • 76
  • 77
  • 78

Logout Mark Read Team Forum Stats Members Help
[Release] DVBViewer Recording Service PVR12