Skip to content

papou84/playmyvideos

 
 

Repository files navigation

Play My Videos

A video player for watching local video files

Designed for elementary OS

Get it on AppCenter

 
 

Donations

If you liked Play My Videos, and would like to support it's development of this app and more, consider buying me a coffee :)

Install from Github.

As first you need elementary SDK

sudo apt install elementary-sdk

Install dependencies

sudo apt install cmake
sudo apt install cmake-elementary
sudo apt install debhelper
sudo apt install libgranite-dev
sudo apt install libsqlite3-dev
sudo apt install libgstreamer-plugins-base1.0-dev
sudo apt install libclutter-gtk-1.0-dev
sudo apt install libclutter-gst-3.0-dev
sudo apt install valac

Clone repository and change directory

git clone https://github.com/artemanufrij/playmyvideos.git
cd playmyvideos

Create build folder and compile application

mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make

Install and start Play My Videos on your system

sudo make install
com.github.artemanufrij.playmyvideos

About

An elementary OS app

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vala 96.7%
  • CMake 3.3%