Skip to content

Commit f7105c8

Browse files
committed
v1.1.2 update
1 parent 1e600e9 commit f7105c8

2 files changed

Lines changed: 17 additions & 15 deletions

File tree

README.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22

33
Convert songs from **Spotify** to **YouTube Music**!
44

5-
## Changelog
5+
## Features
66

7-
> - The authentication is now handled by **spotify-to-ytmusic**, only using a **Client ID** & **Client Secret**, the previously required **Redirect URI** & **Access Token** are not needed anymore.
8-
> - **spotify-to-ytmusic** is now much faster.
9-
> - The **YouTube Music** results are now much more accurate.
7+
- Super **easy-to-use**
8+
- Access/refresh token **not required**
9+
- Convert **multiple songs**
10+
- **99% accuracy**
11+
- Perfect for **Discord Bots**
1012

1113
## Installation
1214

@@ -16,8 +18,8 @@ npm install spotify-to-ytmusic
1618

1719
## Usage
1820

19-
- To use **Spotify to YouTube Music**, first you need to provide your **Spotify Credentials** (**[Client ID & Client Secret](https://www.avermedia.com/us/creator_central_spotify)**), in order to have access to the **Spotify API**.
20-
- You can only provide **Spotify Tracks** *(Playlists / Albums / Podcasts are not supported)*
21+
- To use **spotify-to-ytmusic**, first you need to provide your **[Spotify Credentials](https://www.avermedia.com/us/creator_central_spotify)**, in order to have access to the **Spotify API**.
22+
- You can only provide **Tracks** // **Playlists**, **Albums** and **Podcasts** are **`NOT`** supported!
2123

2224
## Example
2325

@@ -43,7 +45,7 @@ async function example() {
4345
example()
4446
```
4547

46-
*Other ways to provide a **Spotify Track**:*
48+
### *Other ways to provide a Spotify Track*
4749

4850
```javascript
4951
await spotifyToYoutubeMusic('https://open.spotify.com/track/4cOdK2wGLETKBW3PvgPWqT')
@@ -53,8 +55,4 @@ await spotifyToYoutubeMusic('spotify:track:4cOdK2wGLETKBW3PvgPWqT')
5355
await spotifyToYoutubeMusic('https://api.spotify.com/v1/tracks/4cOdK2wGLETKBW3PvgPWqT')
5456

5557
await spotifyToYoutubeMusic(['4cOdK2wGLETKBW3PvgPWqT','06JvOZ39sK8D8SqiqfaxDU'])
56-
```
57-
58-
## Note
59-
60-
This system is not 100% perfect, and sometimes will not get the right song(s) from YouTube Music.
58+
```

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spotify-to-ytmusic",
3-
"version": "1.1.0-1",
3+
"version": "1.1.2",
44
"description": "Convert songs from Spotify to YouTube Music!",
55
"main": "index.js",
66
"scripts": {
@@ -22,12 +22,16 @@
2222
"youtube-music",
2323
"youtube-music-api",
2424
"spotify-to-youtube",
25-
"spotify-to-yt"
25+
"spotify-to-yt",
26+
"convert",
27+
"discord",
28+
"discord.js",
29+
"discord bot"
2630
],
2731
"author": "itsgox",
2832
"license": "ISC",
2933
"bugs": {
3034
"url": "https://github.com/itsgox/spotify-to-ytmusic/issues"
3135
},
32-
"homepage": "https://itsgox.com/spotify-to-ytmusic"
36+
"homepage": "https://github.com/itsgox/spotify-to-ytmusic"
3337
}

0 commit comments

Comments
 (0)