|
1 | 1 | ######----Settings For SmartCopyPaste_II 3.1----###### |
2 | 2 | ####------Script Settings-----#### |
3 | 3 |
|
4 | | -#--auto is for automatic device detection, or manually change to: windows or mac or linux |
5 | | -device=auto |
6 | | - |
7 | | -#--copy command that will be used in Linux. OR write a different command |
8 | | -linux_copy=xclip -silent -selection clipboard -in |
9 | | - |
10 | | -#--paste command that will be used in Linux. OR write a different command |
11 | | -linux_paste=xclip -selection clipboard -o |
12 | | - |
13 | | -#--copy command that will be used in MAC. OR write a different command |
14 | | -mac_copy=pbcopy |
15 | | - |
16 | | -#--paste command that will be used in MAC. OR write a different command |
17 | | -mac_paste=pbpaste |
18 | | - |
19 | | -#--powershell is for using windows powershell to copy. OR write the copy command, e.g:clip |
20 | | -windows_copy=powershell |
21 | | - |
22 | | -#--powershell is for using windows powershell to paste. OR write the paste command |
23 | | -windows_paste=powershell |
24 | | - |
25 | 4 | #--Auto run the list when opening mpv and there is no video / file loaded. 'none' for disabled. Or choose between: all, copy, paste, recents, distinct, protocols, fileonly, titleonly, timeonly, keywords. |
26 | 5 | auto_run_list_idle=none |
27 | 6 |
|
@@ -49,7 +28,7 @@ log_paste_running_behavior=timestamp>playlist |
49 | 28 | #--The time attributes which will be added when copying protocols of specific websites from this list. Additional attributes can be added following the same format. |
50 | 29 | specific_time_attributes=[ ["twitter", "?t=", ""], ["twitch", "?t=", "s"], ["youtube", "&t=", "s"] ] |
51 | 30 |
|
52 | | -#--The text that will be copied before the seek time when copying a protocol video from mpv |
| 31 | +#--The text that will be copied before the seek time when copying a protocol video from mpv |
53 | 32 | protocols_time_attribute=&t= |
54 | 33 |
|
55 | 34 | #--The text that will be copied before the seek time when copying a local video from mpv |
@@ -191,7 +170,7 @@ list_alignment=7 |
191 | 170 | text_time_type=duration |
192 | 171 |
|
193 | 172 | #--Time seperator that will be used before the saved time |
194 | | -time_seperator= 🕒 |
| 173 | +time_seperator= 🕒 |
195 | 174 |
|
196 | 175 | #--The text that indicates there are more items above. \N is for new line. \h is for hard space. |
197 | 176 | list_sliced_prefix=...\h\N\N |
@@ -221,7 +200,7 @@ text_cursor_scale=50 |
221 | 200 | text_cursor_border=0.7 |
222 | 201 |
|
223 | 202 | #--Pre text for highlighted multi-select item |
224 | | -text_highlight_pre_text=✅ |
| 203 | +text_highlight_pre_text=✅ |
225 | 204 |
|
226 | 205 | #--Search color when in typing mode |
227 | 206 | search_color_typing=ffffaa |
@@ -251,17 +230,17 @@ header_sort_hide_text=added-asc |
251 | 230 | #--Text to be shown before or after triggered variable in the header |
252 | 231 | header_sort_pre_text= \{ |
253 | 232 | header_sort_after_text=} |
254 | | -header_filter_pre_text= [Filter: |
| 233 | +header_filter_pre_text= [Filter: |
255 | 234 | header_filter_after_text=] |
256 | 235 | header_search_pre_text=\h\N\N[Search= |
257 | 236 | header_search_after_text=..] |
258 | 237 | header_highlight_pre_text=✅ |
259 | 238 | header_highlight_after_text= |
260 | | -header_list_duration_pre_text= 🕒 |
| 239 | +header_list_duration_pre_text= 🕒 |
261 | 240 | header_list_duration_after_text= |
262 | | -header_list_length_pre_text= 🕒 |
| 241 | +header_list_length_pre_text= 🕒 |
263 | 242 | header_list_length_after_text= |
264 | | -header_list_remaining_pre_text= 🕒 |
| 243 | +header_list_remaining_pre_text= 🕒 |
265 | 244 | header_list_remaining_after_text= |
266 | 245 |
|
267 | 246 | #--Copy seperator that will be shown for copied items in the list |
|
0 commit comments