Home
last modified time | relevance | path

Searched refs:PLAYBACK_MODE_LOOP_ALL (Results 1 – 8 of 8) sorted by relevance

/dports/audio/deadbeef-mpris2-plugin/deadbeef-mpris2-plugin-1.12/src/
H A DmprisServer.c503 int loop = deadbeef->conf_get_int("playback.loop", PLAYBACK_MODE_LOOP_ALL); in onPlayerGetPropertyHandler()
509 case PLAYBACK_MODE_LOOP_ALL: in onPlayerGetPropertyHandler()
576 deadbeef->conf_set_int("playback.loop", PLAYBACK_MODE_LOOP_ALL); in onPlayerSetPropertyHandler()
717 case PLAYBACK_MODE_LOOP_ALL: in emitLoopStatusChanged()
H A Dmpris.c95 int newLoopStatus = mprisData.deadbeef->conf_get_int("playback.loop", PLAYBACK_MODE_LOOP_ALL); in handleEvent()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gme/
H A Dcgme.c461 …conf_play_forever = deadbeef->conf_get_int ("playback.loop", PLAYBACK_MODE_LOOP_ALL) == PLAYBACK_M… in cgme_start()
476 …conf_play_forever = deadbeef->conf_get_int ("playback.loop", PLAYBACK_MODE_LOOP_ALL) == PLAYBACK_M… in cgme_message()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/dumb/
H A Dcdumb.c244 …conf_play_forever = deadbeef->conf_get_int ("playback.loop", PLAYBACK_MODE_LOOP_ALL) == PLAYBACK_M… in cdumb_message()
975 …conf_play_forever = deadbeef->conf_get_int ("playback.loop", PLAYBACK_MODE_LOOP_ALL) == PLAYBACK_M… in cdumb_start()
/dports/audio/deadbeef/deadbeef-0.7.2/
H A Dstreamer.c551 if (pl_loop_mode == PLAYBACK_MODE_LOOP_ALL) { // loop in streamer_move_to_nextsong_real()
589 if (pl_loop_mode == PLAYBACK_MODE_LOOP_ALL || reason == 1) { // loop in streamer_move_to_nextsong_real()
631 if (pl_loop_mode == PLAYBACK_MODE_LOOP_ALL) { in streamer_move_to_nextsong_real()
722 if (pl_loop_mode == PLAYBACK_MODE_LOOP_ALL) { in streamer_move_to_prevsong_real()
755 if (pl_loop_mode == PLAYBACK_MODE_LOOP_ALL) { in streamer_move_to_prevsong_real()
H A Ddeadbeef.h310 PLAYBACK_MODE_LOOP_ALL = 0, // loop playlist enumerator
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gtkui/
H A Dactionhandlers.c1131 int ord = deadbeef->conf_get_int ("playback.loop", PLAYBACK_MODE_LOOP_ALL); in action_playback_loop_cycle_handler_cb()
1133 case PLAYBACK_MODE_LOOP_ALL: in action_playback_loop_cycle_handler_cb()
H A Dgtkui.c616 w = loopingwidgets[deadbeef->conf_get_int ("playback.loop", PLAYBACK_MODE_LOOP_ALL)]; in gtkui_on_configchanged()