pFad - Phone/Frame/Anonymizer/Declutterfier! Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

URL: http://github.com/bamos/python-scripts/commit/77109fd7419bc790a9f0c5891229165dc7030011

0fa.css" /> music-organizer: Allow '=' in song names. · bamos/python-scripts@77109fd · GitHub
Skip to content

Commit 77109fd

Browse files
committed
music-organizer: Allow '=' in song names.
1 parent 117df85 commit 77109fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python2.7/music-organizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def toNeat(s):
5252
s = re.sub(r"[()\[\],.'\"\\\?\#/\!\$\:]", "", s)
5353
s = re.sub(r"[ \*\_]", "-", s)
5454
s = re.sub("-+", "-", s)
55-
search = re.search("[^0-9a-z\-]", s)
55+
search = re.search("[^0-9a-z\-\=]", s)
5656
if search:
5757
print("Error: Unrecognized character in '" + s + "'")
5858
sys.exit(-42)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad © 2024 Your Company Name. All rights reserved.





Check this box to remove all script contents from the fetched content.



Check this box to remove all images from the fetched content.


Check this box to remove all CSS styles from the fetched content.


Check this box to keep images inefficiently compressed and original size.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy