Track TV shows
No longer used. No longer needed.
See demo application without installing anything: http://mbezjak.github.com/shaman
(1) Download and extract latest tar.gz
release. (2) Run shaman
command:
$ ./shaman
# or
$ python2 shaman
(2.1) Alternatively you can just open index.html
in your browser. This is
equivalent to visiting demo application. By
opening html directly in a browser shaman stores data in localStorage
instead
of on file system.
When running shaman
command dependencies are:
- python 2.7 (probably works with lower version as well)
- pyqt module
When opening index.html
there are no dependencies besides modern browser - no
IE8 or below!
- Homepage: https://github.com/mbezjak/shaman
- Issues: https://github.com/mbezjak/shaman/issues
- Changelog: see Changelog.md file
- Roadmap: see Roadmap.md file
- License: GPLv3 (see LICENSE file)