List<Subtitle> getByTrackIndex(int trackIndex) { return subtitles.where((subtitle) => subtitle.index == trackIndex).toList(); }