hi i am the developer of this service menu<br><br><a href="http://kde-apps.org/content/show.php?content=118298">http://kde-apps.org/content/show.php?content=118298</a><br><br>vlc append<br><br>it just append files \folders to vlc <br>
<br>it was using dbus to append<br><br><br>qdbus org.mpris.vlc /TrackList org.freedesktop.MediaPlayer.AddTrack “PATH OF THE FILE” 1<br><br><br>now it is changed and i have tried with <br><br>qdbus org.mpris.MediaPlayer2.vlc /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.TrackList.AddTrack /home/peace/dolphin.webm 1<br>
<br>i get this <br><br>QDBusObjectPath: invalid path "1"<br>Cannot pass argument '1' because it is not a valid object path.<br><br><br><br>it was just working fine with the older vlc  this is unfortunate :(<br>