Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.200.412 Times

tvrenamr 3.2.1

Company: George Hickman
Date Added: June 20, 2013  |  Visits: 526

tvrenamr

Report Broken Link
Printer Friendly Version


Product Homepage
Download (36 downloads)



TV Renamr is a utility to rename TV shows based upon filenames or user input.<br /><br />Installation<br />Python Package Index<br /><br />Make sure you have the python setuptools package installed for your version of python (check with python --version).<br /><br />To install from the Python Package Index: easy_install tvrenamr - You may need to be an administrator to run this.<br />Source: GitHub<br /><br />git clone git://github.com/ghickman/tvrenamr.git<br /><br />cd tvrenamr<br /><br />python setup.py install - You may need to be an administrator to run this.<br />How To Use<br /><br />Run in your terminal of choice: tvr [options] file/folder<br />Config File<br /><br />For ease of use Tv Renamr uses a config file. By default it looks for it in ~/.tvrenamr/config.yml, an example one is available here which shows all the possible default values you can use.<br /><br />The defaults segment should be self-explanatory but I'll list them just for completeness. The listed values are the assumed defaults if any of the options are not added.<br /><br />format: '%n - %s%e - %t%x' The output format you want your files to be renamed to.<br /><br />library: thetvdb The online database to use for your episode names. Options are: thetvdb or tvrage<br /><br />organise: yes Organise your files within the renamed directory.<br /><br />renamed: /Volumes/Media/TV/ The target directory to move your renamed files to.<br /><br />the: true If a show has a leading 'The', such as 'The Big Bang Theory', move it to the end of the show name: 'Big Bang Theory, The'.<br /><br />Below the defaults are shows that won't get renamed correctly using the default options. Taking CSI as the example you have:<br /><br />csi:<br /> canonical: "CSI: Crime Scene Investigation"<br /> output: "CSI, Crime Scene Investigation"<br /><br />csi is the torrent name and needs to match whatever name your file is being downloaded with, which for CSI would be csi.s10e01.blah.blah.avi.<br /><br />canonical is name that the online database holds for the show.<br /><br />output is what you want the show to be renamed to.<br /><br />This method is the easiest way to deal with shows with a year in the name too, i.e. Castle (2009).<br /><br />Note: The quotes around the canonical and output names for CSI are needed because of the colon and comma characters as they are reserved by YAML.<br />Command Line Options<br /><br />If you need more control or if theres a pesky file you need to test, then the command line options give you the most power.<br /><br />-c or --canonical - Set the show's canonical name to use when performing the online lookup. --deluge - Checks Deluge to make sure the file has been completed before renaming. --deluge-ratio - Checks Deluge for completed and that the file has at least reached X share ratio. -d or --dry-run - Dry run your renaming. -e or --episode - Set the episode number. Currently this will cause errors when working with more than one file. -l or --log_file - Set the log file location. --log_level - Set the log level. Options: debug, info, warning, error and critical. --library - Set the library to use for retrieving episode titles. Options: thetvdb & tvrage. -n or --name - Set the show's name. This will be used as the show's when the renaming is completed. -o or --output - Set the output format for the episodes being renamed. --organise - Organise renamed files into folders based on their show name and season number. --no-organise - Explicitly tell Tv Renamr not to organise renamed files. Used to override the config. -q or --quiet - Don't output logs to the command line. -r or --recursive - Recursively lookup files in a given directory. --rename-dir - The directory to move renamed files to, if not specified the working directory is used. --no-rename-dir - Explicitly tell Tv Renamr not to move renamed files. Used to override the config. --regex - The regular expression to use when extracting information from files. -s or --season - Set the season number. -t or --the - Set the position of 'The' in a show's name to the end of the file.<br />Examples<br /><br /> * tvr<br /> * tvr /path/to/a/directory/<br /> * tvr /path/to/a/file.avi<br /> * tvr --organise -r '/path/to/a/directory/' /path/to/a/directory/[a_file.avi]<br /> * tvr --season '1' --name 'chuck' /path/to/a/file/the_file.avi<br /><br />Custom Regular Expressions<br /><br />By default TV Renamr will match shows in the formats: show.s0e00 and show.0x00 but you can specify custom regular expressions if your files aren't in either of these formats. Some custom regular expression syntax has been used to help you specify different parts of the filename:<br /><br /> * Show: %n - (?P<show />[ws.,_-]+)<br /> * Season: %s - (?P<season />[d]{1,2})<br /> * Episode: %e - (?P<episode />[d]{2})<br /><br />It is also possible to specify how many digits there are in the season and episode sections of the filename using the syntax:<br /><br /> * Season: %s{n}<br /> * Episode: %e{n}<br /><br />where the n in {n} specifies how many digits are in each of the sections.<br /><br />Note: All spaces are converted to periods before your regular expression is run.<br /><br />Python regular expression syntax can be found here<br />Custom Output Format<br /><br />It is possible to set a custom output format for your files using the following syntax:<br /><br /> * %n - Show<br /> * %s - Season<br /> * %e - Episode<br /> * %t - Title<br /> * %x - Extension<br /><br />you can specify the format you like, i.e. %n - %s%e - $t%x would mirror the default format.<br /><br />Note: Not including the %x section on Windows systems can cause problems when trying to run your media files.<br /><br />On the command line use the -o switch or set the format option in the defaults section of your config file.<br />Caveats | Known Issues<br /><br />All colons ':' are converted to commas ',' in both the show name and the episode title. This stops issues that can arise with network shares and gives a cleaner format on windows where python replaces the colon character with a backslash ''.<br /><br />Shows with a year in the canonical title, like Doctor Who (2005), will fail without specifying the show name which includes the year in brackets. You'll need to put this as the canonical name in the config file.<br /><br />Multiple episode files are just not coped with at all. The first episode is usually picked up so the file will be renamed using this.<br /><br />#md5=9dcc0dabf160625912d29061eca814bd

