@@ -16,7 +16,7 @@ Spoton running on mIRC 7.67
16
16
* ** Visual C++ Redistributable 2015-2022 (x86)**
17
17
* ** Tested mIRC version** : 7.61 >= 7.76
18
18
* ** Tested Spotify Version** : 1.1.91 >= 1.2.29
19
- * ** Harddrive Space** : 18,5 KB.
19
+ * ** HDD/SSD Space** : 18,5 KB.
20
20
21
21
# Installation
22
22
@@ -40,13 +40,10 @@ Use: _$dll(pathtospoton\spoton.dll,**command**,)_
40
40
| --- | --- | --- |
41
41
| version | x.x.x | Will output which version of spoton you use. |
42
42
| 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. |
47
44
| song | artist - title | Will output artist and title. |
48
45
| 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 " - ") |
50
47
51
48
### Controlling Spotify from mIRC
52
49
@@ -78,10 +75,10 @@ To add the script:
78
75
``` mirc
79
76
alias snp {
80
77
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.
83
80
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.
85
82
}
86
83
```
87
84
0 commit comments