Mar2zz / LaSi

LaSi is short for: Lazy admin Scripted Installers. Aim is to create 'easy' walkthrough-installers written in Bash for programs that are not inside official *nix-repo's, but for example only on Github or Googlecode. Main focus is headless servers, right now it supports debian-based systems, freeBSD-deratives (thx to Kriss1981) and bootstrapped Synology NAS devices (thx to Jeroenve)).
mar2zz.tweakblogs.net
GNU General Public License v3.0
60 stars 8 forks source link

Foutje in de subliminal scripts #17

Closed Jeroenve closed 12 years ago

Jeroenve commented 13 years ago

De check of de tweede taal aanwezig werkte niet op de synology. Verder de optie toegevoegd om PLUGINS leeg te laten en zodoende alle plugins te gebruiken.

PLUGINS='BierDopje'                                 # Set your plugins or leave empty to use all
                                                    # Available, but may not work: PLUGINS = BierDopje OpenSubtitles SubsWiki Subtitulos TheSubDB
                                                    # example for several plugins: PLUGINS='BierDopje Subtitulos'

# set lang 1 and/or lang 2
[ -n "$lang1" ] && LANGS="-l $lang1"
[ -n "$lang2" ] && LANGS="$LANGS -l $lang2 -m"

# Check is a plugin is selected, otherwise use all
[ -n "$PLUGINS" ] && PLUGINS="-p $PLUGINS"
Mar2zz commented 13 years ago

Hmm die files heb ik nog niet in git zitten. Waar komt ie vandaan? ik dacht ik pas 't even aan maar welke file gaat het over :p

Jeroenve commented 13 years ago

In subliminal.sh

Mar2zz commented 13 years ago

Ok. Ik zal al mijn postprocessing-scripts ook wel even in github zetten.

Jeroenve commented 12 years ago

Ik heb de temp files ook aangepast naar /volume1/@tmp/ zodat de harddisk uit hibernation wordt gehaald als de cronjob wordt gedraaid.

TMP_FILE="/volume1/@tmp/.subliminal"; # Tmp file variable