Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 2 additions & 23 deletions script-opts/SmartCopyPaste.conf
Original file line number Diff line number Diff line change
@@ -1,35 +1,14 @@
######----Settings For SmartCopyPaste 3.1----######
####------Script Settings-----####

#--auto is for automatic device detection, or manually change to: windows or mac or linux
device=auto

#--copy command that will be used in Linux. OR write a different command
linux_copy=xclip -silent -selection clipboard -in

#--paste command that will be used in Linux. OR write a different command
linux_paste=xclip -selection clipboard -o

#--copy command that will be used in MAC. OR write a different command
mac_copy=pbcopy

#--paste command that will be used in MAC. OR write a different command
mac_paste=pbpaste

#--powershell is for using windows powershell to copy. OR write the copy command, e.g:clip
windows_copy=powershell

#--powershell is for using windows powershell to paste. OR write the paste command
windows_paste=powershell

#--change to 0 so item resumes from the exact position, or decrease the value so that it gives you a little preview before loading the resume point
resume_offset=-0.65

#--yes is for displaying osd messages when actions occur. Change to no will disable all osd messages generated from this script
osd_messages=yes

#--Time seperator that will be shown before the saved time in osd messages
time_seperator= 🕒
time_seperator= 🕒

#--Prefers to copy filename over filetitle. Select between: local, protocols, all, none. 'local' prefer filenames for videos that are not protocols. 'protocols' will prefer filenames for protocols only. 'all' will prefer filename over filetitle for both protocols and not protocols videos. 'none' will always use filetitle instead of filename
prefer_filename_over_title=local
Expand All @@ -40,7 +19,7 @@ copy_time_method=all
#--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.
specific_time_attributes=[ ["twitter", "?t=", ""], ["twitch", "?t=", "s"], ["youtube", "&t=", "s"] ]

#--The text that will be copied before the seek time when copying a protocol video from mpv
#--The text that will be copied before the seek time when copying a protocol video from mpv
protocols_time_attribute=&t=

#--The text that will be copied before the seek time when copying a local video from mpv
Expand Down
35 changes: 7 additions & 28 deletions script-opts/SmartCopyPaste_II.conf
Original file line number Diff line number Diff line change
@@ -1,27 +1,6 @@
######----Settings For SmartCopyPaste_II 3.1----######
####------Script Settings-----####

#--auto is for automatic device detection, or manually change to: windows or mac or linux
device=auto

#--copy command that will be used in Linux. OR write a different command
linux_copy=xclip -silent -selection clipboard -in

#--paste command that will be used in Linux. OR write a different command
linux_paste=xclip -selection clipboard -o

#--copy command that will be used in MAC. OR write a different command
mac_copy=pbcopy

#--paste command that will be used in MAC. OR write a different command
mac_paste=pbpaste

#--powershell is for using windows powershell to copy. OR write the copy command, e.g:clip
windows_copy=powershell

#--powershell is for using windows powershell to paste. OR write the paste command
windows_paste=powershell

#--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.
auto_run_list_idle=none

Expand Down Expand Up @@ -49,7 +28,7 @@ log_paste_running_behavior=timestamp>playlist
#--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.
specific_time_attributes=[ ["twitter", "?t=", ""], ["twitch", "?t=", "s"], ["youtube", "&t=", "s"] ]

#--The text that will be copied before the seek time when copying a protocol video from mpv
#--The text that will be copied before the seek time when copying a protocol video from mpv
protocols_time_attribute=&t=

#--The text that will be copied before the seek time when copying a local video from mpv
Expand Down Expand Up @@ -191,7 +170,7 @@ list_alignment=7
text_time_type=duration

#--Time seperator that will be used before the saved time
time_seperator= 🕒
time_seperator= 🕒

#--The text that indicates there are more items above. \N is for new line. \h is for hard space.
list_sliced_prefix=...\h\N\N
Expand Down Expand Up @@ -221,7 +200,7 @@ text_cursor_scale=50
text_cursor_border=0.7

#--Pre text for highlighted multi-select item
text_highlight_pre_text=✅
text_highlight_pre_text=✅

#--Search color when in typing mode
search_color_typing=ffffaa
Expand Down Expand Up @@ -251,17 +230,17 @@ header_sort_hide_text=added-asc
#--Text to be shown before or after triggered variable in the header
header_sort_pre_text= \{
header_sort_after_text=}
header_filter_pre_text= [Filter:
header_filter_pre_text= [Filter:
header_filter_after_text=]
header_search_pre_text=\h\N\N[Search=
header_search_after_text=..]
header_highlight_pre_text=✅
header_highlight_after_text=
header_list_duration_pre_text= 🕒
header_list_duration_pre_text= 🕒
header_list_duration_after_text=
header_list_length_pre_text= 🕒
header_list_length_pre_text= 🕒
header_list_length_after_text=
header_list_remaining_pre_text= 🕒
header_list_remaining_pre_text= 🕒
header_list_remaining_after_text=

#--Copy seperator that will be shown for copied items in the list
Expand Down
Loading