-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbakamplayer.ini
112 lines (112 loc) · 2.48 KB
/
bakamplayer.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"autoFit": 100,
"debug": false,
"gestures": true,
"hideAllControls": true,
"hidePopup": false,
"input": {
"Alt+Return": [
"",
""
],
"Ctrl+Down": [
"",
""
],
"Ctrl+O": [
"",
""
],
"Ctrl+S": [
"screenshot subtitles",
"Take screenshot with subtitles"
],
"Ctrl+Shift+Down": [
"",
""
],
"Ctrl+Shift+T": [
"",
""
],
"Ctrl+Shift+Up": [
"",
""
],
"Ctrl+T": [
"",
""
],
"Ctrl+Up": [
"",
""
],
"Down": [
"volume -5",
"Decrease volume"
],
"O": [
"open",
"Show open file dialog"
],
"Return": [
"fullscreen",
"Toggle fullscreen"
],
"S": [
"screenshot",
"Take screenshot without subtitles"
],
"Up": [
"volume +5",
"Increase volume"
],
"[": [
"speed -0.1",
"Decrease playback speed by 10"
],
"]": [
"speed +0.1",
"Increase playback speed by 10"
]
},
"lang": "auto",
"maxRecent": 5,
"mpv": {
"msg-level": "status",
"screenshot-directory": "/home/twiceaday/Pictures/vlc",
"screenshot-format": "png",
"screenshot-template": "screenshot%#04n",
"speed": 1,
"vo": "",
"volume": 100
},
"onTop": "playing",
"recent": [
{
"path": "/home/twiceaday/Downloads/Жмурки (2005) [Комедия, Отечественный] (HDTV).avi",
"time": 3302
},
{
"path": "/home/twiceaday/Videos/Good Morning Vietnam.1987.BDRip-AVC.[RG25kadr_MaTaDoRe].mkv",
"time": 1134
},
{
"path": "/home/twiceaday/Videos/kevo.360.mp4"
},
{
"path": "/home/twiceaday/Downloads/ae01a935cc.720.mp4"
},
{
"path": "https://www.twitch.tv/weplayesport_ru",
"title": "WePlayEsport_RU 2020-01-12 23:04"
}
],
"remaining": true,
"resume": true,
"screenshotDialog": false,
"showAll": true,
"splitter": 88,
"trayIcon": false,
"version": "2.0.3"
}