X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=sample%2Fm_librarian.conf;h=cc8f3f5705b88e8463a53c43a227d63b6564a1ba;hb=8fdf6aab492482fcacad9ce2ec764bdc5bf76590;hp=e3863aafca6c3f22a3bff70de664fd395b1d8224;hpb=51132595d65c48a10906e266b64e696bc3b3f87d;p=m_librarian.git diff --git a/sample/m_librarian.conf b/sample/m_librarian.conf index e3863aa..cc8f3f5 100644 --- a/sample/m_librarian.conf +++ b/sample/m_librarian.conf @@ -11,3 +11,34 @@ [library] path = /var/lib/LRE_Flibusta + +[filters] +# Space-separated list of language codes +lang = ru en + +# Show/hide deleted books; 0 - hide, 1 - show +deleted = 0 + +# Default value to use filters in search forms +use_in_search_forms = 1 + +# Use filters in lists of books +use_in_books_list = 1 + +[download] +# Download formats: +# %a - author (one of) +# %e - file extension +# %f - file name in archive +# %G - genre (one of), name +# %g - genre (one of), title +# %l - language +# %n - series number (or 0) +# %s - series +# %t - title +# Examples: +# format = %f (this is the default) +# format = %a/%s/%n %t + +# Directory to download books to +path = /tmp