Home
last modified time | relevance | path

Searched refs:PLAYBACK_ORDER_LINEAR (Results 1 – 7 of 7) sorted by relevance

/dports/audio/deadbeef-mpris2-plugin/deadbeef-mpris2-plugin-1.12/src/
H A Dmpris.c14 oldShuffleStatus = mprisData.deadbeef->conf_get_int("playback.order", PLAYBACK_ORDER_LINEAR); in onStart()
96 … int newShuffleStatus = mprisData.deadbeef->conf_get_int("playback.order", PLAYBACK_ORDER_LINEAR); in handleEvent()
H A DmprisServer.c524 if (deadbeef->conf_get_int("playback.order", PLAYBACK_ORDER_LINEAR) == PLAYBACK_ORDER_LINEAR) { in onPlayerGetPropertyHandler()
589 deadbeef->conf_set_int("playback.order", PLAYBACK_ORDER_LINEAR); in onPlayerSetPropertyHandler()
742 …nt_builder_add(builder, "{sv}", "Shuffle", g_variant_new_boolean(status != PLAYBACK_ORDER_LINEAR)); in emitShuffleStatusChanged()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gtkui/
H A Dactionhandlers.c1105 int ord = deadbeef->conf_get_int ("playback.order", PLAYBACK_ORDER_LINEAR); in action_playback_order_cycle_handler_cb()
1107 case PLAYBACK_ORDER_LINEAR: in action_playback_order_cycle_handler_cb()
H A Dcallbacks.c242 deadbeef->conf_set_int ("playback.order", PLAYBACK_ORDER_LINEAR); in on_order_linear_activate()
H A Dgtkui.c611 w = orderwidgets[deadbeef->conf_get_int ("playback.order", PLAYBACK_ORDER_LINEAR)]; in gtkui_on_configchanged()
/dports/audio/deadbeef/deadbeef-0.7.2/
H A Ddeadbeef.h302 PLAYBACK_ORDER_LINEAR = 0, enumerator
H A Dstreamer.c609 else if (pl_order == PLAYBACK_ORDER_LINEAR) { // linear in streamer_move_to_nextsong_real()
741 else if (pl_order == PLAYBACK_ORDER_LINEAR) { // linear in streamer_move_to_prevsong_real()