Skip to content

add choosing port#24

Merged
therepanic merged 3 commits into
therepanic:masterfrom
Kamix-08:master
Mar 1, 2026
Merged

add choosing port#24
therepanic merged 3 commits into
therepanic:masterfrom
Kamix-08:master

Conversation

@Kamix-08
Copy link
Copy Markdown
Contributor

added a possibility to choose a port other than :8000

might be useful when :8000 is already occupied (like in my case)

Comment thread src/api/SpotifyWebApi.ts Outdated
code_challenge_method: 'S256',
});

console.log(`https://accounts.spotify.com/authorize?${params.toString()}`)
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

I assume you left this by accident?

Comment thread package.json Outdated
"default": 8000,
"minimum": 1024,
"maximum": 65535,
"description": "Port of the Spotify app."
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

I think this is a bit misleading. Let's clarify, for example:

"Port used for the Spotify OAuth callback."

@therepanic
Copy link
Copy Markdown
Owner

Good job, @Kamix-08, thanks for the PR. I left a couple of comments, please check them out.

Also, the check https://github.com/therepanic/spotilyrics/actions/runs/22495784639/job/65256827880?pr=24 is failing now. You can fix this by using the prettier --write .. My problem is that I didn't create a CONTRIBUTIONS.md file for this...

@Kamix-08
Copy link
Copy Markdown
Contributor Author

that should be better now

@therepanic
Copy link
Copy Markdown
Owner

Thanks again for the PR. You can see that I've attached some more commits that polish your work. Specifically, I added a command to change the port in VSCode itself, as well as a way to change the port in the window itself when logging in via Spotify OAuth, and I've documented it all.

In the next few hours, I'll be releasing an update to the VSCode Marketplace itself.

@therepanic therepanic merged commit 4995ae0 into therepanic:master Mar 1, 2026
5 checks passed
therepanic pushed a commit that referenced this pull request Mar 1, 2026
therepanic added a commit that referenced this pull request Mar 1, 2026
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.

2 participants