|
SageTV Software Discussion related to the SageTV application produced by SageTV. Questions, issues, problems, suggestions, etc. relating to the SageTV software application should be posted here. (Check the descriptions of the other forums; all hardware related questions go in the Hardware Support forum, etc. And, post in the customizations forum instead if any customizations are active.) |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
||||
|
||||
Need EXEMultiTuner install help
Windows 7 64 bit running SageTV V9.1.9.782 (32 bit)
I have ExeMultiTunerPlugin.dll in C:\SagetTV\Common sage.properties I have mmc/encoders/1075541031/3/0/device_name=2 mmc/encoders/1075541031/3/0/tuning_plugin=C\:\\SageTV\\Common\\EXEMultiTunerPlugin.dll Registry HLM\SOFTWARE\Wow6432Node\Frey Technologies\Common I have EXEMultiTunerPlugin (name) command="RokuMultiChannelChg.bat %DEVICE% %CHANNEL%" (value) In C:\SageTV\Common\RemoteCodes\EXEMultiTunerPlugin I have 2.ir which is an empty file I even tried a 2.ir file in C:\SageTV\Common\RemoteCodes\ I'm thinking I have the Registry entry in the wrong place but that was the only path I had Frey Technologies. Thoughts on what i might be missing? |
#2
|
|||
|
|||
Quote:
|
#3
|
||||
|
||||
Running Sagetv 32bit not 64bit. So you are saying the registry should be based on the OS (64bit) instead of Sagetv (32bit)?
|
#4
|
|||
|
|||
Sorry. I saw the 64 bit for Windows and didn’t read where you very specifically wrote 32-bit 9.1.9. That’s what I get for assuming. You have the right registry spot.
|
#5
|
|||
|
|||
Quote:
One thing your IR files cannot be blank they need something like the following inside: Code:
192.168.0.30 38000 400 3 Hope that helps.
__________________
"Keep your goals away from the trolls" |
#6
|
|||
|
|||
Quote:
EDIT: Actually the name of the .ir file (minus the “.ir”) is what gets passed into the %DEVICE% parameter. I don’t think the contents of .ir file are important, other than they need to have a name followed by 3 numbers so the parser succeeds. Last edited by wnjj; 02-03-2019 at 04:30 PM. |
#7
|
||||
|
||||
Still having issues. The bat file works perfectly when ran from the dos prompt.
Doesn't help have very limited time during the week to fool with it. And not much more on the weekends. Does EXEMultiTuner have a log file or write to Sagetv_0.txt? Or somehow put it in debug mode? The dll I have has a 4/8/2003 timestamp and is about 56KB In between registry changes, anything I need to do? restart sage, reboot, ??? |
#8
|
|||
|
|||
Quote:
|
#9
|
|||
|
|||
I'm doing something very similar to control Directv Now. For me I'm on Win10 64-bit and the main difference that I am see in my command as compared to yours is that in the registry I have:
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Frey Technologies\Common\EXEMultiTunerPlugin in that key I have a subkey "command" [type:REG_SZ] with the following value: "C:\Program Files (x86)\SageTV\SageTV\test.bat %DEVICE% %CHANNEL%" I think you may need to use the full path to your batch file. Hope this helps! |
#10
|
|||
|
|||
When you attempt the tune I think there a a few basic messages. Post the log section when you try to change the channel.
|
#11
|
|||
|
|||
Quote:
|
#12
|
||||
|
||||
Yes. One of the first steps I did. Writes to the log file when ran from dos. Doesn’t when change channel or watch live via sage. While watching live and run bat from dos, it does change the channel
|
#13
|
||||
|
||||
Quote:
Question: do you have key or value with or without quotes? |
#14
|
|||
|
|||
Quote:
What does your 2.ir file contain now and what directory is it in? Does device “2” show up as an option when you configure tuners via the GUI? |
#15
|
||||
|
||||
from Sage.properties file
Code:
mmc/encoders/1075541031/3/0/device_name=2 mmc/encoders/1075541031/3/0/tuning_plugin=C\:\\SageTV\\Common\\EXEMultiTunerPlugin.dll Code:
192.168.254.20 38000 400 3 Will have to wait later for the sagetv_0.txt info |
#16
|
|||
|
|||
Do other settings in the same area in the registry seem to work (like heap size)? There are some cases where the keys end up under a virtualstore area though I don’t know what determines that.
|
#17
|
||||
|
||||
Are you sure the first field in that .ir file doesn’t have to be the same as the name of the file?
__________________
Server: Ryzen 2400G with integrated graphics, ASRock X470 Taichi Motherboard, HDMI output to Vizio 1080p LCD, Win10-64Bit (Professional), 16GB RAM Capture Devices (7 tuners): Colossus (x1), HDHR Prime (x2),USBUIRT (multi-zone) Source: Comcast/Xfinity X1 Cable Primary Client: Server Other Clients: (1) HD200, (1) HD300 Retired Equipment: MediaMVP, PVR150 (x2), PVR150MCE, HDHR, HVR-2250, HD-PVR |
#18
|
|||
|
|||
Looking into the source code, I think this may be true. Bob said his match too.
|
#19
|
|||
|
|||
graywolf:
Can I ask what you are trying to do? I found that using EXEMultiTuner works for me to execute a batch file, BUT, I did have to do several (actually more than several) modifications. By the name of your batch file I assume you are trying to control a roku. Is this assumption correct? Does your batch file work through the command line? Does your batch file utilize a GUI at all? The way I set mine up is that EXEMultiTuner calls a batch file, with in that batch file I only have a few commands. 1.) I write to a log file (for debugging purposes) 2.) I use "cscript" command to call a vb script. I would start debugging by using EXEMultiTuner to call a batch file with only the following in it: @echo off TEST >c:\exemultituner_log.txt When EXEMultiTuner executes it should write to a "TEST" to the new log file(exemultituner.txt) on the root of c:\. If this happens then your issues are not with exemultituner but rather your other commands including the possibility that your commands are running under the system account (check what account your using on the sage service) or require a gui. That's my case and there a ways around that. |
#20
|
|||
|
|||
Quote:
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
ExeMultiTuner | thopkin1 | SageTV v9 Customizations | 85 | 11-24-2019 11:04 AM |
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 |