Subversion Repositories programming

Rev

Blame | Last modification | View Log | RSS feed

# Sample dictionary file for animesorter.
# Available from http://irasnyder.com/svn/programming/projects/animesorter
# Please copy this file to ~/.config/animesorter2/animesorter.dict

# You will probably want to edit this file and fill it in with your
# own values.
#
# All lines beginning with a hash (#) are comments, and are ignored.
# Everything else will be attempted to be parsed, and the program
# will warn you if it fails to parse a record.

# Shows use of a relative path.
# The $SORT_DIR gets appended to the front of this.
\[Something\]_some_file_.+_\[.+\].avi   =   somefolder

# Shows use of an absolute path.
# The files matching the pattern are deposited in the
# folder to the right of the equal sign.
\[Something\]_some_file_.+_\[.+\].avi   =   /absolute/path/instead