Skip to content

Rewrite TmdbProvider to remove external lib dependency#2800

Open
Luna712 wants to merge 1 commit into
recloudstream:masterfrom
Luna712:tmdb
Open

Rewrite TmdbProvider to remove external lib dependency#2800
Luna712 wants to merge 1 commit into
recloudstream:masterfrom
Luna712:tmdb

Conversation

@Luna712
Copy link
Copy Markdown
Contributor

@Luna712 Luna712 commented May 18, 2026

As a side-effect, this also removes all gson usage from extractors and uses AppUtils methods, because gson was only an implicit dependency from the external tmdb library.

As a side-effect, this also removes all gson usage from extractors and uses AppUtils methods, because gson was only an implicit dependency from the external tmdb library.
// Fuck it, public private api key because github actions won't co-operate.
// Please no stealy.
private val tmdb = Tmdb("e6333b32409e02a4a6eba6fb7ff866bb")
private val tmdbApiKey = "e6333b32409e02a4a6eba6fb7ff866bb"
Copy link
Copy Markdown
Contributor Author

@Luna712 Luna712 May 18, 2026

Choose a reason for hiding this comment

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

This should work in GH actions as a secret now as well (done just like MDL). We should probably move it there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant