struct ConfigPreferences

Included Modules

Defined in:

invidious/helpers/helpers.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]

Instance Method Detail

def annotations : Bool #

[View source]
def annotations=(annotations : Bool) #

[View source]
def annotations_subscribed : Bool #

[View source]
def annotations_subscribed=(annotations_subscribed : Bool) #

[View source]
def automatic_instance_redirect : Bool #

[View source]
def automatic_instance_redirect=(automatic_instance_redirect : Bool) #

[View source]
def autoplay : Bool #

[View source]
def autoplay=(autoplay : Bool) #

[View source]
def captions : Array(String) #

[View source]
def captions=(captions : Array(String)) #

[View source]
def comments : Array(String) #

[View source]
def comments=(comments : Array(String)) #

[View source]
def continue : Bool #

[View source]
def continue=(continue : Bool) #

[View source]
def continue_autoplay : Bool #

[View source]
def continue_autoplay=(continue_autoplay : Bool) #

[View source]
def dark_mode : String #

[View source]
def dark_mode=(dark_mode : String) #

[View source]
def default_home : String | Nil #

[View source]
def default_home=(default_home : String | Nil) #

[View source]
def extend_desc : Bool #

[View source]
def extend_desc=(extend_desc : Bool) #

[View source]
def feed_menu : Array(String) #

[View source]
def feed_menu=(feed_menu : Array(String)) #

[View source]
def latest_only : Bool #

[View source]
def latest_only=(latest_only : Bool) #

[View source]
def listen : Bool #

[View source]
def listen=(listen : Bool) #

[View source]
def local : Bool #

[View source]
def local=(local : Bool) #

[View source]
def locale : String #

[View source]
def locale=(locale : String) #

[View source]
def max_results : Int32 #

[View source]
def max_results=(max_results : Int32) #

[View source]
def notifications_only : Bool #

[View source]
def notifications_only=(notifications_only : Bool) #

[View source]
def player_style : String #

[View source]
def player_style=(player_style : String) #

[View source]
def quality : String #

[View source]
def quality=(quality : String) #

[View source]
def quality_dash : String #

[View source]
def quality_dash=(quality_dash : String) #

[View source]
def related_videos : Bool #

[View source]
def related_videos=(related_videos : Bool) #

[View source]
def show_nick : Bool #

[View source]
def show_nick=(show_nick : Bool) #

[View source]
def sort : String #

[View source]
def sort=(sort : String) #

[View source]
def speed : Float32 #

[View source]
def speed=(speed : Float32) #

[View source]
def thin_mode : Bool #

[View source]
def thin_mode=(thin_mode : Bool) #

[View source]
def to_tuple #

[View source]
def unseen_only : Bool #

[View source]
def unseen_only=(unseen_only : Bool) #

[View source]
def video_loop : Bool #

[View source]
def video_loop=(video_loop : Bool) #

[View source]
def volume : Int32 #

[View source]
def volume=(volume : Int32) #

[View source]
def vr_mode : Bool #

[View source]
def vr_mode=(vr_mode : Bool) #

[View source]