Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
e3ndr authored Jan 2, 2022
1 parent ac86d15 commit 9d38655
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# WMC-JsonConsoleWrapper
A (very) janky wrapper over the WMC Api.

All this does is spit out json over stdout, giving you the ability to parse and utilize the WMC api in any project with the smallest amount of effort possible.
![What I'm talking about](https://i.imgur.com/HIxqS3G.png)

Example (song change):
```json
{
"Type":"PROPERTY_CHANGE",
"SessionId":"chrome.exe",
"Data":{
"AlbumArtist":"",
"AlbumTitle":"",
"AlbumTrackCount":0,
"Artist":"Eminem",
"Genres":[],
"PlaybackType":"Music",
"Subtitle":"",
"Thumbnail":" ... base64 string ...",
"ThumbnailType":"image/jpeg",
"Title":"Infinite",
"TrackNumber":0
}
}
```

0 comments on commit 9d38655

Please sign in to comment.