summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 5 insertions, 13 deletions
diff --git a/README.md b/README.md
index e651b31..c44ec97 100644
--- a/README.md
+++ b/README.md
@@ -14,10 +14,6 @@ After acquiring a link from the clipboard, by search or the search history you m
- You may choose to **download** the video with **audio** or **video** format using **yt-dlp**.
- You may choose to **torrent** the file using **qBitTorrent**.
-There are however some actions that does not require a link, but instead a query:
-- To **rip** music from YouTube with **metadata** from Spotify using **spotDL**.
-- To **stream** a movie or series that's available directly online.
-
---
Once you've downloaded the media files to your offline digital library you can:
@@ -43,7 +39,6 @@ Workflow specific automation of tasks:
- xclip
- jq
- qbittorrent
-- spotdl (pip package)
#### Recommendation
To create comfortable mpv settings. The command below creates a mpv.conf file that limits the quality of streamed videos to 1080p & always creates a 1440x810 mpv window. This might be good enough, but for the specific settings I use, it's available [here](https://git.exaltedelite.club/mpv-settings).
@@ -80,14 +75,12 @@ All the scripts do require relative file paths to work, except for lcl-start & l
- **Param Nº1:** Skip dmenu Nº1 (./lcl-system 'Shutdown')
## Usage Flow
-By default, rmt-action uses links stored in the clipboard when used. But rmt-search & rmt-history can be used to discover links. The only actions that does not explicitly use links is the Rip & Stream actions that uses a query. Param Nº2 for rmt-action does also support queries, not only links for this reason. These actions are not in the rmt-search script because they only take a single query, & does not help with discovery.
-
-When using rmt-search without a correctly chosen item from the dmenu list, will automatically search YouTube. Therefore you can skip param Nº1 if you're searching YouTube. The command ./rmt-search 'YouTube' 'BugsWriter' 'Play' could be shortened to ./rmt-search 'BugsWriter' 'Play'. But in case you would search Odysee for example, you would explicitly have to specify the platform (./rmt-search 'Odysee' 'BugsWriter' 'Play').
+By default, rmt-action uses links stored in the clipboard when used. But rmt-search & rmt-history can be used to discover links. When using rmt-search without a correctly chosen item from the dmenu list, will automatically search YouTube. Therefore you can skip param Nº1 if you're searching YouTube. The command ./rmt-search 'YouTube' 'BugsWriter' 'Play' could be shortened to ./rmt-search 'BugsWriter' 'Play'. But in case you would search Odysee for example, you would explicitly have to specify the platform (./rmt-search 'Odysee' 'BugsWriter' 'Play').
-- You could for example bind CTRL+SHIFT+P to play copied video links automatically with the ./rmt-action 'Play' command.
-- You could for example bind CTRL+SHIFT+B to search local files with the ./lcl-find command.
-- You could for example bind CTRL+SHIFT+O to perform an action with the ./rmt-action command.
-- You could for example bind SUPER+R to search PeerTube videos with the ./rmt-search 'PeerTube' command.
+- You could for example bind Shift+Ctrl+P to play copied video links automatically with the ./rmt-action 'Play' command.
+- You could for example bind Shift+Ctrl+B to search local files with the ./lcl-find command.
+- You could for example bind Shift+Ctrl+O to perform an action with the ./rmt-action command.
+- You could for example bind Super+R to search PeerTube videos with the ./rmt-search 'PeerTube' command.
*This should help you get started & better understand the flow of the program.*
@@ -97,7 +90,6 @@ This script may act as another key to the puzzle of unfiltered interactions when
#### Sane Defaults
- yt-dlp downloads in the .mp4 format & has a max quality of 1080p.
- Notifications are shown upon errors & not upon appropriate behaviour.
- - The default icon path for notifications is ~/.icons/EZown.png.
- Magnet links are opened with qBitTorrent & may easily be modified in lib/action/Torrent.
- You may easily change the default downloads directory & Invidious instance, in util/dpath & lib/search/YouTube.
- You may modify the "find" command within the different scripts, it looks for files in ~/Desktop & ~/Downloads.