-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using local API to retrieve current track #104
base: master
Are you sure you want to change the base?
Conversation
I am not a TypeScript developer, but I can only say well done! 👍 It works under Linux for me also! I wonder if @emilioastarita is still interested to maintain this repo 🤔 |
I've tried this in macOS Mojave and it's not working for me 😢 |
Thank for testing! I will take a look and see what I can do about it |
Not working for me on Windows 10. In the cmd prompt, when clicking Try Again I get this |
I fixed issue on macOs Mohave so linux+macOs should work now. Unfortunately, I had to remove support for windows as i have no idea how to do it locally. As MPRIS does not exists on windows and it seems SystemMediaTransportControls is not alternative that would allow accessing currently played track. I vote for dropping windows support until we find working alternative and in the meantime have working app for other platforms. What shall we do @emilioastarita? |
It works now! Thank you so much! Is there a way you could put together a release so that it's easier to launch the app (not requiring the command line)? |
Here is release in forked repo: https://github.com/jakub-tucek/lyricfier/releases/tag/v0.3.0 |
Is windows support a priority, because all other lyric apps for Spotify are abandoned |
I just done quick googling and find out that it's probably common electron problem, but I have no idea how to fix it. |
Hey,
I made first version of changing API for retrieving current track to use local system api for spotify player as was suggested here: #103 by @patrolez.
I only tested it on Linux but clients are for the most part taken from this project:
https://github.com/panz3r/hyper-spotify/tree/master/src/lib
Please take a look and let me know what you think.