SnapStream Forums

Go Back   SnapStream Forums > SnapStream Developer Network > Beyond TV Downloads
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Rating: Thread Rating: 13 votes, 5.00 average. Display Modes
  #1 (permalink)  
Old 04-19-2006, 07:48 PM
Administrator
 
Join Date: Nov 2004
Posts: 174
[addon] PostHaste

Author: dzCepheus

Short Description: Helps you manage your BTV post-processing, and hides their UIs and prevents focus stealing

Long Description: PostHaste is a small utility for BeyondTV that lets you easily manage all the post-processing applications you run after a show has completed, from one location. This utility also supports running said post-processing applications without displaying their User Interfaces. To use, copy the EXE to some location on your hard drive and run it. You'll be able to configure the programs that launch, the order they launch in, and whether they hide their UIs or wait their turn. It's pretty self-explanatory, but feel free to ask here for more information.
Version Number: 1.0.0.0
Status: Beta
Last Updated: 4-17-2006
Homepage:
Installation Instructions: Make sure the .NET Framework 2.0 is installed. Just run the EXE from any location on your hard drive.
Release Notes: 1.0.0.0 Beta - 4-17-2006 This is a beta version. If you encounter any errors, please copy and paste the error details here and I'll fix it as soon as I can. It would help to include any information regarding the error that you can.
License:
Requirements: .NET Framework 2.0 (Not included)

Download PostHaste.zip

Reply With Quote
  #2 (permalink)  
Old 04-20-2006, 01:32 PM
dzCepheus's Avatar
Registered User
 
Join Date: Oct 2005
Posts: 37
Re: [addon] PostHaste

PostHaste is designed to be called from BTV. Basically, instead of putting your programs in the CustomPostProcessing.xml file, you put them in PostHaste. Then, you put PostHaste.exe in the CustomPostProcessing.xml file.

BTV will pass the filename of whatever video is to be processed to PostHaste, which will then run each of the programs you configured in PostHaste, passing the filename to each in turn.

The point of this is that PostHaste allows you to hide the UI of the post processing programs (like comskip for example) which might otherwise steal focus or cover up the BTV application. Instead of having BTV run the applications, PostHaste does it for you.

Until SS updates the main download link, you'll find the most recent update here:

4-22-06 Update:
-- Fix: Fixed argument handling and passing to post-processing programs. Thanks Geoff

-- Feature: Added debugging text to debug.log file for future debugging help.

-- Feature: Added double-click to edit support to configuration screen.
Attached Files
File Type: zip PostHaste.zip (7.7 KB, 431 views)

Last edited by dzCepheus; 04-23-2006 at 12:21 PM.
Reply With Quote
  #3 (permalink)  
Old 04-20-2006, 01:56 PM
geoffstewart's Avatar
Registered User
 
Join Date: May 2001
Location: Ottawa,ON,Canada
Posts: 561
Re: [addon] PostHaste

Silly question.. does BTV run with .NET v2.0? Is it possible to have this app compiled in .NET v1.1? Ooops, I guess that was two silly questions, not one.. sorry.

Geoff
__________________

Reply With Quote
  #4 (permalink)  
Old 04-20-2006, 02:13 PM
dzCepheus's Avatar
Registered User
 
Join Date: Oct 2005
Posts: 37
Re: [addon] PostHaste

BTV will run if .NET 2.0 is installed, yes. .NET is great that way - you can have both 1.1 and 2.0 installed on the same system and nothing breaks.

As for compiling to 1.1, I don't have the dev tools for 1.1 installed.
Reply With Quote
  #5 (permalink)  
Old 04-20-2006, 08:36 PM
geoffstewart's Avatar
Registered User
 
Join Date: May 2001
Location: Ottawa,ON,Canada
Posts: 561
Re: [addon] PostHaste

OK, I installed .net 2.0 and I can now run it, but I don't think it's doing what I expect. I expect the app to read my C:\Documents and Settings\All Users\Application Data\SnapStream\Beyond TV\CustomPostProcessing.xml and then let me edit it. Is that not true?

Maybe I just don't get how posthaste will get invoked by snapstream.

Any help?

Geoff
__________________

Reply With Quote
  #6 (permalink)  
Old 04-21-2006, 04:27 PM
dzCepheus's Avatar
Registered User
 
Join Date: Oct 2005
Posts: 37
Re: [addon] PostHaste

Hey, sorry for the vagueness!

PostHaste is designed to be called from BTV. Basically, instead of putting your programs in the CustomPostProcessing.xml file, you put them in PostHaste. Then, you put PostHaste.exe in the CustomPostProcessing.xml file.

BTV will pass the filename of whatever video is to be processed to PostHaste, which will then run each of the programs you configured in PostHaste, passing the filename to each in turn.

The point of this is that PostHaste allows you to hide the UI of the post processing programs (like comskip for example) which might otherwise steal focus or cover up the BTV application. Instead of having BTV run the applications, PostHaste does it for you.

