Forum: General Discussion
Yesterday, 08:30 PM
|
Replies: 46
Views: 945
|
Forum: General Discussion
12-03-2019, 12:35 PM
|
Replies: 46
Views: 945
|
Forum: SageTV Github Development
11-25-2019, 09:49 PM
|
Replies: 15
Views: 3,143
|
Forum: SageTV v9 Customizations
11-24-2019, 10:50 AM
|
Replies: 85
Views: 5,355
I don’t see an .ir file for your “2” device. ...
I don’t see an .ir file for your “2” device. Copy the TunerStub.ir file in the EXEMultiTunerPlugin directory to 2.ir and then edit inside it to change it to a single line with:
2 38000 400 3
...
|
Forum: SageTV v7 Customizations
11-23-2019, 10:42 PM
|
Replies: 110
Views: 16,329
|
Forum: SageTV v9 Customizations
11-23-2019, 10:38 PM
|
Replies: 85
Views: 5,355
Whatever command line you used to force the...
Whatever command line you used to force the channel change is the same command line you put into the registry entry. Then substitute the %% variables instead of the hardcoded values. I don’t...
|
Forum: Hardware Support
11-23-2019, 11:33 AM
|
Replies: 4
Views: 166
|
Forum: Hardware Support
11-23-2019, 11:30 AM
|
Replies: 5
Views: 200
|
Forum: SageTV v9 Customizations
11-22-2019, 10:04 PM
|
Replies: 85
Views: 5,355
Not sure what you mean by %DEVICE% isn’t...
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...
|
Forum: SageTV v9 Customizations
11-22-2019, 01:28 PM
|
Replies: 85
Views: 5,355
It said to copy an existing tunerstub one and...
It said to copy an existing tunerstub one and edit the device name inside to match the file name which matches the device id. Only the first line is needed and really only that name inside matters...
|
Forum: Hardware Support
11-22-2019, 10:56 AM
|
Replies: 4
Views: 166
|
Forum: SageTV v9 Customizations
11-22-2019, 12:37 AM
|
Replies: 85
Views: 5,355
The directions Wayner posted above...
The directions Wayner posted above (https://forums.sagetv.com/forums/showthread.php?p=622944&postcount=53) describe what the .ir file should be.
If your tuner needs a '-f', put it in the registry...
|
Forum: Hardware Support
11-20-2019, 07:14 PM
|
Replies: 9
Views: 299
In addition to the sagetv_*.txt log files that...
In addition to the sagetv_*.txt log files that are written from within the application, Java will dump out hs_err_pid* files if the JVM itself crashes (usually due to crashes in native DLL's). Are...
|
Forum: SageTV v9 Customizations
11-20-2019, 04:48 PM
|
Replies: 85
Views: 5,355
|
Forum: SageTV Downloads & Instructions
11-19-2019, 02:18 PM
|
Replies: 10
Views: 458
|
Forum: SageTV EPG Service
11-16-2019, 10:42 AM
|
Replies: 17
Views: 437
|
Forum: SageTV Downloads & Instructions
11-10-2019, 10:07 AM
|
Replies: 10
Views: 458
|
Forum: SageTV Downloads & Instructions
11-09-2019, 10:27 AM
|
Replies: 10
Views: 458
|
Forum: SageTV Software
10-30-2019, 03:18 PM
|
Replies: 8
Views: 475
|
Forum: SageTV Software
10-30-2019, 03:06 PM
|
Replies: 8
Views: 475
Looking at the .stv file, it seems that the...
Looking at the .stv file, it seems that the timezone isn't (or doesn't need) set from the GUI for Windows and Mac but is for Linux.
REM: Skip Time Zone Setup for Windows and Mac
I would think...
|
Forum: SageTV Software
10-27-2019, 06:49 PM
|
Replies: 27
Views: 633
|
Forum: SageTV Software
10-27-2019, 02:01 PM
|
Replies: 27
Views: 633
Getting DLL functions working on 64-bit is...
Getting DLL functions working on 64-bit is actually easier since they standardized on the function calling syntax. It may be that the 32-bit version is still not working. If you’re feeling like...
|
Forum: SageTV Software
10-27-2019, 12:00 PM
|
Replies: 27
Views: 633
That’s good news. Just to confirm, you’re using...
That’s good news. Just to confirm, you’re using the _v1 version I posted? If davidb can confirm it works well for him too I’ll submit the changes for inclusion in the next release. Until then I’ll...
|
Forum: SageTV Software
10-26-2019, 06:10 PM
|
Replies: 27
Views: 633
|
Forum: SageTV Software
10-26-2019, 10:02 AM
|
Replies: 27
Views: 633
sagetv_0.txt.
I did find something that...
sagetv_0.txt.
I did find something that needed fixed. Here are updated DLL's along with the patched jar. On your 32-bit system, you just need the 32-bit DLL (renamed back to...
|