Skip to content
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

Complete spotify implementation #13

Merged
merged 9 commits into from
Mar 24, 2024
Merged

Complete spotify implementation #13

merged 9 commits into from
Mar 24, 2024

Conversation

ancientjpeg
Copy link
Owner

No description provided.

@ancientjpeg ancientjpeg added the enhancement New feature or request label Mar 24, 2024
@ancientjpeg ancientjpeg self-assigned this Mar 24, 2024
@ancientjpeg ancientjpeg linked an issue Mar 24, 2024 that may be closed by this pull request
Comment on lines 12 to 15
<body>
kill your self
Authorize Apple Music manually >:(
<button id="login-btn"></button>
</body>
Copy link
Owner Author

Choose a reason for hiding this comment

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

let's be a bit more kind

@ancientjpeg ancientjpeg linked an issue Mar 24, 2024 that may be closed by this pull request
Comment on lines 19 to 21
MusicKit.configure({
developerToken:
"eyJ0eXAiOiJKV1QiLCJhbGciOiJFUzI1NiIsImtpZCI6IldWQjk4NjUyRlEifQ.eyJpc3MiOiI3OTJUR0M3MjZLIiwiaWF0IjoxNzA3MDk2NzI3LCJleHAiOjE3MDc3MDE1Mjd9.kg9oJUV5DYwSlnlSu_TPQvRzlFC9xcqaGLfD__1v04AKkNhhvbTLAtPNeBJVYIAksshiVwtsQLIgwA-3bXDsiA",
developerToken: "$DEVELOPER_TOKEN_PLACEHOLDER",
app: {
Copy link
Owner Author

Choose a reason for hiding this comment

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

see #12

Comment on lines 297 to 299
)
playlist.songs = playlist_songs_pag
playlist.songs = playlist_songs_pag.records

Copy link
Owner Author

Choose a reason for hiding this comment

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

needs more attention. see #10

@ancientjpeg ancientjpeg merged commit d98f7bd into main Mar 24, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix Apple Music Developer Token In Auth HTML [URGENT] Finish Spotify Implementation
1 participant