ID
enum ID : String, Codable, Sendable
The ID of the Kodi setting (SwiftlyKodi Type)
-
A setting SwiftlyKodiAPI doesn’t know about
Declaration
Swift
case unknown -
No ID (used for parent value)
Declaration
Swift
case none
-
Undocumented
Declaration
Swift
case lookAndFeelSkin = "lookandfeel.skin" -
Undocumented
Declaration
Swift
case lookAndFeelSkinTheme = "lookandfeel.skintheme" -
Undocumented
Declaration
Swift
case lookAndFeelSkinColors = "lookandfeel.skincolors" -
Undocumented
Declaration
Swift
case lookAndFeelFont = "lookandfeel.font" -
Undocumented
Declaration
Swift
case lookAndFeelSkinZoom = "lookandfeel.skinzoom" -
Undocumented
Declaration
Swift
case lookAndFeelEnableRssFeeds = "lookandfeel.enablerssfeeds" -
Undocumented
Declaration
Swift
case lookAndFeelRssEdit = "lookandfeel.rssedit"
-
Undocumented
Declaration
Swift
case localeLanguage = "locale.language" -
Undocumented
Declaration
Swift
case localeCountry = "locale.country"
-
Undocumented
Declaration
Swift
case filelistsIgnoreTheWhenSorting = "filelists.ignorethewhensorting"
-
Undocumented
Declaration
Swift
case videolibraryGroupMovieSets = "videolibrary.groupmoviesets" -
Undocumented
Declaration
Swift
case videolibraryShowuUwatchedPlots = "videolibrary.showunwatchedplots"
-
Undocumented
Declaration
Swift
case videoplayerAutoPlayNextItem = "videoplayer.autoplaynextitem"
-
Read the ReplayGain information encoded in your audio files
Declaration
Swift
case musicPlayerReplayGainType = "musicplayer.replaygaintype" -
Reference volume (PreAmp level) to use for files with encoded ReplayGain information
Declaration
Swift
case musicplayerReplayGainPreamp = "musicplayer.replaygainpreamp" -
Reference volume (PreAmp level) to use for files without encoded ReplayGain information
Declaration
Swift
case musicplayerReplayGainNoGainPreamp = "musicplayer.replaygainnogainpreamp" -
Play file at lower volume, if necessary, to avoid audio limiting clipping protection
Declaration
Swift
case musicplayerReplayGainAvoidClipping = "musicplayer.replaygainavoidclipping" -
Crossfade between songs
Declaration
Swift
case musicplayerCrossfade = "musicplayer.crossfade" -
Allow crossfading to occur when both tracks are from the same album
Declaration
Swift
case musicplayerCrossfadeAlbumTracks = "musicplayer.crossfadealbumtracks"
-
Undocumented
Declaration
Swift
case servicesDevicename = "services.devicename"
View on GitHub
ID Enumeration Reference