📜 ⬆️ ⬇️

We use Amarok under Windows

Many KDE users also use this great player, and when working under Windows, the question arises of looking for a worthy alternative to it. A usable version for Windows simply did not exist until recently, and one had to either use coLinux-based systems (andLinux, Ulteo Virtual Desktop), or try to build the player from source files on its own.

Not so long ago, the KDE On Windows project began to gain momentum, and with the release of version 4.1, Amarok builds for Windows began to appear in the repositories. Unfortunately, the first versions didn’t even know how to reproduce sound, but recently the situation has changed and the player has become a player. :)

So, the recipe for making Amarok under Windows is as follows.

Actually, everything. Having launched the newly installed application, and selecting “About Amarok” in the menu, we will see something like the following:
Amarok: about

')
Having added something to the media library, let's get closer to the usual view:
Amarok playlist

Cyrillic from tags in Windows-1251, as expected, did not pick up correctly, but the tags in Unicode work fine.
Album covers from the Internet are also catching up - you just need to enable this option.

When changing a song, we observe On-Screen Display (and where to go without it):
Amarok OSD


: . , , , Amarok . — . :)

DBus: KDE/bin dbus-send.exe, . , :
dbus-send.exe --type=method_call --dest=org.kde.amarok /Player org.freedesktop.MediaPlayer.Prev
dbus-send.exe --type=method_call --dest=org.kde.amarok /Player org.freedesktop.MediaPlayer.Next
dbus-send.exe --type=method_call --dest=org.kde.amarok /Player org.freedesktop.MediaPlayer.Play
dbus-send.exe --type=method_call --dest=org.kde.amarok /Player org.freedesktop.MediaPlayer.Pause
dbus-send.exe --type=method_call --dest=org.kde.amarok /amarok/MainWindow org.kde.amarok.MainWindow.showHide


. , : , , , , / . KDE/bin qdbusviewer.exe, .

— . PowerPro. Key/Mouse :
pproconf


. «Show at start», «Hidden», dbus-send.
pproconf


, , . , Windows- , , . . :)

UPD: . , : 70MB amarok.exe, 35-40MB KDE: kioslave.exe x 2 ., kded4.exe, klauncher.exe kwalletd.exe
, , WinAMP'.

UPD2: , , , bleeding-edge, unstable, -- , Windows, - . . :)
.

UPD3: , , MP3- : MP3 Parser, .

Source: https://habr.com/ru/post/44705/


All Articles