From 59f7fd62b04e5cc911790602f0cc3d168c5cdfe4 Mon Sep 17 00:00:00 2001 From: spl0k Date: Sat, 15 Sep 2018 16:02:36 +0200 Subject: [PATCH] Improved transcoding description and added client-side validation Closes #115 --- supysonic/templates/profile.html | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/supysonic/templates/profile.html b/supysonic/templates/profile.html index 4dc3cab..0713853 100644 --- a/supysonic/templates/profile.html +++ b/supysonic/templates/profile.html @@ -93,10 +93,18 @@

Clients

Here's a list of clients you used to stream music. If you want to use -transcoding or downsampling with one of them (for instance using a low -bitrate on mobile connections to reduce used bandwidth), but the client -doesn't provide options to do so, you can set default values here. They'll -only be used if no transcoding/downsampling is requested by the client.

+transcoding or downsampling with one of them (for instance using a low bitrate +on mobile connections to reduce used bandwidth), but the client doesn't provide +options to do so, you can set default values here. They'll only be used if no +transcoding/downsampling is requested by the client.
+The first field is used to specify the format all files will be converted to. It +means if you enter mp3, all media will be served as mp3, wether the +original file is a mp3, ogg, FLAC or whatever. The bitrate option specify the +maximum streaming bitrate. If a file has a higher bitrate it will be transcoded +to match this value. Note that either the format or bitrate field can be left +out, for instance you can only enter a bitrate so files will be streamed using +their original format, only transcoded if their bitrate exceed the selected +one.

@@ -106,7 +114,9 @@ only be used if no transcoding/downsampling is requested by the client.

{% for client in clients %} - +