X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=sidebyside;f=sample%2Fm_librarian.conf;h=9cbf3950572c5a865d2c3810a02cd0b7f06c7844;hb=ecd2349c26418c8b55ec9e0d17009321b6472236;hp=2ed0f8a39d601607257f1e0892f6bd6ba81d1ab5;hpb=76fad1db9bf3d812333ca9f65b1ed87c8549cab7;p=m_librarian.git diff --git a/sample/m_librarian.conf b/sample/m_librarian.conf index 2ed0f8a..9cbf395 100644 --- a/sample/m_librarian.conf +++ b/sample/m_librarian.conf @@ -12,6 +12,29 @@ [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 + +[columns] +# Full list of author columns: +# columns = surname name misc_name fullname count +# Default column is fullname +author = fullname count +# Full list of book columns: +# columns = title series ser_no archive file size lib_id deleted date +# Default column is just title +book = ser_no title + [download] # Download formats: # %a - author (one of) @@ -26,3 +49,6 @@ path = /var/lib/LRE_Flibusta # Examples: # format = %f (this is the default) # format = %a/%s/%n %t + +# Directory to download books to +path = /tmp