This repo contains scripts and KDE Dolphin services made by me.
Play a video stream in mpv while recording automatically.
Simply type the url of the video stream after the command.
$ vcr "http://stream.url/main.m3u8"
It'll then start recording while playing back the stream, saving it in the VCR directory in the videos directory of your OS.
- On Linux it will be saved to: /home/$USER/Videos
- On Windows it will be saved to: C:\Users\$USER\Videos
If you need to add a user agent, place it after the url.
$ vcr "http://stream.url/main.m3u8" "YOUR USER AGENT HERE"
- mpv
- ffmpeg
Quickly convert image files into jpeg, png, webp or jxl using imagemagick.
$ ./install.sh
#TODO
Scripts should be placed in the ~/.local/bin directory.
Dolphin services should be placed in the following directories:
-
Plasma 6: ~/.local/share/kio/servicemenus
-
Plasma 5: ~/.local/share/kservices5/ServiceMenus
#TODO
This project is licensed under the BSD 3-Clause License - See the LICENSE file for more details.