Crate cmus_notify

Source

Modules§

cmus
notification
settings

Structs§

CompleteStr

Enums§

TrackCover
The cover of a track.

Functions§

get_embedded_art
Extracts the first embedded picture from an ID3 tag of an Audio file.
process_template_placeholders
Replace all the placeholders in the template with their matching value.
search_for
Searches for a file that matches the provided regular expression in the specified search directory and its subdirectories.
track_cover
Returns the cover of a track. If the track has an embedded cover, and force_use_external_cover is false, the embedded cover will be returned. If the track does not have an embedded cover, and no_use_external_cover is false, the function will search for an external cover. If the track has an embedded cover, and force_use_external_cover is true, the function will search for an external cover.