I am able to do what I need manually, but I would like to have it automated, triggered on a song change alone
Here is a brief description:
Here is a brief description:
-
Spotify and Toastify are running correctly. A text file exists on my desktop called songname.txt.
-
spotify plays it's way through a playlist.
-
When the track changes, toastify pops and displays Songname, Artist and cover art.
- I press Ctrl Alt C and copy the info to windows buffer
- I open the text file, activate it, highlight the existing info. Press CTRL C and paste the new info.
- I edit the hyphen, " - " ( change ascii 20 96 20h to ascii 20 2d 20h )
- then SAVE the text file.
- job done
- Repeat when song name changes.