Skip to content

misc: Create ScreenScraper service adapter #2002

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 19, 2025

Conversation

adamantike
Copy link
Contributor

Description
Add a new service adapter for the ScreenScraper API, to separate concerns with RomM's handler for metadata.

This adapter is agnostic to the handler and only provides methods to interact with the API, and correctly return typed responses.

Checklist
Please check all that apply.

  • I've tested the changes locally
  • I've updated relevant comments
  • I've assigned reviewers for this PR
  • I've added unit tests that cover the changes

@adamantike adamantike requested review from gantoine and zurdi15 June 19, 2025 13:16
Copy link

trunk-io bot commented Jun 19, 2025

Running Code Quality on PRs by uploading data to Trunk will soon be removed. You can still run checks on your PRs using trunk-action - see the migration guide for more information.

Add a new service adapter for the ScreenScraper API, to separate
concerns with RomM's handler for metadata.

This adapter is agnostic to the handler and only provides methods to
interact with the API, and correctly return typed responses.
@adamantike adamantike force-pushed the misc/screenscraper-service-adapter branch from b124072 to da8e7fd Compare June 19, 2025 13:17
Copy link

Test Results

92 tests   92 ✅  32s ⏱️
 1 suites   0 💤
 1 files     0 ❌

Results for commit da8e7fd.


SS_DEV_ID: Final = base64.b64decode("enVyZGkxNQ==").decode()
SS_DEV_PASSWORD: Final = base64.b64decode("eFRKd29PRmpPUUc=").decode()
LOGIN_ERROR_CHECK: Final = "Erreur de login"
Copy link
Member

Choose a reason for hiding this comment

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

9xwcms

@adamantike adamantike merged commit ffbfb74 into master Jun 19, 2025
9 checks passed
@adamantike adamantike deleted the misc/screenscraper-service-adapter branch June 19, 2025 14:40
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.

3 participants