forked from mediamicroservices/mm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmmvariables
executable file
·42 lines (32 loc) · 1.22 KB
/
mmvariables
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
## Working directories for various scripts
OUTDIR_INGESTFILE="$HOME/file_ingest"
OUTDIR_INGESTXDCAM="$HOME/xdcam_ingest"
outputdir_paper="$HOME/paper_ingest"
## Archive Information Package storage directory, final package delivery location
AIP_STORAGE="$HOME/aips"
## File delivery locations
PODCASTDELIVER="$HOME/podcastdelivery"
YOUTUBEDELIVER="$HOME/youtubedelivery"
TMPDIR="$HOME/tmp"
## Regex to identify applicability of various services
REGEX4PODCAST=""
## variables for dvd generation
DVDLABELPREFIX="" # this string is pre-pended to DVD volume names
# Service Delivery Data
OMNEONIP=""
OMNEONPATH=""
# dv deck info
# enter technical details into the log
log+="CaptureDeviceSoftware: dvgrab,${0} version ${version}\n"
log+="PlaybackDeviceManufacturer: \n"
log+="PlaybackDeviceModel: \n"
log+="PlaybackDeviceSerialNo: \n"
log+="Interface: \n"
# dv process info
OUTDIR_INGESTDV="$HOME" #declare directory for packages of dv files to be written to during processing
DVLOG=dvgrab_capture.log #name of the log for dvgrab process data
OPLOG=ingest_operator.log #name of the log for operator process data
# DO NOT CHANGE BELOW THIS LINE
# --------------------------------
# some local environment variables
SCRIPTNAME=`basename "$0"`