Page 1 of 1

Bug: Edit M3U Playlist Metadata like Title has not been saved

Posted: 25 Nov 2024 23:18
by blueice_haller
Hi,
steps to reproduce the issue, VLC Version 3.0.21 Vetinari:
  1. Either click on top menu "View" and select "Playlist View Mode: Detailed List" or click on top right button until it shows "Detailed List"
  2. Enable the display of the columns: Title | Duration | Artist | URI | Album (Optional)
  3. Click on top menu "Media" and select "Open Network Stream" Ctrl+N
  4. Copy & Paste the network URL: http://pool.radiopaloma.de/RADIOPALOMA.mp3
  5. Instead of "Play" Alt+P select Enqueue Alt+E
  6. Title: RADIOPALOMA.mp3 and URI: RADIOPALOMA.mp3
  7. Right click in the line and select "Information" Ctrl+I
  8. Copy and paste the following:
    Title: Radio Paloma - 100% Deutscher Schlager!
  9. Click on the new appeared button "Save Metadata"
  10. Click on the button "Close"
  11. Click on top menu "Media" and select "Save Playlist to file..." Ctrl+Y, example: "Radio Paloma.m3u"
  12. Result:

    Code: Select all

    #EXTM3U #EXTINF:0,RADIOPALOMA.mp3 #EXTVLCOPT:network-caching=1000 http://pool.radiopaloma.de/RADIOPALOMA.mp3
  13. Bug: The Title has not been saved. If you open the Playlist again, the Title is "RADIOPALOMA.mp3".

Re: Bug: Edit M3U Playlist Metadata like Title has not been saved

Posted: 26 Nov 2024 12:42
by Lotesdelere
You should create a new report ticket on the VLC issues tracker with your above report and the link to this thread:
https://code.videolan.org/videolan/vlc/-/issues

If possible, because of this:
https://forum.videolan.org/viewtopic.ph ... 27#p538427

Re: Bug: Edit M3U Playlist Metadata like Title has not been saved

Posted: 27 Nov 2024 10:25
by blueice_haller