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}`
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
When the
randomizeFilenamequery 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}