Amarok starts with sound level 0%
Tuomas Nurmi
tuomas at norsumanageri.org
Mon May 27 18:44:47 BST 2024
Ok, the steps are
First, getting build dependencies: the required package names depend a bit
on distribution, but I think running
sudo zypper si -d amarok
should do the trick on openSUSE
Then getting the related merge request's source code:
git clone https://invent.kde.org/multimedia/amarok.git
cd amarok
git fetch "git at invent.kde.org:nurmi/amarok.git" 'masterVolumeFix'
git checkout -b 'amarok-masterVolumeFix' FETCH_HEAD
then, the actual build, similarly to
https://community.kde.org/Amarok/Development/Compiling :
mkdir amarok-build
cd amarok-build
cmake .. -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix`
make
sudo make install
After that, the installed version should be the one that includes a fix to this issue
Tuomas
Martin Byttebier kirjoitti maanantaina 27. toukokuuta 2024 0.31.23 EEST:
> Op Sun, 26 May 2024 23:51:50 +0300
> Tuomas Nurmi <tuomas at norsumanageri.org> schreef:
>
> > Hi,
> > thank you for the comments and information. I managed to reproduce
> > this (or at least one case where this happens):
> > With Phonon VLC backend, if a playing track is stopped,
> > master volume is set to 0. Playback will continue with correct volume
> > if a next track is played. However, if Amarok is shut down with
> > playback stopped, the 0 gets written as the master volume setting and
> > will be the initial volume on next startup.
> >
> > A potential fix is available at
> > https://invent.kde.org/multimedia/amarok/-/merge_requests/101 I'll
> > merge it before 3.0.1, but it'd of course be awesome if someone else
> > could build Amarok with those changes applied and confirm that the
> > issue is fixed, too.
>
> I can try to build Amarok but be aware I'm not a Linux guru. I knew
> some basic stuff. So some guidance would be welcome.
>
> TTFN,
> Martin
>
>
>
> --
> Martin Byttebier <martinbyttebier at gmx.com>
>
More information about the Amarok
mailing list