Randomize Genre / Tags
#1
Hi! I'm looking for an (very) easy way to just start a randomized playlist with stuff. e.g.

 - random playlist of all music tracks marked with genre "pop"
 - random playlist of all music videos marked with tag "dance"

Right now, my workaround is pretty messy.

  1) click on the genre
  2) select "queue item"
  3) Hit "space" to get to the current playlist -- nothing happens
  4) If it worked, hit shuffle there (I just tried it -- it did not work).
  5) exit to the currently playing screen somthow

I'd like to have something simpler. Like

  1) click on the genre
  2) select "play shuffled"
  3) done.

Is there an addon or some kind of other trick available to do that?

Thanks!
Reply
#2
nodes
<node type="filter">
    <label>row1</label>
    <content>songs</content>
    <order direction="ascending">random</order>
    <limit>25</limit>
    <rule field="genre" operator="contains">
        <value>Comedy</value>
    </rule>
</node>
Reply
#3
I currently have 485 music genres. :-D Is there a solution which builds on top of the existing genres without manually maintaining a xml?
Reply

Logout Mark Read Team Forum Stats Members Help
Randomize Genre / Tags0