README.rdoc in movie-renamer-0.0.15 vs README.rdoc in movie-renamer-0.0.16

- old
+ new

@@ -8,30 +8,32 @@ to see the usage type $ movie-renamer -h Usage: movie-renamer [-i|-s|-f|-h|-p] <folder> -Default behavior is -f on current working directory + Default behavior is -f on current working directory -h, --help Display this help -i, --imdb Executes a query on imdb on <movie name> -s, --singlemovie FILE Acts on a single movie file <file name> -f, --folder FOLDER Acts on whole folder <folder> -p, --path PATH path for moving renamed movies default is tmp/ in current working directory == How it works -Default behavior is to scan the current working directory +Default behavior is to scan the current working directory. For each movie in the folder a question about what to do is asked. -Then movie is renamed using input provided by the user +Then movie is renamed using input provided by the user. You can query imdb using the filename or enter use manual search Each renamed movie is moved into a tmp/ subfolder of the current working directory or in the folder specified with the -p option By default Movies are renamed like this: + $year - $director - $title partXX.file_extension + You can set the rename pattern creating a .movie-renamer file in your home example: filename: ($year) - $title - $director