Commit Graph

27 Commits

Author SHA1 Message Date
James Bayliss
cea77e7849 refactor: replace fatal log messages with error 2021-02-23 19:52:48 +00:00
James Bayliss
f0bf97293c omdb: strip non numeric from ImdbVotes
Closes #24
2021-02-23 18:55:16 +00:00
l3uddz
7472fcbf0c build: create amd64/arm64 compatible docker images (#23) 2021-02-22 18:24:11 +00:00
l3uddz
10a70f1da2 media: support rss movie items with tmdb ids (#22) 2021-02-21 22:30:56 +00:00
l3uddz
db9fdc97a2 refactor: http retry for retryable errors (#20) 2021-02-21 14:01:21 +00:00
l3uddz
a2848439b9 pvr: add options and support for anime (#17)
* pvr: begin adding options

* pvr: add ability to configure add behaviour via config

* pvr: add skip_anime

* pvr: do not continue processing item if lookup failed or add to pvr failed
2021-02-20 20:01:04 +00:00
James Bayliss
523e561666 rss: alter cache key 2021-02-20 00:25:20 +00:00
James Bayliss
c2b98de737 refactor(media/tvdb): update log message 2021-02-19 23:33:33 +00:00
l3uddz
e5bcb5b381 media: add support for legacy tvdb api (#16) 2021-02-19 23:31:23 +00:00
l3uddz
5b179ed8dc cache: use badgerdb (#15) 2021-02-19 22:20:02 +00:00
l3uddz
e1945cf714 refactor: add cache tests and remove cache merge task (#14) 2021-02-19 19:15:38 +00:00
l3uddz
54cfd68810 media: add Language and Country to Omdb struct (#13) 2021-02-17 22:48:36 +00:00
l3uddz
3a8b503af8 build: use go 1.16 and build arm binaries (#12) 2021-02-17 16:47:31 +00:00
James Bayliss
9c8977a474 rss: continue to sort results by pubdate desc 2021-02-16 19:35:21 +00:00
James Bayliss
4476094add rss: use filters hash relative to its own pvrs 2021-02-16 19:09:01 +00:00
James Bayliss
495c5a5c1a media: add ImdbVotes field to Omdb struct 2021-02-15 20:06:42 +00:00
James Bayliss
aadc5ece4f trakt: strip non alphanumeric characters from imdb id 2021-02-15 19:17:32 +00:00
l3uddz
95cf1fe961 build: ci adjustments (#11)
* build: git status step

* repo: add gitignore

* build: remove --skip-validate for snapshot builds

* build: remove --skip-validate for publish builds
2021-02-15 19:06:02 +00:00
l3uddz
d92881e4b1 readme: cleanup readme (#10) 2021-02-15 18:14:17 +00:00
James Bayliss
0397bd5597 build: dont validate git state 2021-02-15 08:54:02 +00:00
James Bayliss
78dcaaee6d build: change token var 2021-02-15 08:50:06 +00:00
l3uddz
a3d8f09c06 build: remove redundant step (#9) 2021-02-14 20:49:01 +00:00
James Bayliss
b227f94d99 rss: ensure atleast one tvdb or imdb id is present 2021-02-14 20:26:02 +00:00
l3uddz
da1b3201ba readme: add readme and docker builds to docker hub (#8)
* build: use docker hub

github container registry is too limiting (no api support for tag cleanup etc)

* readme: change table of contents
2021-02-14 19:38:23 +00:00
l3uddz
3ee0125eeb build: refactor build workflows (#7) 2021-02-14 17:03:05 +00:00
l3uddz
ce3807b819 initial code (#6)
* initial code commit
2021-02-14 16:18:26 +00:00
l3uddz
3f55336fbd initial commit 2021-02-07 17:56:44 +00:00