ggarra13/mrv2

Session-file invalid, program crashes, when media file on other drive.

mhgrandvisions opened this issue · 1 comments

On Windows 10:

When a media file is on the same drive as the session file, the path is stored relative to the session file, like this:

        "path": {
            "path": "../tmp2/Danish-Passport_Test2.mov"
        },

Now when a media file is on a different drive, the path will be empty, like this:

        "path": {
            "path": ""
        },

However, when such a file is dropped onto mrv2, the path is shown well, it simply isn't saved. I suppose, this is due to the backslashes in the folder name?

image