Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
turbosmurfen committed Apr 5, 2024
2 parents f3cad1a + 7e648fa commit 06186d7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ Spoton running on mIRC 7.67

Use: _$dll(pathtospoton\spoton.dll,**command**,)_

| Command | output | Description |
| --- | --- | --- |
| version | x.x.x | Will output which version of spoton you use. |
| creator | x - Made by | Will output the creator of spoton. |
| status | 0 - 3 | 0 = Spotify is not running, 1 = Spotify is Paused, 2 = Spotify is playing an Advertisement, 3 = Spotifty is playing a track. |
| song | artist - title | Will output artist and title. |
| artist | artist | Will output the artist. (if text contains " - ") |
| title | title | Will output the title. (if text contains " - ") |
| Command | Description |
| --- | --- |
| version | Version of the plugin |
| creator | Credits of the plugin creator |
| status | 0 = Spotify not running, 1 = Spotify paused, 2 = Spotify playing an advertisement, 3 = Spotify playing a track. |
| song | The entire window title, usually "artist - song title" |
| artist | If the title contains a dash ("-"), returns the left side, usually the artist. Otherwise, nothing. |
| title | If the title contains a dash ("-"), returns the right side, usually the song title. Otherwise, nothing. |

### Controlling Spotify from mIRC

Expand Down Expand Up @@ -120,4 +120,4 @@ Removal:
I have learned more about making mIRC reading and writing for DLL-file from [Wikichip](https://en.wikichip.org/wiki/mirc/dynamic-link_library)
Thanks to [@Westor](https://github.com/westor7) for helping me out with fixing vulnerables and other things in the "Spoton mIRC Addon".
Thanks to [@moobsmc](https://github.com/moobsmc) for Stop Control for Spotify.
Thanks to [@Madis0](https://github.com/Madis0) for helping me with the readme and other things.
Thanks to [@Madis0](https://github.com/Madis0) for helping me with the readme and other things.

0 comments on commit 06186d7

Please sign in to comment.