pub const DEFAULT_MUSIC_EXTENSION: &str = FLAC_EXTENSION; pub const FLAC_EXTENSION: &str = ".flac"; pub const WAV_EXTENSION: &str = ".wav"; pub const MPTHREE_EXTENSION: &str = ".mp3"; pub const JPG_EXTENSION: &str = ".jpg";