| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
We have to canonicalise relative paths with respect to the film's
directory on load, otherwise we try to use the relative path and it's
interpreted against the current working directory.
This unfortunately requires the film's directory to be piped into quite
a lot of new places.
|
|
This makes a seemingly valid file that I was sent play properly.
|
|
|
|
|
|
|
|
to get a more accurate error number on Windows.
|
|
I think previously no exception would be thrown even if the file weren't
open.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Otherwise we don't notice when the output is set back to
whetever happens to be the default.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It needs to be in the front-end, not the kdm_cli() method, otherwise the
tests break.
|
|
|
|
|
|
|
|
|
|
|
|
The subtitle XML refers to a font with no corresponding <LoadFont>.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|