Let me know if you need any more help. Sorry it took so long to post this.
Reply With Quote
  #7 (permalink)  
Old 04-22-2006, 12:01 PM
geoffstewart's Avatar
Registered User
 
Join Date: May 2001
Location: Ottawa,ON,Canada
Posts: 561
Re: [addon] PostHaste

Ah,

That makes sense. I set it up and it appears to work fine for launching comskip... the hidden part works great!

I had an issue with running AutoXvid, though. It complained about not being able to handle files that end in mpg". Note the trailing quote (").

Any ideas what might cause that problem, but not give comskip an issue?

Geoff
__________________

Reply With Quote
  #8 (permalink)  
Old 04-22-2006, 02:27 PM
dzCepheus's Avatar
Registered User
 
Join Date: Oct 2005
Posts: 37
Re: [addon] PostHaste

I'm not sure to be honest. Weird. I have an idea but it's not pleasant. :P

I'll see what I can come up with. If I post some changes, will you be willing to test them for me? I don't use AutoXvid (nor do I intend to) so I can't test it myself.
Reply With Quote
  #9 (permalink)  
Old 04-22-2006, 02:46 PM
dzCepheus's Avatar
Registered User
 
Join Date: Oct 2005
Posts: 37
Re: [addon] PostHaste

I think I may have found the problem. Give this one a try.

This version will also output a 'debug.log' file in the folder PostHaste is run from. If AutoXvid still doesn't work for you, copy that log file and paste it in the forum for me, if you don't mind.

edit: Also forgot to mention that I made it so you can edit an entry in the configuration window by double-clicking on it. Just a minor convenience.

edit: Check the first reply for this and future updates to PostHaste.

Last edited by dzCepheus; 04-23-2006 at 11:58 AM.
Reply With Quote
  #10 (permalink)  
Old 04-23-2006, 11:45 AM
geoffstewart's Avatar
Registered User
 
Join Date: May 2001
Location: Ottawa,ON,Canada
Posts: 561
Re: [addon] PostHaste

This latest version (from post #9) appears to work now, thanks.

The debug.log will help future debugging for sure... good idea. I like the double-click to edit, too.

Thanks for your efforts on this. I will use this for sure. It's nice to be able to change the post-processing without restarting BTV, too. I see this plugin as a must have, imho.

Geoff
__________________

Reply With Quote
  #11 (permalink)  
Old 04-23-2006, 11:53 AM
dzCepheus's Avatar
Registered User
 
Join Date: Oct 2005
Posts: 37
Re: [addon] PostHaste

Hehe, thanks Geoff. I appreciate the kind words and the beta testing.

Now I just have to figure out how to update the main download link and we'll be in business. :P
Reply With Quote
  #12 (permalink)  
Old 04-23-2006, 12:00 PM
geoffstewart's Avatar
Registered User
 
Join Date: May 2001
Location: Ottawa,ON,Canada
Posts: 561
Re: [addon] PostHaste

repost to ssdn as you did initially and ss will update the first post with the new binary and any release notes you add.
__________________

Reply With Quote
  #13 (permalink)  
Old 04-23-2006, 12:02 PM
dzCepheus's Avatar
Registered User
 
Join Date: Oct 2005
Posts: 37
Re: [addon] PostHaste

Oooh... Lol. Thanks
Reply With Quote
  #14 (permalink)  
Old 10-04-2006, 07:55 AM
Registered User
 
Join Date: Aug 2006
Location: Baltimore, MD
Posts: 326
Re: [addon] PostHaste

This is an excellent program, THANK YOU! By the way, what is wrong with BT's forum search function? When I searched for PostHaste...it does not come up for me, I had to find a link in another thread. thanks for any info
__________________
AMD Athlon 64 3200, Asus A8N-E, Nvidia 6600 256meg(driver: 84.21), 440 gigs of Seagate HDs (120 for windows, 320 for storage), BT4.4, Firefly remote, Happauge 150, DVICO LITE Fusion5, 40" Samsung 1080P LCD TV
Reply With Quote
  #15 (permalink)  
Old 10-04-2006, 07:58 AM
Registered User
 
Join Date: Feb 2004
Posts: 1,329
Re: [addon] PostHaste

AdmA, how did you integrate PostHaste into the Comskip batch process?
Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
PostHaste Crashes ijourneaux Beyond TV and Beyond TV Link User-to-User Troubleshooting & Support Forum 2 06-22-2007 05:26 PM
[addon] What's Up Next SSDNAdmin Beyond TV Downloads 27 05-25-2006 01:46 AM
Cool addon! nparker13 SnapStream Discussion 9 04-27-2005 12:50 PM
[addon] Yet Another Web Scheduler SSDNAdmin Beyond TV Downloads 2 04-04-2005 12:05 PM
Addon justinalot Development Discussion 1 03-22-2005 06:48 AM


All times are GMT -6. The time now is 05:16 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.0 RC1
©2004-2006 Snapstream Media
You Rated this Thread: