https://github.com/denolfe/spotify-lastfm-now-playing
AutoHotkey script for getting current song in Spotify and pulling art from Last.fm API
https://github.com/denolfe/spotify-lastfm-now-playing
Last synced: 4 months ago
JSON representation
AutoHotkey script for getting current song in Spotify and pulling art from Last.fm API
- Host: GitHub
- URL: https://github.com/denolfe/spotify-lastfm-now-playing
- Owner: denolfe
- Created: 2014-04-16T16:34:31.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-22T13:49:06.000Z (about 12 years ago)
- Last Synced: 2025-02-08T20:24:05.312Z (over 1 year ago)
- Language: AutoHotkey
- Size: 180 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spotify / Last.fm / OBS - Now Playing
AutoHotkey script for
1. Retrieving currently playing song in Spotify and output to file
2. Use Last.fm API to get album art and ouput to file
This was originally written to get album art to display while streaming in OBS. This was a workaround of sorts because as far as I could find, there was not an easy way to retrieve Spotify album art without first retrieving the URI.
## Usage
1. Rename settings_example.ini to settings.ini
2. Fill in Last.fm username and api key
3. Optionally, enable or disable desktop notification in settings.ini
## TODO
- Create GUI
- Add more settings