Renamer, movie searcher, Library scanning

New theme for UI
and more..
This commit is contained in:
Ruud
2011-05-28 20:52:18 +02:00
parent e0b3c27957
commit 98aafeaec3
37 changed files with 2407 additions and 869 deletions
+1 -2
View File
@@ -13,11 +13,10 @@ def toSafeString(original):
def simplifyString(original):
string = toSafeString(original)
string = toSafeString(' '.join(re.split('\W+', original.lower())))
split = re.split('\W+', string.lower())
return toUnicode(' '.join(split))
def toUnicode(original, *args):
try:
if type(original) is unicode: