TroyFernandes / MusicBeeChromecast

Adds Cast functionality to MusicBee
36 stars 3 forks source link

Url reservation entry only work in english #12

Open Hbeau opened 3 years ago

Hbeau commented 3 years ago

Hello, As a French user, when I launched the Chromecast from music bee toolbar button, an error message prompted telling that the server can't start. According to the issue #11 I manually add the urlacl like you said :

If you don't see that you can try running this command again: netsh http add urlacl url=http://*:[PORT]/ user=Everyone. Make sure to replace [PORT] with the port you chose

But Everyone only work on English version of windows 💩. For French is "Tout le monde" in Spanish is Todos etc...

I manually update the rule and now the server start.

Hbeau commented 3 years ago

Is there a way to ignore localization : this command is supposed to work everywhere

netsh http add urlacl url=http://*:[PORT]/ sddl=D:(A;;GX;;;WD)