All Projects → bjeanes → tv-renamer

bjeanes / tv-renamer

Licence: other
Ruby script to rename downloaded TV Shows to custom format. Like @dbr/tvdb_api/tvnamer.py but using @maddox/tvdb

Programming Languages

ruby
36898 projects - #4 most used programming language

TV Renamer

This will take a folder and recursively go down through all directories finding all valid video files (avi, mov, mpg, wmv, mkv, ogm, etc...), match them against common syntaxes, and rename them according to your preference

Defining syntax might look something like this.

Renamer.syntax = "%S - %0sx%0e - %T"
Renamer.run # current directory by default

Where %S = Series name, %s is the season number, %0e is zero-padded episode number, and %T is title.

This would mean something like my.name.is.earl.s03x01.HDTV.VTV.avi would be renamed as: My Name Is Earl - 3x01 - My Name Is Inmate, Part 1


I was originally going to write this months ago using Hpricot to scrape epguides.com (for example: http://epguides.com/MyNameIsEarl/). However I found out about TVDB the other day and am very excited now!


I also found this morning this script, so as an initial version this will probably just be a ruby port of that.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].