SirSeim / bakus-app-apple

🍎 App for Dionysus
MIT License
2 stars 0 forks source link

Add ability to exclude specific subtitle files from movie rename #23

Open SirSeim opened 1 year ago

SirSeim commented 1 year ago

Either for language reasons, or because the file doesn't apply to the current movie, a subtitle as part of an addition may be desired to be ignored from the list of files being renamed.

Interface wise, this feels like checkboxes being shown on each row, each checked by default. Unchecking it will mean it will not be included in the rename. Probably should add some helper text to make this clear.

SirSeim commented 5 months ago

TV renaming has this ability since not all video files will be relevant to the season being renamed. That ability is how we worked around keeping the interface dealing with only one season at a time, but still be able to handle additions that contain multiple seasons.

UX wise, it's important to not only disable all the fields, but also turn the labels and fields to secondary color to visually indicate their disabled state.