From 2fb2bfdcbef20727c3204075e384ee79cf3d60dc Mon Sep 17 00:00:00 2001 From: Madis Otenurm Date: Fri, 5 Apr 2024 22:03:32 +0200 Subject: [PATCH 1/6] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 9db701b..4a16629 100644 --- a/README.md +++ b/README.md @@ -36,14 +36,14 @@ Spoton running on mIRC 7.67 Use: _$dll(pathtospoton\spoton.dll,**command**,)_ -| Command | output | Description | +| Command | Output format | 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 " - ") | +| version | x.x.x | Version of the plugin | +| creator | x - Made by y | Credits of the plugin creator | +| status | 0 - 3 | 0 = Spotify is not running, 1 = Spotify is paused, 2 = Spotify is playing an advertisement, 3 = Spotify is playing a track. | +| song | artist - title | Artist and song title, or only song title if the artist is not given | +| artist | artist | The left side of the window title, usually the artist. Returns nothing if the title does not contain a dash ("-") | +| title | title | The right side of the window title, usually the song title. Returns nothing if the title does not contain a dash ("-") | ### Controlling Spotify from mIRC @@ -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. \ No newline at end of file +Thanks to [@Madis0](https://github.com/Madis0) for helping me with the readme and other things. From 6c18cd5d9c5cc21b493cec9166fd52d969d87f02 Mon Sep 17 00:00:00 2001 From: Madis Otenurm Date: Fri, 5 Apr 2024 22:04:55 +0200 Subject: [PATCH 2/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a16629..59860f6 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Use: _$dll(pathtospoton\spoton.dll,**command**,)_ | Command | Output format | Output description | | --- | --- | --- | -| version | x.x.x | Version of the plugin | +| version | x.x.x | Version of the plugin | | creator | x - Made by y | Credits of the plugin creator | | status | 0 - 3 | 0 = Spotify is not running, 1 = Spotify is paused, 2 = Spotify is playing an advertisement, 3 = Spotify is playing a track. | | song | artist - title | Artist and song title, or only song title if the artist is not given | From 186720f6cb7ec921d30fbff56ffa573301b9d166 Mon Sep 17 00:00:00 2001 From: Madis Otenurm Date: Fri, 5 Apr 2024 22:09:22 +0200 Subject: [PATCH 3/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59860f6..8809d55 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Use: _$dll(pathtospoton\spoton.dll,**command**,)_ | version | x.x.x | Version of the plugin | | creator | x - Made by y | Credits of the plugin creator | | status | 0 - 3 | 0 = Spotify is not running, 1 = Spotify is paused, 2 = Spotify is playing an advertisement, 3 = Spotify is playing a track. | -| song | artist - title | Artist and song title, or only song title if the artist is not given | +| song | artist - title | The entire window title, which is usually the artist and song title, joined with a dash ("-") | | artist | artist | The left side of the window title, usually the artist. Returns nothing if the title does not contain a dash ("-") | | title | title | The right side of the window title, usually the song title. Returns nothing if the title does not contain a dash ("-") | From 8fa0738f839d09bfc7766585c53456827b315d97 Mon Sep 17 00:00:00 2001 From: Madis Otenurm Date: Fri, 5 Apr 2024 22:13:26 +0200 Subject: [PATCH 4/6] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 8809d55..cb1e1c5 100644 --- a/README.md +++ b/README.md @@ -36,14 +36,14 @@ Spoton running on mIRC 7.67 Use: _$dll(pathtospoton\spoton.dll,**command**,)_ -| Command | Output format | Output description | -| --- | --- | --- | -| version | x.x.x | Version of the plugin | -| creator | x - Made by y | Credits of the plugin creator | -| status | 0 - 3 | 0 = Spotify is not running, 1 = Spotify is paused, 2 = Spotify is playing an advertisement, 3 = Spotify is playing a track. | -| song | artist - title | The entire window title, which is usually the artist and song title, joined with a dash ("-") | -| artist | artist | The left side of the window title, usually the artist. Returns nothing if the title does not contain a dash ("-") | -| title | title | The right side of the window title, usually the song title. Returns nothing if the title does not contain a dash ("-") | +| Command | Output description | +| --- | --- | +| version | Version of the plugin | +| creator | Credits of the plugin creator | +| status | 0 = Spotify is not running, 1 = Spotify is paused, 2 = Spotify is playing an advertisement, 3 = Spotify is playing a track. | +| song | The entire window title, which is usually the artist and song title, joined with a dash ("-") | +| artist | The left side of the window title, usually the artist. Returns nothing if the title does not contain a dash ("-") | +| title | The right side of the window title, usually the song title. Returns nothing if the title does not contain a dash ("-") | ### Controlling Spotify from mIRC From 9dafa1a52ec958694ddb36da7465c1b428553fd8 Mon Sep 17 00:00:00 2001 From: Madis Otenurm Date: Fri, 5 Apr 2024 22:14:40 +0200 Subject: [PATCH 5/6] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cb1e1c5..03acbaf 100644 --- a/README.md +++ b/README.md @@ -36,12 +36,12 @@ Spoton running on mIRC 7.67 Use: _$dll(pathtospoton\spoton.dll,**command**,)_ -| Command | Output description | +| Command | Description | | --- | --- | | version | Version of the plugin | | creator | Credits of the plugin creator | -| status | 0 = Spotify is not running, 1 = Spotify is paused, 2 = Spotify is playing an advertisement, 3 = Spotify is playing a track. | -| song | The entire window title, which is usually the artist and song title, joined with a dash ("-") | +| status | 0 = Spotify not running, 1 = Spotify paused, 2 = Spotify playing an advertisement, 3 = Spotify playing a track. | +| song | The entire window title, usually the artist and song title, joined with a dash ("-") | | artist | The left side of the window title, usually the artist. Returns nothing if the title does not contain a dash ("-") | | title | The right side of the window title, usually the song title. Returns nothing if the title does not contain a dash ("-") | From 8227487b8e7fc4b01006d006b962c386e3665692 Mon Sep 17 00:00:00 2001 From: Madis Otenurm Date: Fri, 5 Apr 2024 22:17:26 +0200 Subject: [PATCH 6/6] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 03acbaf..4e41053 100644 --- a/README.md +++ b/README.md @@ -41,9 +41,9 @@ Use: _$dll(pathtospoton\spoton.dll,**command**,)_ | 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 the artist and song title, joined with a dash ("-") | -| artist | The left side of the window title, usually the artist. Returns nothing if the title does not contain a dash ("-") | -| title | The right side of the window title, usually the song title. Returns nothing if the title does not contain a dash ("-") | +| 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