Skip to content

Instantly share code, notes, and snippets.

@midgetspy
Created January 10, 2011 22:28
Show Gist options
  • 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
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 %EQ 720p BluRay
%E.Q 720p.BluRay
%E_Q 720p_BluRay
Date %AD 2010 03 22
%A_D 2010_03_22
%A.D 2010.03.22
%A-D 2010-03-22
Year %Y 2010
Month %M 03
Day %D 22
Release Name %RN Show.Name.S02E03.HDTV.XviD-GROUP
Release Group %RG GROUP
Use lower case if you want lower case names (eg. %sn, %e.n, %q etc)
Multi-ep:
- repeat (1x2x3x4)
- extend (1x2-3-4)
Validation:
- 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
x add new column/field to TVEpisode "release_name" for pre-pp name
Config
- name config (can include folders)
- air-by-date name config (can include folders)
- should have a few presets plus custom
Migration:
x populate release_name from history
- migrate the existing name config to a new config string
SSL Support
SB Interface - need to get a cert and figure out how to set up cherrypy with it (steal it from SAB)
Filesize association
- keep filesize in DB beside location
- set filesize automatically when setting location
- when filename changes check size to know if it's the same file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment