Fd929c2CE5fA
Fd929c2CE5fA
So the difference that seems to produce the error is: `mediainfo.js` ```json ["...", {"@type":"Menu","":{}]}] ``` `MediaInfo Lib` ```json ["...", {"@type":"Menu","":null}] ``` Somehow there is an additional `]` character in the...
In fact, compared to upstream `mediainfo` cli, the following is missing: - Complete name - Overall bit rate - Duration - Stream size ```patch General + Complete name : issue.flv...
Actually compare the two: - https://mediaarea.net/MediaInfoOnline - upstream`mediainfo` cli Except for the `Complete name` increase, there seems to be the same missing items, so maybe this is an upstream issue?...
@johann-petrak It only appears when no files are loaded. I think these are the relevant codes: https://github.com/mifi/lossless-cut/blob/250810e6dd39416b61ebf5f26f6c730f89d00f0c/src/renderer/src/mifi.ts#L9-L18 https://losslesscut.mifi.no/config.json ```json { "loadUrl": "https://losslesscut.mifi.no/banner/important.html", "targetUrl": "https://mifi.no/important" } ``` https://github.com/mifi/lossless-cut/blob/250810e6dd39416b61ebf5f26f6c730f89d00f0c/src/renderer/src/NoFileLoaded.tsx#L58-L64
In fact, the best practice of some open source software is to ask users for their wishes before making the **first connection** (such as update checks). That is to say,...
@mifi Sorry I didn't find these previous issues. This is very helpful, thanks. But I think this is still: - As mentioned earlier, the user's wishes were not asked -...