Skip to content

cyberyurei2000/scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scripts and Dolphin Services

This repo contains scripts and KDE Dolphin services made by me.

Scripts

vcr

screenshot

Play a video stream in mpv while recording automatically.

How to use?

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"

Dependecies:

  • mpv
  • ffmpeg

Dolphin Services

convert_images

Quickly convert image files into jpeg, png, webp or jxl using imagemagick.

Setup

Quick Setup

Linux

$ ./install.sh

Windows

#TODO

Manual Setup

Linux

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

Windows

#TODO

License

This project is licensed under the BSD 3-Clause License - See the LICENSE file for more details.

About

Scripts and KDE Dolphin services made by me.

Resources

License

Stars

Watchers

Forks