mirror of
https://github.com/spl0k/supysonic.git
synced 2024-12-23 01:16:18 +00:00
typos and wording
This commit is contained in:
parent
5a24832026
commit
9623e01d3f
@ -62,7 +62,7 @@ this way:
|
|||||||
|
|
||||||
You may also need a database specific package:
|
You may also need a database specific package:
|
||||||
|
|
||||||
* MySQL: `apt install `python-mysqldb`
|
* MySQL: `apt install python-mysqldb`
|
||||||
* PostgreSQL: `apt-install python-psycopg2`
|
* PostgreSQL: `apt-install python-psycopg2`
|
||||||
|
|
||||||
### Configuration
|
### Configuration
|
||||||
@ -121,7 +121,7 @@ encoder_ogg = oggenc2 -q -M %outrate -
|
|||||||
; ogg = audio/vorbis
|
; ogg = audio/vorbis
|
||||||
```
|
```
|
||||||
|
|
||||||
Note that using SQLite for large libraries might not be the birghtest idea
|
Note that using SQLite for large libraries might not be the brightest idea
|
||||||
as it tends to struggle with larger datasets.
|
as it tends to struggle with larger datasets.
|
||||||
|
|
||||||
For mime types, see the [list of common types][types].
|
For mime types, see the [list of common types][types].
|
||||||
@ -205,9 +205,8 @@ Supysonic's transcoding is achieved through the use of third-party command-line
|
|||||||
programs. Supysonic isn't bundled with such programs, and you are left to
|
programs. Supysonic isn't bundled with such programs, and you are left to
|
||||||
choose which one you want to use.
|
choose which one you want to use.
|
||||||
|
|
||||||
If the client you are using is not specifying a transcoding format, you will
|
If you want to use transcoding but your client doesn't allow you to do so, you
|
||||||
need to do this on the web interface, otherwise supysonic will not transcode
|
can force Supysonic to transcode for that client by going on the web interface.
|
||||||
for that client. You can also specify the maximum bitrate to use there.
|
|
||||||
|
|
||||||
### Configuration
|
### Configuration
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user