-rw-r--r-- | .gitignore | 10L |
-rw-r--r-- | COPYING | 339L |
-rw-r--r-- | pylint.rc | 0B |
-rw-r--r-- | pyproject.toml | 3L |
-rw-r--r-- | setup.cfg | 46L |
-rw-r--r-- | setup.py | 4L |
-rwxr-xr-x | src/bin/strix | 22L |
-rw-r--r-- | src/strix/__init__.py | 176L |
-rw-r--r-- | src/strix/api.py | 94L |
-rw-r--r-- | src/strix/cmdline.py | 72L |
-rw-r--r-- | src/strix/events.py | 352L |
-rw-r--r-- | src/strix/logger.py | 68L |
-rw-r--r-- | src/strix/motion/__init__.py | 19L |
-rw-r--r-- | src/strix/motion/config.py | 70L |
-rw-r--r-- | src/strix/queue.py | 201L |
-rw-r--r-- | src/strix/ui/dirlist.tmpl | 15L |
-rw-r--r-- | src/strix/ui/events.html | 151L |
-rw-r--r-- | src/strix/ui/index.html | 128L |
-rw-r--r-- | src/strix/ui/mediaelement-and-player.min.js | 26L |
-rw-r--r-- | src/strix/ui/mediaelementplayer.min.css | 1L |
-rw-r--r-- | src/strix/ui/mejs-controls.svg | 144L |
-rw-r--r-- | src/strix/ui/style.css | 119L |
-rw-r--r-- | test/motion.conf | 28L |
-rw-r--r-- | test/thread-1.conf | 35L |
-rw-r--r-- | test/thread-2.conf | 35L |
-rw-r--r-- | tox.ini | 9L |