diff options
author | Britney Fransen <brfransen@gmail.com> | 2023-02-12 04:53:27 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2023-02-12 04:53:27 (GMT) |
commit | e09439b06ef0ad8e3784b1a698596a561838a75c (patch) | |
tree | f01055b420aa8f2319424c5f62d626cd75b8df37 /linhes/linhes-system/myth2mkv | |
parent | 7f2c55e380f909b1d551340e3f174672de507cc3 (diff) | |
download | linhes_pkgbuild-e09439b06ef0ad8e3784b1a698596a561838a75c.zip linhes_pkgbuild-e09439b06ef0ad8e3784b1a698596a561838a75c.tar.gz linhes_pkgbuild-e09439b06ef0ad8e3784b1a698596a561838a75c.tar.bz2 |
linhes-system: add lh_myth_status.py
myth_mtc.py: fix some paths
myth2videos: initial inclusion
myth2mkv & myth2mp3: change /myth paths
Diffstat (limited to 'linhes/linhes-system/myth2mkv')
-rwxr-xr-x | linhes/linhes-system/myth2mkv | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linhes/linhes-system/myth2mkv b/linhes/linhes-system/myth2mkv index 51a0c9b..6edb804 100755 --- a/linhes/linhes-system/myth2mkv +++ b/linhes/linhes-system/myth2mkv @@ -31,12 +31,12 @@ # # ######################## -OUTDIR=/myth/video +OUTDIR=/data/storage/disk0/media/video LOGPATH=/var/log/mythtv LOGFILE=${LOGPATH}/myth2mkv-$$.log # TMPDIR is for large transient files -TMPDIR=/myth/tmp +TMPDIR=/data/storage/disk0/media/tmp # x264 tuning: # Tune x264 based on content. Valid options for TUNING are: |