Skip to content

Commit 9e48c25

Browse files
author
nixnodes
committed
removed deprecated options
1 parent a0319d9 commit 9e48c25

File tree

8 files changed

+19
-31
lines changed

8 files changed

+19
-31
lines changed

MANUAL

+2-2
Original file line numberDiff line numberDiff line change
@@ -402,10 +402,10 @@ Updated: 16/11/2014
402402
...
403403

404404

405-
Now do the same, but apply a regex filter (--regex) to dirnames
405+
Now do the same, but apply a regex filter (-regex) to dirnames
406406
to -exec ONLY what is matched and quit after first match (--imatchq):
407407

408-
./glutil -d --silent -execv "./myscript.sh {dir} {files} {time}" --regex \
408+
./glutil -d --silent -execv "./myscript.sh {dir} {files} {time}" -regex \
409409
"\/The\.Simpsons" --imatchq
410410

411411
Output:

freebsd/scripts/gb_get.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/local/bin/bash
22
# DO NOT EDIT THESE LINES
3-
#@MACRO:getscore-f:{m:exe} -x {m:arg1} --silent --dir --exec "{m:spec1} $(basename {arg}) score"
3+
#@MACRO:getscore-f:{m:exe} -x {m:arg1} --silent --dir -exec "{m:spec1} $(basename {arg}) score"
44
#
55
## Retrieves game info using giantbomb API (XML)
66
#

freebsd/scripts/imdb_get.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# DO NOT EDIT/REMOVE THESE LINES
2424
#@VERSION:2
2525
#@REVISION:51
26-
#@MACRO:imdb|iMDB lookups based on folder names (filesystem) [-arg1=<path>] [-arg2=<path regex>]:{exe} -x {arg1} -lom "depth>0" --lom "mode=4" --silent --sort asc,mtime --dir --preexec "{exe} --imdblog={?q:imdb@file} --backup imdb" --execv `{spec1} \{basepath\} \{exe\} \{imdbfile\} \{glroot\} \{siterootn\} \{path\} 0 '' '' 3` {arg2}
26+
#@MACRO:imdb|iMDB lookups based on folder names (filesystem) [-arg1=<path>] [-arg2=<path regex>]:{exe} -x {arg1} -lom "depth>0" -lom "mode=4" --silent --sort asc,mtime --dir --preexec "{exe} --imdblog={?q:imdb@file} --backup imdb" -execv `{spec1} \{basepath\} \{exe\} \{imdbfile\} \{glroot\} \{siterootn\} \{path\} 0 '' '' 3` {arg2}
2727
#@MACRO:imdb-d|iMDB lookups based on folder names (dirlog) [-arg1=<regex filter>]:{exe} -d --silent --loglevel=1 --preexec "{exe} --imdblog={?q:imdb@file} --backup imdb" -execv "{spec1} \{basedir\} \{exe\} \{imdbfile\} \{glroot\} \{siterootn\} \{dir\} 0 '' '' {arg3}" -l: dir -regexi "{arg1}"
2828
#@MACRO:imdb-su|Update existing imdblog records, pass query/dir name through the search engine:{exe} -a --imdblog={?q:imdb@file} --silent --loglevel=1 --preexec "{exe} --imdblog={?q:imdb@file} --backup imdb" -execv "{spec1} \{dir\} \{exe\} \{imdbfile\} \{glroot\} \{siterootn\} \{dir\} 1 \{year\}"
2929
#@MACRO:imdb-su-id|Update imdblog records using existing imdbID's, no searching is done:{exe} -a --imdblog={?q:imdb@file} --silent --loglevel=1 --preexec "{exe} --imdblog={?q:imdb@file} --backup imdb" -execv "{spec1} \{imdbid\} \{exe\} \{imdbfile\} \{glroot\} \{siterootn\} \{dir\} 2 \{basedir\} \{year\}"
@@ -38,7 +38,7 @@
3838
#
3939
## Gets movie info using iMDB native API and omdbapi (XML)
4040
#
41-
## Requires: - glutil-2.5 or above
41+
## Requires: - glutil-2.6.2 or above
4242
## - libxml2 v2.7.7 or above
4343
## - curl, date, egrep, sed, expr, recode (optional), awk
4444
#
@@ -228,7 +228,7 @@ if ! [[ $7 -eq 2 ]]; then
228228

229229
# if [ $UPDATE_IMDBLOG -eq 1 ] && [ $DENY_IMDBID_DUPE -eq 1 ]; then
230230
# s_q=`echo "$QUERY" | sed 's/\+/\\\\\0/g'`
231-
# cad $2 "--iregexi" "dir,^$s_q\$" "$3"
231+
# cad $2 "! -iregex" "dir,^$s_q\$" "$3"
232232
# fi
233233

