Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Unable to play random tracks
#20
@SoundMan57

With hints from Tim and me, the ashuffle maintainer has identified the root cause of recent build failures on Raspberry Pis and pushed new code to his repo with the tag v3.1.11.1 (It has to do with RaspiOS, which is based on debian 10, using an older version of the compiler than the version he uses in his builds).

I have confirmed that ashuffle v3.11.1 successfully builds in moOde 7.6.1.

The problem with non-ARM binaries being generated for the ashuffle github repo has been traced to the CI (continuous integration) script but the maintainer hasn't fixed that yet.

You can build the binary yourself with the following recipe (taken from the ashuffle README.md, mostly). Assuming it is followed, the resulting binary will be found at /home/pi/ashuffle/build/ashuffle

Code:
# on your moOde player
cd
git clone https://github.com/joshjunz/ashuffle.git
cd ashuffle
git checkout v3.11.1
git submodule update --init --recursive
meson -Dbuildtype=release build
ninja -C build

The proof of the pudding is in the eating, as my grandmother would say

Code:
pi@CM4:~/ashuffle $ /home/pi/ashuffle/build/ashuffle -v
ashuffle version: v3.11.1



Regards,
Kent
Reply


Messages In This Thread
Unable to play random tracks - by SoundMan57 - 01-08-2022, 05:01 PM
RE: Unable to play random tracks - by Tim Curtis - 01-08-2022, 05:11 PM
RE: Unable to play random tracks - by SoundMan57 - 01-08-2022, 05:29 PM
RE: Unable to play random tracks - by Tim Curtis - 01-08-2022, 07:25 PM
RE: Unable to play random tracks - by SoundMan57 - 01-08-2022, 09:09 PM
RE: Unable to play random tracks - by Tim Curtis - 01-08-2022, 09:54 PM
RE: Unable to play random tracks - by SoundMan57 - 01-08-2022, 10:19 PM
RE: Unable to play random tracks - by SoundMan57 - 01-08-2022, 10:41 PM
RE: Unable to play random tracks - by Tim Curtis - 01-08-2022, 11:20 PM
RE: Unable to play random tracks - by SoundMan57 - 01-09-2022, 12:34 AM
RE: Unable to play random tracks - by SoundMan57 - 01-09-2022, 01:28 AM
RE: Unable to play random tracks - by Tim Curtis - 01-09-2022, 05:18 PM
RE: Unable to play random tracks - by Tim Curtis - 01-09-2022, 07:21 PM
RE: Unable to play random tracks - by SoundMan57 - 01-09-2022, 10:52 PM
RE: Unable to play random tracks - by TheOldPresbyope - 01-13-2022, 10:39 PM
RE: Unable to play random tracks - by the_bertrum - 01-14-2022, 11:17 AM

Forum Jump: