Skip to content

feat: condense repeat separators into one underscore#39

Merged
jtrrll merged 3 commits intomainfrom
repeats
Jun 12, 2025
Merged

feat: condense repeat separators into one underscore#39
jtrrll merged 3 commits intomainfrom
repeats

Conversation

@jtrrll
Copy link
Owner

@jtrrll jtrrll commented Jun 12, 2025

Description

This change alters the behavior of --fix to condense repeat separators into one underscore. Previously, a filename like 01 - Song.mp3 would have become 01___song.mp3. Now, it would become 01_song.mp3. This new behavior better aligns with user expectations and my real use of the tool.

Testing

  • Updated unit tests
  • Added an e2e test

Related Issues

Closes #34

@jtrrll jtrrll enabled auto-merge (squash) June 12, 2025 22:27
@jtrrll jtrrll merged commit 9c976dd into main Jun 12, 2025
4 checks passed
@jtrrll jtrrll deleted the repeats branch June 12, 2025 22:34
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.

Repeated underscores should be condensed

1 participant