Download
Releases
The player is currently under active development and the first stable version is not yet released.
Once we have a stable version, we will create installation packages for GNU/Linux, Windows & Mac.
Development
GNU/Linux
- Download the master branch.
- Install the dependencies:
-
Debian based distributions:
apt-get install libgtk-3-0 python3 python3-gi-cairo python3-vlc python3-pil python3-magic.
Note: python3-vlc must be = 3.0.2, so currently it is not possible to use the software on Debian bookworm. - ArchLinux: pacman -S gtk3 python python-cairo python-pillow python-magic and python-vlc from the AUR.
-
Debian based distributions:
apt-get install libgtk-3-0 python3 python3-gi-cairo python3-vlc python3-pil python3-magic.
- Execute the setup file to install it.
Windows
- Install MSYS2
- From a msys2 console perform:
pacman -S mingw-w64-ucrt-x86_64-gtk3 mingw-w64-ucrt-x86_64-vlc mingw-w64-ucrt-x86_64-python mingw-w64-ucrt-x86_64-python-pip mingw-w64-ucrt-x86_64-python-gobject mingw-w64-ucrt-x86_64-python-pillow mingw-w64-ucrt-x86_64-file # for python magic
and
python -m pip install python-vlc python-magic PyGObject-stubs # to improve the IDE typing
- Execute the software from python of the MSYS2 URCT directory.
Mac
Not yet tested.