Update README.md

This commit is contained in:
Fufu Fang 2019-10-28 00:20:34 +00:00 committed by GitHub
parent 05776305cb
commit 8da0c03eef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 3 deletions

View File

@ -118,14 +118,18 @@ In the index mode, the filesystem is presented based on the listing on the
In ID3 mode, the filesystem is presented using the following hierarchy:
0. Root
1. Alphabetical indices of the Artists' name
2. The Arists' name
1. Alphabetical indices of the artists' names
2. The arists' names
3. All of the albums by a single artist
4. All the songs in an album.
By default, *sonic server is mounted in the Index mode. If you want to mount in
By default, *sonic server is mounted in the index mode. If you want to mount in
ID3 mode, please use the ``--sonic-id3`` flag.
Please note that the cache feature is unaffected by how you mount your *sonic
server. If you mounted your server in index mode, the cache is still valid in
ID3 mode, and vice versa.
## Configuration file support
This program has basic support for using a configuration file. The configuration
file that the program reads is ``${XDG_CONFIG_HOME}/httpdirfs/config``, which by