Commit graph

15 commits

Author SHA1 Message Date
Frank de Lange
bfaa576ace Add a note about increasing webserver/fastcgi timeout 2022-03-02 13:12:10 +00:00
Frank de Lange
14b213b315 New release, 0.4.1
Changes:
 - added --transcode yes/no to enable transcoding .off into .mp3 for handicapped devices which do not support open codes (iOS, looking at you here)
 - added webcron endpoint to run feed updates in situations where the system scheduler can not be used
 - feed manager is now mostly a single page app with live updates
 - added -v (version) option
 - added versioned updatees for feed and index manager

Fixes:
 - direct login now works as intended

New install requirements:
 - ffmpeg-python
 - setuptools

The change to a SPA was necessitated by the introduction of the `--transcode yes/no` option which (when activated) causes feed updates to take much more time, especially on less powerful hardware. This would cause the feed manager process to timeout before the feeds were updated. This problem is mostly fixed but can still occur in the webcron update process. If this happens the php-fpm and/or web server timeout needs to be increased. This should only happen on slower hardware and/or slow links.
2022-03-01 23:37:26 +00:00
Frank de Lange
1168078401 - added LABELs to Dockerfile
- reorganised README
2022-02-19 18:42:01 +00:00
Spencer Heywood
19df11ad5c added documentation on usage with Docker 2022-02-19 10:59:23 -07:00
Frank de Lange
3fd3d16503 Spodcast is now on PyPi, note this in README
_Spodcast_ is now available on _PyPi_ and as such can be installed using `pip install spodcast`. The released version uses the version of _librespot-python_ available on PyPi instead of a fresh copy from github.

Also, add `dist` directory and remove (now obsolete) obsolete `resources/releases`
2022-02-16 18:52:03 +00:00
Frank de Lange
3540ffbde7
Update README.md
Missing word
2022-02-14 15:11:16 +01:00
Frank de Lange
88305d08db
Update README.md
Change anchor link style from that used by gitea to what github wants
2022-02-14 15:06:28 +01:00
Frank de Lange
c2fa46888d Remove 'se' from Spotify signup address, not everyone lives in Sweden (yet). 2022-02-14 02:15:33 +00:00
Frank de Lange
22f6d895bf Rude command messed up ASCIIGraphs™, undo the damage 2022-02-14 02:13:58 +00:00
Frank de Lange
46bdea7515 Typo in header 2022-02-14 02:12:18 +00:00
Frank de Lange
6afb63ac4d More screenshots 2022-02-14 02:10:35 +00:00
Frank de Lange
ed3d2402e6 Add screenshot to README 2022-02-14 02:01:01 +00:00
Frank de Lange
cbf63f456b More README.md futzing 2022-02-14 00:57:19 +00:00
Frank de Lange
ce85227dcc - Add Spodcast feed manager to feedgenerator
- Add '--prepare' command
- update README.md
- and more...
2022-02-14 00:38:58 +00:00
Frank de Lange
f59b9683f7 initial commit 2022-02-13 14:05:30 +00:00