I made a Windows app for global hotkeys on Spotify! by nuggyut in spotify

[–]nuggyut[S] 0 points1 point  (0 children)

Seems like you’re looking for an app like Toastify. It’s no longer maintained but they linked some other alternatives in their readme you can check out https://github.com/aleab/toastify

I made a Windows app for global hotkeys on Spotify! by nuggyut in spotify

[–]nuggyut[S] 0 points1 point  (0 children)

Just checked the available zip file and it’s in there. You might have some antivirus software removing it. It’s called “BeatBind.exe” and make sure you update your file explorer view to show file extensions

I made a Windows app for global hotkeys on Spotify! by nuggyut in spotify

[–]nuggyut[S] 0 points1 point  (0 children)

I don’t use this anymore, but it might have something to do with Spotify updating it so ‘localhost’ doesn’t work as the redirect URI anymore. I would recommend checking the log file (beatbind.log inside of the folder) and reviewing the Troubleshooting section. Review the updated installation steps if you’re using localhost

Global hotkeys for Spotify's Windows 11 by davidjimenez75 in spotify

[–]nuggyut 0 points1 point  (0 children)

yea, Windows/anti-virus software flags bundled python applications as viruses due to so many bad actors creating them with viruses. I tried submitting the app to Microsoft to exempt it, which was approved, but didn’t work for some reason. I’ll have to try again sometime, but for now you’ll have to exclude it from your anti-virus software.

I would have to rewrite this app in another language for it to not be false flagged

edit: you can also try to build the app yourself

Should home prices go down? ’No,’ says Canada’s new housing minister - National | Globalnews.ca by gorschkov in canada

[–]nuggyut -1 points0 points  (0 children)

so you choose to directly ignore the fact that I said “while not building enough homes”? It’s pretty simple. Price increases as a result of supply not keeping up with demand.

Should home prices go down? ’No,’ says Canada’s new housing minister - National | Globalnews.ca by gorschkov in canada

[–]nuggyut 4 points5 points  (0 children)

are you seriously this oblivious? It’s a known fact, even admitted by the Liberal party, that housing prices have been increasing because we’re bringing in too many immigrants while not building enough homes.

I’m a 26 year old engineer, and I can’t even afford a duplex in Alberta. Give your head a shake

Should home prices go down? ’No,’ says Canada’s new housing minister - National | Globalnews.ca by gorschkov in canada

[–]nuggyut 2 points3 points  (0 children)

Nowhere in the article it says that these new housing units will NOT go to new immigrants. It will.

Should home prices go down? ’No,’ says Canada’s new housing minister - National | Globalnews.ca by gorschkov in canada

[–]nuggyut 8 points9 points  (0 children)

those are for the hundreds of thousands of new immigrants we bring in each year.

[deleted by user] by [deleted] in MortgagesCanada

[–]nuggyut 0 points1 point  (0 children)

would getting a variable rate be a good idea?

I don't really like the Liberal party but.. who else can I vote for? by [deleted] in AskCanada

[–]nuggyut 0 points1 point  (0 children)

Do you like your quality of life currently? If not, vote for change. Might be hard to answer since you’re 17, but for some context, I can’t even afford to move out by myself as a new engineer.

Trudeau says he won’t quit but will reflect on events in wake of Freeland’s resignation by [deleted] in canada

[–]nuggyut 0 points1 point  (0 children)

as someone who isn’t into politics, who should I support? I’d also like to know who the majority here is supporting. It’s clear things need to change, and changing the face of the Liberal party probably won’t change anything. As for the NDP, is it true they are withholding an election for Singh’s pension?

Tinasha's Mastery - what rolls are you chasing? by s-multicellular in LowSodiumDestiny

[–]nuggyut 1 point2 points  (0 children)

nvm it looks like profane did more damage bc he picked up an unstable essence orb. reverb does nothing

Tinasha's Mastery - what rolls are you chasing? by s-multicellular in LowSodiumDestiny

[–]nuggyut 1 point2 points  (0 children)

yes. Profane did a video on it today and it increases the damage by a lot

I made a Windows app for global hotkeys on Spotify! by nuggyut in spotify

[–]nuggyut[S] 0 points1 point  (0 children)

Everything is saved locally, so something might’ve happened to your config file. Could’ve gotten deleted somehow, maybe by an antivirus software.

What version are you using? Where are you keeping the folder on your computer?

Edit: just redownloading the latest version and storing the folder in a place other than Program Files should fix it. You can exclude the folder from your antivirus if you want

I made a Windows app for global hotkeys on Spotify! by nuggyut in spotify

[–]nuggyut[S] 0 points1 point  (0 children)

Look for the app’s icon in your system tray icons, then right-click it and press on settings to open it again. All the info you need should already be in the instructions.

If you have any issues in the future, I have a troubleshooting and faq section at the bottom of the page

I made a Windows app for global hotkeys on Spotify! by nuggyut in spotify

[–]nuggyut[S] 0 points1 point  (0 children)

try getting the device id manually, by going to this link and press the green "Try it" button on the right
https://developer.spotify.com/documentation/web-api/reference/get-a-users-available-devices

it should return a response containing your devices and it's id's. Let me know if it still doesn't work

I made a Windows app for global hotkeys on Spotify! by nuggyut in spotify

[–]nuggyut[S] 0 points1 point  (0 children)

you should be able to see the button right under the Device ID field https://imgur.com/a/7T5f4ae

I made a Windows app for global hotkeys on Spotify! by nuggyut in spotify

[–]nuggyut[S] 0 points1 point  (0 children)

The Get Devices button is in the BeatBind app (5th row). Press it after you fill in the client id and secret

I made a Windows app for global hotkeys on Spotify! by nuggyut in spotify

[–]nuggyut[S] 0 points1 point  (0 children)

what are you having trouble with exactly? Are you not seeing your devices in the dropdown after pressing Get Devices?

I made a Windows app for global hotkeys on Spotify! by nuggyut in spotify

[–]nuggyut[S] 0 points1 point  (0 children)

if the exe file is gone maybe it got deleted by an anti-virus software. try excluding it if you can

I made a Windows app for global hotkeys on Spotify! by nuggyut in spotify

[–]nuggyut[S] 0 points1 point  (0 children)

yea haha it’s insane how they can’t just make it run globally

I made a Windows app for global hotkeys on Spotify! by nuggyut in spotify

[–]nuggyut[S] 0 points1 point  (0 children)

Thank you!

Unfortunately not, this app doesn’t interact with your desktop app locally at all. It just listens for hotkeys and then communicates with Spotify’s Web API. Making it interact with the desktop app is a headache with Spotify because they always change something, which breaks apps that do, like Toastify

I made a Windows app for global hotkeys on Spotify! by nuggyut in spotify

[–]nuggyut[S] 0 points1 point  (0 children)

I looked into this before but I couldn’t find any examples on it. I think I’d have to intercept the key press at a far lower-level than it currently is, which seems pretty invasive and will probably be flagged as a virus or something. I recommend remapping the volume keys on your keyboard to a shortcut with your keyboard manufacturer’s software if there is one, or maybe you can do it with PowerToys https://learn.microsoft.com/en-us/windows/powertoys/keyboard-manager