Skip to content

Commit cae5dd2

Browse files
authored
Update README.md
1 parent a0d805a commit cae5dd2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@ This tool is a combination of Python and batch scripts designed to facilitate th
44

55
## Installation:
66

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.
88

99
## Adding and Switching Between Accounts:
1010

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.
1313
3. After creating multiple user folders, you can rename them as per your preference.
1414

1515
## Changing Accounts:
1616

1717
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.
1919

2020
## Automation:
2121

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`".
2323

2424
## How It Works:
2525

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

Comments
 (0)