2023-11-26, 01:57
As the VideoVersion feature has been merged now, the next problem is the how to detect video version automatically.
A common practice is using special format for the file name, like what @da-anda suggested in the PR to use "movie name (year) - version.ext" or "movie name (year) [version].ext". The issue for this is the special characters used ("-" or "[]") may be already used in the file name, which will trigger false positive.
The auto detection for video extras type (deleted/behind the scenes, etc.) is also a problem.
How to solve the conflict if multiple videos have the same detected type also needs be discussed. I want to get more inputs for these problems and decide what's the best way to do.
A common practice is using special format for the file name, like what @da-anda suggested in the PR to use "movie name (year) - version.ext" or "movie name (year) [version].ext". The issue for this is the special characters used ("-" or "[]") may be already used in the file name, which will trigger false positive.
The auto detection for video extras type (deleted/behind the scenes, etc.) is also a problem.
How to solve the conflict if multiple videos have the same detected type also needs be discussed. I want to get more inputs for these problems and decide what's the best way to do.