<p>I'm testing NAS Server version, my NAS is QNAP, and the version is 3.4.7.
</p>
<p>When I ignore a device(example: xxxx/yyyy) from client, I found that the config.ini at server has the config "IgnoredDevices=xxxx/yyyy".
</p>
<p>Every client can ignore devices and save the config to server? Amazing....</p>
.
That the way it's meant to work. If that's not what you want, then use the onDeviceIgnore callback , https://www.virtualhere.com/quirks
Cool, it's great! Thanks!!!
Cool, it's great! Thanks!!!
But where's the full
But where's the full documations? I can't see this link, before.
.
Yes it is here https://www.virtualhere.com/forum/1
(sorry that link was not a pinned topic, I have now made a change to pin to the top of the support forum)
I found that "Reverse Clients
I found that "Reverse Clients" has the same problem, how can I resolve it?
I mean I can do this on client: Right Click -> Reverse Clients -> Add -> www.google.com
Then the config.ini on server has this: ReverseClients=www.google.com:7573
.
There is no way to only allow specific clients to add/remove reverse clients, but what you can do is to use the HideMenuItems setting *at the client side* to hide that feature. See here https://www.virtualhere.com/client_configuration_faq -> "Can i customize the client menu?"
I think this is not a good
I think this is not a good idea. Because I can delete the client configuration file(vhui.ini)
.
OK thats the way it works at the moment
Is there any other way (like
Is there any other way (like onReverseClient callback at server) in the future?
.
Yes that is a good idea, i will add that in the next build due in the next two weeks...
OK, thanks. I'm looking
OK, thanks. I'm looking forward to this feature.
.
Ok this is added in 3.5.2 of the server see here https://www.virtualhere.com/quirks "onAddReverseClient" and "onRemoveReverseClient" . Create a script and return 0 from those