Skip to content

Instantly share code, notes, and snippets.

@midgetspy
Created January 10, 2011 22:28
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save midgetspy/773598 to your computer and use it in GitHub Desktop.
Save midgetspy/773598 to your computer and use it in GitHub Desktop.
Planning for new features I intend to implement
Time Zones
Make a list of time zone name, id, offsets inside SB. In the config UI provide a dropbox with every timezone and store the id in the config file.
Need to fix:
- don't change wanted eps until midnight MST or something
Episode Status Changes
Add a column to the manage shows page, then if you selected any shows show the following page:
Change all episodes with status (skipped, ignored, archived, wanted, snatched) to (skipped, ignored, archived, wanted)
And apply it to all the selected shows
Custom Episode Naming
Show Name %SN Show Name
%S.N Show.Name
%S_N Show_Name
Episode Name %EN Episode Name
%E.N Episode.Name
%E_N Episode_Name
Season Number %S 1
%0S 01
Episode Number %E 5
%0E 05
Quality %Q 720p BluRay
Use lower case if you want lower case names (eg. %sn, %e.n, %q etc)
Date format:
- 2010-11-23
- 2010.11.23
- 2010_11_23
- 2010 11 23
Multi-ep:
- repeat (1x2x3x4)
- extend (1x2-3-4)
- duplicate (1x2 1x3 1x4)
PP-only stuff (optional separate config):
%OF Original File Name
%OD Original Folder Name
%RG Release Group
Validation:
- season/episode can only occur once
- episode MUST occur once
Also:
- remove season folder option, require users to put it in the ep naming
- on rename, show proposed changes and ask about folder sorting too
SSL Support
SB Interface - need to get a cert and figure out how to set up cherrypy with it (steal it from SAB)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment