Summary: | Can not add tracks to existing m3u playlists via Media Sources (drag-n-drop) | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | Jedd <bko> |
Component: | Playlists/Saved Playlists | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bart.cerneels, nhn, shaddowy2, teo |
Priority: | NOR | ||
Version: | 2.4.1 | ||
Target Milestone: | 2.4.2 | ||
Platform: | Debian unstable | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 2.4.2 | |
Sentry Crash Report: |
Description
Jedd
2010-07-28 01:11:16 UTC
I can confirm the bug for Amarok 2.4. I would like to see that feature of Amarok 1.4 back. It would make creating playlists easier :) A workaround at the moment is to convert all your playlists to xspf format, I did it with a python script from http://users.musicbrainz.org/~matt/xspf/m3u2xspf Could you please upgrade to a newer Amarok version and test again? Current is Amarok 2.4.0, Amarok 2.4.1 is to be released tomorrow. Please report back. I just tested Amarok 2.4.1 and the bug still exists. Your m3u playlists are shown (not empty as described above), but it's not possible to add tracks to it. Thank you for the feedback. Git commit c5a50a6a028dc952da794a0f4fb10db1beeae857 by Bart Cerneels. Committed on 12/07/2011 at 10:03. Pushed by shanachie into branch 'master'. Enabled editing of M3U playlists As a bonus implemented a more efficient save system for playlist-files. BUG:245963 M +47 -2 src/core-impl/playlists/types/file/m3u/M3UPlaylist.cpp M +4 -0 src/core-impl/playlists/types/file/m3u/M3UPlaylist.h M +35 -0 src/playlistmanager/file/PlaylistFileProvider.cpp M +14 -3 src/playlistmanager/file/PlaylistFileProvider.h http://commits.kde.org/amarok/c5a50a6a028dc952da794a0f4fb10db1beeae857 |