inital commit
This commit is contained in:
34
templates/config.json.template
Normal file
34
templates/config.json.template
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"video_folder": "/home/pi/Videos",
|
||||
"supported_formats": [".mp4", ".avi", ".mkv", ".mov", ".wmv", ".flv", ".webm", ".m4v"],
|
||||
"default_channel": 1,
|
||||
"auto_play": true,
|
||||
"fullscreen": true,
|
||||
"window_width": 1920,
|
||||
"window_height": 1080,
|
||||
"hide_cursor": true,
|
||||
"audio_device": "default",
|
||||
"volume": 50,
|
||||
"mute_on_start": false,
|
||||
"channel_timeout": 3.0,
|
||||
"multi_digit_timeout": 1.0,
|
||||
"channel_display_timeout": 2.0,
|
||||
"channel_assignment_method": "alphabetical",
|
||||
"ir_pin": 18,
|
||||
"ir_protocols": ["NEC", "RC5"],
|
||||
"ir_repeat_delay": 0.1,
|
||||
"vlc_options": [
|
||||
"--fullscreen",
|
||||
"--no-video-title-show",
|
||||
"--no-audio-display",
|
||||
"--no-osd",
|
||||
"--quiet"
|
||||
],
|
||||
"log_level": "INFO",
|
||||
"log_file": "/var/log/video_player.log",
|
||||
"log_max_size": 10485760,
|
||||
"log_backup_count": 5,
|
||||
"check_interval": 1.0,
|
||||
"restart_on_crash": true,
|
||||
"max_restart_attempts": 3
|
||||
}
|
||||
Reference in New Issue
Block a user