57 lines (43 with data), 1.8 kB
# This is example of ~/.config/reggata/reggata.conf confguration file
#
#
main_window.width=920
main_window.height=683
tag_cloud.height=143
tag_cloud.width=920
tag_cloud.dock_area=4
tag_cloud.tag_background_color = Beige
tag_cloud.limit=100
recent_repo.base_path=/home/vlkv/_reggata_test_repo/
recent_user.login=vlkv
recent_user.password=da39a3ee5e6b4b0d3255bfef95601890afd80709
#Commands for invoking external applications.
# %f will be replaced with absolute file name (of selected item)
# %d will be replaced with absolute path to containing directory (of selected item)
# If path to command contains spaces, surround it with double quotes,
# for example:
# ext_app_mgr.audio.command="C\:\Program Files\K-Lite Codec Pack\Media Player Classic\mplayerc.exe" %f
ext_app_mgr_file_types=['images', 'pdf', 'audio']
ext_app_mgr.images.extensions=['.jpg', '.png', '.gif', '.bmp']
ext_app_mgr.images.command=gqview %f
ext_app_mgr.pdf.extensions=['.pdf']
ext_app_mgr.pdf.command=xpdf %f
ext_app_mgr.audio.extensions=['.mp3', '.ogg', '.flac', '.wav', '.m3u']
ext_app_mgr.audio.command=vlc %f
#Command for invoking external file manager program
# %f will be replaced with absolute file name (of selected item)
# %d will be replaced with absolute path to containing directory (of selected item)
# If path to command contains spaces, surround it with double quotes
ext_file_manager=thunar %d
language = ru
sqlalchemy.engine_echo = True
redirect_stdout=True
redirect_stderr=True
thumbnail_size = 100
tmp_dir = /tmp
spinBox_limit.value = 50
spinBox_limit.page = 1
#Field with this name will be used by Reggata to store item's rating.
reserved_fields.rating = Rating
#Field with this name will be used by Reggata to store item's notes and comments.
reserved_fields.notes = Notes