Latest WACUP public preview for x86 & x64 is build #24360 (April 20th 2026) (x86 & x64 changelogs)
Latest restricted WACUP beta release is build #24360 (April 20th 2026) (x86 & x64 changelogs)

Author Topic: Remember file name and type  (Read 11941 times)

colin1661music

  • Full Member
  • ***
  • Posts: 12
    • View Profile
Remember file name and type
« on: January 18, 2026, 10:42:42 AM »
Remember file name and file type when saving playlist.

dro

  • Admin / WACUP Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 5703
    • View Profile
    • WACUP (Winamp Community Update Project)
Re: Remember file name and type
« Reply #1 on: January 18, 2026, 02:16:38 PM »
That should already be happening. From what specific UI action is it not doing that?

colin1661music

  • Full Member
  • ***
  • Posts: 12
    • View Profile
Re: Remember file name and type
« Reply #2 on: January 18, 2026, 07:33:57 PM »
If I hit Save Playlist, it's not showing previous file name, and defaults to M3U8, see attached screen.

dro

  • Admin / WACUP Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 5703
    • View Profile
    • WACUP (Winamp Community Update Project)
Re: Remember file name and type
« Reply #3 on: January 21, 2026, 03:22:43 PM »
I thought I'd added it to that but seems not with the filename so that'll need to be added in a later build.

The filter selection is coded to be remembered but it looks like when I changed to use m3u8 as the default instead of m3u years back now I messed up the checking to avoid it saving out non-default values which broke it for remembering m3u as the filter selection (m3u8 & pls are being remembered correctly from my re-testing).

wd9895

  • Full Member
  • ***
  • Posts: 20
    • View Profile
Re: Remember file name and type
« Reply #4 on: January 22, 2026, 09:50:58 AM »
Keep in mind that *.m3u8 is reserved to VLC video player - the most distributed video player - on many PCs.
Better use the traditional extensions m3u & pls for audio playlists.

I never use Winamp for videos.


dro

  • Admin / WACUP Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 5703
    • View Profile
    • WACUP (Winamp Community Update Project)
Re: Remember file name and type
« Reply #5 on: January 22, 2026, 10:45:04 AM »
What are you going on about? m3u8 is just the m3u playlist file format using utf-8 encoding with a different file extension to give programs a potential hint of the encoding that is in no way limited to VLC. Nor is there anything stopping someone from saving such playlist files with the m3u extension (letting the program loading it figure it out) or just naming it using "my_super_spiffy_extension".

wd9895

  • Full Member
  • ***
  • Posts: 20
    • View Profile
Re: Remember file name and type
« Reply #6 on: January 24, 2026, 01:10:25 PM »
I'm not takling about any limitations.

I just mentioned that m3u8 is most likely linked to a video application like VCL. More than 500 Million PCs use that video app. And yes, it can play audio files as well.