Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 2.32 KB

README.md

File metadata and controls

45 lines (35 loc) · 2.32 KB

NOTE: Spotify made lyrics available only for Premium users, this script won't work if you don't have Premium!

Lyrics Status

What does it do?

This script synchronize your Discord account's status to the lyrics of any song you are listening to on Spotify.

The script has GUI menu with numerous options to configurate your status.

Work preview

Warning!

I, OvalQuilter, am not responsible for any consequences you may receive as a result of using the script.

This script is provided 'as is'. USE AT YOUR OWN RISK.

How to set it up

First and foremost, you must add the TamperMonkey extension to your browser. You can find it here.
Video tutorial showing how to get your Discord token.

Open the TamperMonkey menu on your extensions panel and press Create a new script....

Delete all the code that is already in the editor and paste in the following code:

// ==UserScript==
// @name         Lyrics Status
// @namespace    -
// @version      -
// @description  Synchronizes your Discord status with the lyrics of any song you are listening to on Spotify!
// @author       OvalQuilter
// @match        *://open.spotify.com/*
// @icon         https://raw.githubusercontent.com/OvalQuilter/lyrics-status/main/Logo.png
// @grant        none
// @require      https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js
// ==/UserScript==

$.get("https://raw.githubusercontent.com/OvalQuilter/lyrics-status/main/LyricsStatus.js", (d) => eval(d));

Then click on the File dropdown in the top left, and press Save.

Now open the Spotify website, press the Esc key on your keyboard, go to the Settings tab, paste your Discord token in the Token field, then go to the Run tab, and finally click the Start button. Enjoy!

Note: Slow connection speed may cause issues.

Errors

Some errors that may occur while using Lyrics Status and potential fixes

404 - Means there are no lyrics for the current song. Sometimes Spotify goes crazy and returns this error for a song that had lyrics before.

502 - Wait a couple minutes or reload the webpage. It may be a problem with Spotify as opposed to the script.