DiNitride / Discord-Music-Status

A Self-Bot program to display your music from Spotify, iTunes, Winamp, and other music players, as your "Playing" status on Discord
72 stars 19 forks source link

You don't *need* Snip! #56

Closed BunnyHelp closed 6 years ago

BunnyHelp commented 6 years ago

This really should be emphasized more in the "readme"! I spent hours upon hours trying to figure out why Snip was outputting my artist / song title incorrectly with Winamp. It always ended up weird and corrupted like this, and when I made a post on Snip's GitHub, I didn't really get any help.

I finally ended up installing this plugin for Winamp, configured it to spit out an output file of what's playing, and it's now working like an absolute charm =^]

I hope other users could benefit from this same Winamp plugin as I have!

DiNitride commented 6 years ago

After my exams are finished and I rewrite the script, I'll make sure to link some other methods of getting song data from different players, so it's more cross-platform rather than linking a windows only method.

Regarding Snip, there could have been a Winamp update that has caused the issue.

It does currently say in the README that any text file can be used, but like I said when I rewrite I'll make it clearer

DiNitride commented 6 years ago

Due to Snip being Windows only, the default install instructions will only be applicable for Windows. However as the script is Python, as long as you find some program to spit out your music to a text file, you can configre that text file instead and it will run on any machine Python will run on

From the README.md