let me 1st say that this plugin was written by Mitch, I would like to thank him very much for that.
Me and Dartman_71 helped in testing.
1. install latest RR
2. install dvb viewer
3. run the plugin installer (there is a test skin in the plugin folder - just copy the files to your skin folder)
SkinCommand; "DVB", translates to "LOAD;dvb.skin;DVB"
label; ACTIVESOURCE = "DVB", uservar; ACTIVESOURCEID = 9
Code:*******************************************
* DVBViewer plugin for Ride Runner
* V1.0.0
*******************************************
* Requires DVBViewer
* Requires RideRunner 08/2010 or Newer
* Skin name = "dvb.skin"
Summary:
When entering "dvb.skin" the plugin will launch(if not already running)
dvbviewer.exe and wait for it to load, and send the un-mute command.
If already loaded, it will send un-mute command.
The RR "EXIT" command (while on "dvb.skin", will send the mute command.
RR.ini Setting:
"dvbviewerexepath=" path to dvbviewer.exe
Examples:
dvbviewerexepath=C:\Program Files (x86)\DVBViewer\dvbviewer.exe
dvbviewerexepath=C:\Program Files\DVBViewer\dvbviewer.exe
COMMANDS:
-------------------------
"DVBCOMMAND;xxxx" - Sends command xxxx to dvbviewer.exe (see below for xxxx)
Example: "DVBCOMMAND;8" is channel minus
"DVBMUTE;x" - Mutes or Un-Mutes DVBViewer Audio.
Example: "DVBMUTE;1" or "DVBMUTE;true" mutes
"DVBMUTE;0" or "DVBMUTE;false" un-mutes
DVBViewer Commands: (from actiions.ini)
-------------------------
Pause=0
OnTop=1
HideMenu=2
ShowStatusbar=3
Toolbar=4
Fullscreen=5
Exit=6
Channellist=7
ChanMinus=8
ChanPlus=9
ChanSave=10
Fav1=11
Fav2=12
Fav3=13
Fav4=14
Fav5=15
Fav6=16
Fav7=17
Fav8=18
Fav9=19
Fav+=20
Fav-=21
Aspect=22
Zoom=23
Options=24
Mute=25
VolUp=26
VolDown=27
Display=28
Zoom50=29
Zoom100=30
Zoom200=31
Desktop=32
RecordSettings=33
Record=34
Teletext=35
EPG=37
Fav0=38
Channel0=40
Channel1=41
Channel2=42
Channel3=43
Channel4=44
Channel5=45
Channel6=46
Channel7=47
Channel8=48
Channel9=49
TimeShift=50
TimeShiftWindow=51
TimeshiftStop=52
RebuildGraph=53
TitlebarHide=54
BrightnessUp=55
BrightnessDown=56
SaturationUp=57
SaturationDown=58
ContrastUp=59
ContrastDown=60
HueUp=61
HueDown=62
LastChannel=63
Playlist=64
PlaylistStart=65
PlaylistNext=66
PlaylistPrevious=67
PlaylistLoop=68
PlaylistStop=69
PlaylistRandom=70
Hide All=71
Audio Channel=72
OSD-OK=73
OSD-Red=74
OSD-Green=75
OSD-Yellow=76
OSD-Blue=77
OSD-Up=78
OSD-Down=79
OSD-First=80
OSD-Last=81
OSD-Previous=82
OSD-Next=83
OSD-Close=84
Best Width=89
Play=92
Open File=94
Stereo/Left/Right=95
OSD-Teletext=101
Jump Minus 10=102
Jump Plus 10=103
Zoom Up=104
Zoom Down=105
StretchH Up=106
StretchH Down=107
StretchV Up=108
StretchV Down=109
Stretch Reset=110
OSD-Menu=111
Previous=112
Next=113
Stop=114
Screenshot=115
Equalizer=116
ChannelEdit=117
Last File=118
ChannelScan=119
Video Output A/B=132
Audio Output A/B=133
Show Videowindow=821
OSD-Left=2000
OSD-Clock=2010
OSD-Right=2100
OSD-Show HTPC=2110
OSD-Background Toggle=8194
OSD-Show Timer=8195
OSD-Show Recordings=8196
OSD-Show Now=8197
OSD-Show EPG=8198
OSD-Show Channels=8199
OSD-Show Favourites=8200
OSD-Show Timeline=8201
OSD-Show Picture=8202
OSD-Show Music=8203
OSD-Show Video=8204
OSD-Show News=8205
OSD-Show Weather=8206
OSD-Show Miniepg=8207
OSD-Show Computer=8210
Toggle Mosaicpreview=8211
OSD-Show Alarms=8212
Show help=8213
Hide Videowindow=8214
Exit=12294
Toggle background=12297
Eject CD=12299
Forward=12304
Rewind=12305
Add Bookmark=12306
Hibernate=12323
Standby=12324
Slumbermode=12325
Close DVBViewer=12326
Speed up=12382
Speed down=12383
Show Playlist=12384
Show Version=16384
Disable Audio=16385
Disable AudioVideo=16386
Disable Video=16387
Enable AudioVideo=16388
Zoomlevel Standard=16389
Zoomlevel 0=16390
Zoomlevel 1=16391
Zoomlevel 2=16392
Zoomlevel 3=16393
Zoomlevel Toggle=16394
Toggle Preview=16395
Restore DefaultColors=16396
DVD Menu=8246
Shutdown Card=12327
Shutdown Monitor=12328
Stop Graph=16383
WindowMinimize=16382
WindowRestore=16397
OSD-Show Subtitlemenu=8247
OSD-Show Audiomenu=8248
Play DVD=8250
Recorded Shows and Timer statistics=2011
Keep Timeshift File=2012
Portal select=8254
Zoom75=2013
Clear Channel usage counter=8255
Stop Renderer=8256
Play AudioCD=8257
OSD-CAM Window=8259
Refresh RecDB=8260
Cleanup RecDB=8261
Compress RecDB=8262
Refresh Cleanup Compress RecDB=8263
Power Off=12325
Reboot=12329
Show Current Info=8264
Show Radio list=8265
Service Standby=8272
Service Hibernate=8274
Service Shutdown PC=8273
Service Wake on LAN=8275
Service get EPG=8276
DVB Source Properties=134
OSD-Show SysInfo=8277
OSD Toggle View=8278
OSD Toggle Sort=8279
OSD Toggle Sortdirection=8280

