Subversion Repositories programming

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
184 ira 1
# Sample dictionary file for animesorter.
2
# Available from http://irasnyder.com/svn/programming/projects/animesorter
3
# Please copy this file to ~/.config/animesorter2/animesorter.dict
4
 
5
# You will probably want to edit this file and fill it in with your
6
# own values.
7
#
8
# All lines beginning with a hash (#) are comments, and are ignored.
9
# Everything else will be attempted to be parsed, and the program
10
# will warn you if it fails to parse a record.
11
 
12
# Shows use of a relative path.
13
# The $SORT_DIR gets appended to the front of this.
14
\[Something\]_some_file_.+_\[.+\].avi   =   somefolder
15
 
16
# Shows use of an absolute path.
17
# The files matching the pattern are deposited in the
18
# folder to the right of the equal sign.
19
\[Something\]_some_file_.+_\[.+\].avi   =   /absolute/path/instead