Version: svn 863908 (using KDE 4.1.1) OS: Linux Installed from: Unlisted Binary Package I just tried to play some m3u-files with amarok, that i had on my HDD, but amarok doesn't open them. I tried to open them through amarok itself, and through drag and drop with dolphin, but amaroks doesn't add my m3u playlists to the playlist-cue. Trying to open those m3u-files, while amarok is running in a konsole gives me these messages: amarok: BEGIN: virtual bool AmpacheServiceFactory::possiblyContainsTrack(const KUrl&) const amarok: url: "file:///path/to/m3u-file" amarok: do not think so... amarok: END__: virtual bool AmpacheServiceFactory::possiblyContainsTrack(const KUrl&) const - Took 0.00029s amarok: END__: virtual void Playlist::GraphicsView::dropEvent(QDropEvent*) - Took 0.0034s I'm using amarok svn version 863908
confirmed for amarok2. Can import m3u playlists but amarok won't play em.
amarok doesn't even play playlists created by itself! Version 1.92.2
I can confirm this. In fact it's even worse in SVN trunk: It doesn't save anything when you try to export a playlist
Something I noticed: If you have m3u playlists in any folder that is scanned by amarok, those playlist are selectabe from the "Playlists"/"My Playlists"-menu. If you load them from that menu, some of the playlists are loaded and played properly. Others are "suffering" from the same issue as mentioned above. Maybe this helps a bit in the fixing-process it. thank you
also see bug 173002
*** Bug 173002 has been marked as a duplicate of this bug. ***
SVN commit 873316 by seb: Load Playlists when adding/playing media using the DirectoryLoader. CCBUG: 171595 M +14 -3 DirectoryLoader.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=873316
Fixed in current svn. Loading m3u playlists works fine, both with relative and absolute track paths. IT also correctly loads files created on Windows ( with \ directory separators ). Please reopen if any issues persists.
it really seems to work! Thank You!