levindecaro / streamdeck-ytmd-remote

A Plugin to control YTMD from your StreamDeck Plus
5 stars 0 forks source link

Not working/connecting on Windows #1

Closed gauthierguillaume closed 1 year ago

gauthierguillaume commented 1 year ago

Hi,

I am using the old streamdeck plugin from https://github.com/XeroxDev/YTMD-StreamDeck since years and it's working well, but I can't understand why yours is not working at all. I try a lot of settings without success.

I also try to get com.remote.ytmd0.log but I can't find it anywhere.

Hope I can have some help to make it work. Thanks a lot.

levindecaro commented 1 year ago

@gauthierguillaume

Logs are saved to disk per plugin in the folder ~/Library/Logs/ElgatoStreamDeck/ on macOS and %appdata%\Elgato\StreamDeck\logs\ on Windows. Note that the log files are rotated each time the Stream Deck application is relaunched.

Would you share your OS, Steamdeck,YTMD version information please.

gauthierguillaume commented 1 year ago

I'm on Windows 11 Professionnel, Version 22H2 Streamdeck: 6.3.0.18948 YTMD: v1.13.0

I'm on the logs folder but no com.remote.ytmd0.log image

This is what I get on the streamdeck: image

levindecaro commented 1 year ago

@gauthierguillaume

I found the problem are made by a mistake.

Please change the the line in the %appdata%\Elgato\StreamDeck\Plugins\com.remote.ytmd.sdPlugin\manifest.json from

"CodePath": "streamdeck-ytmd-remote",

to

"CodePathMac": "streamdeck-ytmd-remote",
"CodePathWin": "streamdeck-ytmd-remote.exe",
gauthierguillaume commented 1 year ago

It works very well now, Thanks a lot for the support !

Do you have some future update on it that you want to add, like customisation of settings, volume knob, etc... ?

Beside that thanks for the love you give to YTMD !

levindecaro commented 1 year ago

@gauthierguillaume

glad that helps! I dont have specific plan on it yet but the upcoming ytmd v2, things will change by far, if you have idea of making it more friendly, please open a issue with [FEATURE] subject. I'll see if i can do it.