|
SageTV v9 Customizations This forums is for discussing and sharing user-created modifications for the SageTV version 9 application created by using the SageTV Studio or through the use of external plugins. Use this forum to discuss plugins for SageTV version 9 and newer. |
|
Thread Tools | Search this Thread | Display Modes |
#61
|
||||
|
||||
Quote:
[HKEY_LOCAL_MACHINE\SOFTWARE\Frey Technologies\Common\EXEMultiTunerPlugin] "command"="C:\\Firewire\\4digit.cmd %DEVICE% %CHANNEL%" Step 3: For EXEMultiTunerPlugin, the .ir file goes into Common\RemoteCodes\EXEMultiTunerPlugin folder. Step 4: Yes that's in Sage Properties file. |
#62
|
||||
|
||||
Quote:
OH, what's the content of your IR file? Is it empty, or does it include instructions. Somewhere, I think I need an -f to be inserted, as that's the only way I can trigger a channel change using channel.exe
__________________
Sage 9 server = Gigabyte AMD quad-core - 4 gigs - integrated ATI HD4200 chipset - SSD boot, Hitachi Deskstar show drives. HD-PVR - Colossus - Win7 32 bit. HD200/300’s networked. HDHomerun tuner. "If you've given up on Weird Al, you've given up on life" - Homer Simpson Last edited by tvmaster2; 11-21-2019 at 05:54 PM. |
#63
|
|||
|
|||
Quote:
If your tuner needs a '-f', put it in the registry string you told SageTV to run. It just issues that registry string as a command line call with the device and channel variables substituted for the real things. |
#64
|
||||
|
||||
Quote:
I guess if someone could post the character string from a working, cable, set top box ir that would be excellent
__________________
Sage 9 server = Gigabyte AMD quad-core - 4 gigs - integrated ATI HD4200 chipset - SSD boot, Hitachi Deskstar show drives. HD-PVR - Colossus - Win7 32 bit. HD200/300’s networked. HDHomerun tuner. "If you've given up on Weird Al, you've given up on life" - Homer Simpson |
#65
|
|||
|
|||
Quote:
|
#66
|
||||
|
||||
Quote:
timmoooore’s To get the box the change channels, I have to open Timmoore’s cod line, type “channel -f -an 2 channel#” why ‘an’ I’m not sure. That being the case, all of that would need to go into the regedit file, yes? So the channelw.exe location goes first, followed by the -f -an part, then the panel number, or device ID goes between %%, then %channel%. Sound right?
__________________
Sage 9 server = Gigabyte AMD quad-core - 4 gigs - integrated ATI HD4200 chipset - SSD boot, Hitachi Deskstar show drives. HD-PVR - Colossus - Win7 32 bit. HD200/300’s networked. HDHomerun tuner. "If you've given up on Weird Al, you've given up on life" - Homer Simpson Last edited by tvmaster2; 11-22-2019 at 02:50 PM. |
#67
|
|||
|
|||
Quote:
Code:
D:\fire>channel /? channel: Change channel via firewire, timmmoore Copyright 2005 Firewire STB channel changer V1.0.9, by timmmoore channel -v -tN -aM -d -n Device Channel -v: verbose -aN: alternate commands, N = 0, 1, 2, 3, 4 0: send channel as a single command (doesn't work while streaming) 1: send channel as a 3 press key commands 2: send channel as a 3 press/release key commands (default) 3: send channel as a 3 release key commands 4: send channel as a single command (works with SA3250, SA8X00) -tN: timeout in milliseconds between digits for -a1, 2, 3 (default: 50) -f: force commands to be sent on non-supported devices -d: decimal, send channel as a decimal single key -n: device number is firewire unique name Code:
channel -f -a2 2 channel Since '-a2' is the default, you can omit it, unless you need to use one of the other 'alternative command' values - which depends on your STB. I'm guessing that the channel command is simply ignoring the '-an' in your example since 'n' is not 0-4. --John |
#68
|
||||
|
||||
Quote:
__________________
Sage 9 server = Gigabyte AMD quad-core - 4 gigs - integrated ATI HD4200 chipset - SSD boot, Hitachi Deskstar show drives. HD-PVR - Colossus - Win7 32 bit. HD200/300’s networked. HDHomerun tuner. "If you've given up on Weird Al, you've given up on life" - Homer Simpson Last edited by tvmaster2; 11-22-2019 at 03:25 PM. |
#69
|
|||
|
|||
Ah, ok, just checking!
Based on the earlier parts of the thread, I'm guessing your registry entry (the part after the path) should literally be: Code:
channelw.exe -f -a6 %DEVICE% %CHANNEL% --John |
#70
|
||||
|
||||
Quote:
__________________
Sage 9 server = Gigabyte AMD quad-core - 4 gigs - integrated ATI HD4200 chipset - SSD boot, Hitachi Deskstar show drives. HD-PVR - Colossus - Win7 32 bit. HD200/300’s networked. HDHomerun tuner. "If you've given up on Weird Al, you've given up on life" - Homer Simpson Last edited by tvmaster2; 11-22-2019 at 09:18 PM. |
#71
|
|||
|
|||
Not sure what you mean by %DEVICE% isn’t changing. That’s a placeholder where SageTV substitutes in the real device name. I thought you said channel changing was working from the command line? If so, you just need SageTV to call that command line. It does that by mapping the .ir file device to a tuner and then calling the command you put in the registry.
If the command line call works, your drivers are fine and you just need to configure the .ir and registry. The %DEVICE% parameter is never seen by the Windows driver. |
#72
|
||||
|
||||
Quote:
__________________
Sage 9 server = Gigabyte AMD quad-core - 4 gigs - integrated ATI HD4200 chipset - SSD boot, Hitachi Deskstar show drives. HD-PVR - Colossus - Win7 32 bit. HD200/300’s networked. HDHomerun tuner. "If you've given up on Weird Al, you've given up on life" - Homer Simpson |
#73
|
||||
|
||||
If you just upgraded to 64 bit Sage, then the registry entries are in a different place. Search registry for Frey Technologies
|
#74
|
||||
|
||||
Hi. Nope, didn’t upgrade or update from W7 32 bit, besides Windows updates, which somehow trashed my 1394 channel change, now I can’t get it working again. I’m obviously entering the wrong info in the wrong place, but haven’t figured out where yet. The command line is indeed in the Frey reg folder, but my install is in Sagetv folder. Is that the disconnect?
__________________
Sage 9 server = Gigabyte AMD quad-core - 4 gigs - integrated ATI HD4200 chipset - SSD boot, Hitachi Deskstar show drives. HD-PVR - Colossus - Win7 32 bit. HD200/300’s networked. HDHomerun tuner. "If you've given up on Weird Al, you've given up on life" - Homer Simpson Last edited by tvmaster2; 11-23-2019 at 03:45 PM. |
#75
|
||||
|
||||
The actual command syntax will probably look different than mine, but otherwise similar I suppose. See image.
I had to manually add the "command" STRING value. |
#76
|
||||
|
||||
and what dir is your Sage install in; the common folder, remotes folder.
__________________
Sage 9 server = Gigabyte AMD quad-core - 4 gigs - integrated ATI HD4200 chipset - SSD boot, Hitachi Deskstar show drives. HD-PVR - Colossus - Win7 32 bit. HD200/300’s networked. HDHomerun tuner. "If you've given up on Weird Al, you've given up on life" - Homer Simpson Last edited by tvmaster2; 11-23-2019 at 04:20 PM. |
#77
|
||||
|
||||
For a 32 bit Sage install:
The EXEMultiTunerPlugin.dll file is in here: C:\Program Files (x86)\SageTV\Common The Remote Codes are in here: C:\Program Files (x86)\SageTV\Common\RemoteCodes |
#78
|
||||
|
||||
right, that’s all good then. What about the registry: does the %DEVICE% %CHANNEL% line need to be in a folder matching the name of the c: drive install dir?
__________________
Sage 9 server = Gigabyte AMD quad-core - 4 gigs - integrated ATI HD4200 chipset - SSD boot, Hitachi Deskstar show drives. HD-PVR - Colossus - Win7 32 bit. HD200/300’s networked. HDHomerun tuner. "If you've given up on Weird Al, you've given up on life" - Homer Simpson |
#79
|
||||
|
||||
Not to my knowledge. I really need someone else with a similar STB to get in here and help you with the syntax of the registry entry, and the sage.properties file.
|
#80
|
||||
|
||||
I was using FWChannelProxy before this and it worked just fine. Did some Windows updates and it stopped, and no matter how simple all the directions are, I can't get it working again, at least through Sage's interface. I can force a channel change via channel.exe, so I know the 1394 port on the cable box is functional. After that, it's a mystery...
__________________
Sage 9 server = Gigabyte AMD quad-core - 4 gigs - integrated ATI HD4200 chipset - SSD boot, Hitachi Deskstar show drives. HD-PVR - Colossus - Win7 32 bit. HD200/300’s networked. HDHomerun tuner. "If you've given up on Weird Al, you've given up on life" - Homer Simpson |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
EXEmultiTuner Crash | wolfpackmars2 | Hardware Support | 2 | 02-28-2010 07:02 PM |
exemultituner download? | mrrrl | SageTV Customizations | 1 | 07-19-2008 09:24 PM |
EXEMultiTuner.dll | MrD | Hardware Support | 0 | 04-05-2008 11:58 PM |
ExeMultiTuner Bug | mike1961 | Hardware Support | 2 | 03-10-2008 09:20 PM |
Where is exemultituner ? | EricandLorrie | Hardware Support | 3 | 12-23-2006 01:00 PM |