Sha256: 12e8b86022b86b3e27286a7ac6dbf5b5df69544c1530929a227d932a105b019f

Contents?: true

Size: 1.33 KB

Versions: 1

Compression:

Stored size: 1.33 KB

Contents

= movie-renamer

A simple command line interface to rename movies in a folder


Uses imdb gem to query imdb about current movie trying to obtain useful infos

to see the usage type

$ movie-renamer -h

== How it works

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

Each renamed movie is moved into a tmp/ subfolder of the current working directory.
Movies are renamed like this:

YEAR - DIRECTOR - TITLE - optionalPART.extension

There are plans to add the rename pattern like an optional parameter




== Note on Patches/Pull Requests
You are encouraged to provide help in developing this simple but useful (I hope) application! 
* Fork the project.
* Make your feature addition or bug fix.
* Add tests for it. This is important so I don't break it in a
  future version unintentionally.
* Commit, do not mess with rakefile, version, or history.
  (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
* Send me a pull request. Bonus points for topic branches.

== Copyright

Copyright (c) 2010 ghedamat. See LICENSE for details.

Feel free to send me suggestions :)
Please drop me a line if you find this useful

Mail me at: thamayor [at] gmail [dot] com





Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
movie-renamer-0.0.12 README.rdoc