[GH-ISSUE #17] Unnecessary subdirectories created when song name contains forward slashes #12

Closed
opened 2026-02-27 19:05:08 +03:00 by kerem · 0 comments
Owner

Originally created by @CyberPixel44 on GitHub (Jan 3, 2024).
Original GitHub issue: https://github.com/akashrchandran/syrics-web/issues/17

When using the .zip download feature, any song with the "/" character in the filename will create a folder with the text before the "/", and the actual .lrc file will be named the text after the "/".
Ex: Song title: The Magic Show (On Your Knees / the Moment)
will be saved inside the folder called "The Magic Show (On Your Knees ", and the file named " the Moment)"
A simple string cleanup can fix this :)
Epic tool btw!

Originally created by @CyberPixel44 on GitHub (Jan 3, 2024). Original GitHub issue: https://github.com/akashrchandran/syrics-web/issues/17 When using the .zip download feature, any song with the "/" character in the filename will create a folder with the text before the "/", and the actual .lrc file will be named the text after the "/". Ex: Song title: The Magic Show (On Your Knees / the Moment) will be saved inside the folder called "The Magic Show (On Your Knees ", and the file named " the Moment)" A simple string cleanup can fix this :) Epic tool btw!
kerem closed this issue 2026-02-27 19:05:09 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/syrics-web#12
No description provided.