234234
DTMP=`imdb_do_query "$QUERY""&ex=1"`

freebsd/scripts/killslow.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ if [ $SLOW -eq 1 ] && [ -f "/tmp/du-ks/$4" ]; then
161161
}
162162

163163
g_FILE=`echo $6 | cut -f 2- -d " "`
164-
[ -n "$g_FILE" ] && $7 -e dupefile --match "$g_FILE" --loglevel=6 -vvv
164+
[ -n "$g_FILE" ] && $7 -e dupefile -match "$g_FILE" --loglevel=6 -vvv
165165
fi
166166
elif [ $SLOW -eq 1 ]; then
167167
touch "/tmp/du-ks/$4"

scripts/imdb_get.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# DO NOT EDIT/REMOVE THESE LINES
1919
#@VERSION:2
2020
#@REVISION:51
21-
#@MACRO:imdb|iMDB lookups based on folder names (filesystem) [-arg1=<path>] [-arg2=<path regex>]:{exe} -x {arg1} -lom "depth>0" --lom "mode=4" --silent --sort asc,mtime --dir --preexec "{exe} --imdblog={?q:imdb@file} --backup imdb" --execv `{spec1} \{basepath\} \{exe\} \{imdbfile\} \{glroot\} \{siterootn\} \{path\} 0 '' '' 3` {arg2}
21+
#@MACRO:imdb|iMDB lookups based on folder names (filesystem) [-arg1=<path>] [-arg2=<path regex>]:{exe} -x {arg1} -lom "depth>0 && mode=4" --silent --sort asc,mtime --dir --preexec "{exe} --imdblog={?q:imdb@file} --backup imdb" --execv `{spec1} \{basepath\} \{exe\} \{imdbfile\} \{glroot\} \{siterootn\} \{path\} 0 '' '' 3` {arg2}
2222
#@MACRO:imdb-d|iMDB lookups based on folder names (dirlog) [-arg1=<regex filter>]:{exe} -d --silent --loglevel=1 --preexec "{exe} --imdblog={?q:imdb@file} --backup imdb" -execv "{spec1} \{basedir\} \{exe\} \{imdbfile\} \{glroot\} \{siterootn\} \{dir\} 0 '' '' {arg3}" -l: dir -regexi "{arg1}"
2323
#@MACRO:imdb-su|Update existing imdblog records, pass query/dir name through the search engine:{exe} -a --imdblog={?q:imdb@file} --silent --loglevel=1 --preexec "{exe} --imdblog={?q:imdb@file} --backup imdb" -execv "{spec1} \{dir\} \{exe\} \{imdbfile\} \{glroot\} \{siterootn\} \{dir\} 1 \{year\}"
2424
#@MACRO:imdb-su-id|Update imdblog records using existing imdbID's, no searching is done:{exe} -a --imdblog={?q:imdb@file} --silent --loglevel=1 --preexec "{exe} --imdblog={?q:imdb@file} --backup imdb" -execv "{spec1} \{imdbid\} \{exe\} \{imdbfile\} \{glroot\} \{siterootn\} \{dir\} 2 \{basedir\} \{year\}"
@@ -33,7 +33,7 @@
3333
#
3434
## Gets movie info using iMDB native API and omdbapi (XML)
3535
#
36-
## Requires: - glutil-2.5 or above
36+
## Requires: - glutil-2.6.2 or above
3737
## - libxml2 v2.7.7 or above
3838
## - curl, date, egrep, sed, expr, recode (optional), awk
3939
#

