diff options
author | Jordan <me@jordan.im> | 2020-09-23 21:43:11 -0700 |
---|---|---|
committer | Jordan <me@jordan.im> | 2020-09-23 21:43:11 -0700 |
commit | f7055594aac17b2d5fd4e936a5924ece3e68cd63 (patch) | |
tree | a654130d7e51306abcffe7f8b4fa85001bf57578 /README | |
parent | 50eae99c1991295a4e32facea456d17e3c6a2c6c (diff) | |
download | roka-f7055594aac17b2d5fd4e936a5924ece3e68cd63.tar.gz roka-f7055594aac17b2d5fd4e936a5924ece3e68cd63.zip |
update name to roka, support --scan, cleanup
Diffstat (limited to 'README')
-rw-r--r-- | README | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -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 |