sPOiDar / fvtt-module-stream-view

FoundryVTT module that provides a minimal UI view with automated camera work, ideal for streaming or recording games.
MIT License
11 stars 11 forks source link

Hide Module UI #20

Closed brunocalado closed 2 years ago

brunocalado commented 2 years ago

Hi.

Can you add a way to hide UI from other modules?

In this case Ready to use cards and small time modules. image

Tks

sPOiDar commented 2 years ago

I'm not sure there's a nice way to expose this functionality to users, since there are a whole host of different ways that modules can render their content. My first thought would be to allow users to specify CSS selectors for HTML elements to hide, but that would require users to have technical knowledge.

I'll have a think about it, but can't promise anything immediately.

brunocalado commented 2 years ago

GM Screen also add stuff. image

The share-media dev fixed for his module. He created a user blacklist. I add the stream user in the black list and it will not show.

CasualTerror commented 2 years ago

All three of those modules can be turned off and hidden in their own module settings.

brunocalado commented 2 years ago

All three of those modules can be turned off and hidden in their own module settings.

To turn off the small time, I need to remove the stream user so, I can access settings. After that, I need to turn the stream user on again. OBS don't save this.

CasualTerror commented 2 years ago

All three of those modules can be turned off and hidden in their own module settings.

To turn off the small time, I need to remove the stream user so, I can access settings. After that, I need to turn the stream user on again. OBS don't save this.

It should. Mine does.

AxiumDND commented 2 years ago

You can force stream view to show full sidebar then in OBS you can go in and turn off those settings. then turn off show full side bar refresh and then your good to go.

brunocalado commented 2 years ago

Thank you all.