X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=globals.sh;h=b68a8c9e977a803cc0b22868da2d5b8b6054d67a;hb=e2388ebb332a514f070ec5a668f23b08dda83546;hp=4b4590f7cc549067e9e06b63e1f0da930102fa3b;hpb=47b905d14103c01625d16fe557e63e34317c6453;p=serve0 diff --git a/globals.sh b/globals.sh index 4b4590f..b68a8c9 100755 --- a/globals.sh +++ b/globals.sh @@ -18,11 +18,11 @@ # along with Serve0. If not, see . alias _wiki="stx2any --no-template --link-abbrevs --quote -T html" -file_pattern='^.*\.(mov|ts|mpg|mpeg|mp4|m4v|avi|mkv|flv|sfv|wmv|ogm|webm|iso|rmvb)$' +file_pattern='^.*\.(mov|ts|mpg|mpeg|mp4|m4v|avi|mkv|flv|sfv|wmv|ogm|ogv|webm|iso|rmvb)$' -data_dirs cache meta mp4 videos thumbs trash by_length transcoded +data_dirs cache meta mp4 videos thumbs trash transcoded -PAGE="${_GET[p]:-${PAGE:-list}}" +PAGE="${_GET[p]:-${PAGE:-browse}}" treeroot="${treeroot:-${_DATA}}" _GET[o]=$( validate "${_GET[o]}" 'Name|Date|Length' Name)