Changeset 40055 for titan/mediathek/localparser_secret/meinkino.sh
- Timestamp:
- 02/20/17 03:08:39 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/mediathek/localparser_secret/meinkino.sh
r40051 r40055 118 118 119 119 if [ ! -z "$TITLE" ] && [ "$TITLE" != " " ] && [ ! -z "$NEWPAGE" ];then 120 PIC=`echo $TITLE | tr [A-Z] [a-z] | cut -d "_" -f2 | cut " " -f1`120 PIC=`echo $TITLE | tr [A-Z] [a-z] | cut -d "_" -f2 | cut -d" " -f1` 121 121 LINE="$TITLE#$SRC $SRC play '$NEWPAGE'#http://atemio.dyndns.tv/mediathek/menu/$PIC.jpg#$PIC.jpg#$NAME#111" 122 122 echo "$LINE" >> $TMP/$PARSER.$INPUT.list
Note: See TracChangeset
for help on using the changeset viewer.