Home
last modified time | relevance | path

Searched refs:get_mpd (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/conky-awesome/conky-1.12.2/src/
H A Dmpd.cc304 mpd_result get_mpd() { in get_mpd() function
339 format_media_player_time(p, p_max_size, get_mpd().elapsed); in print_mpd_elapsed()
345 format_media_player_time(p, p_max_size, get_mpd().length); in print_mpd_length()
350 return round_to_positive_int(get_mpd().progress * 100.0f); in mpd_percentage()
355 return get_mpd().progress; in mpd_barval()
360 const mpd_result &mpd_info = get_mpd(); in print_mpd_smart()
371 } else if (static_cast<unsigned int>(!get_mpd().title.empty()) != 0u) { in print_mpd_smart()
384 return get_mpd().is_playing; in check_mpd_playing()
392 snprintf(p, p_max_size, fmt, get_mpd().name acc); \
/dports/sysutils/conky/conky-1.12.2/src/
H A Dmpd.cc304 mpd_result get_mpd() { in get_mpd() function
339 format_media_player_time(p, p_max_size, get_mpd().elapsed); in print_mpd_elapsed()
345 format_media_player_time(p, p_max_size, get_mpd().length); in print_mpd_length()
350 return round_to_positive_int(get_mpd().progress * 100.0f); in mpd_percentage()
355 return get_mpd().progress; in mpd_barval()
360 const mpd_result &mpd_info = get_mpd(); in print_mpd_smart()
371 } else if (static_cast<unsigned int>(!get_mpd().title.empty()) != 0u) { in print_mpd_smart()
384 return get_mpd().is_playing; in check_mpd_playing()
392 snprintf(p, p_max_size, fmt, get_mpd().name acc); \