Skip to content

Query Parameters

Jake edited this page Apr 28, 2022 · 3 revisions

Usage

If you're new to query parameters, the site will automatically start placing them in your URL as you use the UI. Try toggling through the Repeat or Shuffle settings and you will see the URL change

Quick Reference

  • fgcolour
  • bgcolour
  • dockcolour
  • playlist
  • nowplaying
  • gain
  • shuffle
  • repeat
  • folder

These will not be added automatically to your URL and must be manually added
Named web colours, rgb() and #ffffff hex values are valid for these parameters. For hex values, replace the hash (#) with %23

  • fgcolour=rgb(255,0,0)
  • bgcolour=red
  • dockcolour=%23ff0000

This will not be added automatically to your URL and must be manually added
Pastebin paste codes are valid for this parameter, this parameter can be added multiple times to add more playlists, or you can use %00 to delimit multiple codes in one parameter

  • playlist=LhgTByqc&playlist=ntNBc5E2
  • playlist=LhgTByqc%00ntNBc5E2

Now Playing

This will be automatically added to your URL once a song starts playing
It is not recommended to attempt to manually add this to your URL
The format of this parameter is subject to change, but loosely follows the dock path with song appended

  • nowplaying=Daft+Punk%0FDiscovery%00f223a7062e68957a

Gain

This will be automatically added to your URL once the gain slider has been moved
A percent integer 0-100 is valid for this parameter

  • gain=10

Shuffle

This will be automatically added to your URL once the shuffle button has been clicked
A boolean "true"/"false" value is valid for this parameter

  • shuffle=true

Repeat

This will be automatically added to your URL once the repeat button has been clicked
Only these 3 values are valid

  • repeat=none
  • repeat=playlist
  • repeat=one

Folder

This will be automatically added to your URL once a folder has been opened
It is not recommended to attempt to manually add this to your URL
The format of this parameter is subject to change, but loosely follows the dock path

  • folder=Daft+Punk%0FDiscovery