mirror of
https://github.com/avictormorais/posterfy.git
synced 2026-04-25 07:45:55 +03:00
[GH-ISSUE #4] Track's name gets cut off when it has brackets #1
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/posterfy#1
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 @ErdeiFarkasGyula on GitHub (May 11, 2025).
Original GitHub issue: https://github.com/avictormorais/posterfy/issues/4
An example for this is "(Don't) give hate a chance" by Jamiroquai, which turned into " give hate a chance.
I guess the program automatically cuts off the stuff with brackets, which is usually good (for stuff like remixes ig), but not every time.
I hope this gets fixed because this is a genuinely amazing tool!
The best solution might just be to allow users to edit individual track names, so any other problem related to them can be fixed.
Thank you :D
@avictormorais commented on GitHub (May 12, 2025):
You're totally right! When I was testing, I noticed that things like remixes and featured artists were messing up the poster's aesthetic. I realized the best solution would be to add a tracklist editor (which is still on my to-do list), but as a lazy fix I just removed any text inside () and [].
Definitely planning to improve this — thanks a lot!!
@avictormorais commented on GitHub (May 14, 2025):
Hey! I added a Tracklist tab where you can now manually edit each track before the poster is generated. This solves issues like important parts of a track name being cut. If you find any other problems or have suggestions, feel free to open a new issue!