|
SageTV v7 Customizations This forums is for discussing and sharing user-created modifications for the SageTV version 7 application created by using the SageTV Studio or through the use of external plugins. Use this forum to discuss plugins for SageTV version 7 and newer. |
|
Thread Tools | Search this Thread | Display Modes |
#81
|
||||
|
||||
I would have thought you would want
Code:
"c:\program files\Sagetv\My Sage Stuff\runmakemkv.cmd" %1 |
#82
|
||||
|
||||
Quote:
It seems to call the ToMKV.cmd, which just stares at me, wagging it's tongue at me. ******************** Update ********************* This is what I'm seeing from the trigger file command window that opens (a pause can be SO helpful): c:\Program Files\SageTV\My Sage Stuff\ToMkv.cmd "" No input file.
__________________
Core2Duo 3.0, 8gig Memory, Win7 x86, LOTS O' Storage tucked into an Antec Case. OLD aTI Remote Wonder running RW Keymaster Sage V9.2.2 2 Sage Clients V9.2.2 2 HD-100 Placeshifters - not connected. Last edited by RBraverman; 10-31-2016 at 01:55 PM. |
#83
|
||||
|
||||
Quote:
Code:
powercfg /change standby-timeout-ac 0
__________________
Buy Fuzzy a beer! (Fuzzy likes beer) unRAID Server: i7-6700, 32GB RAM, Dual 128GB SSD cache and 13TB pool, with SageTVv9, openDCT, Logitech Media Server and Plex Media Server each in Dockers. Sources: HRHR Prime with Charter CableCard. HDHR-US for OTA. Primary Client: HD-300 through XBoxOne in Living Room, Samsung HLT-6189S Other Clients: Mi Box in Master Bedroom, HD-200 in kids room |
#84
|
||||
|
||||
Quote:
It's the passing of the filename I'm having a problem with.
__________________
Core2Duo 3.0, 8gig Memory, Win7 x86, LOTS O' Storage tucked into an Antec Case. OLD aTI Remote Wonder running RW Keymaster Sage V9.2.2 2 Sage Clients V9.2.2 2 HD-100 Placeshifters - not connected. |
#85
|
||||
|
||||
Quote:
Code:
"c:\program files\Handbrake\HandBrakeCLI" -i %1 -o %1.mp4 -E Copy -e x264 -q 23 -o %~n1.mp4 ^^^^^ -i (input) Full Path as entered: c:\recs\movie.mpg ^^^^^^^^^ -o (output) Full Path as entered + .mp4: c:\recs\movie.mpg.mp4 ^^^^^^^ -E (Audio Encoder): Copy ^^^^^^^ -e (video encoder): x264 ^^^^^ -q (quality): 23 ^^^^^^^^^^^ -o (output) filename + .mp4: movie.mp4 Code:
"c:\program files\Handbrake\HandBrakeCLI" -i "%~dpnx1" -E Copy -e x264 -q 23 -o "%~dpn1.mp4"
__________________
Buy Fuzzy a beer! (Fuzzy likes beer) unRAID Server: i7-6700, 32GB RAM, Dual 128GB SSD cache and 13TB pool, with SageTVv9, openDCT, Logitech Media Server and Plex Media Server each in Dockers. Sources: HRHR Prime with Charter CableCard. HDHR-US for OTA. Primary Client: HD-300 through XBoxOne in Living Room, Samsung HLT-6189S Other Clients: Mi Box in Master Bedroom, HD-200 in kids room |
#86
|
||||
|
||||
Also, I see your step to copy the properties file, but if you are dealing with sagetv recordings, the properties file may not contain all the metadata for a recording, so this might not be a the full 'backup' you think it is. the .properties file is written to anytime metadata is changed for a mediafile. But metadata put in the file as it is recorded is not reflected there. So info from Sage's EPG, for instance, will be stored in the .mpg file, and then extra info from Phoenix, for instance, will be duplicated in the .properties file. It's enough of a backup of metadata if the recording is left untouched, but running the recording through handbrake will strip that info out of it.
__________________
Buy Fuzzy a beer! (Fuzzy likes beer) unRAID Server: i7-6700, 32GB RAM, Dual 128GB SSD cache and 13TB pool, with SageTVv9, openDCT, Logitech Media Server and Plex Media Server each in Dockers. Sources: HRHR Prime with Charter CableCard. HDHR-US for OTA. Primary Client: HD-300 through XBoxOne in Living Room, Samsung HLT-6189S Other Clients: Mi Box in Master Bedroom, HD-200 in kids room |
#87
|
||||
|
||||
Quote:
I wasn't aware that the metadata was actually IN the file, but this does add some to the converted file and as I can't use the built-in version, well, this is what I'm left with. This does work when a file is dropped on it, just not through "External Programs".
__________________
Core2Duo 3.0, 8gig Memory, Win7 x86, LOTS O' Storage tucked into an Antec Case. OLD aTI Remote Wonder running RW Keymaster Sage V9.2.2 2 Sage Clients V9.2.2 2 HD-100 Placeshifters - not connected. |
#88
|
||||
|
||||
Interesting that it is sleeping during the built-in conversion - It thought that was one of the earlier things fixed once sage went open source.
__________________
Buy Fuzzy a beer! (Fuzzy likes beer) unRAID Server: i7-6700, 32GB RAM, Dual 128GB SSD cache and 13TB pool, with SageTVv9, openDCT, Logitech Media Server and Plex Media Server each in Dockers. Sources: HRHR Prime with Charter CableCard. HDHR-US for OTA. Primary Client: HD-300 through XBoxOne in Living Room, Samsung HLT-6189S Other Clients: Mi Box in Master Bedroom, HD-200 in kids room |
#89
|
||||
|
||||
Quote:
__________________
Buy Fuzzy a beer! (Fuzzy likes beer) unRAID Server: i7-6700, 32GB RAM, Dual 128GB SSD cache and 13TB pool, with SageTVv9, openDCT, Logitech Media Server and Plex Media Server each in Dockers. Sources: HRHR Prime with Charter CableCard. HDHR-US for OTA. Primary Client: HD-300 through XBoxOne in Living Room, Samsung HLT-6189S Other Clients: Mi Box in Master Bedroom, HD-200 in kids room |
#90
|
||||
|
||||
Quote:
So this is what I have now: "c:\Program Files\Handbrake\HandBrakeCLI.exe" -i "%~dpnx1" -E Copy -e x264 -q 23 -o %~dpnx1.mp4 Again works when dropped on, but when ( through a trigger file) within SageTV, I get a popup stating that it started, dutifully I then tap OK, and I get, for my effort, that it failed.
__________________
Core2Duo 3.0, 8gig Memory, Win7 x86, LOTS O' Storage tucked into an Antec Case. OLD aTI Remote Wonder running RW Keymaster Sage V9.2.2 2 Sage Clients V9.2.2 2 HD-100 Placeshifters - not connected. |
#91
|
||||
|
||||
Right, I've gone back over your "corrected" post and try this.
"c:\Program Files\SageTV\My Sage Stuff\ToMkv.cmd" Code:
@echo off C: cd "c:\Program Files\SageTV\My Sage Stuff" start "MakeMKV" /MIN /LOW /WAIT runmakemkv.cmd %1 %2 %3 %4 %5 %6 %7 %8 %9 Code:
c: C:\Windows\System32\powercfg -change -standby-timeout-ac 0 C:\Windows\System32\powercfg -change -hibernate-timeout-ac 0 C:\Windows\System32\powercfg -change -monitor-timeout-ac 0 cd "c:\program files\Handbrake" HandBrakeCLI" -i "%1" -E Copy -e x264 -q 23 -o "%~dpn1.mp4" copy "%1.properties" "%~dpn1.mp4.properties" C:\Windows\System32\powercfg -change -standby-timeout-ac 10 C:\Windows\System32\powercfg -change -hibernate-timeout-ac 0 C:\Windows\System32\powercfg -change -monitor-timeout-ac 0 |
#92
|
||||
|
||||
Quote:
If you want to still spend time on this that would be greatly appreciated, but as I can not get this to even open a cmd window, don't think it's worth it anymore - I'll just drag and drop outside STV.
__________________
Core2Duo 3.0, 8gig Memory, Win7 x86, LOTS O' Storage tucked into an Antec Case. OLD aTI Remote Wonder running RW Keymaster Sage V9.2.2 2 Sage Clients V9.2.2 2 HD-100 Placeshifters - not connected. |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
External Command Tuner Plugin for Linux | stuckless | SageTV Linux | 36 | 05-16-2017 03:11 PM |
STV Import: External Apps for the Default STV (v4.0.3 18/November/2007) | JREkiwi | SageTV Customizations | 51 | 03-30-2011 10:47 PM |
External BluRay plugin for BDMV on Disc | Fuzzy | SageTV Customizations | 34 | 05-04-2010 12:50 AM |
Plugin to drive random apps on server | tedson | SageTV Customizations | 0 | 07-13-2009 08:39 PM |
External tuner plugin and subchannel | jchiso | Hardware Support | 0 | 11-30-2005 10:35 PM |