Commit 5f7e0f49 authored by mitshel's avatar mitshel
Browse files

After Testing v0.04

parent de293c1f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ fb2parse = yes
# Но зато обложки в OPDS-клиенте будут загружаться практически мгновенно
# Такой режим может потребоваться только если нагрузка на сервер достаточно высока
# Рекомендованная настройка показа обложек cover_extract = no, cover_show = 2
cover_extract = yes
cover_extract = no

# cover_show - способ показа обложек:
# 0 - не показывать (значение по умолчанию), 
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ from sys import argv

t1=datetime.timedelta(seconds=time.time())

parser=OptionParser(conflict_handler="resolve", version="sopds-scan.py. Version 0.03", add_help_option=True, usage='sopds-scan.py [options]', description='sopds-scan.py: Simple OPDS Scanner - programm for scan your e-books directory and store data to MYSQL database.')
parser=OptionParser(conflict_handler="resolve", version="sopds-scan.py. Version 0.04", add_help_option=True, usage='sopds-scan.py [options]', description='sopds-scan.py: Simple OPDS Scanner - programm for scan your e-books directory and store data to MYSQL database.')
parser.add_option('-s','--scan','--scanfull', action='store_true', dest='scanfull', default=True, help='Full rescan all stored files.')
parser.add_option('-l','--scanlast', action='store_false', dest='scanfull', default=True, help='Scan files from date after last scan.')
parser.add_option('-v','--verbose', action='store_true', dest='verbose', default=False, help='Enable verbose output')