mediamicroservices / mm

MIT License
68 stars 27 forks source link

Check if non first objects files have ordered chapters #312

Closed dericed closed 3 months ago

dericed commented 4 months ago

partially supersedes https://github.com/mediamicroservices/mm/pull/306

dericed commented 4 months ago

Hi @muthusalami I removed the indentation from this commit so it's easier to review. It should be added in before merge.

dericed commented 4 months ago

I don't think this approach works quite right. Here it would make a ffconcat file for every discovered file with ordered chapters. It should skim the mkv/mka in objects for files to see if one has ordered chapters. When the first ordered chapters matroska is found then it can stop scanning and use that one to build the ffconcat file.