Commit graph

36 commits

Author SHA1 Message Date
Frank de Lange
368e468d4a New dist, 0.4.4 2022-03-02 13:05:12 +00:00
Frank de Lange
6ff85df5ab FIX: $return -> $status in refresh_shows 2022-03-02 13:04:23 +00:00
Frank de Lange
d3bf779a43 Add dist file 2022-03-02 01:54:20 +00:00
Frank de Lange
2ff18a0646 parseInt to make comparisons work... 2022-03-02 01:53:24 +00:00
Frank de Lange
4d12b745be Also update the release file 2022-03-01 23:59:31 +00:00
Frank de Lange
a60c53671e Fix typo 2022-03-01 23:58:31 +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
b194872598 Just one more typo... 2022-02-23 08:41:39 +00:00
Frank de Lange
d91066885b Corrected typo in feed template, feed now validates as valid in https://validator.w3.org/feed/check.cgi 2022-02-23 08:27:10 +00:00
Frank de Lange
1168078401 - added LABELs to Dockerfile
- reorganised README
2022-02-19 18:42:01 +00:00
Frank de Lange
e07dc05ddf
Merge pull request #5 from heywoodlh/dockerfile
added Dockerfile + instructions on how to use w/Docker
2022-02-19 19:09:59 +01:00
Spencer Heywood
19df11ad5c added documentation on usage with Docker 2022-02-19 10:59:23 -07:00
Spencer Heywood
9519761024 specified volume mount in Docker image 2022-02-19 10:31:24 -07:00
Spencer Heywood
c8d414646e based spodcast image on Alpine 2022-02-19 10:05:15 -07:00
Spencer Heywood
b1e0ba6b0c added Dockerfile 2022-02-18 15:10:21 -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
1d27721e83 Move to setup.cfg with stub setup.py 2022-02-16 18:43:05 +00:00
Frank de Lange
5924199bb9 New release, 0.3.3
New tarball for said release
2022-02-15 23:53:36 +00:00
Frank de Lange
8646522190 Don't hardcode protocol to "https" in index feed template 2022-02-15 23:15:00 +00:00
Frank de Lange
f481a05850 New release, 0.3.2 2022-02-15 18:36:20 +00:00
Frank de Lange
3e05c3611b Merge branch 'master' of github.com:Yetangitu/Spodcast
Add missing "const" before constants in feed index template
Add (back) extra log.debug in podcast.py to make it easier to debug feed problems when they arise
2022-02-15 18:33:26 +00:00
Frank de Lange
27fc6d82ee Replaced screenshot 2022-02-14 14:49:53 +00:00
Frank de Lange
99d43a47e8
Delete you_can_be_your_own_censor_with_spodcast.png
Needs change
2022-02-14 15:46:10 +01:00
Frank de Lange
78abe38726 Merge branch 'master' of github.com:Yetangitu/Spodcast
Pull GH changes
2022-02-14 14:17:16 +00:00
Frank de Lange
0dec799ec1 Add release: 0.3.1 2022-02-14 14:15:46 +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
e742067fe1 Add screenshots 2022-02-14 01:28:05 +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