Requirements: No special requirements
Platforms: *nix, Linux
Keyword: Canonical Config Default Defaults Directory Episode Expression Files Format Options Output Python Regular Renamed Renamr Season Show Shows Syntax
Users rating: 0/10

License: Freeware Size: 10.24 KB
USER REVIEWS
More Reviews or Write Review


TVRENAMR RELATED
File Utilities  -  Directory cleaner and files organizer 2.2
Directory cleaner and files organizer is an intelligent tool to clean the directory and move files to preselected folders.Perfect for cleaning of directories with lot of different files The script recognizes more than 470 extensions.
10.24 KB  
Video Editors  -  AVI TV Episode File Resizer 1.0
AVI TV Episode File Resizer script is not for multiple MOVIE files (only TV) however it can do SINGLE MOVIE files quite nicely. The project was designed to help me fit (resize the file) multiple Xvid TV episodes (entire season) on a single DVD....
11.26 KB  
Programming  -  emogenerator 0.1.10
emogenerator is a Python tool to generate Objective-C wrappers for CoreData object models. emogenerator is inspired by Jonathan "Wolf" Rentzsch's mogenerator tool. emogenerator also uses special comment 'guard' sections in the generated...
10.24 KB  
Libraries  -  Tie::Layers 0.06
SYNOPSIS ##### # Subroutines # use Tie::Layers qw(is_handle config); $yes = is_handle( $file_handle ); ($key, $old_value) = config(%options, $key); ($key, $old_value) = config(%options, $key => $new_value ); #### # Config default...
71.68 KB  
Utilities  -  Disk ARchive 2.3.4
Dar is a shell command that backs up directory trees and files. Disk ARchive has been tested under Linux, Windows, Solaris, FreeBSD, and NetBSD, and is released under the GNU General Public License (GPL). Since version 2.0.0 an Application...
1003.52 KB  
Libraries  -  libetc 0.3
libetc is an LD_PRELOAD-able shared library designed for maintaining a home directory without dot-files. libetc intercepts file operations, so if a program tries to open a dotfile in $HOME, it is redirected to $XDG_CONFIG_HOME (as defined by...
13.31 KB  
Education  -  Regular Expression Graphing Program 0.2
Regular Expression Graphing Program project is a regular expression graphing program. This program is designed to take a regular expression and produce a graph of the state machine that is used to parse the regular expression. It is useful for...
4.3 MB  
Audio Tools  -  VidLoop 1.3.4
VidLoop is an Adobe AIR application that allows a user to specify a directory of media files in order to present them within a semi-infinite loop. The user is able to adjust certain settings based on the controls presented. This includes the...
1.07 MB  
Utilities  -  FLG 1.1
This advanced file list generator searches the directory tree for files with a specified search criteria. It produces one or more file lists in HTML, text format or both. You can even set this up to run on a schedule.
1.42 MB  
3D Graphic Tools  -  GTKRawGallery 0.2.2
GTKRawGallery software is an open source image viewer with camera raw files support written in Python and pygtk for Linux O.S. Why should you try it? Because it has all you need from an image viewer: its very fast (tested with over than 10 Mb...
51.2 KB  
NEW DOWNLOADS IN LINUX SOFTWARE, UTILITIES
Linux Software  -  EasyEDA PCB Designer for Linux 2.0.0
EasyEDA, a great web based EDA(Electronics Design Automation) tool, online PCB tool, online PCB software for electronics engineers, educators, students, makers and enthusiasts. Theres no need to install any software. Just open EasyEDA in any...
34.4 MB  
Linux Software  -  wpCache® WordPress HTTP Cache 1.9
wpCache® is a high-performance, distributed object, caching system application, generic in nature, but intended for use in speeding up dynamic web applications, by decreasing database load time. wpCache® decreases dramatically the page...
3.51 MB  
Linux Software  -  Polling Autodialer Software 3.4
ICTBroadcast Auto Dialer software has a survey campaign for telephone surveys and polls. This auto dialer software automatically dials a list of numbers and asks them a set of questions that they can respond to, by using their telephone keypad....
488 B  
Linux Software  -  Total Video Converter Mac Free 3.5.5
Total Video Converter Mac Free developed by EffectMatrix Ltd is the official legal version of Total Video Converter which was a globally recognized brand since 2006. Total Video Converter Mac Free is a free but powerful all-in-one video...
17.7 MB  
Linux Software  -  Skeith mod_log_sql Analyzer 2.10beta2
Skeith is a php based front end for analyzing logs for Apache using mod_log_sql.
47.5 KB  
Utilities  -  Nessconnect 1.0.2
Nessconnect is a GUI, CLI and API client for Nessus and Nessus compatible servers. With an improved user interface, it provides local session management, scan templates, report generation through XSLT, charts and graphs, and vulnerability trending.
819.2 KB  
Utilities  -  Dynamic Power Management 2.6.16
The Dynamic Power Management (DPM) project explores technologies to improve power conservation capabilities of platforms based on open source software. Of particular interest are techniques applicable to running systems, adjusting power parameters...
30.72 KB  
Utilities  -  Ethernet bridge tables 2.4.37.9
Ethernet bridge tables - Linux Ethernet filter for the Linux bridge. The 2.4-ebtables-brnf package contains the ebtables+bridge-nf patch. Be sure to check out the ebtables hp. This site also contains the arptables userspace tool.
40.96 KB  
Utilities  -  SaraB 1.0.0
SaraB works with DAR (Disk ARchive) to schedule and rotate backups on random-access media (i.e. hard drives, CDs, DVDs, Zip, etc. Basically anything except magnetic tapes.) This reduces hassle for the administrator by providing an automatic backup...
20.48 KB  
Utilities  -  Command Not Found 0.2.41
Command Not Found is a program that uses a cache of existing programs and their associated packages to aid users in their day-to-day command-line work. Usage: command-not-found [options] Options: ...
30.72 KB