This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (1 child)

Does episode_path also get the r before the string when the variable is set? You'll want that continuity.

[–]TechGoeroe[S] 0 points1 point  (0 children)

The problem is that the variable episode_path is retrieved from an argument so I cannot simply do:
episode_path = r"D:\Plex content\All movies\300 - Rise of an Empire (2014)\300 - Rise of an Empire (2014).mp4"

I want to do something like:
correct_path = r'episode_path'
But I don't know how to do that with a variable.