#import sickgear #from sickgear import common #from lib import exceptions_helper as exceptions ## #set global $title = 'Media Rename ' + $show_obj.name #set global $header = $show_obj.name #set global $sbPath = '..' #set global $topmenu = 'home' #set $css = $getVar('css', 'reg') #set $has_art = $getVar('has_art', None) #set global $page_body_attr = 'edit-show" class="' + $css ## #import os.path #include $os.path.join($sickgear.PROG_DIR, 'gui/slick/interfaces/default/inc_top.tmpl') #if $varExists('header')
#if 0 == int($cur_ep_obj.season) then 'Specials' else 'Season %s' % $cur_ep_obj.season# |
|||
Episode | Old Location / New Location | ||
---|---|---|---|
#else | #end if | #echo '-'.join(map(str, epList))# | now: $curLoc.replace('/', '/ ').replace('\\', ' \\ ') |
new: $newLoc.replace('/', '/ ').replace('\\', ' \\ ') test: $cur_ep_obj.proper_path().replace('/', '/ ').replace('\\', ' \\ ') |