scripts/loc_dm.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# DO NOT EDIT/REMOVE THESE LINES
2020
#@VERSION:1
2121
#@REVISION:2
22-
#@MACRO:loc-dm:{m:exe} --daemon --glroot "{m:glroot}" --xretry -x "{m:glroot}/io/glud" -lom "depth>0" -regex "basepath,gld\.in\." --lom "mode=1" --preexec `mkdir -p {m:glroot}/io/glud; chmod 777 {m:glroot}/io/glud` --loop 0 --usleep 300000 --silent -execv "{m:spec1} {path} {?rd:basepath:^gld\.in\.} {m:exe} {glroot}"
22+
#@MACRO:loc-dm:{m:exe} --daemon --glroot "{m:glroot}" --xretry -x "{m:glroot}/io/glud" -lom "depth>0" -regex "basepath,gld\.in\." -lom "mode=1" --preexec `mkdir -p {m:glroot}/io/glud; chmod 777 {m:glroot}/io/glud` --loop 0 --usleep 300000 --silent -execv "{m:spec1} {path} {?rd:basepath:^gld\.in\.} {m:exe} {glroot}"
2323
## Install script dependencies + libs into glftpd root, preserving library paths (requires mlocate)
2424
#
2525
## Offers functionality to processes that would otherwise require higher priviledges.
@@ -60,11 +60,11 @@ process_query(){
6060
async_reply OK || async_reply BAD
6161
;;
6262
nuke )
63-
ii=`${GLUTIL} -d --name "dir,*${2}" -exec "${glroot}/bin/nuker -N \"${4}\" -r /etc/glftpd.conf -n \"{dir}\" 3 \"${3}\"" --silent`
63+
ii=`${GLUTIL} -d -name "dir,*${2}" -exec "${glroot}/bin/nuker -N \"${4}\" -r /etc/glftpd.conf -n \"{dir}\" 3 \"${3}\"" --silent`
6464
async_reply "${ii}"
6565
;;
6666
unnuke )
67-
ii=`${GLUTIL} -d --name "dir,*${2}" -exec "${glroot}/bin/nuker -N \"${4}\" -r /etc/glftpd.conf -u \"{dir}\" \"${3}\"" --silent`
67+
ii=`${GLUTIL} -d -name "dir,*${2}" -exec "${glroot}/bin/nuker -N \"${4}\" -r /etc/glftpd.conf -u \"{dir}\" \"${3}\"" --silent`
6868
async_reply "${ii}"
6969
;;
7070
*)

scripts/misc/macros.glutil

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#@REVISION:63
22
#
3-
## NOTE: Requires glutil 2.5 or higher
3+
## NOTE: Requires glutil 2.6.2 or higher
44
#
55
## These are basically just sets of glutil arguments and
66
## bash commands, packed into macros for convinience
@@ -97,11 +97,11 @@
9797
#
9898
## Requires logs built with DATABASE_TYPE=0 (see tvrage/imdb_get.sh)
9999
#
100-
#@MACRO:tvrage-make-infolinks|Creates folders with release info inside respective folders for every tvlog record erasing any existing ones first:{exe} --tvlog={?q:tvrage@file} -h --silent --exec `rm "\{glroot\}\{dir\}/[ TVRAGE "*;mkdir "\{glroot\}\{dir\}/[ TVRAGE - \{class\} - \{genres\} ]"` {arg1}
100+
#@MACRO:tvrage-make-infolinks|Creates folders with release info inside respective folders for every tvlog record erasing any existing ones first:{exe} --tvlog={?q:tvrage@file} -h --silent -exec `rm "\{glroot\}\{dir\}/[ TVRAGE "*;mkdir "\{glroot\}\{dir\}/[ TVRAGE - \{class\} - \{genres\} ]"` {arg1}
101101
#
102102
## <make-imdb-dirlinks>
103103
#
104-
#@MACRO:imdb-make-infolinks|Creates folders with release info inside respective folders for every imdblog record erasing any existing ones first:{exe} --imdblog={?q:imdb@file} -a --silent --exec `rm "{glroot}\{dir\}/[ IMDB "*;mkdir "\{dir\}" "\{glroot\}\{dir\}/[ IMDB - \{score\} | \{votes\} votes - \{genres\} ]"` {arg1}
104+
#@MACRO:imdb-make-infolinks|Creates folders with release info inside respective folders for every imdblog record erasing any existing ones first:{exe} --imdblog={?q:imdb@file} -a --silent -exec `rm "{glroot}\{dir\}/[ IMDB "*;mkdir "\{dir\}" "\{glroot\}\{dir\}/[ IMDB - \{score\} | \{votes\} votes - \{genres\} ]"` {arg1}
105105
#
106106
# <dirlog-to-ascii> *DEPRECATED - added export option (-E) to glutil, see --help*
107107
#
@@ -124,12 +124,12 @@
124124
## If --dirlog=<path> is not specified, glutil reverts to
125125
## default dirlog path
126126
#
127-
#@MACRO:dirlog-to-ascii|Convert dirlog records into ASCII format, suitable for re-injection using -z; Arguments\: -arg1=<output file>; Requires glutil-1.9-18 or above:{exe} -d --dirlog={?q:dirlog@file} --esredir={arg1} --execv `echo -e "dir \{dir\}\nstatus \{status\}\ntime \{time\}\nuser \{user\}\ngroup \{group\}\nfiles \{files\}\nsize \{size\}\n"` {arg2} --silent --postexec `echo "" >> {arg1}`
128-
#@MACRO:imdb-to-ascii|Convert imdblog records into ASCII format, suitable for re-injection using -z; Arguments\: -arg1=<output file>; Requires glutil-1.9-18 or above:{exe} -a --imdblog={?q:imdb@file} --imdblog=\{imdbfile\} --esredir={arg1} --execv `echo -e "dir \{dir\}\ntime \{time\}\nimdbid \{imdbid\}\nplot \{plot\}\nscore \{score\}\ngenre \{genre\}\nvotes \{votes\}\ntitle \{title\}\nactors \{actors\}\nrated \{rated\}\nyear \{year\}\nreleased \{released\}\nruntime \{runtime\}\ndirector \{director\}\n"` {arg2} --silent --postexec `echo "" >> {arg1}`
129-
#@MACRO:tvrage-to-ascii|Convert tvlog records into ASCII format, suitable for re-injection using -z; Arguments\: -arg1=<output file>; Requires glutil-1.9-18 or above:{exe} -h --tvlog={?q:tvrage@file} --esredir={arg1} --execv `echo -e "dir \{dir\}\ntime \{time\}\nshowid \{showid\}\nname \{name\}\nlink \{link\}\ncountry \{country\}\nairtime \{airtime\}\nairday \{airday\}\nruntime \{runtime\}\nstarted \{started\}\nended \{ended\}\nseasons \{seasons\}\nclass \{class\}\ngenre \{genre\}\nstatus \{status\}\nstartyear \{startyear\}\nendyear \{endyear\}\nnetwork \{network\}\n"` {arg2} --silent --postexec `echo "" >> {arg1}`
127+
#@MACRO:dirlog-to-ascii|Convert dirlog records into ASCII format, suitable for re-injection using -z; Arguments\: -arg1=<output file>; Requires glutil-1.9-18 or above:{exe} -d --dirlog={?q:dirlog@file} --esredir={arg1} -execv `echo -e "dir \{dir\}\nstatus \{status\}\ntime \{time\}\nuser \{user\}\ngroup \{group\}\nfiles \{files\}\nsize \{size\}\n"` {arg2} --silent --postexec `echo "" >> {arg1}`
128+
#@MACRO:imdb-to-ascii|Convert imdblog records into ASCII format, suitable for re-injection using -z; Arguments\: -arg1=<output file>; Requires glutil-1.9-18 or above:{exe} -a --imdblog={?q:imdb@file} --imdblog=\{imdbfile\} --esredir={arg1} -execv `echo -e "dir \{dir\}\ntime \{time\}\nimdbid \{imdbid\}\nplot \{plot\}\nscore \{score\}\ngenre \{genre\}\nvotes \{votes\}\ntitle \{title\}\nactors \{actors\}\nrated \{rated\}\nyear \{year\}\nreleased \{released\}\nruntime \{runtime\}\ndirector \{director\}\n"` {arg2} --silent --postexec `echo "" >> {arg1}`
129+
#@MACRO:tvrage-to-ascii|Convert tvlog records into ASCII format, suitable for re-injection using -z; Arguments\: -arg1=<output file>; Requires glutil-1.9-18 or above:{exe} -h --tvlog={?q:tvrage@file} --esredir={arg1} -execv `echo -e "dir \{dir\}\ntime \{time\}\nshowid \{showid\}\nname \{name\}\nlink \{link\}\ncountry \{country\}\nairtime \{airtime\}\nairday \{airday\}\nruntime \{runtime\}\nstarted \{started\}\nended \{ended\}\nseasons \{seasons\}\nclass \{class\}\ngenre \{genre\}\nstatus \{status\}\nstartyear \{startyear\}\nendyear \{endyear\}\nnetwork \{network\}\n"` {arg2} --silent --postexec `echo "" >> {arg1}`
130130
#
131131
##
132-
#@MACRO:tvrage-to-sql:{exe} -h --tvlog={?q:tvrage@file} --silent --execv `echo "insert into TVRAGE.shows (name, link, country, started, ended, seasons, status, runtime, airtime, airday, class, genres, showid, time, network, dir, startyear, endyear) VALUES('\{name\}', '\{link\}', '\{country\}', '\{started\}', '\{ended\}', '\{seasons\}', '\{status\}', '\{runtime\}', '\{airtime\}', '\{airday\}', '\{class\}', '\{genres\}', '\{showid\}', '\{time\}', '\{network\}', '\{dir\}', '\{startyear\}', '\{endyear\}');"` --esredir "{arg1}"
132+
#@MACRO:tvrage-to-sql:{exe} -h --tvlog={?q:tvrage@file} --silent -execv `echo "insert into TVRAGE.shows (name, link, country, started, ended, seasons, status, runtime, airtime, airday, class, genres, showid, time, network, dir, startyear, endyear) VALUES('\{name\}', '\{link\}', '\{country\}', '\{started\}', '\{ended\}', '\{seasons\}', '\{status\}', '\{runtime\}', '\{airtime\}', '\{airday\}', '\{class\}', '\{genres\}', '\{showid\}', '\{time\}', '\{network\}', '\{dir\}', '\{startyear\}', '\{endyear\}');"` --esredir "{arg1}"
133133
#
134134
## <dirlog-clean-dupes>
135135
#

