https://bugs.kde.org/show_bug.cgi?id=507530

Andreas Bon <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |NEEDSINFO
         Resolution|---                         |NOT A BUG

--- Comment #4 from Andreas Bon <[email protected]> ---
I think it's not problem with the widget. VLC sends this directly as meta-data
over the dbus (see below).
One could implement that the strings with URLEncoding are decoded properly, but
it isn't necessarily a bug.

      dict entry(
         string "Metadata"
         variant             array [
               dict entry(
                  string "mpris:trackid"
                  variant                      object path
"/org/videolan/vlc/playlist/3"
               )
               dict entry(
                  string "xesam:url"
                  variant                      string
"file:///home/andreas/Music/audio%28123%29.mp4"
               )
               dict entry(
                  string "vlc:time"
                  variant                      uint32 3696
               )
               dict entry(
                  string "mpris:length"
                  variant                      int64 3696082721
               )
               dict entry(
                  string "vlc:length"
                  variant                      int64 3696082
               )
               dict entry(
                  string "vlc:publisher"
                  variant                      int32 5
               )
            ]
      )

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to