Skip to content

BenediktAlkin/SongTaggerForSpotify

Repository files navigation

Song Tagger for Spotify

Release

Setup instructions

Download either the installer (SongTaggerForSpotify-Installer.msi) or the portable version (SongTaggerForSpotify-Portable.zip) from latest release.

  • Installer: run the installer --> allow unknown publisher --> click through the setup program --> run "Song Tagger for Spotify" from your desktop or start menu
  • Portable: extract the zip folder --> run SpotifySongTagger.exe

If you don't have a .NET 5 runtime installed you will be asked to install it. You can download it here (under "Run desktop apps" select "Download x64").

Mac/Linux support

Currently Mac/Linux are not supported, the app only runs on Windows.

What is song tagging?

Attaching a tag to a song allows you more flexibility when managing songs you like. A tag can be anything you'd like it to be: music genres, language of the lyrics, the event/movie where you discovered a song or how much you like a song. For example my music library looks like this.

What is the benefit?

Adding tags to songs allows you to organize your library better. With Song Tagger for Spotify you can create "Playlist Generators" which lets you to combine songs/playlists from your library and modify them based on tags or other metadata (e.g. release date, artist) as you like.

Some examples are shown below.

Examples

  • Import tags based on existing playlists

    • Gets you started with Song Tagger for Spotify without manually tagging your whole library.
    • e.g. assign every song from the "Chill" playlist the "chill" tag
      Import tags example
  • Create dynamic playlists based on tags

    • Your library consists of a broad range of music? Create specific playlists from your library without manually updating them everytime you add a new song to your library.
    • e.g. create a 90s, 90s rock, 90s pop and 90s dance playlist from your whole library Tag based playlists example
  • Alter liked playlists

    • You like a playlist but dislike some songs in it? Assign a tag to those songs and create your own version of the playlist. Added/removed songs from the original playlist will be synchronized to your cloned version (this is a major advantage over just copying the playlist and changing it).
    • e.g. filter overplayed songs from a friend's playlist Alter liked playlists example
  • Simplify discovering new music

    • You use multiple playlists to discover new music? Combine them and filter out songs that you already know.
    • e.g. combine "Release Radar" and "Discover Weekly" (playlists that are created by Spotify specifically for you and refresh every week with new music) together and filter out songs you already liked/tagged Combine discover example
    • e.g. combine Spotify's "Top 50" playlists, remove duplicates and songs you already know Combine charts example

Song Metadata

Spotify provides some metadata for every song (BPM, danceability, energy, ...). You can take a look at the metadata of your library. View song metadata

You can also use this metadata in the Playlist Generator to organize your music library. Create new playlists based on song metadata

Backup/Restore/Delete your Tags/PlaylistGenerators

All data is stored in a local database called "<SPOTIFY_USERNAME>.sqlite" which is located by default either in "C:\Users\<WINDOWS_USER>\AppData\Roaming\Song Tagger for Spotify" (if you installed the program) or in the directory of your portable version.

You can change the path where your database file is located in the app. The database file name is tied to your spotify username and can't be changed. Changing the path where your database file is located will:

  • copy the current database into the new directory if there does not already exist a file called "<SPOTIFY_USERNAME>.sqlite" in the new directory
  • use the existing database file in the new directory if there already exists a file called "<SPOTIFY_USERNAME>.sqlite" in the new directory. The old database file will remain in the old directory.

Only the database file of the logged in user will be copied (important if you use the app with multiple users).

You can easily use Song Tagger for Spotify on multiple devices by setting up some filesharing service (OneDrive, Google Drive, Dropbox, ...) and changing the database path to some synchronized folder.

Limitations

  • Playlist folders are not supported by the Spotify API
    • Liked playlists can only be viewed unorganized. They can still be tagged normally but do not appear in any folder structure (e.g. if you have a folder called "Discover" with the playlist "Discover Weekly" it will be shown only as "Discover Weekly" instead of "Discover/Discover Weekly")
    • Generated playlists have to be moved manually to a folder if desired (only required once)
      • The first run of a playlist generator will always create the playlist in the root directory of your Spotify library
      • When you move it to a folder, subsequent runs of a playlist generator will update the playlist normally but will not change the location.
  • Playing songs from the song tagger application requires an active Spotify player (e.g. Spotify Player or Spotify Web Player)
  • Only Spotify Premium users can play songs from the song tagger application (the currently playing song is still displayed for non-premium users)
  • local files are not supported by the Spotify API
  • unavailable songs are currently not supported

API

A HTTP API is available and documented here.

Tagging in Spotify Desktop

It is also possible to tag stuff straight from the Spotify context menu. Check Tagify out.

Donate

Song Tagger for Spotify is free and open source!

If you like this project, please consider supporting it.

Donate