File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed
Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1+ script.customregex /*
2+ script.customregex.zip
3+ * ~
Original file line number Diff line number Diff line change @@ -25,6 +25,9 @@ def __init__(self, title="Regex helper"):
2525 self .setGeometry (830 , 590 , 11 , 4 )
2626 self .dialog = Dialog ()
2727
28+ self .add_controls ()
29+ self .connect_controls ()
30+
2831 def add_controls (self ):
2932 self .add_labels ()
3033 self .add_textboxes ()
@@ -241,8 +244,6 @@ def check_if_empty(self, string):
241244 else :
242245 return False
243246
244- window = RenamerDialog ("Regex helper" )
245- window .add_controls ()
246- window .connect_controls ()
247+ window = RenamerDialog ("TV Show renamer" )
247248window .doModal ()
248249del window
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>
22<addon
33 id =" script.customregex"
4- name =" Regex helper "
4+ name =" TV Show renamer "
55 version =" 0.1"
66 provider-name =" ata2001" >
77 <requires >
8- <import addon =" xbmc.python" version =" 2.24 .0" />
8+ <import addon =" xbmc.python" version =" 2.25 .0" />
99 <import addon =" xbmc.addon" version =" 16.0.0" />
10- <import addon =" xbmc.gui" version =" 5.10 .0" />
10+ <import addon =" xbmc.gui" version =" 5.12 .0" />
1111 <import addon =" script.module.yaml" version =" 3.11.0" />
1212 <import addon =" script.module.requests" version =" 2.9.1" />
1313 <import addon =" script.module.pyxbmct" version =" 1.2.0" />
You can’t perform that action at this time.
0 commit comments