#79: Added query parameter to randomize filename when downloading songs #96

Merged
kdeng00 merged 4 commits from tsk-79 into master 2024-06-16 19:04:10 -04:00
kdeng00 commented 2024-06-15 21:14:08 -04:00 (Migrated from github.com)

When the randomizeFilename query parameter is provided, the filename of the downloaded media will be randomized or reflect the media's title. By default the value will be false.

Applied to the following endpoints:

  • GET api/v1/song/data/download/{song_id}
  • GET api/v1/song/compressed/data/{song_id}
  • GET api/v1/coverart/data/download/{song_id}
When the `randomizeFilename` query parameter is provided, the filename of the downloaded media will be randomized or reflect the media's title. By default the value will be false. Applied to the following endpoints: * `GET api/v1/song/data/download/{song_id}` * `GET api/v1/song/compressed/data/{song_id}` * `GET api/v1/coverart/data/download/{song_id}`
Sign in to join this conversation.