ggarra13 / mrv2

Professional player and review tool for vfx, animation and computer graphics.
https://mrv2.sourceforge.io
BSD 3-Clause "New" or "Revised" License
197 stars 14 forks source link

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

Closed mhgrandvisions closed 7 months ago

mhgrandvisions commented 8 months ago

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

ggarra13 commented 8 months ago

Here's a fix in .exe:

https://mega.nz/file/SbA3DBTa#CMBRDzzK7leNt2haGnW3KaN9X7svvYLoAotU8F8LN50

or in .zip:

https://mega.nz/file/zPJG0ayR#y03SUE6-fejwJ7g_5T3nGpGHrRx86XJZgPH7TPgJ9Ew