small improvements

This commit is contained in:
Laptop
2025-02-03 19:43:16 +02:00
parent c7384bc987
commit f31ff794ca
14 changed files with 44 additions and 412 deletions

View File

@@ -6,32 +6,6 @@ If the instance is in the [instances list](https://maid.zone/soundcloak/instance
You can also visit `<instance>/_/info` to view some of the settings. This endpoint is only available if `InstanceInfo` is enabled by the maintainer.
Example output: (from [soundcloak.fly.dev/_/info](https://soundcloak.fly.dev/_/info))
```json
{
"Commit": "9126705",
"Repo": "https://github.com/maid-zone/soundcloak",
"ProxyImages": true,
"ProxyStreams": true,
"Restream": true,
"GetWebProfiles": true,
"DefaultPreferences": {
"Player": "restream",
"ProxyStreams": true,
"FullyPreloadTrack": false,
"ProxyImages": true,
"ParseDescriptions": true,
"AutoplayNextTrack": false,
"DefaultAutoplayMode": "normal",
"HLSAudio": "mpeg",
"RestreamAudio": "mpeg",
"DownloadAudio": "mpeg",
"ShowAudio": true
}
}
```
# Preferences
Click the "Preferences" button on the main page, or navigate to `<instance>/_/preferences` to get started.