diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2016-05-26 22:43:17 +0200 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2016-05-26 22:43:17 +0200 |
commit | 0d105546a0b2f168077c8015f72a3235255d4de7 (patch) | |
tree | bd92aba0211c35f396894775b8358e667820cab5 | |
parent | f8d069e3ea2659f15cdbce188c0d05bf55027a4b (diff) | |
download | flask-mediabrowser-0d105546a0b2f168077c8015f72a3235255d4de7.tar.gz flask-mediabrowser-0d105546a0b2f168077c8015f72a3235255d4de7.zip |
update docs and kodi plugin icon
-rw-r--r-- | README.md | 9 | ||||
-rw-r--r-- | kodi-mediabrowser/README.md | 10 | ||||
-rw-r--r-- | kodi-mediabrowser/icon.png | bin | 30799 -> 49456 bytes |
3 files changed, 15 insertions, 4 deletions
@@ -9,24 +9,25 @@ This webapplication serves the following purpose: The chunking is done using ffmpeg's `-ss` and `-t` option. This doesn't work properly on some video files. -# Compatibility +## Compatibility The video stream is encoded as MPEG4-AVC video and AAC audio stream. That works in: * Google Chrome / Chromium * Android Stock "Browser" * Firefox with Media Source Extension (MSE), thus supporting h264/aac +* [Kodi plugin](kodi-mediabrowser/) -# Requirements +## Requirements * python3, flask * `ffmpeg` command -# Run tests +## Run tests python3 -m unittest test -# Run with WSGI +## Run with WSGI (here with waitress) diff --git a/kodi-mediabrowser/README.md b/kodi-mediabrowser/README.md new file mode 100644 index 0000000..18705ec --- /dev/null +++ b/kodi-mediabrowser/README.md @@ -0,0 +1,10 @@ +# Kodi Plugin + +## Dependencies + +- python2 +- requests + +## Install + +for development, link this directory to ~/.kodi/addons
\ No newline at end of file diff --git a/kodi-mediabrowser/icon.png b/kodi-mediabrowser/icon.png Binary files differindex f3cdd9e..06857df 100644 --- a/kodi-mediabrowser/icon.png +++ b/kodi-mediabrowser/icon.png |