Revision 878407

Go back to digest for 2nd November 2008

Bug Fixes in Multimedia

Mark Kretschmann committed changes in /trunk/extragear/multimedia/amarok/src/meta/M3UPlaylist.cpp:

Make Shoutcast streams update their metadata correctly.

The problem here was simply that the M3U playlist loader wasn't using trackForUrl(), which creates MetaStream::Track objects where appropriate, but would always create MetaProxy objects, which are useless for Shoutcast.

A two liner fix that took me some weeks to track down ;)

File Changes

Modified 1 files
  • /trunk/extragear/multimedia/amarok/src/meta/M3UPlaylist.cpp
1 files changed in total