https://github.com/kanocomputing/kano-video
Kano media player
https://github.com/kanocomputing/kano-video
kano-os
Last synced: 3 months ago
JSON representation
Kano media player
- Host: GitHub
- URL: https://github.com/kanocomputing/kano-video
- Owner: KanoComputing
- License: gpl-2.0
- Created: 2014-04-28T11:33:13.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2019-10-31T14:13:50.000Z (over 6 years ago)
- Last Synced: 2025-09-21T10:39:35.738Z (8 months ago)
- Topics: kano-os
- Language: Python
- Homepage:
- Size: 438 KB
- Stars: 6
- Watchers: 23
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kano Video
***Kano Video*** is a basic media player which allows watching of videos from
both YouTube and from local media. It allows the creation of playlists of your
favourite videos and it endeavours to make every feature easy to use. It is
designed for the ***Kano OS***.

YouTube videos are searchable from the input at the top and playlists can be
created from each video. A detailed view is also available for each video by
just clicking on the video entry
The program is written entirely in Python using **GTK 3.12** via the
[gi](https://wiki.gnome.org/action/show/Projects/GObjectIntrospection) bindings
and interfaces with either omxplayer or VLC to actually play the videos.
## Installation
To install **Kano Video** on your system, get the **kano-video** from our
package repository:
```bash
sudo apt-get install kano-video
```
If not on **Kano OS**, you might need to add our repo to your sources list:
```bash
deb http://repo.kano.me/archive/ release main
```
## Testing
This project doesn't require any compiling to run, just clone the repo and run
the main script:
```bash
git clone git@github.com:KanoComputing/kano-video.git
cd kano-video/bin
./kano-video
```
## Contributing
We welcome anyone who would like contribute to this project. Check out the [bug
tracker](https://github.com/KanoComputing/kano-video/issues) and
[wiki](https://github.com/KanoComputing/kano-video/wiki). You might also find
some useful information in the [generic contributor's
guidelines](http://developers.kano.me/get-involved/) that apply to all of our
projects.
## License
This program is licensed under the terms of the **GNU GPLv2**. See the `LICENSE`
file for the full text.