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

29 Commits

Author SHA1 Message Date
Maksym Pavlenko
0ef90e18af Rename storage to db 2020-02-08 14:35:37 -08:00
Maksym Pavlenko
c6aa18c748 Don't publish not yet downloaded episodes #75 #67 2020-02-08 14:35:37 -08:00
Maksym Pavlenko
163976a570 Fix updater 2020-02-08 14:35:37 -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
4daecf4990 Fix feed ID 2020-02-08 14:35:37 -08:00
Maksym Pavlenko
e89c143ad7 Use default database directory 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
76be718f82 Rename builder to feed 2019-12-21 14:15:07 -08:00
Maksym Pavlenko
e1f49c013e Log warning when youtube-dl gets 429 error #69 2019-12-21 13:58:34 -08:00
Maksym Pavlenko
fe02f8394a Minor code refactoring 2019-11-27 21:07:39 -08:00
Huseyin Zengin
3ba98e8aee Use youtube-dl output template with extension parameter #50 #59 2019-11-26 10:58:33 -08:00
Benjamin Abadie
59e4f5b024 Do not fail feed update when unable to get one episode's file size #58 2019-11-26 10:14:21 -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
be3fe064da Don't skip further video downloads on first error #54 2019-11-23 12:28:57 -08:00
Maksym Pavlenko
bcf1f3e042 Add Github Actions CI script 2019-11-15 23:16:59 -08:00
Maksym Pavlenko
354795e1e3 Check youtube-dl and ffmpeg dependencies before loading configuration 2019-11-15 11:45:23 -08:00
Maksym Pavlenko
d09271096b Fix download links when using custom port #43 2019-11-15 10:57:55 -08:00
Maksym Pavlenko
22e7165da1 Fix extension for audio files #41 2019-11-14 23:33:46 -08:00
Maksym Pavlenko
6005ea751d Don't break feed generation on failed episode donwload 2019-11-13 23:08:33 -08:00
Maksym Pavlenko
b66cf76747 Add GoReleaser configuration 2019-11-13 20:43:47 -08:00
Maksym Pavlenko
753568b05c Implement episode downloader 2019-11-13 18:16:35 -08:00
Maksym Pavlenko
f10c993b5b Add banner 2019-11-12 17:27:02 -08:00
Maksym Pavlenko
7617018811 Add debug logging and a few minor fixes 2019-10-30 00:13:02 -07:00
Maksym Pavlenko
1e721f07aa Run updater goroutines 2019-10-29 15:07:59 -07:00
Maksym Pavlenko
b22d2dccdb Use context in YouTube builder 2019-10-29 14:52:19 -07:00
Maksym Pavlenko
616fac57fd Implement basic feed updater 2019-10-29 14:38:29 -07:00
Maksym Pavlenko
cce3728828 Implement initial static file server 2019-10-29 13:30:51 -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