Status
enum Status: String
The status of song matching
-
Not loaded
Declaration
Swift
case none = "Ready to match your songs between Kodi and Music" -
Match the Kodi songs with music
Declaration
Swift
case musicMatching = "Matching songs between Kodi and Music" -
Kodi songs are matched with Music
Declaration
Swift
case musicMatched = "Matched songs between Kodi and Music" -
Sync all songs
Declaration
Swift
case syncAllSongs = "Syncing your songs" -
Bool if Music Match is busy
Declaration
Swift
var busy: Bool
View on GitHub