-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EDL files not getting created properly #110
Comments
What you show is a part of the log file preceding the content of the EDL file. Is all coming from an EDL file? |
It is all coming into the EDL file. I noticed all this is coming from Debug statements, so I set verbose=0 to see if this helps. I also don't have any other debug flags set. |
Seems the output log and the edl output are written to the same file. |
It does not create a log file with verbose set to 0. Will have to run it for a few days to see if it solves the problem. Not a C expert, but looking through some of the code it seems like Debug function has its own file for logging, not sure how it would get mixed into the edl_file |
Indeed, tt should only create a separate log file with verbose > 0 and this should never end up in the EDL file unless we have a memory corruption |
Most of the time EDL files are created properly, but sometimes there is some extra output being produced that is breaking the functionality when Kodi tries to process it. Any idea where the extra text is coming from?
The text was updated successfully, but these errors were encountered: