Greg
Greg
This kinda works already - just click "Add", then "Find Random Tracks" you can add them at the end of current playlist or right after the current track. Personally, I...
@arthurlutz well yes, but then anyone rolling their own system with mopidy/iris etc. is likely to have some geek creds! And as I had an enquiry off-list, here is the...
@fmarzocca I don't have an issue seeing updated playlists perhaps just the initial creation?
@fmarzocca interesting! as I only run this daily it gets run in the early hours of the morning so I guess by the time I look at it in Iris,...
I whipped up another script for "random album" that I drop into `/etc/cron.hourly/` ``` g@borg:~$ cat /etc/cron.hourly/random_album #!/bin/bash db="/var/lib/mopidy/local/library.db" playlist="/var/lib/mopidy/m3u/random_album.m3u8" album=$(/usr/bin/sqlite3 $db "SELECT uri FROM albums ORDER BY RANDOM() LIMIT...
just note to say that I also confirm that Iris does not show the playlists created until you "Add" them. However, I notice that mopidy-mobile on android picked them up...
hmmm... that doesn't seem to have any effect that I can detect.
my mistake. I should have said "When viewing by artist..." In other words, when I open mopidy-mobile or Iris, and view my library by Artist.
On 11/03/2021 04:24, Matthew Gamble wrote: > To clarify, you’re viewing a list of all tracks for a particular artist, > and it’s sorting all of the tracks alphabetically, rather...