Search found 2 matches

by keyosk
July 30th, 2012, 7:13 pm
Forum: Post-Processing Scripts
Topic: Parse Download For EPUB And Mail As Attachment With Gmail
Replies: 0
Views: 1442

Parse Download For EPUB And Mail As Attachment With Gmail

You'll need to tweak the path in the batch script to point it at where you place the PHP script. You'll also need to configure the gmail email and password toward the top of the php script. This has been tested by sending and receiving from the same gmail account, I have not tested sending from gmai...
by keyosk
July 20th, 2012, 4:25 pm
Forum: Post-Processing Scripts
Topic: Script for .MKV to .AVI and export to different drive
Replies: 7
Views: 6057

Re: Script for .MKV to .AVI and export to different drive

On windows : Grab XenonMkv : http://xenonmkv.ev98.net/download Setup post processing batch file : @ECHO OFF SET XenonMKV=C:\XenonMKV\XenonMKV.exe SET INPUT_PATH=%1\ SET MOVE_PATH=C:\transcoded_movies\ IF EXIST %INPUT_PATH%*sample*.mkv DEL /Q %INPUT_PATH%*sample*.mkv IF EXIST %INPUT_PATH%*.mkv %Xenon...