jon-turney / pidgin-musictracker

Automatically exported from code.google.com/p/pidgin-musictracker
GNU General Public License v2.0
0 stars 0 forks source link

Amarok on windows #252

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Amarok is ported on windows (via http://windows.kde.org).

Specifically version 2.3.2 on kde 4.5.4.

While pretty much fully functional, it doesn't work with pidgin-musictracker, 
and will be a nice touch to make it do it.

Original issue reported on code.google.com by Vito.DeT...@gmail.com on 17 Jan 2011 at 2:15

GoogleCodeExporter commented 8 years ago

Original comment by b152fee4...@gmail.com on 11 Mar 2011 at 1:52

GoogleCodeExporter commented 8 years ago
Umm, what do you mean by the labels "player" and "Patch-Needed"?

btw, amarok2 (on windows ad linux) offer a "standard" dbus interface to query 
the playing song; for example, using qdbus on windows i get:

C:\Programmi\KDE\bin>qdbus.exe org.kde.amarok /Player 
org.freedesktop.MediaPlayer.GetMetadata
album: Festivalbar 2007 Rossa
artist: Nate James
arturl: file:///C:/Documents%20and%20Settings/Vito/Documenti/Musica/Festivalbar%
202007%20Rossa/Festivalbar%202007%20Rossa.jpg
audio-bitrate: 192
audio-samplerate: 44100
comment: FEFE2003
genre: Other
location: file:///C:/Documents%20and%20Settings/Vito/Documenti/Musica/Festivalba
r%202007%20Rossa/Back%20To%20You.mp3
mtime: 1153710438559760624
rating: 0
time: 1153710438559514870
title: Back To You
tracknumber: 17
year: 2007

C:\Programmi\KDE\bin>

Original comment by Vito.DeT...@gmail.com on 14 Mar 2011 at 4:17

GoogleCodeExporter commented 8 years ago
> Umm, what do you mean by the labels "player" and "Patch-Needed"?

"player" means this is an issue which requests support for a specific player
"patch-needed" means a patch is needed :-)

Using MPRIS over DBUS on Windows is probably the best solution to this problem

Original comment by b152fee4...@gmail.com on 20 Mar 2011 at 1:08