I am renaming (and will be moving) my MythTV files so Emby can figure them out. However, I'm not understanding what is wrong with ones that have a single quote in the name. One example of several:
mv -i 1062_20180509230000.ts 'Doctor Who S03E35 The Gunfighters Don\'t Shoot the Pianist - 2018-05-09_18-00-00.ts'
I thought the single quote method was easier than having to escape all the spaces, parentheses, etc that appear in the names..However I'm not figuring out the single quotes. I tried to follow an example I found online but I can't make sense of it.
Paul