You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ This repository contain scripts I have made for [mpv media player](https://githu
12
12
- Either install SmartCopyPaste or SmartCopyPaste-II.
13
13
- Either install SimpleUndo or UndoRedo.
14
14
# SmartCopyPaste Script 2.2
15
-
SmartCopyPaste is a script for mpv media player, the script adds a very smart copy paste experience to mpv. It gives mpv the ability to load videos simply by pasting them into mpv. As for copying, pressing <kbd>ctrl</kbd>+<kbd>c</kbd> on a video, copies the video path and its time to clipboard, which enables paste to resume or to access video with the copied time by pasting. For installation, download *`SmartCopyPaste-2.1.lua`* file into your `mpv/scripts/` directory.
15
+
SmartCopyPaste is a script for mpv media player, the script adds a very smart copy paste experience to mpv. It gives mpv the ability to load videos simply by pasting them into mpv. As for copying, pressing <kbd>ctrl</kbd>+<kbd>c</kbd> on a video, copies the video path and its time to clipboard, which enables paste to resume or to access video with the copied time by pasting. For installation, download *`SmartCopyPaste-2.2.lua`* file into your `mpv/scripts/` directory.
16
16
### SmartCopyPaste Main Features
17
17
-**Copy and Paste:** Adds ability to copy and paste any type of video to mpv, like (urls, video paths, or local videos)
18
18
-**youtube-dl Extension Support:** Immediately paste links without finding exact video address for youtube and any other youtube-dl extension supported sites.
@@ -32,7 +32,7 @@ SmartCopyPaste is a script for mpv media player, the script adds a very smart co
32
32
- <kbd>ctrl</kbd>+<kbd>v</kbd> to play the copied video with resume time _if available_
33
33
34
34
**Sidenote:**
35
-
- MAC OS by default will use <kbd>command</kbd> key instead of <kbd>ctrl</kbd> key, in order to copy and paste.
35
+
- MAC OS will automatically use <kbd>command</kbd> instead of <kbd>ctrl</kbd> key
36
36
### SmartCopyPaste Compatibility
37
37
- Windows OS (default powershell, customizable / can be changed in the settings inside the script).
38
38
- MAC OS (default pbcopy and pbpaste, customizable / can be changed in the settings inside the script).
@@ -41,7 +41,7 @@ SmartCopyPaste is a script for mpv media player, the script adds a very smart co
41
41
SmartCopyPaste is a script for mpv media player, the script adds a very smart copy paste experience to mpv. It gives mpv the ability to load videos simply by pasting them into mpv. As for copying, pressing <kbd>ctrl</kbd>+<kbd>c</kbd> on a video, copies the video path and its time to clipboard, which enables paste to resume or to access video with the copied time by pasting.
42
42
The **II** version contain additional features which saves your clipboard into a log file. The log adds the option to paste at any time even if clipboard was overwritten or cleared.
43
43
44
-
Basically, the **II** version is enhanced with a bookmark feature, copying a video will bookmark the video and time, while pasting will access the bookmark (even if clipboard is cleared). For installation, download *`SmartCopyPaste-II-2.1.lua`* file into your `mpv/scripts/` directory.
44
+
Basically, the **II** version is enhanced with a bookmark feature, copying a video will bookmark the video and time, while pasting will access the bookmark (even if clipboard is cleared). For installation, download *`SmartCopyPaste-II-2.2.lua`* file into your `mpv/scripts/` directory.
45
45
### SmartCopyPaste-II Main Features
46
46
-**Copy and Paste:** Adds ability to copy and paste any type of video to mpv, like (urls, video paths, or local videos)
47
47
-**Bookmark:** Any copy in a video is also a bookmark point, to access the bookmark simply paste.
@@ -65,7 +65,7 @@ Basically, the **II** version is enhanced with a bookmark feature, copying a v
65
65
- Or when no video is currently copied, <kbd>ctrl</kbd>+<kbd>v</kbd> will find and play your last copied or pasted video
66
66
67
67
**Sidenote:**
68
-
- MAC OS by default will use <kbd>command</kbd> key instead of <kbd>ctrl</kbd> key, in order to copy and paste.
68
+
- MAC OS will automatically use <kbd>command</kbd> instead of <kbd>ctrl</kbd> key
69
69
### SmartCopyPaste-II Compatibility
70
70
- Windows OS (default powershell, customizable / can be changed in the settings inside the script).
71
71
- MAC OS (default pbcopy and pbpaste, customizable / can be changed in the settings inside the script).
0 commit comments