Tano is an open-source cross-platform IP TV player. It features full IP TV playback with EPG and recorder. Project started because of a need of a simple IP TV player on Linux providing EPG.
Tano runs on supported versions of Linux, OS X and Windows. It is developed in cross-platform spirit so it may work on other systems but is not supported. Playlists and other copyright material are not provided.
You can download Tano binaries and sources from the official web page or GitHub releases.
Latest source is also available via Git:
git clone git://github.com/ntadej/tano.git
Master branch is considered stable and working on all supported platforms. All development is made in branches. You can also find specific releases by browsing tags.
Tano can be built with the following compilers: g++, clang, MSVC. Build files are generated using CMake (3.0.2 or later). It requires VLC-Qt 1.0 or later and Qt 5.
After running CMake, build with your compiler, depending on makefile generator:
Unix based: make
, MSVC: nmake
or jom
There are two platform specific targets. You can make DMG file on OS X by running
make dmg
and you can copy required Qt libraries with make windows
.
Copyright (C) 2010-2016 Tadej Novak
Tano is free (libre) software. This means that the application source code is available to public, anyone is welcome to research how the application works, participate in its development, freely distribute the application and spread the word!
This project may be used under the terms of the GNU General Public License version 3.0 as published by the Free Software Foundation and appearing in the file LICENSE.md.