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

30 Commits

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