packages feed

augur 2008.10.20 → 2008.10.20.1

raw patch · 1 files changed

+7/−9 lines, 1 files

Files

augur.cabal view
@@ -1,5 +1,5 @@ Name:           augur-Version:        2008.10.20+Version:        2008.10.20.1 Copyright:      2008, Lemmih Build-Depends:  base, filepath, directory, bytestring, HaXml,                 containers, mtl, process, classify@@ -8,15 +8,13 @@ License-File:   LICENSE Author:         Lemmih <lemmih@gmail.com> Maintainer:     Lemmih <lemmih@gmail.com>-Synopsis:       Program for renaming media files.-Description:    Augur is a tool for parsing and renaming TV episodes. Examples:-                >  The.4400.S04E02.DSR.XviD-ORENJi.avi-                >   -> The 4400 - 4x02 - Fear Itself.avi-                >  24.S06E01.6AM.TO.7AM.PROPER.DVDRip.XviD-MEMETiC.avi-                >   -> 24 - 6x01 - Day 6: 6:00 AM - 7:00 AM.avi+Synopsis:       Renaming media collections in a breeze.+Description:    Augur is a tool for parsing and renaming TV episodes. It can recognise a wide+                variety of formats, like: @The.4400.S04E02.DSR.XviD-ORENJi.avi@ which translates+                to @The 4400 - 4x02 - Fear Itself.avi@. Or: @24.S06E01.6AM.TO.7AM.PROPER.DVDRip.XviD-MEMETiC.avi@+                to @24 - 6x01 - Day 6: 6:00 AM - 7:00 AM.avi@. Dates are also supported as the episode number.                 The pretty printing format is configurable with the default being @%S - %sx%2e - %E.%l@.-Category:       Tool-+Category:       Text  Executable:     augur Main-is:        Main.hs