View Single Post
  #11 (permalink)  
Old 07-07-2008, 04:24 PM
psionic's Avatar
psionic psionic is offline
Registered User
 
Join Date: Sep 2003
Posts: 275
Re: [addon] BTV Command Line Tools

All of the command line utilities that I put out can take a username, a password, and the btv license key. If any of them are missing, it uses "dummy" values. The dummy values work fine on the local machine with security turned off.

Code:
Usage:
    MetaDataExtractor --mode=[extract|import] <options> "c:\the\target\recording.mpg"

    Options:
        --mode=[extract|import]
        --server=dnsname_or_ip:port
        --license=btv_license_string
        --user=username
        --password=password
so, if BTV is on the local machine, WITH security enabled, this should work, provided the user has created a BTV user called 'autoxvid' with the password 'mysecret' that has the appropriate access rights (EditShow):

btvmetadata --mode=extract --user=autoxvid --password=mysecret "C:\tv\Law and Order - blahblah.mpg"

Lee, you might want to expose these options in AutoXvid.ini. "BTVServer=", "BTVUser=", "BTVPassword", "BTVLicense", etc. You can either specify the defaults (shown below) on the command line or omit them to let BTVMetaData automatically use them.

The defaults are:
--server=localhost:8129
--user=
--password=
--license=
__________________
BTV Server: Dell Vostro 420 Tower, Intel Core2 Quad Q6600, 4GB RAM, AMD Radeon HD 3450, 1TB WD (Recording), 750MB LaCie (Storage)
Tuners: 2 x Hauppauge HVR-2250 Hybrid, 1 x V-Box Cat's Eye USB HDTV, 1 x Silicon Dust HDHomeRun Hybrid
Television: 60" Sony Grand Wega SXRD HDTV [1080i/1920x1080/DVI-HDMI]
BTV Link: Dell Optiplex 745 USFF, Dell UltraSharp 2007FPW [16x9]


To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts.

Last edited by psionic; 07-07-2008 at 04:28 PM.
Reply With Quote