Skip to content

Commit e370e29

Browse files
committed
Updated Status information
1 parent 84372ef commit e370e29

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

README.md

+6-9
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Spoton running on mIRC 7.67
1616
* **Visual C++ Redistributable 2015-2022 (x86)**
1717
* **Tested mIRC version**: 7.61 >= 7.76
1818
* **Tested Spotify Version**: 1.1.91 >= 1.2.29
19-
* **Harddrive Space**: 18,5 KB.
19+
* **HDD/SSD Space**: 18,5 KB.
2020

2121
# Installation
2222

@@ -40,13 +40,10 @@ Use: _$dll(pathtospoton\spoton.dll,**command**,)_
4040
| --- | --- | --- |
4141
| version | x.x.x | Will output which version of spoton you use. |
4242
| creator | x - Made by | Will output the creator of spoton. |
43-
| status | 0 | Spotify is not running. |
44-
| status | 1 | Spotify is paused. |
45-
| status | 2 | Spotify is playing advertisement. |
46-
| status | 3 | Spotify is playing a song.
43+
| status | 0 - 3 | 0 = Spotify is not running, 1 = Spotify is Paused, 2 = Spotify is playing an Advertisement, 3 = Spotifty is playing a track. |
4744
| song | artist - title | Will output artist and title. |
4845
| artist | artist | Will output the artist. (if text contains " - ") |
49-
| title | title | Will output the title. (if text contains " - ") |
46+
| title | title | Will output the title. (if artist text contains " - ") |
5047

5148
### Controlling Spotify from mIRC
5249

@@ -78,10 +75,10 @@ To add the script:
7875
```mirc
7976
alias snp {
8077
var %status $dll(spoton.dll,status,)
81-
if (%status == 1) echo -a Spotify is paused.
82-
elseif (%status == 2) echo -a Spotify is playing Advertisement.
78+
if (%status == 1) echo -ag Spotify is Paused.
79+
elseif (%status == 2) echo -ag Spotify is playing Advertisement.
8380
elseif (%status == 3) say Spotify » $dll(spoton.dll,song,)
84-
else echo -a Spotify is not running.
81+
else echo -ag Spotify is not running.
8582
}
8683
```
8784

0 commit comments

Comments
 (0)