All Projects → 3raxton → spicetify-custom-apps-and-extensions

3raxton / spicetify-custom-apps-and-extensions

Licence: other
A community-driven collection of custom apps for Spicetify (https://github.com/khanhas/spicetify-cli)

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to spicetify-custom-apps-and-extensions

Spicetify-Canvas
Spotify Canvas, on Spicetify for Desktop!
Stars: ✭ 34 (-78.34%)
Mutual labels:  spotify, spicetify, spicetify-cli, spicetify-extensions, spicetify-apps
spicetify-extensions
extensions for spotify i'm creating
Stars: ✭ 207 (+31.85%)
Mutual labels:  spotify, spicetify, spicetify-cli, spicetify-extensions
spicetify-hide-podcasts
Spicetify extension to hide podcasts
Stars: ✭ 193 (+22.93%)
Mutual labels:  spotify, spicetify, spicetify-cli, spicetify-extensions
SpotifyNoPremium
A cross-platform Spicetify theme which declutters Spotify stock UI and removes all ads.
Stars: ✭ 376 (+139.49%)
Mutual labels:  spotify, spicetify, spicetify-cli
spicetify-marketplace
Download extensions and themes directly from Spicetify
Stars: ✭ 125 (-20.38%)
Mutual labels:  spotify, spicetify, spicetify-extensions
Spotify-Customizer
Chrome extension to customize Spotify web client (themes, lyrics, ...)
Stars: ✭ 27 (-82.8%)
Mutual labels:  spotify, spicetify
Spicetify Themes
A community-driven collection of themes for customizing Spotify through Spicetify (https://github.com/khanhas/spicetify-cli)
Stars: ✭ 3,034 (+1832.48%)
Mutual labels:  spotify, spicetify
spicetify
🎨 Omni for Spicetify
Stars: ✭ 111 (-29.3%)
Mutual labels:  spotify, spicetify
Comfy-spicetify
Stay comfy while listening to music
Stars: ✭ 307 (+95.54%)
Mutual labels:  spotify, spicetify
Lyricify-App
A fantastic app to provide auto-scrolling lyrics for Spotify, iTunes, Music Center, QQ Music, Netease Cloud Music, and YesPlayMusic. 一款为Spotify、iTunes、Music Center、QQ音乐、网易云音乐、YesPlayMusic提供滚动歌词的软件。
Stars: ✭ 486 (+209.55%)
Mutual labels:  spotify
sbotify
your personal bot that plays spotify music
Stars: ✭ 25 (-84.08%)
Mutual labels:  spotify
now-playing-profile
Originally created by github.com/natemoo-re, a small Spotify widget suitable for your profile! Read the "spotify-setup-guide.md" to get started
Stars: ✭ 32 (-79.62%)
Mutual labels:  spotify
SpotMusicGen
A Program that creates a Spotify playlist from a YouTube Playlist
Stars: ✭ 47 (-70.06%)
Mutual labels:  spotify
spotatweet
A Spotify & Twitter API mashup showing what people are listening to now. Written in Node.js.
Stars: ✭ 26 (-83.44%)
Mutual labels:  spotify
personal-dj
Personal DJ site that creates playlists given custom inputs. View it live at: http://personaldj.net/
Stars: ✭ 27 (-82.8%)
Mutual labels:  spotify
tgbiofy
Changes the Telegram bio, profile picture, first and last name to the song that the user is currently listening to.
Stars: ✭ 24 (-84.71%)
Mutual labels:  spotify
worker-auth-providers
worker-auth-providers is an open-source providers to make authentication easy with workers. Very lightweight script which doesn't need a lot of dependencies. Plug it with any framework or template of workers.
Stars: ✭ 85 (-45.86%)
Mutual labels:  spotify
noteblock
A open-source music bot based on lavalink.
Stars: ✭ 93 (-40.76%)
Mutual labels:  spotify
springtunes
Control your Spotify client remotely from your browser
Stars: ✭ 19 (-87.9%)
Mutual labels:  spotify
spotify-downloader-music-player
Download youtube songs in mp3 format and plays them
Stars: ✭ 31 (-80.25%)
Mutual labels:  spotify


Spicetify Custom Apps and Extensions

A repository to help users find custom apps and extensions for spicetify-cli

More Custom Apps and Extensions For Spicetify License


Summary

  • 🔥 A central location for custom apps and extensions for Spicetify
  • 👀 More features
  • 🎉 Open source

Determining Which Folder to Use

  • If you have the updated design of Spotify and use Spicetify 2.1.0 or later
    • Utilize extensions and custom apps in the v2 folder

  • If you have the still use the legacy design of Spotify and use Spicetify 1.2.1 or prior
    • Utilize extensions and custom apps in the v1 folder

How to add Custom Apps or Extensions to Spicetify

  1. Install spicetify-cli using the instructions found here
  2. Click on the green Code button at the top right of this repo and choose Download ZIP
  3. Unzip the .zip file
  4. Open the v1 or v2 folder based on the criteria above
  5. Choose the app that you want from either the v1 or v2 folder and drag it out of the folder
  6. Open the spicetify-cli CustomApps folder (paths can be found below)
  7. Drag the custom app into the CustomApps folder
  8. Open config.ini and add the name of the custom app to the custom_apps line separated by the | character
[AdditionalOptions]
...
custom_apps = reddit|genius|yourownapp
  • OR add the respective apps / extension by typing:
spicetify config extensions CustomAppOrExtensionName.js
  1. Run spicetify backup apply in the command line and Spicetify will install the app
  2. You're set! 🎉

CustomApps Folder Paths

Platform Path
macOS ~/spicetify_data/CustomApps
OR
$SPICETIFY_CONFIG/CustomApps
Windows %userprofile%.spicetify\CustomApps\
Linux ~/.config/spicetify/CustomApps
OR
$XDG_CONFIG_HOME/.config/spicetify/CustomApps/

Want to contribute your custom app(s) to this repo?

Follow the instructions below or read the CONTRIBUTING.md file!

  1. Fork this repository
  2. Create another folder with your custom app name in all lower case with no symbols (dashes and underscores are okay) or spaces.
    • Ensure the files and folders don't contain the word Spicetify
  3. Copy the necessary files into the folder
  4. Create a README.md in it with the following structure
# App Name

## Screenshots

[Put at least one image of the app working / app details here]

## More

[Specify any dependencies, author name, and any other info about the custom app]
  1. (Optional) Add your name and custom apps or extensions to the AUTHORS.md file
    • If you decide to add your name, please use the following format
# Authors
...
### [Your name](link to website, GitHub profile, donation page, etc.)

- [Your custom app](link to repo)
     - Your custom app description and other info
  1. Open a Pull Request

Support

There are multiple ways you can get support if you run into any issues or need help troubleshooting any custom apps or extensions

  • Reach out to the Spicetify community on Discord
  • Take a look at previous issues on the Spicetify Community's Spectrum

If you find any bugs or you'd like to request a feature, open an issue using the respective template.


Licenses

  • Each custom app or extension hosted in this repo falls under the license utilized by the maintainer

  • The layout of this repository is licensed under the Braxton Huff License (BRAX) by Braxton Huff and only includes the following files:

    • AUTHORS.md
    • CODE_OF_CONDUCT.md
    • CONTRIBUTING.md
    • LICENSE.md
    • README.md

  • This license may be modified and/or adapted upon discussion with the original copyright owner

If there is any other problem, please refer to the Spicetify website docs to help troubleshoot your problem.

Hopefully this helps improve your use of Spotify and treats you well! Cheers!

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].