2024-12-31 22:26:50 +02:00
2024-12-18 00:07:08 +02:00
2024-12-31 22:26:50 +02:00
2023-03-27 16:53:30 +03:00
2024-12-31 19:41:39 +02:00

GrPopPro

Watch movies and series with greek subtitles using mpv

In order to change menus just leave the relevant menu uncommented

In order to change player to vlc just replace the player variable to vlc in the relevant part of the code

If you want to run on termux make sure mpv is installed on your device and fzf will be installed automatically if not already installed via pkg install fzf or apt install fzf

Demo

Interactive menu for series using dmenu

Running on termux

With Keybindings(Possible spoilers for War of the worlds if you speak greek)

Installation

git clone https://git.konsthol.eu/konsthol/GrPopPro
cd GrPopPro
chmod +x grpoppro
sudo cp grpoppro /usr/bin/
(Or cp grpoppro anywhere in your $PATH)

Or

wget https://git.konsthol.eu/konsthol/GrPopPro/raw/branch/main/grpoppro
chmod +x grpoppro
sudo mv grpoppro /usr/bin/
(Or mv grpoppro anywhere in your $PATH)

Usage

To watch a movie grpoppro "Name of movie"

To watch a series grpoppro "Name of series" season episode

Episodes must be in formatted as 01 02 03 **

To watch a series

grpoppro --menu

To continue a series

grpoppro --resume

To continue unfinished series episode

grpoppro --finish

To select which series to resume

grpoppro --select

To open in browser

grpoppro --open "Name of movie or tv series"

Dependencies

  • bash
  • curl
  • mpv
  • grep
  • awk
  • sed
  • head
  • cut
  • pidof
  • fuzzel plus wofi or fzf

Why is it called GrPopPro?

It was inspired by pop. Since it provides greek subtitled videos there was another repo called GrPop. The script from GrPop directly opened the fetched link in the browser. The one here initially only used mpv, so it was named GrPopPro. Now the functionality to open in the browser was added with the option --open.

Credits go to

As this script is based on his pop script

As they provide the movie and series database

As they provide the ids

Description
A bash script to watch greek subtitled movies and tv series with mpv
Readme 9.8 MiB
Languages
Shell 100%