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
Eric Duncan
1ae7f09e02 Add Podcast Owner Custom Definitions per #171
Some users were saying their podcasts were getting rejected since
`podcast.IOwner` wasn't being set.  This PR adds that functionality
to issue #171.

* Did not disturb existing custom Author string, as users may
already be using that (wasn't sure on the backwards compatibility
with this repo).
* "Name" needed a prefix, since there was already Title and
Description.  Picked `Owner` for now.
* Added to existing Unit Test to ensure it gets set when custom
config is used.

NOTE: I do not have a way to test this as I do not use this repo.
This is just a drive-by PR to help the authors.
2020-10-29 09:26:16 -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
d39e464585 Configure download timeouts #186 2020-10-17 16:47:41 -07:00
Maksym Pavlenko
3572e14706 Support cover art quality 2020-10-04 14:20:32 -07:00
Maksym Pavlenko
0ce6e99545 Customize subcategories #161 2020-10-04 14:00:51 -07:00
Maksym Pavlenko
d1bd2c2d24 Integrate key providers 2020-04-20 20:54:49 -07:00
Maksym Pavlenko
2623a30b83 Allow specify list of API keys in TOML 2020-04-20 18:53:28 -07:00
Maksym Pavlenko
82bbd02cdf Switch toml package to github.com/naoina/toml 2020-04-20 18:38:52 -07:00
Maksym Pavlenko
0e4a7a6d88 Auto update youtube-dl #119 #130 2020-04-19 13:19:31 -07:00
Maksym Pavlenko
e3aed440ae Fix linter 2020-04-15 14:18:05 -07:00
Maksym Pavlenko
5b927fd1d6 Allow Badger configuration #118 2020-04-15 14:13:48 -07:00
Maksym Pavlenko
f3565b2895 Improve feed customizations 2020-03-07 22:32:51 -08:00
Maksym Pavlenko
35dc6043bc Support episodes cleanup #44 2020-03-07 18:01:00 -08:00
Maksym Pavlenko
e89c143ad7 Use default database directory 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
780f9440a4 Fix YouTube pagination #42 2019-11-14 23:26:40 -08:00
Maksym Pavlenko
1e721f07aa Run updater goroutines 2019-10-29 15:07:59 -07:00
Maksym Pavlenko
fc9942baf6 Move default values to model package 2019-10-29 14:44:59 -07:00
Maksym Pavlenko
acee1d9cfc Refactor builders 2019-10-29 12:50:06 -07:00
Maksym Pavlenko
a547647667 Add CLI main and TOML configuration 2019-10-26 22:43:30 -07:00
Maksym Pavlenko
4a33a7d11c Rework configuration management 2019-05-09 10:16:13 -07:00
Maksym Pavlenko
c378ed0a87 Code style fixes 2019-01-06 21:36:42 -08:00
Maksym Pavlenko
53312ee169 Clean backend code 2018-12-10 21:35:50 -08:00
Maksym Pavlenko
e242bfdb57 Pass AWS credentials 2018-12-08 16:21:08 -08:00
Maksym Pavlenko
e99222745f Configure DynamoDB table names 2018-12-08 14:26:50 -08:00
Maksym Pavlenko
d76493c07c Add webhooks secret configuration key 2017-10-26 12:45:10 -07:00
Maksym Pavlenko
2bd28b4e85 Minify scripts, update docker container 2017-08-21 23:52:02 -07:00
Maksym Pavlenko
617b71a4b9 Configure OAuth2 redirect URL 2017-08-20 20:19:38 -07:00
Maksym Pavlenko
c0e8f7aa8c Implement login via Patreon 2017-08-20 16:01:30 -07:00
Maksym Pavlenko
6b0a234983 Rework project structure 2017-08-19 16:58:23 -07:00