So with the changes I made, those were all made by someone who doesn't know python. :) What I wasn't able to figure out, is how to swap certain characters in filenames.. for instance:
Star Trek: The Next Generation
has a ':' which my filesystem doesn't particularly like to deal with, especially with certain bash scripts, etc.
My request would be to simply swap out certain characters such as:
' and " and ( and ) and ; and :
to replace them with maybe a dot (.) or a dash (-).
Thoughts? Thanks
So with the changes I made, those were all made by someone who doesn't know python. :) What I wasn't able to figure out, is how to swap certain characters in filenames.. for instance:
Star Trek: The Next Generation
has a ':' which my filesystem doesn't particularly like to deal with, especially with certain bash scripts, etc.
My request would be to simply swap out certain characters such as:
' and " and ( and ) and ; and :
to replace them with maybe a dot (.) or a dash (-).
Thoughts? Thanks