mirror of
https://github.com/iluvcapra/ptulsconv.git
synced 2025-12-31 08:50:48 +00:00
Manpage 0.8.2 bump
This commit is contained in:
@@ -1,38 +1,18 @@
|
|||||||
.\" Manpage for ptulsconv
|
.\" Manpage for ptulsconv
|
||||||
.\" Contact https://github.com/iluvcapra/ptulsconv
|
.\" Contact https://github.com/iluvcapra/ptulsconv
|
||||||
.TH ptulsconv 1 "15 May 2020" "0.4.0" "ptulsconv man page"
|
.TH ptulsconv 1 "15 May 2020" "0.8.2" "ptulsconv man page"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
.BR "ptulsconv" " \- convert
|
.BR "ptulsconv" " \- convert
|
||||||
.IR "Avid Pro Tools" " text exports"
|
.IR "Avid Pro Tools" " text exports"
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
ptulsconv [OPTIONS] Export.txt
|
ptulsconv [OPTIONS] Export.txt
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
Convert a Pro Tools text export into a flat list of clip names with timecodes. A tagging
|
Convert a Pro Tools text export into ADR reports.
|
||||||
language is interpreted to add columns and type the data. The default output format is
|
|
||||||
an XML file for import into Filemaker Pro.
|
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.IP "-h, --help"
|
.IP "-h, --help"
|
||||||
show a help message and exit.
|
show a help message and exit.
|
||||||
.TP
|
.TP
|
||||||
.RI "-i " "TC"
|
|
||||||
Drop events before this timecode.
|
|
||||||
.TP
|
|
||||||
.RI "-o " "TC"
|
|
||||||
Drop events after this timecode.
|
|
||||||
.TP
|
|
||||||
.RI "-m "
|
|
||||||
Include muted clips.
|
|
||||||
.TP
|
|
||||||
.RI "--json "
|
|
||||||
Output a JSON document instead of XML. (--xform will have no effect.)
|
|
||||||
.TP
|
|
||||||
.RI "--xform " "NAME"
|
|
||||||
Convert the output with a built-in output transform.
|
|
||||||
.TP
|
|
||||||
.RI "--show-available-tags"
|
.RI "--show-available-tags"
|
||||||
Print a list of tags that are interpreted and exit.
|
Print a list of tags that are interpreted and exit.
|
||||||
.TP
|
|
||||||
.RI "--show-available-transforms"
|
|
||||||
Print a list of built-in output transforms and exit.
|
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
Jamie Hardt (contact at https://github.com/iluvcapra/ptulsconv)
|
Jamie Hardt (contact at https://github.com/iluvcapra/ptulsconv)
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
from ptulsconv.docparser.ptuls_grammar import protools_text_export_grammar
|
from ptulsconv.docparser.ptuls_grammar import protools_text_export_grammar
|
||||||
|
|
||||||
__version__ = '0.8.1'
|
__version__ = '0.8.2'
|
||||||
__author__ = 'Jamie Hardt'
|
__author__ = 'Jamie Hardt'
|
||||||
__license__ = 'MIT'
|
__license__ = 'MIT'
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -25,7 +25,7 @@ setup(name='ptulsconv',
|
|||||||
'Topic :: Multimedia :: Sound/Audio',
|
'Topic :: Multimedia :: Sound/Audio',
|
||||||
"Programming Language :: Python :: 3.7",
|
"Programming Language :: Python :: 3.7",
|
||||||
"Programming Language :: Python :: 3.8",
|
"Programming Language :: Python :: 3.8",
|
||||||
"Programming Language :: Python :: 3.8",
|
"Programming Language :: Python :: 3.9",
|
||||||
"Development Status :: 4 - Beta",
|
"Development Status :: 4 - Beta",
|
||||||
"Topic :: Text Processing :: Filters"],
|
"Topic :: Text Processing :: Filters"],
|
||||||
packages=['ptulsconv'],
|
packages=['ptulsconv'],
|
||||||
|
|||||||
Reference in New Issue
Block a user