fantastic script, really very handy!
i have a question and not sure if you would mind helping. I'm modding this script slightly to be able to tag tv shows and movies as well. tv shows appear to be ok but i'm having a strange issue with movies.
it's mainly around writing the longDescription to the PODCASTDESC field. i know this isn't an original field in your script hence why not sure if you're able to help.
the lines looks like this -
outputto "PODCASTDESC"
sayregexp "(?<="longDescription":").+?(?=")" ", " "}"
but whenever it reaches the following characters " it stops writing. it appears anything in the description in quotes also has a \ with it as well. for example -
legendary Marvel Super Hero \“Iron Man,\”
i thought the following line (also found in your script)
replace "\"" """
might have taken care of it but it appears not. it just doesn't seem to like writing anything in quotes.
i'm a complete amateur at this so any chance you would mind assisting?
many thanks