From bd6444fa7c8226d194e2ba8cc53ddb8f2584bb55 Mon Sep 17 00:00:00 2001 From: Milan Herbig Date: Thu, 31 Dec 2015 20:58:59 +0100 Subject: [PATCH 1/2] updated known issues --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index be3156c..6f8af52 100644 --- a/README.md +++ b/README.md @@ -77,8 +77,7 @@ You also need to provide VLC x86/x64 libraries (depending on python binary versi ## Known issues -- random file order when adding file to playlist on Linux (caused by QDirIterator issue) -- unable to start local server after Woofer crashed (caused by opened/dangling socket) +- ## Future work From 141f3d165a9b29d15f30d94747a2018317093dd7 Mon Sep 17 00:00:00 2001 From: Milan Herbig Date: Thu, 31 Dec 2015 21:00:33 +0100 Subject: [PATCH 2/2] updated requirments --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6f8af52..08af8e9 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ Woofer is published under **GPL v3 license**. - [LibVLC Python wrapper](https://wiki.videolan.org/Python_bindings/) - [Send2Trash](https://pypi.python.org/pypi/Send2Trash) - [ujson](https://pypi.python.org/pypi/ujson) +- [scandir](https://pypi.python.org/pypi/scandir) - [Python-XLib](http://python-xlib.sourceforge.net/) (only for Linux) - [PyInstaller v2](https://github.com/pyinstaller/pyinstaller/wiki) (only for build) - [psutil v3](https://pypi.python.org/pypi?:action=display&name=psutil) (only for build)