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
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,23 +4,23 @@ This tool is a combination of Python and batch scripts designed to facilitate th
4
4
5
5
## Installation:
6
6
7
-
1. Download the ZIP file and extract it to your desired location.
7
+
1.**Download** the ZIP file and extract it to your desired location.
8
8
9
9
## Adding and Switching Between Accounts:
10
10
11
-
1. To save a Spotify account, double-click the "New_User.py" file. This will create a new folder called "User_1" and copy the necessary files from the parent "Source" folder into it. The "PREFS" file containing encrypted account data will also be copied.
12
-
2. To add another account, disconnect from Spotify and connect to the desired account. Then, double-click the "New_User.py" file again to create a new user folder.
11
+
1. To save a Spotify account, double-click the "`New_User.py`" file. This will create a new folder called "`User_1`" and copy the necessary files from the parent "`Source`" folder into it. The "`PREFS`" file containing encrypted account data will also be copied.
12
+
2. To add another account, disconnect from Spotify and connect to the desired account. Then, double-click the "`New_User.py`" file again to create a new user folder.
13
13
3. After creating multiple user folders, you can rename them as per your preference.
14
14
15
15
## Changing Accounts:
16
16
17
17
1. Navigate to the folder of the account you want to switch to.
18
-
2. Double-click the "Switch.bat" file to activate the selected account.
18
+
2. Double-click the "`Switch.bat`" file to activate the selected account.
19
19
20
20
## Automation:
21
21
22
-
This program is highly flexible and can be automated using tools such as FlowLauncher and Espanso. For example, you can create a command like ":sp1" or ":sp2" to switch to "User_1" or "User_2".
22
+
This program is highly flexible and can be automated using tools such as FlowLauncher and Espanso. For example, you can create a command like "`:sp1`" or "`:sp2`" to switch to "`User_1`" or "`User_2`".
23
23
24
24
## How It Works:
25
25
26
-
Spotify stores account data locally in a file called "prefs". By replacing this file with one from another account, you can change the active account. This program simply copies and replaces the "prefs" file to switch accounts.
26
+
Spotify stores account data locally in a file called "`prefs`". By replacing this file with one from another account, you can change the active account. This program simply copies and replaces the "`prefs`" file to switch accounts.
0 commit comments