1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00

33 Commits

Author SHA1 Message Date
5f0123ddbc fix: correct enclosure type on custom format 2022-11-03 08:48:47 +01:00
d15e729d46 feat: added custom format support 2022-10-29 02:22:45 +02:00
e76f43f4d4 add support to set feed as private 2022-04-02 10:31:55 +02:00
52293e4ad2 add support for descengind playlists 2021-12-28 08:06:10 +01:00
c1130f3f97 Initial SoundCloud playlist support 2021-10-09 17:14:35 -07:00
2751c4b8de Add server bind option (#190)
* add Server.path and Server.bindAddress two options to special http server handle path and Bind Address.
* Update server.go

Co-authored-by: op69qs <L7Itt9N1VfByhUEs>
2020-10-26 22:29:42 -07:00
3572e14706 Support cover art quality 2020-10-04 14:20:32 -07:00
e764ab6b92 Refactor packages 2020-04-18 14:52:15 -07:00
f7d0f0b0bb Support log rotation 2020-04-17 16:10:34 +01:00
67478ac9f4 Fix key not found error #120 2020-04-16 15:14:46 -07:00
f3565b2895 Improve feed customizations 2020-03-07 22:32:51 -08:00
5f62b4588f Simplify storage interface
Git rid of File model and use Episode instead
2020-02-08 14:35:37 -08:00
7f24306898 Use storage to track episodes 2020-02-08 14:35:37 -08:00
f2a8638a4f Implement Badger storage 2020-02-08 14:35:37 -08:00
81dae47c7f Add json tags to models 2020-02-08 14:35:37 -08:00
5a85228e4c Allow CLI to be hidden behind reverse proxy #47 #43 2019-11-23 13:25:07 -08:00
4275b4f642 Change default update period to 6h 2019-11-13 23:09:58 -08:00
fc9942baf6 Move default values to model package 2019-10-29 14:44:59 -07:00
616fac57fd Implement basic feed updater 2019-10-29 14:38:29 -07:00
eb166c7d49 Use compression to fit dynamodb's limits, rework Redis caching 2019-05-18 00:23:40 -07:00
05ed843e91 Fix timestamp marshaling 2019-04-14 14:39:11 -07:00
4a28b12168 Integrate incremental lambda updater 2019-04-07 16:44:37 -07:00
51367f6e9b Rework API implementation to build feed from DynamoDB table 2019-04-06 11:21:24 -07:00
f5764e3fe4 Support language tag customization 2019-02-24 13:30:53 -08:00
b11080ffcc Basic YouTube feed customization 2019-01-06 19:13:13 -08:00
9d5fbf2f79 Implement DynamoDB storage, refactor unit tests 2018-12-02 13:27:31 -08:00
73ee7900e9 Refactor database storage 2018-11-24 11:58:08 -08:00
cd39872e35 Increase item_id field size 2017-11-03 20:19:32 -07:00
7cff604c26 Switch to Postgres storage for feeds 2017-11-03 19:16:15 -07:00
b5b102f6dc Fix SQL script 2017-11-03 16:14:03 -07:00
6c2514b365 Create index if not exists 2017-11-03 16:10:12 -07:00
90a5b6fee7 Add database model for feeds 2017-11-03 15:41:26 -07:00
2912b0f36a Rename models package 2017-11-02 21:41:52 -07:00