06-12-2020, 05:06 PM
(06-09-2020, 11:03 PM)HemiRick Wrote:(06-09-2020, 06:25 PM)Pieter Wrote: I've been using akujen's MPDRandom Python script for the past year and it works flawlessly. You can have it run as a daemon in the background and it'll function like the official autosrhuffle feature, but then with albums.
Ok To install this I need to SSH in to Moode and type this?
#Installation git clone git://github.com/axujen/mpdrandom.gitcd mpdrandom sudo ./setup.py install
Essentially yes. Open a SSH connection and issue the following commands:
Code:
git clone git://github.com/axujen/mpdrandom.git
Then navigate to the newly created folder:
Code:
cd mpdrandom
and install the script:
Code:
sudo ./setup.py install