mirror of
https://github.com/akashrchandran/syrics-web.git
synced 2026-04-27 10:25:53 +03:00
[GH-ISSUE #17] Unnecessary subdirectories created when song name contains forward slashes #12
Labels
No labels
bug
enhancement
good first issue
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/syrics-web#12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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!