Add-on:DVBViewer Client: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
Line 85: Line 85:


==Advanced Settings==
==Advanced Settings==
<section begin="Settings" />
<section begin="Advanced" />
[[File:PVR.DVBViewer_Client.advanced.png|500px|right]]
[[File:PVR.DVBViewer_Client.advanced.png|500px|right]]
{|
{|
; Enable Timeshift
; Put outline (e.g. subtitles) before plot
: Enable or disable timeshift support.
: Some skins don't display the outline so some EPG information is hidden. Values are: Never, In EPG only, In recordings only, Always
; Timeshift buffer path
: The path to the timeshift buffer file. If you watch a channel for a long time you might run out of disk space (depends on your free space). Switching channel will truncate the file.
; Use RTSP streaming for live TV
: Use RTSP instead of MPEG transport stream for live TV. At present this disables timeshift support.
; Enable low performance mode
; Enable low performance mode
: Disables loading of channel logos and recording thumbnails. Use on low performance devices such as the Raspberry Pi
: Disables loading of channel logos and recording thumbnails. Use on low performance devices such as the Raspberry Pi
|
; Enable transcoding
: If enabled, Recording Service will encode the video stream on the fly to some other format. Setting specifies the container format and can be either TS, WebM or FLV.
; Transcoding URL parameters
: URL parameters to be passed to the Recording Service transcoding API. For example to specify the ffmpeg preset. See [http://www.dvbviewer.tv/forum/applications/core/interface/file/attachment.php?id=41517 transcoding_params_en.txt] for all supported URL parameters. Important: Make sure to URL-encode (search for "url encode online") the setting.
|}
|}
{{-}}
{{-}}
<section end="Settings" />
<section end="Advanced" />


==Support==
==Support==

Revision as of 17:24, 18 February 2017

PVR/Contents

DVBViewer PVR client
https://raw.githubusercontent.com/kodi-pvr/pvr.dvbviewer/master/pvr.dvbviewer/icon.png

See this add-on on the kodi.tv showcase

Author: A600, Manuel Mausz
Website: link
Type: PVR
Repo: Kodi.tv repo v20
Kodi.tv repo v19

License: GNU GPL Version 2
Source: Source code
Summary: DVBViewer PVR client
Home icon grey.png   ▶ Add-ons ▶ DVBViewer PVR client
Attention talk.png Need help with this add-on? See here.

DVBViewer PVR client for DVBViewer Recording Service supporting streaming of Live TV & Recordings, EPG, Timers.

Installing

This add-on is installed from the Add-on browser located in Kodi as follows:

  1. Settings
  2. Add-ons
  3. Install from repository
  4. DVBViewer Client
  5. Install

Overview

DVBViewer Client is a Kodi PVR add-on for the DVBViewer Recording Service, being fully compatible with the upcoming version 2 (now called DVBViewer Media Server), supporting live and timeshifted TV playback (also for scrambled channels), EPG, instant and (EPG-)scheduled (via one-shot and repeating timers) recordings.

For more information about DVBViewer Recording Service, please see PVR/Backend/DVBViewer.

Installing DVBViewer PVR backend software

Please see PVR/Backend/DVBViewer

Connecting Kodi to DVBViewer Recording Service

Template:PVR repo notice

  1. Go to Settings -> Add-ons -> Enabled add-ons -> PVR Clients and select the DVBViewer Client add-on
  2. Select "Configure"
  3. By default, you should only need to fill in DVBViewer Recording Service IP address.


PVR.DVBViewer Client.settings.png
DVBViewer Recording Service IP address
The hostname or IP address of the server where DVBViewer Recording Service is installed and running. If on the same machine then 'localhost' or 127.0.0.1 can be used.
Webinterface Port
Port of Recording Service Webinterface
Username / Password
Login credentials for the Recording Service Webinterface



Live TV

PVR.DVBViewer Client.livetv.png
Use favourites instead of channel list
Display channels of favourites file instead of whole list. Small favourites list speeds up startup time.
Use local favourites file
Allows to specify a local favourites file. If not specified the remote (stored on the Recording Service Host) will be used.
Enable Timeshift
Enable or disable timeshift support.
Timeshift buffer path
The path to the timeshift buffer file. If you watch a channel for a long time you might run out of disk space (depends on your free space). Switching channel will truncate the file.



Recordings

PVR.DVBViewer Client.recordings.png
Group Recordings
Group by recording directory, recording date, first letter, tv channel or series



Advanced Settings

PVR.DVBViewer Client.advanced.png
Put outline (e.g. subtitles) before plot
Some skins don't display the outline so some EPG information is hidden. Values are: Never, In EPG only, In recordings only, Always
Enable low performance mode
Disables loading of channel logos and recording thumbnails. Use on low performance devices such as the Raspberry Pi
Enable transcoding
If enabled, Recording Service will encode the video stream on the fly to some other format. Setting specifies the container format and can be either TS, WebM or FLV.
Transcoding URL parameters
URL parameters to be passed to the Recording Service transcoding API. For example to specify the ffmpeg preset. See transcoding_params_en.txt for all supported URL parameters. Important: Make sure to URL-encode (search for "url encode online") the setting.



Support

Development

Code for the client is available here: https://github.com/kodi-pvr/pvr.dvbviewer/

Please submit bug reports here: https://github.com/kodi-pvr/pvr.dvbviewer/issues

See also

External Links