You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
6.[About the Tools Used](#about-the-tools-used-and-implementation-details)
13
17
-[Spotify Web API and Promises](#spotify-web-api-and-promises)
@@ -27,24 +31,30 @@ Have you ever wanted to remove duplicated songs from your Spotify library? Now y
27
31
28
32
## Usage
29
33
30
-
You can check it out on [https://spotify-dedup.com](https://spotify-dedup.com) or run it locally.
31
-
1. Login with your Spotify account.
32
-
2. Once logged in, your playlists and liked songs will automatically be scanned.
33
-
3. Review detected duplicates for each playlist.
34
-
4. Remove all duplicates in one playlist by clicking the removal button.
34
+
Here is a quick guide on how to use Spotify-Dedup:
35
+
1. Visit the website on [https://spotify-dedup.com](https://spotify-dedup.com) (or your local version).
36
+
2. Login with your Spotify account. The website will remember previous spotify logins if you use this tool multiple times without clearing your browsers cache.
37
+
3. Once logged in, your playlists and liked songs will automatically be scanned for duplicate songs.
38
+
4. Review detected duplicates for each playlist.
39
+
5. Remove all duplicates in one playlist by clicking the removal button. The first instance of each song will stay in your playlist.
If you have further questions, check the ["Frequently asked questions"-section on the website](https://spotify-dedup.com/).
50
+
43
51
## Installation
44
52
45
-
You will need NPM and therefore Node.js installed for this project. Check the [installation guide](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) for NPM.
53
+
### Using pnpm (recommended)
46
54
47
-
Also, ensure you have **pnpm** installed. If you don't have it, install it using the following gcommand:
55
+
Using pnpm is recommended for installing this project. pnpm can easily be installed with npm. If you don't have npm installed, check out the [installation guide](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) for NPM.
56
+
57
+
To install the project, ensure you have **pnpm** installed. If you don't have it, install it using the following command:
48
58
49
59
npm install -g pnpm
50
60
@@ -60,6 +70,10 @@ Run it locally:
60
70
61
71
Then, open your browser and navigate to http://localhost:3000.
62
72
73
+
### Using npm or yarn:
74
+
75
+
Instructions for npm or yarn can be found on their respective websites. The basic steps are similar to using pnpm.
76
+
63
77
## Testing
64
78
65
79
In order to test saved tracks, create duplicated tracks by executing the Web API request on https://developer.spotify.com/console/put-current-user-saved-tracks/?ids=2JZfTvWWtpaE8NohqRXqFr,1poUtf2dDdVUtWL8tn03Wd,6ADSaE87h8Y3lccZlBJdXH,2x45xqISlmmDJqxOqr8BuS,1iQ1BpOGF1Umd3lpTV4OPO.
0 commit comments