Latest WACUP public preview for x86 & x64 is build #24496 (May 8th 2026) (x86 & x64 changelogs)
Latest restricted WACUP beta release is build #24496 (May 8th 2026) (x86 & x64 changelogs)

Author Topic: Bug: filename incorrect in playlist editor  (Read 22 times)

OldPaprika

  • Full Member
  • ***
  • Posts: 21
    • View Profile
Bug: filename incorrect in playlist editor
« on: Yesterday at 08:38:41 PM »
Repro:
- Make sure metadata reading is set to "Read metadata only when file(s) are played"
- Add a file to the PLAYLIST EDITOR with an underscore in the filename
- Bug: only the text after the underscore is shown in the playlist editor (e.g. "Test_file.mp3" will be shown as "file")
Expected: should show the filename until the file is played.

Using WACUP v1.99.50.24496 (x86)
« Last Edit: Yesterday at 08:39:23 PM by OldPaprika »

dro

  • Admin / WACUP Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 5753
    • View Profile
    • WACUP (Winamp Community Update Project)
Re: Bug: filename incorrect in playlist editor
« Reply #1 on: Yesterday at 10:28:16 PM »
It broke after 23960 as part of some of the fallback title handling changes that others had requested with what's shown before the title is fully generated which caused the wrong buffer to be returned with the underscores to space option being enabled. Looking at the older build it shows "Test_file" for "Test_file.mp3" with no extension is shown (which is how the code has been doing things for an age) unless that's also being expected to be seen in this state?