Revision 858855

Go back to digest for 14th September 2008

Other in Multimedia

Sven Krohlas committed changes in /trunk/extragear/multimedia/amarok/src:

Protect our users from metadata spam in streams.
Some streams resend their metadata every few seconds, so everytime the OSD comes up, which is quite annoying.
This should fix those streams in all cases.

Streams trying to spread advertising messages between normal metadata will only be able to show each message exactly one time, as long as the distance between those is not larger than 12 metadata changes.

This only protects the OSD, statusbar and current track applet are not affected, as here those messages are by far less annoying.

I hope App.cpp is the correct place for this, as the OSD gets shown here.

File Changes

Modified 2 files
  • /trunk/extragear/multimedia/amarok/src
  •   /App.cpp
  •   /App.h
2 files changed in total