View Single Post
  #12 (permalink)  
Old 07-07-2008, 05:30 PM
leecole's Avatar
leecole leecole is offline
Registered User
 
Join Date: Nov 2002
Location: Cary, NC
Posts: 2,411
Re: [addon] BTV Command Line Tools

Quote:
Originally Posted by psionic View Post
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=
I am looking at exposing UserData and Password.
__________________
Lee L. Cole
Sometimes I sits and thinks
and sometimes, I just sits

AUTOXVID - Check this out:
AutoXvid Manual - Google Docs

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