Skip to content

Djcoper/playmyvideos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Play My Videos

A video player for watching local video files


Get it on AppCenter


screenshot screenshot

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.2%
  • CMake 3.8%