Skip to content

Commit ad23258

Browse files
authored
Update README.md
1 parent c2b0a5a commit ad23258

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This repository contain scripts I have made for [mpv media player](https://githu
1212
- Either install SmartCopyPaste or SmartCopyPaste-II.
1313
- Either install SimpleUndo or UndoRedo.
1414
# 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.
1616
### SmartCopyPaste Main Features
1717
- **Copy and Paste:** Adds ability to copy and paste any type of video to mpv, like (urls, video paths, or local videos)
1818
- **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
3232
- <kbd>ctrl</kbd>+<kbd>v</kbd> to play the copied video with resume time _if available_
3333

3434
**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
3636
### SmartCopyPaste Compatibility
3737
- Windows OS (default powershell, customizable / can be changed in the settings inside the script).
3838
- 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
4141
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.
4242
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.
4343

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.
4545
### SmartCopyPaste-II Main Features
4646
- **Copy and Paste:** Adds ability to copy and paste any type of video to mpv, like (urls, video paths, or local videos)
4747
- **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
6565
- Or when no video is currently copied, <kbd>ctrl</kbd>+<kbd>v</kbd> will find and play your last copied or pasted video
6666

6767
**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
6969
### SmartCopyPaste-II Compatibility
7070
- Windows OS (default powershell, customizable / can be changed in the settings inside the script).
7171
- MAC OS (default pbcopy and pbpaste, customizable / can be changed in the settings inside the script).

0 commit comments

Comments
 (0)