Feature #5402
closedSpotify now-playing, but with a lot of more informations
0%
Description
I knew about this maybe 1 year ago to grab a lot of information from Spotify.
So far have I not added all features.
I want to share my code. but only private because I know a lot of other people would take this.
I don't use AdIIRC but if these features is going to be added I will move from mIRC to AdIIRC.
[code]
Shuffle: True
Repeat: True
Repeat Track: False
Paused: False
Playing: True
Album Title: Celebrating the Hits of Avicii EP
Album Uri: spotify:album:3L447OkSTjeqqw2oFWh7fT
Artist Uri: spotify:artist:6Ywnj4XyOn6ARSCHdL1ZLr
Track Uri: spotify:track:5A5lCQsbgIbahZni8Ob73e
Duration: 03:23
[/code]
Updated by Per Amundsen about 3 years ago
I don't think some secret code to extract spotify information belongs in AdiIRC itself, you can however easily create a plugin using the AdiIRC APIv2 https://github.com/AdiIRC/apiv2/tree/masterU/docs/tutorial or a dll which would work in both AdiIRC and mIRC https://dev.adiirc.com/projects/adiirc/wiki/Scripting_DLL.
I can help with either if necessary.
Updated by Tommy X about 3 years ago
Per Amundsen wrote in #note-1:
I don't think some secret code to extract spotify information belongs in AdiIRC itself, you can however easily create a plugin using the AdiIRC APIv2 https://github.com/AdiIRC/apiv2/tree/masterU/docs/tutorial or a dll which would work in both AdiIRC and mIRC https://dev.adiirc.com/projects/adiirc/wiki/Scripting_DLL.
I can help with either if necessary.
Ok. I will maybe make one for mIRC and AdiIRC. I created this in C# and don't have enough of knowledge in C++.
What I remember did AdiIRC use C# plugins. But could be wrong.