src/arg_opts.c

-12
Original file line numberDiff line numberDiff line change
@@ -2587,38 +2587,26 @@ _gg_opt gg_f_ref[] =
25872587
#ifdef _GL_DUMMY_NONE
25882588

25892589
#endif
2590-
{ .id = 0x0068, .on = "--regexi", .ac = 1, .op = opt_g_d_regexi },
25912590
{ .id = 0x0468, .on = "-regexi", .ac = 1, .op = opt_g_d_regexi },
2592-
{ .id = 0x006A, .on = "--regex", .ac = 1, .op = opt_g_d_regex },
25932591
{ .id = 0x046A, .on = "-regex", .ac = 1, .op = opt_g_d_regex },
2594-
{ .id = 0x0041, .on = "--match", .ac = 1, .op = opt_g_d_match },
25952592
{ .id = 0x0441, .on = "-match", .ac = 1, .op = opt_g_d_match },
2596-
{ .id = 0x1041, .on = "--name", .ac = 1, .op = opt_g_d_fname },
25972593
{ .id = 0x1441, .on = "-name", .ac = 1, .op = opt_g_d_fname },
2598-
{ .id = 0x1043, .on = "--namei", .ac = 1, .op = opt_g_d_fnamei },
25992594
{ .id = 0x1443, .on = "-namei", .ac = 1, .op = opt_g_d_fnamei },
2600-
{ .id = 0x0006, .on = "--lom", .ac = 1, .op = opt_g_d_lom_match },
26012595
{ .id = 0x0406, .on = "-lom", .ac = 1, .op = opt_g_d_lom_match },
26022596
{ .id = 0x1000, .on = "!", .ac = 0, .op = opt_g_negate },
26032597
{ .id = 0x1001, .on = "-fd:", .ac = 0, .op = opt_g_tfd },
26042598
{ .id = 0x1001, .on = "-l:", .ac = 1, .op = opt_g_lookup },
26052599
{ .id = 0x1001, .on = "-prune:", .ac = 0, .op = opt_g_tfd },
2606-
{ .id = 0x0002, .on = "and", .ac = 0, .op = opt_g_operator_and },
2607-
{ .id = 0x0003, .on = "or", .ac = 0, .op = opt_g_operator_or },
26082600
{ .id = 0x2002, .on = "-and", .ac = 0, .op = opt_g_operator_and },
26092601
{ .id = 0x2003, .on = "-or", .ac = 0, .op = opt_g_operator_or },
26102602
{ .id = 0x0004, .on = "(", .ac = 0, .op = opt_g_m_raise_level },
26112603
{ .id = 0x0005, .on = ")", .ac = 0, .op = opt_g_m_lower_level },
26122604
{ .id = 0x0070, .on = "-y", .ac = 0, .op = opt_g_flinks },
2613-
{ .id = 0x0071, .on = "--allowsymbolic", .ac = 0, .op = opt_g_flinks },
26142605
{ .id = 0x0072, .on = "--followlinks", .ac = 0, .op = opt_g_flinks },
2615-
{ .id = 0x0073, .on = "--allowlinks", .ac = 0, .op = opt_g_flinks },
2616-
{ .id = 0x0074, .on = "--execv", .ac = 1, .op = opt_execv },
26172606
{ .id = 0x0075, .on = "-execv", .ac = 1, .op = opt_execv },
26182607
{ .id = 0x0076, .on = "-execv-", .ac = 1, .op = opt_execv_stdin },
26192608
{ .id = 0x0077, .on = "-exec", .ac = 1, .op = opt_exec },
26202609
{ .id = 0x0078, .on = "-exec-", .ac = 1, .op = opt_exec_stdin },
2621-
{ .id = 0x0079, .on = "--exec", .ac = 1, .op = opt_exec },
26222610
{ .id = 0x007A, .on = "--fix", .ac = 0, .op = opt_g_fix },
26232611
{ .id = 0x007C, .on = "--memlimit", .ac = 1, .op = opt_memb_limit },
26242612
{ .id = 0x007D, .on = "--memlimita", .ac = 1, .op = opt_memb_limit_in },

0 commit comments

Comments
 (0)