From f7055594aac17b2d5fd4e936a5924ece3e68cd63 Mon Sep 17 00:00:00 2001 From: Jordan Date: Wed, 23 Sep 2020 21:43:11 -0700 Subject: update name to roka, support --scan, cleanup --- README | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'README') diff --git a/README b/README index cf9254b..fac2e80 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ -audiobook-rss: stream directory of audiobooks to podcasting apps via RSS +roka: stream directory of audiobooks to podcasting apps via RSS -demo (no audio): https://demo.jordan.im/audiobook-rss/ -iOS podcast app: https://demo.jordan.im/audiobook-rss/apple-podcasts.png +demo (no audio): https://demo.jordan.im/roka/ +iOS podcast app: https://demo.jordan.im/roka/apple-podcasts.png installation ------------ @@ -12,9 +12,10 @@ b) install python dependencies flask and uwsgi $ pip install --user flask uwsgi -c) execute rebuild.py to populate audiobook JSON cache +c) run roka.py with --scan to populate audiobook JSON cache (can be re-run to + update cache upon download of new books) - $ ./rebuild.py + $ ./roka.py --scan d) execute uwsgi.sh to start the server -- cgit v1.2.3-54-g00ecf