Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphiiko committed Oct 7, 2022
2 parents 0659b9e + 20d0e36 commit 64aeb72
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 4 deletions.
21 changes: 21 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2022 Raphiiko

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# S2YT
# s2yt

S2YT is a utility to automatically copy a YouTube URL to the clipboard for the currently playing Spotify track. Whenever it detects a new track being played, it will look it up on YouTube and copy the URL for it to your clipboard automatically.
s2yt is a utility that automatically copies a YouTube URL to the clipboard for any Spotify track you play.
Whenever it detects a new track being played, it will look it up on YouTube and copy the URL for it to your clipboard automatically.

## Download

Grab the latest release [here](https://github.com/Raphiiko/s2yt/releases/tag/refs%2Fheads%2Fmain)

## Usage

Expand All @@ -10,7 +15,7 @@ The first time running s2yt, it will ask for a Spotify Client ID. To obtain this
2. Create a new application
3. Take the email address you registered your spotify account under, and add it as a user/tester
4. Edit the settings for the application, and add http://localhost:8888/callback under "Redirect URIs"
5. Save, and copy the Client ID and give it to s2yt when it asks for it.
5. Save, copy the Client ID and give it to s2yt when it asks for it.

Now you should be able to connect your Spotify account to s2yt (It will ask for it).

Expand All @@ -19,4 +24,4 @@ Once this has been done, s2yt should start doing its thing. With future launches
## FAQ

### I want to change my Spotify Client ID. How do I do this?
Your Client ID is stored in the config file at `%APPDATA%/s2yt/config/default-config.toml`. Delete this file, and s2yt will ask you for a new Client ID the next time it launches.
Your Client ID is stored in the config file at `%APPDATA%/s2yt/config/default-config.toml`. Delete this file, and s2yt will ask you for a new Client ID the next time it launches.

0 comments on commit 64aeb72

Please sign in to comment.