![]() |
Random music? I don't think so... - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: Random music? I don't think so... (/showthread.php?tid=737) |
Random music? I don't think so... - JST1963 - 12-02-2018 Hi moOde fans, RE: Random music? I don't think so... - Tim Curtis - 12-03-2018 Random play is a challenge for sure. You can read about how auto-shuffle works in the link below. https://github.com/joshkunz/ashuffle Also in moOde Library there is a random Album button for manually tapping until an Album of interest is displayed. The algorithm also can result in same album popping up more than once. I think your method of turning off Auto-shuffle and instead using MPD random play on a big playlist and with Consume Mode on guarantees that you won't get same song being played more than once :-) My tests with almost 4000 tracks in a PL, two clients connected and random+consume on only exhibits minor UI performance issues but this is with moOde 4.4 code base which contains the update below compliments of @swizzle :-) The main challenge is that large playlists consume a lot of Browser memory. Code: - UPD: Optimize CSS for large Playlists -Tim RE: Random music? I don't think so... - JST1963 - 12-03-2018 Hi moOde fans, RE: Random music? I don't think so... - Tim Curtis - 12-03-2018 LOL, Sinterklaas is not like the bad Krampus is he ;-) I wish I could release today but there is still a bit more work that we have to complete on the 4.4 code base and the in-place update :-) RE: Random music? I don't think so... - JST1963 - 12-03-2018 Hi moOde fans, RE: Random music? I don't think so... - Tim Curtis - 12-03-2018 Sounds like a great tale :-) Here are the pending release notes for 4.4 Code: ######################################################## |