Skip to content

fix: Match subtitle file naming format to video files (fixes #137) - #142

Merged
knowbee merged 1 commit into
masterfrom
fix/issue-137-subtitle-naming
Aug 15, 2026
Merged

fix: Match subtitle file naming format to video files (fixes #137)#142
knowbee merged 1 commit into
masterfrom
fix/issue-137-subtitle-naming

Conversation

@knowbee

@knowbee knowbee commented Aug 15, 2026

Copy link
Copy Markdown
Owner

Fixes #137

Problem

Subtitle files are named with a period separator (e.g., '01. Introduction.srt') while video files use spaces (e.g., '01 Introduction.mp4'), causing them not to match.

Solution

Changed subtitle file naming format to use space separator instead of period, making them consistent with video files:

  • Before: 01. Introduction.srt / 01 Introduction.mp4
  • After: 01 Introduction.srt / 01 Introduction.mp4

Benefits

  • Subtitle files now match their corresponding video files
  • Improved file organization and discoverability
  • More intuitive file naming convention

- Change subtitle file format from '01. Name.srt' to '01 Name.srt'
- Makes subtitle filenames consistent with video filenames (01 Name.mp4)
- Improves file organization and discoverability

Before: 01. Introduction.srt / 01 Introduction.mp4
After:  01 Introduction.srt / 01 Introduction.mp4

Fixes #137
@knowbee
knowbee merged commit c2b0fde into master Aug 15, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Subtitle file names do not match name of video file

1 participant