mifi / lossless-cut

The swiss army knife of lossless video/audio editing
https://losslesscut.app/
GNU General Public License v2.0
26.68k stars 1.28k forks source link

Add cutlist (OTR) import option #1952

Closed LOK-Soft closed 5 months ago

LOK-Soft commented 5 months ago

There was already an feature request some time ago: https://github.com/mifi/lossless-cut/issues/1771

Cutlist (cutlist.at) is a (a bit strage) cut file format which is mainly used by OnlineTvRecorder (OTR). This PR will add the possibility to import such a cutlist into lossless-cut.

mifi commented 5 months ago

thanks! looks good to me but there's some linting errors

LOK-Soft commented 5 months ago

Oh sorry for that, I will look into the linking, and update :)

mifi commented 5 months ago

no worries. in case you didn't know: eslint has a --fix option to auto fix many issues

LOK-Soft commented 5 months ago

Thanks @mifi, indeed I'm aware about Eslint, but I basically forgot to run it because I'm used to have Eslint enable in my editor by default but used a different editor here 😄 Linting-Errors are fixed now

mifi commented 5 months ago

thank you!