2020-01-11, 11:56
@Astrocyte74 I have raised https://github.com/xbmc/xbmc/pull/17166 which if accepted will fix this for Matrix. If it does get accepted, I'll raise it against Leia to see if we can get it into 18.6
The reason you get the error is that a # means frame in edl speak. So #100 means start at frame 100. When Kodi reads your files, it therefore expects that there will be a number following the #. When there isn't, it throws an error into the log and disregards the entire edl file. The PR allows Kodi to skip any lines that start with ## so it will read the edl file correctly.
The reason you get the error is that a # means frame in edl speak. So #100 means start at frame 100. When Kodi reads your files, it therefore expects that there will be a number following the #. When there isn't, it throws an error into the log and disregards the entire edl file. The PR allows Kodi to skip any lines that start with ## so it will read the edl file correctly.