@ -29,103 +29,10 @@ Sets the first audio stream as default. Removes all other default audio tracks'
Moves the default audio and default subtitle tracks to the first index, if they aren't there already.
Moves the default audio and default subtitle tracks to the first index, if they aren't there already.
# Todo
# Todo
- [ ] Create a flow plugin to check if a file both has ASS/SSA subtitles, and does no have attached fonts
- [ ] Create a flow plugin to check if a file has an audio track in a certain lang
- [ ] Create a flow plugin to check if a file has embedded subtitle tracks
- [ ] Make Anime Subtitle Fixer have an option to exclude titles when counting (this is hardcoded right now)
- [ ] Make Anime Subtitle Fixer have an option to exclude titles when counting (this is hardcoded right now)
- [ ] Investigate using mkvmerge instead of ffmpeg in Set Subtitle Dispositions By Title to stop increase in file size (https://www.reddit.com/r/ffmpeg/comments/wsogpl/removing_subtitle_track_results_in_a_bigger_file/)
- [ ] Investigate using mkvmerge instead of ffmpeg in Set Subtitle Dispositions By Title to stop increase in file size (https://www.reddit.com/r/ffmpeg/comments/wsogpl/removing_subtitle_track_results_in_a_bigger_file/)
- [x] Plugin to strip PGA subs if ASS exists
- [x] Plugin to strip PGA subs if ASS exists
- [x] Plugin to move first audio track in language to first audio track (can be done as a combination of Make First Audio in Lang Default and Make Default Tracks First)
- [x] Plugin to move first audio track in language to first audio track (can be done as a combination of Make First Audio in Lang Default and Make Default Tracks First)
- [ ] The subtitle track 6 made it to the end of the switch case in Set_Subtitle_Dispositions_by_Title with desiredDisposition[6]="undefined"