2011-11-27 00:32:06 -05:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" itemscope itemtype = "http://schema.org/Product" >
2011-08-26 22:20:40 -04:00
< head >
2011-11-27 00:32:06 -05:00
< meta http-equiv = "content-type" content = "text/html; charset=UTF-8" / >
< meta name = "keywords" content = "rename tv series, rename episode, rename movie, download subtitles, file verification, check sfv md5 sha1" / >
2011-08-26 22:20:40 -04:00
< title > Episode Format Expression< / title >
< link rel = "stylesheet" href = "base.css" type = "text/css" / >
2011-08-31 07:06:24 -04:00
< link rel = "stylesheet" href = "code.css" type = "text/css" / >
2011-08-26 22:20:40 -04:00
< link rel = "icon" href = "favicon.png" / >
2011-08-27 02:20:15 -04:00
2011-11-27 00:32:06 -05:00
< meta itemprop = "name" content = "FileBot" / >
< meta itemprop = "description" content = "The ultimate tv renamer / subtitle downloader / sfv validator" / >
< meta itemprop = "image" content = "http://filebot.sourceforge.net/images/icon.png" / >
2011-09-17 08:56:49 -04:00
<!-- google analytics -->
2011-08-27 02:20:15 -04:00
< script type = "text/javascript" >
2011-09-17 08:56:49 -04:00
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-25379256-1']);
_gaq.push(['_trackPageview']);
2011-11-27 00:32:06 -05:00
2011-09-17 08:56:49 -04:00
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
< / script >
2011-11-27 00:32:06 -05:00
<!-- google +1 -->
< script type = "text/javascript" >
window.___gcfg = {lang: 'en-GB'};
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
< / script >
2011-12-08 10:05:34 -05:00
<!-- twitter -->
< script type = "text/javascript" >
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'http://platform.twitter.com/widgets.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
< / script >
2011-08-26 22:20:40 -04:00
< / head >
< body >
< div class = "page" >
2011-11-22 11:12:20 -05:00
< div class = "navigation" style = "position:absolute; top:36px; right:-40px" >
< div >
< ul >
< li > < a href = "http://filebot.sourceforge.net/forums/" > Forums< / a > < / li >
< li > < a href = "http://filebot.sourceforge.net/forums/viewtopic.php?f=3&t=7" > FAQ< / a > < / li >
< li > < a href = "http://filebot.sourceforge.net/#download" > Download< / a > < / li >
< / ul >
< / div >
< / div >
2011-09-17 08:56:49 -04:00
< div class = "social" >
2011-11-27 00:15:52 -05:00
< div class = "twitter" style = "position:relative; top:3px;" >
2011-12-08 10:05:34 -05:00
< a href = "https://twitter.com/share" class = "twitter-share-button" data-count = "horizontal" data-via = "filebot_renamer" data-url = "http://filebot.sourceforge.net/" > < / a >
2011-09-17 08:56:49 -04:00
< / div >
2011-11-27 00:15:52 -05:00
< div class = "plusone" style = "position:relative; left:25px; top:1px" >
2011-12-07 16:31:28 -05:00
< g:plusone callback = "_gaq.push(['_trackEvent','Social networking','Google Plus One',document.title])" href = "http://filebot.sourceforge.net/" > < / g:plusone >
2011-09-17 08:56:49 -04:00
< / div >
< / div >
2011-11-27 00:15:52 -05:00
2011-09-17 08:56:49 -04:00
2011-08-26 22:20:40 -04:00
< div class = "header" >
2011-09-17 08:56:49 -04:00
< a href = "http://filebot.sourceforge.net" > < img class = "logo" alt = "logo" src = "images/icon.png" width = "48" height = "48" / > < / a >
2011-08-26 22:20:40 -04:00
< h1 >
Episode Format Expressions
< span class = "description" > User defined episode naming scheme< / span >
< / h1 >
< / div >
< div class = "content" >
< div class = "screenshot" >
< a href = "gallery.html#screenshots/original/dialog.format.png" title = "Episode Format Dialog" target = "_blank" >
< img alt = "screenshot" src = "screenshots/medium/dialog.format.png" / >
< / a >
2011-11-21 07:35:28 -05:00
< / div >
2011-08-26 22:20:40 -04:00
< div class = "section about" >
< h2 > About< / h2 >
< p >
2011-08-31 07:06:24 -04:00
You can easily define your own episode naming scheme. It uses < a href = "http://groovy.codehaus.org" > Groovy< / a > expressions,
2011-08-26 22:20:40 -04:00
which means that you can do pretty much anything, especially if you know a little bit about programming.
2011-11-16 12:24:14 -05:00
You even get media info bindings.
2011-08-26 22:20:40 -04:00
< / p >
2011-09-22 12:11:00 -04:00
< h2 id = "examples" > Examples< / h2 >
2011-08-26 22:20:40 -04:00
< p >
2011-08-31 07:06:24 -04:00
< code > < span class = "block start" > {< / span > < span class = "variable" > n< / span > < span class = "block end" > }< / span > - < span class = "block start" > {< / span > < span class = "variable" > s< / span > < span class = "block end" > }< / span > .< span class = "block start" > {< / span > < span class = "variable" > e< / span > < span class = "block end" > }< / span > - < span class = "block start" > {< / span > < span class = "variable" > t< / span > < span class = "block end" > }< / span > < / code >
2011-08-26 22:20:40 -04:00
Dark Angel - 3.1 - Labyrinth
< / p >
< p >
2011-08-31 07:06:24 -04:00
< code > < span class = "block start" > {< / span > < span class = "variable" > n< / span > < span class = "block end" > }< / span > - < span class = "block start" > {< / span > < span class = "string" > 'S'< / span > +< span class = "variable" > s< / span > .< span class = "method" > < span class = "method" > pad< / span > < / span > (< span class = "numeral" > 2< / span > )< span class = "block end" > }< / span > E< span class = "block start" > {< / span > < span class = "variable" > e< / span > .< span class = "method" > pad< / span > (< span class = "numeral" > 2< / span > )< span class = "block end" > }< / span > - < span class = "block start" > {< / span > < span class = "variable" > t< / span > < span class = "block end" > }< / span > < / code > Dark Angel - S03E01 - Labyrinth
2011-08-26 22:20:40 -04:00
< / p >
< p >
2011-09-19 10:24:57 -04:00
< code > < span class = "block start" > {< / span > < span class = "variable" > n< / span > .< span class = "method" > space< / span > (< span class = "string" > '.'< / span > ).< span class = "method" > lower< / span > ()< span class = "block end" > }< / span > .< span class = "block start" > {< / span > < span class = "variable" > s< / span > < span class = "block end" > }< / span > < span class = "block start" > {< / span > < span class = "variable" > e< / span > .< span class = "method" > pad< / span > (< span class = "numeral" > 2< / span > )< span class = "block end" > }< / span > < / code > dark.angel.301
2011-08-26 22:20:40 -04:00
< / p >
< p >
2011-09-19 10:24:57 -04:00
< code > < span class = "block start" > {< / span > < span class = "variable" > n< / span > < span class = "block end" > }< / span > (< span class = "block start" > {< / span > < span class = "variable" > y< / span > < span class = "block end" > }< / span > ) (< span class = "block start" > {< / span > < span class = "string" > " CD< span class = "variable" > $pi< / span > "< / span > < span class = "block end" > }< / span > )< / code > The Man from Earth (2007) CD1
2011-08-26 22:20:40 -04:00
< / p >
2011-09-19 10:24:57 -04:00
< p >
< code > < span class = "block start" > {< / span > < span class = "variable" > n< / span > < span class = "block end" > }< / span > [< span class = "block start" > {< / span > < span class = "variable" > y< / span > < span class = "block end" > }< / span > ] < span class = "block start" > {< / span > < span class = "variable" > vf< / span > < span class = "block end" > }< / span > < span class = "block start" > {< / span > < span class = "variable" > af< / span > < span class = "block end" > }< / span > < / code > The Man from Earth [2007] 720p 6ch
< / p >
2011-08-26 22:20:40 -04:00
< h2 > Advanced Examples< / h2 >
< p >
2011-09-19 10:24:57 -04:00
< code > < span class = "block start" > {< / span > < span class = "variable" > n< / span > .< span class = "method" > upperInitial< / span > ().< span class = "method" > space< / span > (< span class = "string" > '.'< / span > )< span class = "block end" > }< / span > .< span class = "block start" > {< / span > < span class = "variable" > y< / span > < span class = "block end" > }< / span > .< span class = "block start" > {< / span > < span class = "variable" > source< / span > < span class = "block end" > }< / span > .< span class = "block start" > {< / span > < span class = "variable" > vc< / span > < span class = "block end" > }< / span > -< span class = "block start" > {< / span > < span class = "variable" > group< / span > < span class = "block end" > }< / span > < / code > The.Man.From.Earth.2007.DVDRip.XviD-ALLiANCE
< / p >
< p >
2011-08-31 07:06:24 -04:00
< code > < span class = "block start" > {< / span > < span class = "variable" > n< / span > .< span class = "method" > space< / span > (< span class = "string" > '_'< / span > )< span class = "block end" > }< / span > _-_< span class = "block start" > {< / span > < span class = "variable" > e< / span > .< span class = "method" > pad< / span > (< span class = "numeral" > 2< / span > )< span class = "block end" > }< / span > _[< span class = "block start" > {< / span > < span class = "variable" > resolution< / span > < span class = "block end" > }< / span > _< span class = "block start" > {< / span > < span class = "variable" > vc< / span > < span class = "block end" > }< / span > _< span class = "block start" > {< / span > < span class = "variable" > ac< / span > < span class = "block end" > }< / span > ][< span class = "block start" > {< / span > < span class = "variable" > crc32< / span > < span class = "block end" > }< / span > ]< / code > Juuni_Kokuki_-_01_[1280x720_XviD_MP3][3E16AF40]
2011-08-26 22:20:40 -04:00
< / p >
< p >
2011-08-31 07:06:24 -04:00
< code > < span class = "block start" > {< / span > < span class = "variable" > n< / span > .< span class = "method" > space< / span > (< span class = "string" > '.'< / span > )< span class = "block end" > }< / span > .< span class = "block start" > {< / span > < span class = "string" > 's'< / span > +< span class = "variable" > s< / span > .< span class = "method" > pad< / span > (< span class = "numeral" > 2< / span > )< span class = "block end" > }< / span > e< span class = "block start" > {< / span > < span class = "variable" > e< / span > .< span class = "method" > pad< / span > (< span class = "numeral" > 2< / span > )< span class = "block end" > }< / span > .< span class = "block start" > {< / span > < span class = "variable" > t< / span > .< span class = "method" > space< / span > (< span class = "string" > '.'< / span > )< span class = "block end" > }< / span > .< span class = "block start" > {< / span > < span class = "variable" > vf< / span > < span class = "block end" > }< / span > .< span class = "block start" > {< / span > < span class = "variable" > vc< / span > .< span class = "method" > lower< / span > ()< span class = "block end" > }< / span > .< span class = "block start" > {< / span > < span class = "variable" > ac< / span > .< span class = "method" > lower< / span > ()< span class = "block end" > }< / span > < / code > Firefly.s01e01.Serenity.720p.x264.ac3
2011-08-26 22:20:40 -04:00
< / p >
< p >
2011-09-29 22:22:30 -04:00
< code > < span class = "block start" > {< / span > < span class = "variable" > n< / span > < span class = "block end" > }< / span > [< span class = "block start" > {< / span > < span class = "variable" > airdate< / span > .< span class = "method" > format< / span > (< span class = "string" > '< a style = "color:inherit" href = "http://download.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html" target = "_blank" > yyyy.MM.dd< / a > '< / span > )< span class = "block end" > }< / span > ] < span class = "block start" > {< / span > < span class = "variable" > t< / span > < span class = "block end" > }< / span > < / code > The Daily Show [2010.01.05] George Lucas
2011-10-10 12:23:10 -04:00
< / p >
2011-08-26 22:20:40 -04:00
< p >
2011-10-10 12:23:10 -04:00
< code > E:/Complete/< span class = "block start" > {< / span > < span class = "variable" > n< / span > < span class = "block end" > }< / span > (< span class = "block start" > {< / span > < span class = "variable" > y< / span > < span class = "block end" > }< / span > )< span class = "block start" > {< / span > < span class = "string" > '/Season '< / span > +< span class = "variable" > s< / span > < span class = "block end" > }< / span > /< span class = "block start" > {< / span > < span class = "variable" > s< / span > +< span class = "string" > 'x'< / span > < span class = "block end" > }< / span > < span class = "block start" > {< / span > < span class = "variable" > e< / span > .< span class = "method" > pad< / span > (< span class = "numeral" > 2< / span > )< span class = "block end" > }< / span > - < span class = "block start" > {< / span > < span class = "variable" > t< / span > < span class = "block end" > }< / span > < / code > Rename and < strong > move< / strong > files. The directory structure is completely up to you.
2011-08-26 22:20:40 -04:00
< / p >
< p >
2011-11-07 23:34:24 -05:00
< code > < span class = "block start" > {< / span > < span class = "variable" > n< / span > .< span class = "method" > replaceTrailingBrackets< / span > ()< span class = "block end" > }< / span > - < span class = "block start" > {< / span > < span class = "variable" > s< / span > +< span class = "string" > 'x'< / span > < span class = "block end" > }< / span > < span class = "block start" > {< / span > < span class = "variable" > e< / span > .< span class = "method" > pad< / span > (< span class = "numeral" > 2< / span > )< span class = "block end" > }< / span > - < span class = "block start" > {< / span > < span class = "variable" > t< / span > .< span class = "method" > replaceAll< / span > (< span class = "regex" > /[!?.]+$/< / span > ).< span class = "method" > replaceAll< / span > (< span class = "regex" > /[`´ ]/< / span > , < span class = "string" > "'"< / span > ).< span class = "method" > lowerTrail< / span > ().< span class = "method" > replacePart< / span > (< span class = "string" > ', Part $1'< / span > )< span class = "block end" > }< / span > < / code > My personal favorite. Pretty much 1x01, but with lots of cleanup operations.
2011-08-26 22:20:40 -04:00
< / p >
2011-09-12 21:46:27 -04:00
2011-09-22 12:11:00 -04:00
< h2 class = "reference" id = "bindings" >
2011-09-12 21:46:27 -04:00
Binding Reference
2011-11-04 20:43:37 -04:00
< a href = "http://filebot.svn.sourceforge.net/viewvc/filebot/trunk/source/net/sourceforge/filebot/format/MediaBindingBean.java?view=markup" class = "source" target = "_blank" > source< / a >
2011-09-12 21:46:27 -04:00
< / h2 >
2011-09-15 05:51:22 -04:00
< table class = "reference binding" >
2011-08-26 22:20:40 -04:00
< tr >
< th > Name< / th >
< th > Description< / th >
< th > Example< / th >
< / tr >
< tr >
< td > n< / td >
2011-09-29 22:22:30 -04:00
< td > series/movie name< / td >
2011-08-26 22:20:40 -04:00
< td > Dark Angel< / td >
< / tr >
2011-10-01 00:08:46 -04:00
< tr >
< td > y< / td >
< td > series/movie year< / td >
< td > 2009< / td >
< / tr >
2011-08-26 22:20:40 -04:00
< tr >
< td > s< / td >
< td > season number< / td >
< td > 3< / td >
< / tr >
< tr >
< td > e< / td >
< td > episode number< / td >
< td > 1< / td >
< / tr >
< tr >
< td > t< / td >
< td > episode title< / td >
< td > Labyrinth< / td >
< / tr >
< tr >
< td > airdate< / td >
< td > episode airdate< / td >
< td > 2009-06-01< / td >
2011-11-21 07:35:28 -05:00
< / tr >
2011-08-26 22:20:40 -04:00
< tr >
< td > absolute< / td >
< td > absolute episode number< / td >
< td > 42< / td >
< / tr >
< tr >
< td > special< / td >
< td > special epsiode number< / td >
< td > 1< / td >
< / tr >
2011-11-21 07:05:47 -05:00
< tr >
2011-11-27 12:04:32 -05:00
< td > sxe< / td >
2011-11-21 07:05:47 -05:00
< td > season/episode numbers< / td >
< td > 1x01< / td >
< / tr >
< tr >
2011-11-27 12:04:32 -05:00
< td > s00e00< / td >
2011-11-21 07:05:47 -05:00
< td > season/episode numbers< / td >
< td > S01E01< / td >
< / tr >
2011-09-19 10:24:57 -04:00
< tr >
< td > imdb< / td >
< td > imdb id< / td >
< td > 0756683< / td >
< / tr >
2011-08-26 22:20:40 -04:00
< tr >
< td > vc< / td >
< td > video codec< / td >
< td > x264< / td >
< / tr >
< tr >
< td > ac< / td >
< td > audio codec< / td >
< td > ac3< / td >
< / tr >
< tr >
< td > cf< / td >
< td > container format< / td >
< td > mkv< / td >
< / tr >
< tr >
< td > vf< / td >
< td > video format< / td >
< td > 720p< / td >
< / tr >
2011-09-19 10:24:57 -04:00
< tr >
< td > af< / td >
< td > audio channels< / td >
< td > 6ch< / td >
< / tr >
2011-08-26 22:20:40 -04:00
< tr >
< td > resolution< / td >
< td > video size< / td >
< td > 1280x720< / td >
< / tr >
2011-11-21 07:05:47 -05:00
< tr >
< td > ws< / td >
< td > widescreen flag< / td >
< td > ws< / td >
< / tr >
2011-11-02 10:48:23 -04:00
< tr >
< td > sdhd< / td >
< td > SD/HD video< / td >
< td > SD or HD< / td >
< / tr >
2011-09-19 10:24:57 -04:00
< tr >
< td > source< / td >
< td > source medium< / td >
< td > BluRay< / td >
< / tr >
< tr >
< td > group< / td >
2011-11-16 12:24:14 -05:00
< td > < a href = "http://filebot.sourceforge.net/forums/viewtopic.php?f=5&t=4" target = "_blank" > release group< / a > < / td >
2011-09-19 10:24:57 -04:00
< td > ALLiANCE< / td >
< / tr >
2011-08-26 22:20:40 -04:00
< tr >
< td > crc32< / td >
< td > crc32 checksum< / td >
< td > 3E16AF40< / td >
< / tr >
< tr >
< td > fn< / td >
< td > file name< / td >
< td > Serenity< / td >
2011-11-25 14:43:24 -05:00
< / tr >
2011-08-26 22:20:40 -04:00
< tr >
< td > ext< / td >
< td > file extension< / td >
< td > mkv< / td >
< / tr >
< tr >
< td > episode< / td >
< td > episode object< / td >
2011-09-19 10:24:57 -04:00
< td > < default episode name> < / td >
< / tr >
< tr >
< td > movie< / td >
< td > movie object< / td >
< td > < default movie name> < / td >
2011-11-25 14:43:24 -05:00
< / tr >
2011-09-19 10:24:57 -04:00
< tr >
< td > pi< / td >
2011-10-10 23:37:46 -04:00
< td > movie part index< / td >
2011-09-19 10:24:57 -04:00
< td > 1< / td >
< / tr >
< tr >
< td > pn< / td >
2011-10-10 23:37:46 -04:00
< td > number of movie parts< / td >
2011-09-19 10:24:57 -04:00
< td > 2< / td >
2011-08-26 22:20:40 -04:00
< / tr >
2011-11-21 07:35:28 -05:00
< tr >
< td > lang< / td >
< td > detect subtitle language< / td >
< td > eng< / td >
< / tr >
2011-08-26 22:20:40 -04:00
< tr >
< td > file< / td >
< td > file object< / td >
< td > < file path> < / td >
2011-09-19 10:24:57 -04:00
< / tr >
2011-08-26 22:20:40 -04:00
< tr >
< td > media< / td >
< td > general media info object< / td >
< td > < any general media parameter> < / td >
< / tr >
< tr >
< td > video< / td >
< td > video object [stream 0]< / td >
< td > < any video parameter> < / td >
< / tr >
< tr >
< td > audio< / td >
< td > audio object [stream 0]< / td >
< td > < any audio parameter> < / td >
< / tr >
< tr >
< td > text< / td >
< td > subtitle object [stream 0]< / td >
< td > < any subtitle parameter> < / td >
2011-11-25 14:43:24 -05:00
< / tr >
2011-08-26 22:20:40 -04:00
< / table >
2011-09-12 21:46:27 -04:00
2011-09-22 12:11:00 -04:00
< h2 class = "reference" id = "functions" >
2011-09-12 21:46:27 -04:00
Function Reference
2011-11-04 20:43:37 -04:00
< a href = "http://filebot.svn.sourceforge.net/viewvc/filebot/trunk/source/net/sourceforge/filebot/format/ExpressionFormat.lib.groovy?view=markup" class = "source" target = "_blank" > source< / a >
2011-09-12 21:46:27 -04:00
< / h2 >
2011-08-26 22:20:40 -04:00
< p >
2011-08-31 07:06:24 -04:00
< code > < span class = "method" > pad< / span > (< span class = "numeral" > length< / span > , < span class = "string" > padding< / span > = < span class = "string" > "0"< / span > )< / code > Pad strings or numbers with given characters ('0' by default).
2011-08-26 22:20:40 -04:00
< / p >
< p >
2011-11-08 05:41:40 -05:00
< code > < span class = "method" > match< / span > (< span class = "regex" > pattern< / span > )< / code > Get a substring matching the given pattern or break.
2011-08-26 22:20:40 -04:00
< / p >
< p >
2011-08-31 07:06:24 -04:00
< code > < span class = "method" > space< / span > (< span class = "string" > replacement< / span > )< / code > Replace all spaces (e.g. "Doctor Who" -> "Doctor_Who").
2011-11-25 14:43:24 -05:00
< / p >
2011-08-26 22:20:40 -04:00
< p >
2011-08-31 07:06:24 -04:00
< code > < span class = "method" > upperInitial< / span > ()< / code > Upper-case all initials (e.g. "The Day a new Demon was born" -> "The Day A New Demon Was Born").
2011-08-26 22:20:40 -04:00
< / p >
< p >
2011-08-31 07:06:24 -04:00
< code > < span class = "method" > lowerTrail< / span > ()< / code > Lower-case all letters that are not initials (e.g. "Gundam SEED" -> "Gundam Seed").
2011-08-26 22:20:40 -04:00
< / p >
< p >
2011-08-31 07:06:24 -04:00
< code > < span class = "method" > before< / span > (< span class = "regex" > pattern< / span > )< / code > Get the substring before the given pattern or the original value.
2011-11-08 05:41:40 -05:00
< / p >
2011-08-26 22:20:40 -04:00
< p >
2011-08-31 07:06:24 -04:00
< code > < span class = "method" > after< / span > (< span class = "regex" > pattern< / span > )< / code > Get the substring after the given pattern or the original value.
2011-08-26 22:20:40 -04:00
< / p >
2011-11-08 05:41:40 -05:00
< p >
< code > < span class = "method" > replaceAll< / span > (< span class = "regex" > pattern< / span > , < span class = "string" > replacement< / span > = < span class = "string" > ""< / span > )< / code > Replace or remove all occurrences of the pattern.
< / p >
2011-08-26 22:20:40 -04:00
< p >
2011-11-07 23:34:24 -05:00
< code > < span class = "method" > replaceTrailingBrackets< / span > (< span class = "string" > replacement< / span > = < span class = "string" > ""< / span > )< / code > Replace trailing parenthesis including any leading whitespace (e.g. "The IT Crowd (UK)" -> "The IT Crowd").
2011-08-26 22:20:40 -04:00
< / p >
< p >
2011-08-31 07:06:24 -04:00
< code > < span class = "method" > replacePart< / span > (< span class = "string" > replacement< / span > = < span class = "string" > ""< / span > )< / code > Replace part identifier (e.g. "Today Is the Day (1)" -> "Today Is the Day, Part 1").
2011-08-26 22:20:40 -04:00
< / p >
< / div >
2011-11-16 12:24:14 -05:00
2011-11-26 22:53:23 -05:00
< p class = "suggestion" >
Need some help getting started? Check the < a href = "http://filebot.sourceforge.net/forums/viewforum.php?f=4" > forums< / a > .
2011-11-16 12:24:14 -05:00
< / p >
2011-11-26 22:53:23 -05:00
< div class = "metrics" >
< script type = "text/javascript" src = "http://www.ohloh.net/p/16945/widgets/project_partner_badge.js" > < / script >
< / div >
< div class = "footer" >
< div id = "flattr" >
<!-- flattr -->
< script type = "text/javascript" >
/* < ![CDATA[ */
(function() {
var s = document.createElement('script'), t = document.getElementsByTagName('script')[0];
s.type = 'text/javascript';
s.async = true;
s.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
t.parentNode.insertBefore(s, t);
})();
/* ]]> */
< / script >
< a class = "FlattrButton" rev = "flattr;button:compact;" href = "http://filebot.sourceforge.net" > < / a >
< / div >
< div id = "donate" >
< form action = "https://www.paypal.com/cgi-bin/webscr" method = "post" style = "display:inline" target = "_blank" >
< input type = "hidden" name = "cmd" value = "_s-xclick" / >
< input type = "hidden" name = "encrypted" value = "-----BEGIN PKCS7-----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-----END PKCS7-----" / >
< input onclick = "_gaq.push(['_trackPageview', '/donate/paypal'])" type = "image" src = "images/donate.png" name = "submit" alt = "PayPal - The safer, easier way to pay online." / >
< / form >
2011-08-26 22:20:40 -04:00
< / div >
2011-11-26 22:53:23 -05:00
Hosted on < a href = "http://sourceforge.net" > sourceforge.net< / a > | Creative Commons License: Attribution-NonCommercial-ShareAlike © 2011
2011-08-26 22:20:40 -04:00
< / div >
< / div >
< / div >
< / body >
< / html >