Changeset 40919


Ignore:
Timestamp:
09/05/17 01:07:15 (7 years ago)
Author:
obi
Message:

fix

Location:
titan/mediathek
Files:
1 added
2 edited
4 moved

Legend:

Unmodified
Added
Removed
  • titan/mediathek/localparser_free/clipfish.sh

    r40918 r40919  
    247247
    248248case $INPUT in
    249         init) $INPUT;;
     249#       init) $INPUT;;
    250250        mainmenu) $INPUT;;
    251251        search) $INPUT;;
  • titan/mediathek/localparser_free/giga.sh

    r40918 r40919  
    9696
    9797case $INPUT in
    98         init) $INPUT;;
     98#       init) $INPUT;;
    9999        mainmenu) $INPUT;;
    100100        category) $INPUT;;
  • titan/mediathek/localparser_secret/cricfree.sh

    r40070 r40919  
    151151
    152152case $INPUT in
    153         init) $INPUT;;
     153#       init) $INPUT;;
    154154        mainmenu) $INPUT;;
    155155        play) $INPUT;;
  • titan/mediathek/localparser_secret/kkiste.sh

    r40918 r40919  
    318318
    319319case $INPUT in
    320         init) $INPUT;;
     320#       init) $INPUT;;
    321321        mainmenu) $INPUT;;
    322322        videos) $INPUT;;
  • titan/mediathek/localparser_secret/streamlive.sh

    r40152 r40919  
    3434init()
    3535{
    36         if [ "$ARCH" != "sh4" ] || [ -e /etc/.beta ];then
     36#       if [ "$ARCH" != "sh4" ] || [ -e /etc/.beta ];then
    3737                rm -f /mnt/network/cookies > /dev/null 2>&1
    3838                rm -rf $TMP > /dev/null 2>&1
    3939                echo "$NAME ($TYPE)#$SRC $SRC mainmenu#http://atemio.dyndns.tv/mediathek/menu/$PARSER.jpg#$PARSER.jpg#TiThek#0"
    40         fi
     40#       fi
    4141}
    4242
  • titan/mediathek/localparser_secret/thesolarmovie.sh

    r40918 r40919  
    130130                        TITLE=`echo $ROUND | cut -d '"' -f2 | tr '~' ' ' | sed 's/#/%/'`
    131131                        if [ `echo $TITLE | grep ^"//" | wc -l` -eq 0 ];then
    132                                 TITLE=`echo $TITLE | sed -e 's/&#038;/&/g' -e 's/&amp;/und/g' -e 's/&quot;/"/g' -e 's/&lt;/\</g' -e 's/&#034;/\"/g' -e 's/&#039;/\"/g' # ' -e 's/#034;/\"/g' -e 's/#039;/\"/g' -e 's/&szlig;/Ãx/g' -e 's/&ndash;/-/g' -e 's/&Auml;/Ã
     132                                TITLE=`echo $TITLE | sed -e 's/&#038;/&/g' -e 's/&amp;/und/g' -e 's/&quot;/"/g' -e 's/&lt;/\</g' -e 's/&#034;/\"/g' -e 's/&#039;/\"/g' -e 's/#034;/\"/g' -e 's/#039;/\"/g' -e 's/&szlig;/Ãx/g' -e 's/&ndash;/-/g' -e 's/&Auml;/Ã
    133133/g' -e 's/&Uuml;/ÃS/g' -e 's/&Ouml;/Ã/g' -e 's/&auml;/ä/g' -e 's/&uuml;/ü/g' -e 's/&ouml;/ö/g' -e 's/&eacute;/é/g' -e 's/&egrave;/è/g' -e 's/%F6/ö/g' -e 's/%FC/ü/g' -e 's/%E4/ä/g' -e 's/%26/&/g' -e 's/%C4/Ã
    134134/g' -e 's/%D6/Ã/g' -e 's/%DC/ÃS/g' -e 's/|/ /g' -e 's/(/ /g' -e 's/)/ /g' -e 's/+/ /g' -e 's/\//-/g' -e 's/,/ /g' -e 's/;/ /g' -e 's/:/ /g' -e 's/\.\+/./g'`
     
    187187
    188188case $INPUT in
    189         init) $INPUT;;
     189#       init) $INPUT;;
    190190        mainmenu) $INPUT;;
    191191        category) $INPUT;;
Note: See TracChangeset for help on using the changeset viewer.