Skip to content

artemanufrij/playmyvideos

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
po
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 

Cinema


A video player for watching local video files

Designed for elementary OS

Build Status

Donate

PayPal | LiberaPay | Patreon

Get it on AppCenter

 
 

Install from Github.

As first you need elementary SDK

sudo apt install elementary-sdk

Install dependencies

sudo apt install libsqlite3-dev libsoup2.4-dev libgstreamer-plugins-base1.0-dev libclutter-gtk-1.0-dev libclutter-gst-3.0-dev

Clone repository and change directory

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

Compile, install and start Cinema on your system

meson build --prefix=/usr
cd build
sudo make ninja
com.github.artemanufrij.playmyvideos