Spotify support
See original GitHub issueI’m aware pywal
uses oomox
as a dependency, and that has support for theming the Spotify app if it’s possible. Waiting on them for a fix as oomoxify-cli
is currently broken, but I’m happy to patch this in myself once it’s there. I’m fairly sure it’s as simple as executing the oomoxify-cli
command with the file pywal
exports for the standard oomox
command to use, provided Spotify is installed on the system.
Also, would we just check to see if Spotify is installed in some way, or just run oomoxify-cli
while silencing the output and see what flag it returns?
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (2 by maintainers)
Top Results From Across the Web
Support - Spotify
Here to help! Find out how to set up and use Spotify. Learn about features, troubleshoot issues, and get answers to questions. Everything...
Read more >About Us - Spotify
Customer Service and Support · Help site. Check out our help site for answers to your questions and to learn how to get...
Read more >SpotifyCares - Twitter
support. For tech queries, let us know your device/operating system. For payment queries, drop us a DM! http://support.spotify.com.
Read more >Spotify Help Desk Contacts - LiveAgent
How to contact Spotify's customer service via email, live chat support, phone number, social media support, and self-service support.
Read more >Instructions to Sync Spotify Music to a tactix 7 Series
Garmin Support Center is where you will find answers to frequently asked questions and resources to help with all of your Garmin products....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You can easily add Spotify support by using
-o
with a custom script.Example:
Caveat: This requires
sudo
and will open agksu
window to authenticate. This is why this won’t be added topywal
directly. (Also, it’s really slow.)I got it working by just adding the
oomoxify-cli
call after the standardoomox
call inpywal
’s code rather than a custom script, but it doesn’t relaunch Spotify.