TV Calendar Reloaded

By mlevit Last update Nov 23, 2009 — Installed 163 times. Daily Installs: 1, 1, 1, 3, 0, 0, 0, 0, 0, 3, 1, 1, 0, 0, 5, 0, 2, 2, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1, 0
Script Summary:
Now a multi tool for www.pogdesign.co.uk/cat. Cleans up the website removing links and text, adds torrent search links and formatted file names for each episode for easy copy and renaming.
Version: 2.20
Copyright: 2009+, Marat Levit of mlCodes (www.mlevit.wordpress.com)
License: Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported; http://creativecommons.org/licenses/by-nc-sa/3.0/
Review Summary
5 stars
3 reviews (3)
4 stars
0 reviews (0)
3 stars
0 reviews (0)
2 stars
0 reviews (0)
1 star
0 reviews (0)

this script has 3 reviews

Thumb Thumb Thumb Thumb

For any comments, problems, suggestions, discussions or defects please use our

UserVoice Forum


Description
TV Calendar Reloaded cleans up the website removed both unnecessary links and text from the top and bottom of the webpage. A new torrent search link is added below each episode that will search ezRSS.it. Using the information about each episode (Show Name, Episode Name, Episode Number, Season Number) the script will generate a new formatted filename (different formats available) that can be used for episode renaming in on your computer.
Using the properties
The script itself has seven properties that can be modified by the user to change the way TV Calendar Episode Name Generator works. To modify the properties please Right Click the Greasemonkey logo in the status bar > User Script Commands... > Click the property you wish to modify. If the property is set to True, then it will change to False and vice versa.

For the name format property please follow the following steps:
  1. RIGHT CLICK the Greasemonkey icon and CLICK Manage User Scripts...
  2. SELECT TV Calendar Episode Name Generator and CLICK Edit (If prompted with a selection dialogue select your favourite text editor)
  3. Find the section in the code //Start of Properties
  4. Here you may change the properties
  5. Find the property named NAME_FORMAT, you can change its value between 0 - 3. Look up line var nameFormat = new Array() and select the number associated with the name format you would like to use.
Property definitions
  • USE_ALIAS: If true will use show alias means shows like The Big Bang Theory will be converted to TBBT.
  • ADD_ZERO_EPISODE: If true will add a zero to the front of episode numbers if they are a single digit number (e.g. episode 5 will become 05).
  • ADD_ZERO_SEASON: If true will add a zero to the front of season numbers if they are a single digit number (e.g. season 5 will become 05).
  • ADD_FILE_EXTENSION: For Windows XP users this will add .avi to the end of the filename because when renaming a file in XP the entire file name is highlighted, whereas in Vista and 7 the filename without the extension is highlighted.
  • CLEANUP_CAT: If true will remove links from the top and bottom of the webpage.
  • SHOW_SEARCH_LINK: If true will add an ezRSS.it search link to each show for easy torrent file downloads.
  • RUN_FOR_WATCHED: If true will add a filename and search link for shows that are marked as watched.
  • NAME_FORMAT: A number from 0 - 3, selected from a nameFormat array.
Version
Date uploaded
Changelog
2.20
08/11/2009
Fixed: Changing the @include in v2.19 actually stopped the script from working anywhere but the homepage (i.e. all other months but the current one would no longer work).
Added: New showSearchAlias array. Some shows may show up different on TV Calendar than they do on ezRSS (TV Calendar displays Law & Order: SVU, ezRSS displays Law & Order: Special Victums Unit). This new array can hold the TV Calendar version of the show name and the ezRSS version of the show name. If some shows like the Law & Order: SVU have this difference, you can add them to the new showSearchAlias array.
2.19
07/11/2009
Fixed: The formatted filename was not displayed properly for shows which contains an ampersand (&). The ampersand would show up as HTML code (&). This problem has been fixed by the below addition to this script.
Fixed: The script @include to just be: http://www.pogdesign.co.uk/cat/. This will make sure it only runs on the main page of the calendar and not on any other pages like CAT - Show Selector.
Added: A new HTMLSymbol array which contains the HTML Code and the Symbol it should be replaced with. As of right now the apersand is the only symbol currently in the array. If more symbols are needed, please let me know and I will add them in.
2.18
06/11/2009
Added: Greasemonkey menu which contains options that allow the user to turn specific script functions on and off. The menu can be accessed from Tools > Greasemonkey > User Script Commands... or Right Click the Greasemonkey icon in the status bar > User Script Commands...
The reason for this change is to allow users to quickly turn specific script functions on and off without having to modify the script code and by storing the users choice as a variable inside Firefox, these choices will remain valid when upgrading to newer versions of the script.
Added: A new script license: Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported
2.17
04/11/2009
Added: Constants to the script for things like show name, season number etc.
2.16
03/11/2009
Fixed: Was not working for todays date.
2.15
29/10/2009
Fixed: New property RUN_FOR_WATCHED. Was not coded correctly and therefore only checked the first show in each day to see if it was marked watched or unwatched. Now runs through each show and checks for watched or unwatched indicators.
2.10
28/10/2009
Added: New property RUN_FOR_WATCHED. Can be set to either true or false. If set to true the script will always create and insert search link and file name for each show. If however set to false the script will skip shows which the user has marked as watched. This property if used will give the user the option to have a cleaner nicer looking webpage. By default this property is set to true.
2.00
27/10/2009
Added: A new ezRSS.it search link for easy searching. The new link will search for that exact show name, season and episode number.
Changed: How the new formatted episode name is displayed. Now matches the current TV Calendar theme a lot better. Looking less obtrusive.
Changed: Script name. Since the added functionality has been added, the script is now longer just a file name generator.
1.60
26/10/2009
Added: New CLEANUP_CAT property. If selected, the script will remove the text above and below the calendar leaving only the calendar and the top options bar. By default this property is set to true.
Added: Two new options into the sites Settings box. The two options Show Top Links and Show Bottom Links can be used to hide / show the top and bottom text that the new clean up property would remove.
1.52
26/10/2009
Fixed: Userscripts - AutoUpdater was updated and the link to its script had changed locations. New location has been added.
1.51
25/10/2009
Tested: Tested the Userscripts - AutoUpdater script to make sure it was working properly. Test has passed.
1.50
24/10/2009
Added: Userscripts - AutoUpdater (http://userscripts.org/scripts/show/52251) that will automatically check for new updates available for this script.
1.40
21/10/2009
Added: New output format: House 601 - Broken.
1.30
21/10/2009
Added: A new property to the script. The propery called ADD_FILE_EXTENSION allows you to specify whether you would like the script adding a .avi to the end of the formatted name. This allows Windows XP users to rename the entire file without having to select the entire file name without the extension. By default this property is set to false.
1.20
06/10/2009
Added: A new link is now placed beside Contact linking back to this scripts userscripts.org page.
1.10
05/10/2009
Fixed: Original script did not search through shows for the current day.
1.00
05/10/2009
Added: New format selector. Allows users to select which format they wish to have the output file name in.
Added: Script properties. This allows the user to choose how the script runs and what it does.
Added: Alias list. This list will replace the longer show names with their acronyms (i.e. How I Met Your Mother becomes HIMYM). This can be disabled in the properties section of the script.