Skip to content

Tags: golift/starr

Tags

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add queue grab and manualimport methods to all four apps. (#124)

* Add queue grab methods

* radarr manual import

* sonarr manual import

* lidarr and readarr manual import

* add track.go and bookfile.go

* code comments

* add moviefile for radarr

v0.14.0

Toggle v0.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Starr Command Module (#30)

* Add Starr Command Module

* add more tests

* convert init to New

* add newMust procedures

* add the rest of the readarr methods

* add the rest of the lidarr methods

* add more readarr and lidarr tests

* lint

* fix comment

* add some more tests

* fix lint

v0.13.0

Toggle v0.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update main Interface with Context-aware methods. (#24)

* expand interface

* export a couple methods

* split sonarr into more files

* split readarr into more files

* split radarr into more files

* split proalarr and add systemstatus

* split lidarr into more files

* add Lookup back to sonarr

* add mocks

* add context methods to lidarr

* add context methods to prowlarr

* add context methods to radarr

* add context methods to readarr

* add context methods to sonarr

* wreck interface

* this is not th eonly but

* typo fix

* fix lint

v0.12.1

Toggle v0.12.1's commit message
add unused field

v0.12.0

Toggle v0.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Login() method for native authentication. (#22)

* add Native auth support, move req into new file

* Make Login work

* minor updates, gomock

v0.11.12

Toggle v0.11.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update sonarr commands (#13)

v0.11.11

Toggle v0.11.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
do not req movie zero (#12)

v0.10.10

Toggle v0.10.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fixes (#9)

v0.10.9

Toggle v0.10.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Change Sonarr Release profile struct members 'Required' and 'Ignored'…

… to lists. (#8)

* Change Required and Ignored to lists.
* add url checker/fixer routine

v0.10.8

Toggle v0.10.8's commit message
fix lint