Skip to content

Add Trakt Collector output plugin - #9

Merged
rbtr merged 1 commit into
masterfrom
trakt
Mar 10, 2020
Merged

Add Trakt Collector output plugin#9
rbtr merged 1 commit into
masterfrom
trakt

Conversation

@rbtr

@rbtr rbtr commented Mar 10, 2020

Copy link
Copy Markdown
Owner

Adds

  • the Trakt collector output plugin which collects tv or movies after they are processed by Pachinko.
  • a trakt command which handles Trakt authorization via 2-legged oauth and writes auth credentials to an authfile for the plugin to consume

Also refactors the command and config layout, specifically how those were named and related. Adding the trakt subcommand highlighted some problems there and this reorg improves the structure.

closes #1

Comment thread internal/config/root.go
)

type Root struct {
ctx context.Context

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ctx is unused (from structcheck)

@rbtr rbtr Mar 10, 2020

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it is very much used thanks though
good bot 😅

@rbtr rbtr self-assigned this Mar 10, 2020
@rbtr rbtr added docs related to docs enhancement new feature or request plugin related to plugins labels Mar 10, 2020
@rbtr
rbtr merged commit f614010 into master Mar 10, 2020
@rbtr
rbtr deleted the trakt branch March 10, 2020 01:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs related to docs enhancement new feature or request plugin related to plugins

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[plugin] add trakt plugin

2 participants