Component:VideoStreamingServicesSettings: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
add info
 
Line 3: Line 3:
|Name=Video Streaming Services Settings
|Name=Video Streaming Services Settings
}}
}}
The '''Video Streaming Services Settings''' component
The '''VideoStreamingServicesSettings''' component handles settings for streaming service content downloading like allowing usage of browser cookies to get around the issue of "login to confirm you're not a bot" issue.
{{stub}}


== Fields ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|UseCookiesFromBrowser|CookiesBrowser|
|UseCookiesFromBrowser|CookiesBrowser| allows usage of browser cookies to get around the issue of "login to confirm you're not a bot" issue.
}}
}}


== Usage ==
== Usage ==
Not used directly by the user.


== Examples ==
== Examples ==
See [[Settings]].


== See Also ==
== See Also ==
* [[Settings]]


[[Category:Components:Uncategorized{{#translation:}}|Video Streaming Services Settings]]
[[Category:Components:Uncategorized{{#translation:}}|Video Streaming Services Settings]]
[[Category:Components{{#translation:}}|Video Streaming Services Settings]]
[[Category:Components{{#translation:}}|Video Streaming Services Settings]]
[[Category:ComponentStubs]]

Latest revision as of 01:06, 4 May 2025

Component image 
File:VideoStreamingServicesSettingsComponent.png
Video Streaming Services Settings component as seen in the Scene Inspector

The VideoStreamingServicesSettings component handles settings for streaming service content downloading like allowing usage of browser cookies to get around the issue of "login to confirm you're not a bot" issue.

Fields

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated.
Enabled Bool Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't.
UseCookiesFromBrowser CookiesBrowser allows usage of browser cookies to get around the issue of "login to confirm you're not a bot" issue.

Usage

Not used directly by the user.

Examples

See Settings.

See Also