Skip to content

An extension for Spicetify which allows you to tag songs directly in the Spotify Desktop via context menu with SongTaggerForSpotify as back-end

Notifications You must be signed in to change notification settings

vokinpirks/Tagify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tagify

An extension for Spicetify which allows you to tag songs directly in the Spotify Desktop via context menu using SongTaggerForSpotify as back-end

See it in action

Motivation

  • If you are a music nerd like me and you organise your Spotify library to death using SongTaggerForSpotify this extension would make that process feel slightly more natural. I mean, when you're listening to a song you just right-click on the song and tag the track straight in the Spotify context menu as if Spotify guys finally made that possible natively. No need to go somewhere else of to tag a track. Isn't it just really cool?

  • If you don't have Spotify premium, you would benefit from this solution as well as you can't start playback in SongTaggerForSpotify.

However

  • this is intended more for 'situational' tagging
  • for mass tagging sessions SongTaggerForSpotify is still a much better choice

Setup

  • install Spicetify if haven't already.
  • install SongTaggerForSpotify if haven't already.
    • beware that since the extension uses back-end of SongTaggerForSpotify you also need to install ASP.NET 5 Core ("run server apps" on here)
    • define tags and tag groups as needed.
  • run BackendApi.exe. in my case it's located in C:\Users{username}\AppData\Roaming\Song Tagger for Spotify.
    • tip: you can add BackendApi.exe to auto startup to have it always running in the background.
  • save the tagify.js file from this repo into the folder where all the Spicetify extensions are located see instructions
  • enable the tagify.js extension and apply changes. See instructions in the link above.
  • at this point you would see the tags you defined in the Spotify context menu.
  • when you add new tags/remove tags/rename tags (but not just assign a tag to a track), the extension must be reloaded in order it to reflect the changes. Restart Spotify or run spicetify apply in terminal to do so.

Notes

  • Although it's possible to access tags on a playlist/album too, it would only work in case when all tracks from the playlist/album are already saved in the Song Tagger database. Just beware of that.

Configuration

Any changes in tagify.js require spicetify apply afterwards.

createTagsSubmenu

Its value is set right in the tagify.js file in the first line. Can be either true or false. It looks like this:

const createTagsSubmenu = true;

true (which is by default)

Create dedicated 'Tags' submenu and place all tag groups in it. Tags that belong to the 'default' group will be placed in 'Tags' too. Would be more convenient than the other way when you have too many tag groups.

createTagsSubmenu = true

false

Place all tag groups straight in the Spotify context menu. Would be more convenient when you have relatively few tag groups. createTagsSubmenu = false

About

An extension for Spicetify which allows you to tag songs directly in the Spotify Desktop via context menu with SongTaggerForSpotify as back-end

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published