Revision 425d684...
Go back to digest for 22nd May 2011Bug Fixes in Multimedia
Ralf Engels committed changes in [amarok] /:
Fix some audio cd related issue: not playing, skipping tracks with gstreamer, no length shown
Don't start a new track in the EngineController if the new title is the one we just started. (fixes bug 222405)
Handle a device specifier (?device=<deviceName>) in EngineController::playUrl, the old code would not play if the deviceName had a slash (/) in it. (fixes bug 261175).
Use KIO:NetAccess::stat to compute track lengths, previously shown as 0:00, fixes bug 207806.
src/core-impl/meta/cdda/AudioCdTrackProvider_p.cpp (AudioCdTrackProvider::Private::Private,AudioCdTrackProvider::Private::deviceAdded): Fix some typos, that may have caused crashes.
Courtesy: Arnold Metselaar
File Changes
Modified 5 files
- src/EngineController.cpp
- src/EngineController.h
- src/core-impl/collections/audiocd/AudioCdCollection.cpp
- src/core-impl/collections/audiocd/AudioCdCollection.h
- src/core-impl/meta/cdda/AudioCdTrackProvider_p.cpp
5 files changed in total