Skip to content
Senan Kelly edited this page Dec 15, 2023 · 6 revisions

smart playlists

use the beets smart playlists plugin https://beets.readthedocs.io/en/stable/plugins/smartplaylist.html

plugins:
  - smartplaylist

smartplaylist:                                                                                                                   
  playlist_dir: /<path to gonic playlists>/<user id>/                                                    
  playlists:                                                                     
    - name: "label chain reaction.m3u"                                           
      query: 'label:"Chain Reaction"'                                            
    - name: "label echospace.m3u"                                                
      query: "label:Echospace"                                                   
    - name: "90s detroit.m3u"                                                    
      query: "genre:detroit year:..2000 year+"                                   
    - name: "90s electronic gt 20 plays.m3u"                                     
      query: "genre:electronic ^genre:rock play_count:10.. year:..2000 play_count+"

whole room audio

TODO show snapcast jukebox args

Clone this wiki locally