summaryrefslogtreecommitdiffstats
path: root/linhes/linhes-system/myth2mp3
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2023-02-12 04:53:27 (GMT)
committerBritney Fransen <brfransen@gmail.com>2023-02-12 04:53:27 (GMT)
commite09439b06ef0ad8e3784b1a698596a561838a75c (patch)
treef01055b420aa8f2319424c5f62d626cd75b8df37 /linhes/linhes-system/myth2mp3
parent7f2c55e380f909b1d551340e3f174672de507cc3 (diff)
downloadlinhes_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/myth2mp3')
-rwxr-xr-xlinhes/linhes-system/myth2mp36
1 files changed, 3 insertions, 3 deletions
diff --git a/linhes/linhes-system/myth2mp3 b/linhes/linhes-system/myth2mp3
index ebc588b..e5960be 100755
--- a/linhes/linhes-system/myth2mp3
+++ b/linhes/linhes-system/myth2mp3
@@ -16,12 +16,12 @@ BITRATE=256k #ie. 128k, 160k, 192k, 224k, 256k
USECUTLIST=Y #Y or N
# where the converted audio is stored
-OUT_DIR=/myth/music
+OUT_DIR=/data/storage/disk0/media/music
# create temp filename so multiple instances won't conflict
TMPNAME=toMP3-$$
-TMPFILE=/myth/tmp/$TMPNAME
-TMPCUTFILE=/myth/tmp/$TMPNAME.mpg
+TMPFILE=/data/storage/disk0/media/tmp/$TMPNAME
+TMPCUTFILE=/data/storage/disk0/media/tmp/$TMPNAME.mpg
FFINPUTFILE=$1
TITLE=`echo $2 | sed 's/\//_/g'`