Miklós (Michael)

Results 60 comments of Miklós (Michael)

open up the terminal.app and run this command `defaults delete com.kmikiy.SpotMenu` this should reset everything to the default settings. If you're running a newer version you might have to run...

Hey 👋🏻 Thanks for the feedback. I will add an option to disable scrolling. Meanwhile here's a custom [build](https://github.com/kmikiy/SpotMenu/files/2707759/SpotMenu.app.zip) just for you with scrolling disabled.

You might have also noticed that the text is vertically off by 1 pixel. This [build](https://github.com/kmikiy/SpotMenu/files/2708690/SpotMenu.app.zip) fixes that. Edit: - contains scrolling - vertical alignment fixed - spacing fixed

My apologies. Here's an updated [build](https://github.com/kmikiy/SpotMenu/files/2708886/SpotMenu.app.zip) for you. - no scrolling - vertical alignment fixed - spacing fixed

>Quick question: @kmikiy will that build you posted automatically update to the official release build (via the build in check for updates feature) when it comes out? Or will I...

Well technically you could do ```sh $ defaults read com.kmikiy.SpotMenu ``` to fetch all the settings. And you can use `defaults write ...` to write the settings. But, in the...

Thanks for the feedback, the latest commit should fix this. Here's a fresh build: [SpotMenu.zip](https://github.com/kmikiy/SpotMenu/files/3079291/SpotMenu.zip)

Looks good, thank you for your contribution! I'll review it a bit later

Hi, currently I use the [AppleScript API](https://developer.spotify.com/applescript-api/) to get information from Spotify, unfortunately it does not provide an endpoint to save / modify / delete tracks from a users playlist...

I think it would be a neat feature as well, I sometimes wish I had this feature too 😄. But since this is an open source project, I don't know...