All Projects → SimonIT → Spotifylyrics

SimonIT / Spotifylyrics

Licence: unlicense
Fetches and displays lyrics to currently playing song in Spotify, Tidal and VLC.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Spotifylyrics

Counsel Spotify
Control Spotify App through Emacs
Stars: ✭ 49 (-71.35%)
Mutual labels:  hacktoberfest, spotify
Carol Xamarin
A minimal and beautiful lyrics app for macOS built with Xamarin and C#
Stars: ✭ 97 (-43.27%)
Mutual labels:  spotify, lyrics
Lyrics Crawler
Get the lyrics for the song currently playing on Spotify
Stars: ✭ 49 (-71.35%)
Mutual labels:  spotify, lyrics
Lyricfier
a Spotify Lyrics alternative app | New updates at https://github.com/emilioastarita/lyricfier2 (a faster version in golang)
Stars: ✭ 598 (+249.71%)
Mutual labels:  spotify, lyrics
So Nice
Small Web interface to control iTunes, Spotify, Rdio, MPD, Rhythmbox, Amarok and XMMS2. ♫
Stars: ✭ 141 (-17.54%)
Mutual labels:  hacktoberfest, spotify
Alltomp3 App
Download and Convert YouTube, SoundCloud & Spotify in MP3 with full tags (title, artist, genre, cover, lyrics 🔥)
Stars: ✭ 920 (+438.01%)
Mutual labels:  spotify, lyrics
Vidify
Play music videos automatically for the songs playing on any device
Stars: ✭ 95 (-44.44%)
Mutual labels:  spotify, lyrics
yet-another-spotify-lyrics
Command Line Spotify Lyrics with Album Cover
Stars: ✭ 78 (-54.39%)
Mutual labels:  spotify, lyrics
Alltomp3
Node module to download and convert in MP3 with tags an online video
Stars: ✭ 120 (-29.82%)
Mutual labels:  spotify, lyrics
Spotify Playlist Archive
Daily snapshots of public Spotify playlists
Stars: ✭ 111 (-35.09%)
Mutual labels:  hacktoberfest, spotify
spotify-lyrics-cli
Migrated to Gitlab, this Github repo will not receive updates.
Stars: ✭ 57 (-66.67%)
Mutual labels:  spotify, lyrics
Polybar Spotify
🎵 Spotify status and controls module for Polybar with text scrolling
Stars: ✭ 162 (-5.26%)
Mutual labels:  hacktoberfest, spotify
SpotiSharp
Cross-platform music assistant
Stars: ✭ 22 (-87.13%)
Mutual labels:  spotify, lyrics
Spotify Lyrics
Shows lyrics from the song you're playing in Spotify.
Stars: ✭ 40 (-76.61%)
Mutual labels:  spotify, lyrics
LyricsPyRobot
A Telegram bot for searching lyrics.
Stars: ✭ 29 (-83.04%)
Mutual labels:  spotify, lyrics
Lirik.app
Shows lyrics for currently playing song in your Spotify account.
Stars: ✭ 93 (-45.61%)
Mutual labels:  spotify, lyrics
Lyricsx
🎶 Ultimate lyrics app for macOS.
Stars: ✭ 3,251 (+1801.17%)
Mutual labels:  spotify, lyrics
Spotify-Customizer
Chrome extension to customize Spotify web client (themes, lyrics, ...)
Stars: ✭ 27 (-84.21%)
Mutual labels:  spotify, lyrics
Spotify Dart
A dart library for interfacing with the Spotify API.
Stars: ✭ 109 (-36.26%)
Mutual labels:  hacktoberfest, spotify
Spotify Lyrics
🎉 Desktop Spotify Web Player Instant Synchronised Lyrics
Stars: ✭ 162 (-5.26%)
Mutual labels:  spotify, lyrics

Spotify Lyrics

Build Current Release License GitHub All Releases

Fetches and displays lyrics to currently playing song in the Spotify desktop client.

The lyrics are fetched from these sites:

  • rentanadviser.com (synchronized)
  • megalobiz.com (synchronized)
  • syair.info (synchronized)
  • rclyricsband.com (synchronized)
  • musixmatch.com
  • songmeanings.com
  • songlyrics.com
  • genius.com
  • versuri.ro
  • AZLyrics.com

How to

You can grab the latest release in the release section.

Windows

Download the .exe file.

Just double click and start playing songs in spotify.

It is possible that a warning of windows smartscreen appears. It's because the exe is unsigned (see #22). You can allow the program to open by clicking on "More info" and "Run anyway".

If you get an error about api-ms-win-crt-runtime-l1-1-0.dll missing, you need this:

https://www.microsoft.com/en-us/download/details.aspx?id=48145

If the window opens and closes immidiatly, feel free to help fxing the problem in #21.

Linux

Download the file without any file ending.

Make it executable via terminal with chmod +x SpotifyLyrics or via you file manager.

Now you can double click the executable and start playing songs in spotify.

MacOS

Download the .app.zip file.

Extract the zip so you got a SpotifyLyrics.app directory.

Make a right click on the SpotifyLyrics.app. Click on open and and you can bypass the warning. The program should open and you can play your songs in spotify.

Running from source

If you want to run from source you need:

  • Python 3.6 (probably any version greater than Python 3.6)
  • pip install -r requirements.txt

Ubuntu/Debian example:

sudo apt install python3-pip git
git clone https://github.com/SimonIT/spotifylyrics.git
cd spotifylyrics/
sudo pip3 install -r requirements.txt
./SpotifyLyrics.pyw

How to load lyrics from hard drive

You can store lyrics on you hard drive which can automatically loaded.

You have to put them on windows in C:\Users\<User>\AppData\Roaming\SpotifyLyrics\lyrics and on the other OS's in /home/<User>/.SpotifyLyrics/lyrics. Replace <User> with your username.

There you can put .lrc files with synced text (You can make them for example on lrcgenerator.com or www.megalobiz.com) or simple .txt files with non-synced text.

Important: The file names must include the artist and the name of the song

Theming

You can customize the design of SpotifyLyrics. To do so create a file called theme.ini inside C:\Users\<User>\AppData\Roaming\SpotifyLyrics or /home/<User>/.SpotifyLyrics. Then put some style information in it. You can find an example here.

Screenshot

example-img

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].