remove finished TODOs

main
Gabe Farrell 9 months ago
parent fb5061afbb
commit 305d0c5d67

@ -78,15 +78,6 @@ const plugin = (file, librarySettings, inputs, otherArguments) => {
const titles_to_set_default = inputs.titles_to_set_default === undefined || inputs.titles_to_set_default === '' ? [] : inputs.titles_to_set_default.split(',').map((s) => s.toLowerCase());
const titles_to_remove_disposition = inputs.titles_to_remove_disposition === undefined || inputs.titles_to_remove_disposition === '' ? [] : inputs.titles_to_remove_disposition.split(',').map((s) => s.toLowerCase());
// TODO: Make it more clever and able to ensure all other subtitle tracks have no disposition if both default and forced tracks were changed
// 1: English (Default)
// 2: Sing/Song (Forced)
// 3: Dialogue
// 4: Signs/Songs
// TODO: Make it create a table of current tracks and dispoisitons, then a table on how it should be, then use the difference in the tables to build the ffmpeg command.
// TODO: (Maybe for another all-in-one "anime subtitle fixer (sub)") If there is only one English subtitle track, and it is not set default, make it default.
// Build the track tables
// Desired track dispositions;
const desiredDispositions = [];

Loading…
Cancel
Save