Wirbelscan-plugin: Difference between revisions
Jump to navigation
Jump to search
Line 98: | Line 98: | ||
| -p || --use-pvrinput || activate pvrinput support (''default: off''). since 0.0.7 |
| -p || --use-pvrinput || activate pvrinput support (''default: off''). since 0.0.7 |
||
|} |
|} |
||
==Service Interface== |
|||
* since 0.0.5-pre12 supports wirbelscan a service interface, so that external plugins remotely control each feature of wirbelscan. For details see [http://wirbel.htpc-forum.de/wirbelscan/SERVICES.html SERVICES.html]. So far tzhe following is supported: |
|||
** Ask Plugin Version and Service API |
|||
***''NOTE:''Service API Version of wirbelscan and external Plugin have to fit. |
|||
** Commands |
|||
***Start Scan |
|||
***Stop Scan |
|||
***store setup |
|||
** Actual status information |
|||
***Scanning/Stopped/Busy |
|||
***Name of DVB device used |
|||
***Progress in % of predefined transponders |
|||
***Signal strength as reported by dvb device |
|||
***Actual transponder |
|||
***sum count channels |
|||
***count new channels |
|||
**Set and query all setup parameters |
|||
**query known country IDs and Names |
|||
***ID (ATSC/DVB-C/DVB-T) |
|||
***short name |
|||
***full Name |
|||
**query known satellites, IDs and Names |
|||
***ID (DVB-S/S2) |
|||
***short name |
|||
***full name |
|||
a sample plugin is [http://wirbel.htpc-forum.de/wirbelscan/vdr-servdemo-0.0.1.tgz here]. To use the service API an ''#include "../wirbelscan/wirbelscan_services.h"'' should be done. |
|||
==Software Requirements== |
==Software Requirements== |
Revision as of 13:02, 15 January 2015
Description
Author: W. Koehler
This plugin scans for channels on
- DVB-T
- DVB-C
- DVB-S/S2
- pvrinput
Images
Usage
- Settings->Plugins->wirbelscan->Settings (yellow)
- choose scan type:
- DVB-T
- DVB-C
- DVB-S
- pvrinput
- choose country setting (DVB-T, DVB-C and pvrinput) or satellite in case of DVB-S/S2
- choose scan options:
- FTA
- crypted
- TV
- Radio
- use OK or Back to get previous menue.
- start scan with Start (green). NOTE: enshure that no timers are on schedule.
Notes
- the plugin is able to work without channels (channels.conf 0 bytes)
- a scan may take up to 30 minutes (or even longer)
- DVB-T ~ 3 min
- DVB-C ~ 25 min (symbolrate=AUTO, QAM=AUTO)
- DVB-C ~ 4,5 min (symbolrate=6900, QAM=64)
- DVB-C ~ 5 min (symbolrate=6900, QAM=256)
- DVB-S ~ 30 min (Astra 19,2E)
- pvrinput ~ 5min
- if DVB-C symbolrate and modulation ('QAM') are known and defined in settings, the scan can be speed up
- signal quality influences scan time and probability to find all channels
- some DVB cards need explizit Inversion setting: try "AUTO/OFF" and "AUTO/ON"
SVDRP commands
- since version 0.0.3, commands with note 1) since 0.0.5-pre12
Parameter | Description |
---|---|
S_TERR | Start DVB-T scan.svdrpsend.pl plug wirbelscan s_terr |
S_CABL | Start DVB-C scan.svdrpsend.pl plug wirbelscan s_cabl |
S_SAT | Start DVB-S scan.svdrpsend.pl plug wirbelscan s_sat |
S_PVR | Start PVRx50 scan.svdrpsend.pl plug wirbelscan s_pvr |
S_START | Start scan 1)svdrpsend.pl plug wirbelscan s_start |
S_STOP | Stop scansvdrpsend.pl plug wirbelscan s_stop |
SETUP <verb:log:type:inv_t:inv_c:srate:qam:cidx:sidx:s2:atsc:flags> | change plugin setup 1)
verb - verbosity (0..5) svdrpsend.pl plug wirbelscan setup 3:1:1:0:0:0:0:80:6:1:0:31 |
STORE | Store Setup 1) svdrpsend.pl plug wirbelscan store |
LSTC | List Country IDs 1) svdrpsend.pl plug wirbelscan lstc |
LSTS | List Satellite IDs 1) svdrpsend.pl plug wirbelscan lsts |
QUERY | Query plugin version, setup values, plugin service API 1) svdrpsend.pl plug wirbelscan query |
use ssh/putty or vdradmin, i.e. "plug wirbelscan s_pvr"
Parameters
Parameter (short) | Parameter (long) | Description |
---|---|---|
-p | --use-pvrinput | activate pvrinput support (default: off). since 0.0.7 |
Software Requirements
- pvrinput plugin (only if pvrscan needed)
Installation
- see general Plugin Installation
Add-Ons
- opt: Main Menue Entry via wirbelscancontrol-plugin