feat(Genie): Implement Genie provider - #256
Open
Maxr1998 wants to merge 1 commit into
Open
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
Maxr1998
force-pushed
the
genie-provider
branch
from
August 30, 2026 02:42
5a9c71e to
3aa9ce2
Compare
Genie is a South Korean digital streaming service. This provider uses the mobile app's API, which is publicly accessible without authentication. A single request returns both the album metadata and the track listing. The brand color and icon have been taken from the mobile app. To implement this change, I used the help of an AI tool (namely Claude Code using the Fable 5 model), which created the Genie API types from HTTP responses captured with HTTP Toolkit and curl, and wrote the initial provider implementation and tests (using the previous Bugs! and Melon providers as a reference). Regardless, all code changes have been personally reviewed by me, and I take full responsibility for them. I also selected the test cases myself. Assisted-by: Claude:claude-fable-5
Maxr1998
force-pushed
the
genie-provider
branch
from
August 30, 2026 12:17
3aa9ce2 to
e2a171c
Compare
Maxr1998
marked this pull request as ready for review
August 30, 2026 12:18
Contributor
Author
|
This is now ready for review 😄 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Genie is a South Korean digital streaming service.
This provider uses the mobile app's API, which is publicly accessible without authentication. A single request returns both the album metadata and the track listing.
The brand color and icon have been taken from the mobile app.
To implement this change, I used the help of an AI tool (namely Claude Code using the Fable 5 model), which created the Genie API types from HTTP responses captured with HTTP Toolkit and curl, and wrote the initial provider implementation and tests (using the previous Bugs! and Melon providers as a reference).
Regardless, all code changes have been personally reviewed by me, and I take full responsibility for them. I also selected the test cases myself.
Closes #204.