Update track.py (fix "bad escape") #93

Open
BridgeSenseDev wants to merge 1 commit from BridgeSenseDev/main into main
BridgeSenseDev commented 2024-03-11 13:07:16 -04:00 (Migrated from github.com)
  • Uses re.escape() to properly escape special characters in the filename.
  • Simplifies filename stem and suffix extraction using PurePath() methods.
  • Fixes #38 and #25
- Uses `re.escape()` to properly escape special characters in the filename. - Simplifies filename stem and suffix extraction using PurePath() methods. - Fixes #38 and #25
mileskj (Migrated from github.com) approved these changes 2024-04-22 22:57:22 -04:00
mileskj (Migrated from github.com) left a comment

Would consistently get the bad escape problem with certain tracks and this fixes it. Should definitely be approved for the main program

Would consistently get the bad escape problem with certain tracks and this fixes it. Should definitely be approved for the main program
funkyfisch commented 2024-09-16 17:52:43 -04:00 (Migrated from github.com)

how come this is not merged yet? occurs very frequently with many tracks

how come this is not merged yet? occurs very frequently with many tracks
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin BridgeSenseDev/main:BridgeSenseDev/main
git switch BridgeSenseDev/main

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff BridgeSenseDev/main
git switch BridgeSenseDev/main
git rebase main
git switch main
git merge --ff-only BridgeSenseDev/main
git switch BridgeSenseDev/main
git rebase main
git switch main
git merge --no-ff BridgeSenseDev/main
git switch main
git merge --squash BridgeSenseDev/main
git switch main
git merge --ff-only BridgeSenseDev/main
git switch main
git merge BridgeSenseDev/main
git push origin main
Sign in to join this conversation.
No reviewers
No labels
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
zotify-dev/zotify!93
No description provided.