Home
last modified time | relevance | path

Searched refs:shuffle_mode (Results 1 – 25 of 26) sorted by relevance

12

/dports/multimedia/gmerlin/gmerlin-1.2.0/apps/player/
H A Dremote.c45 bg_media_tree_next(g->tree, 1, g->shuffle_mode); in gmerlin_handle_remote()
50 g->shuffle_mode); in gmerlin_handle_remote()
H A Dgmerlin.c601 if(bg_media_tree_next(g->tree, 0, g->shuffle_mode)) in gmerlin_next_track()
620 if(!bg_media_tree_next(g->tree, 1, g->shuffle_mode)) in gmerlin_next_track()
668 g->shuffle_mode)) in gmerlin_check_next_track()
852 g->shuffle_mode = BG_SHUFFLE_MODE_OFF; in gmerlin_set_parameter()
856 g->shuffle_mode = BG_SHUFFLE_MODE_CURRENT; in gmerlin_set_parameter()
860 g->shuffle_mode = BG_SHUFFLE_MODE_ALL; in gmerlin_set_parameter()
H A Dgmerlin.h96 bg_shuffle_mode_t shuffle_mode; member
H A Dplayerwindow.c343 bg_media_tree_next(win->gmerlin->tree, 1, win->gmerlin->shuffle_mode); in gmerlin_button_callback()
349 bg_media_tree_previous(win->gmerlin->tree, 1, win->gmerlin->shuffle_mode); in gmerlin_button_callback()
512 bg_media_tree_previous(win->gmerlin->tree, 1, win->gmerlin->shuffle_mode); in handle_message()
516 bg_media_tree_next(win->gmerlin->tree, 1, win->gmerlin->shuffle_mode); in handle_message()
/dports/multimedia/gmerlin/gmerlin-1.2.0/lib/
H A Dtree.c867 static void create_shuffle_list(bg_media_tree_t * tree, bg_shuffle_mode_t shuffle_mode) in create_shuffle_list() argument
883 if(shuffle_mode == BG_SHUFFLE_MODE_ALL) in create_shuffle_list()
947 tree->last_shuffle_mode = shuffle_mode; in create_shuffle_list()
955 static void check_shuffle_list(bg_media_tree_t * tree, bg_shuffle_mode_t shuffle_mode) in check_shuffle_list() argument
957 if(tree->com.shuffle_list && (tree->last_shuffle_mode != shuffle_mode)) in check_shuffle_list()
964 create_shuffle_list(tree, shuffle_mode); in check_shuffle_list()
971 bg_shuffle_mode_t shuffle_mode) in bg_media_tree_next() argument
973 if(shuffle_mode == BG_SHUFFLE_MODE_OFF) in bg_media_tree_next()
982 check_shuffle_list(tree, shuffle_mode); in bg_media_tree_next()
1005 if(shuffle_mode == BG_SHUFFLE_MODE_OFF) in bg_media_tree_previous()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/dashboard/bq_export/
H A DREADME.md88 --parameters=experiments=shuffle_mode=service
103 --parameters=experiments=shuffle_mode=service,end_date=20191231,num_days=31
132 --experiments=shuffle_mode=service \
/dports/audio/exaile/exaile-4.1.1/doc/xl/
H A Dplaylist.rst12 shuffle_mode, repeat_mode, dynamic_mode,
/dports/audio/strawberry/strawberry-1.0.0/src/playlist/
H A Dplaylistsequence.cpp208 PlaylistSequence::ShuffleMode PlaylistSequence::shuffle_mode() const { in shuffle_mode() function in PlaylistSequence
221 switch (shuffle_mode()) { in CycleShuffleMode()
H A Dplaylistsequence.h66 ShuffleMode shuffle_mode() const;
H A Dplaylist.cpp501 PlaylistSequence::ShuffleMode shuffle_mode = playlist_sequence_->shuffle_mode(); in NextVirtualIndex() local
502 …bool album_only = repeat_mode == PlaylistSequence::Repeat_Album || shuffle_mode == PlaylistSequenc… in NextVirtualIndex()
546 PlaylistSequence::ShuffleMode shuffle_mode = playlist_sequence_->shuffle_mode(); in PreviousVirtualIndex() local
547 …bool album_only = repeat_mode == PlaylistSequence::Repeat_Album || shuffle_mode == PlaylistSequenc… in PreviousVirtualIndex()
1933 if (playlist_sequence_->shuffle_mode() == PlaylistSequence::Shuffle_Off) { in ReshuffleIndices()
1952 switch (playlist_sequence_->shuffle_mode()) { in ReshuffleIndices()
2008 ShuffleModeChanged(v->shuffle_mode()); in set_sequence()
2324 ShuffleModeChanged(playlist_sequence_->shuffle_mode()); in TurnOffDynamicPlaylist()
/dports/audio/clementine-player/Clementine-1.4.0rc1/src/playlist/
H A Dplaylistsequence.cpp210 PlaylistSequence::ShuffleMode PlaylistSequence::shuffle_mode() const { in shuffle_mode() function in PlaylistSequence
222 switch (shuffle_mode()) { in CycleShuffleMode()
H A Dplaylistsequence.h56 ShuffleMode shuffle_mode() const;
H A Dplaylist.cpp493 PlaylistSequence::ShuffleMode shuffle_mode = in NextVirtualIndex() local
494 playlist_sequence_->shuffle_mode(); in NextVirtualIndex()
496 shuffle_mode == PlaylistSequence::Shuffle_InsideAlbum; in NextVirtualIndex()
541 PlaylistSequence::ShuffleMode shuffle_mode = in PreviousVirtualIndex() local
542 playlist_sequence_->shuffle_mode(); in PreviousVirtualIndex()
544 shuffle_mode == PlaylistSequence::Shuffle_InsideAlbum; in PreviousVirtualIndex()
1916 ShuffleModeChanged(playlist_sequence_->shuffle_mode()); in TurnOffDynamicPlaylist()
2058 if (playlist_sequence_->shuffle_mode() == PlaylistSequence::Shuffle_Off) { in ReshuffleIndices()
2073 switch (playlist_sequence_->shuffle_mode()) { in ReshuffleIndices()
2132 ShuffleModeChanged(v->shuffle_mode()); in set_sequence()
/dports/multimedia/gmerlin/gmerlin-1.2.0/include/gmerlin/
H A Dtree.h498 bg_shuffle_mode_t shuffle_mode);
500 bg_shuffle_mode_t shuffle_mode);
/dports/audio/exaile/exaile-4.1.1/xl/
H A Dplaylist.py1164 shuffle_mode = self.shuffle_mode
1175 if shuffle_mode != 'disabled':
1183 next_index, next = self.__next_random_track(current_position, shuffle_mode)
1256 shuffle_mode = self.shuffle_mode
1260 if shuffle_mode != 'disabled':
1326 shuffle_mode = property(get_shuffle_mode, set_shuffle_mode) variable in Playlist
/dports/audio/clementine-player/Clementine-1.4.0rc1/src/networkremote/
H A Dincomingdataparser.cpp249 switch (shuffle.shuffle_mode()) { in SetShuffleMode()
H A Doutgoingdatacreator.cpp321 SendShuffleMode(app_->playlist_manager()->sequence()->shuffle_mode()); in SendFirstData()
/dports/audio/clementine-player/Clementine-1.4.0rc1/ext/libclementine-remote/
H A Dremotecontrolmessages.proto195 optional ShuffleMode shuffle_mode = 1; field
/dports/audio/clementine-player/Clementine-1.4.0rc1/src/core/
H A Dmpris2.cpp318 return app_->playlist_manager()->sequence()->shuffle_mode() != in Shuffle()
/dports/audio/strawberry/strawberry-1.0.0/src/core/
H A Dmpris2.cpp362 return app_->playlist_manager()->sequence()->shuffle_mode() != PlaylistSequence::Shuffle_Off; in Shuffle()
/dports/audio/xmcd/xmcd-3.3.2/common_d/
H A Dappenv.h1134 bool_t shuffle_mode; /* Shuffle enable on startup */ member
/dports/audio/exaile/exaile-4.1.1/xlgui/widgets/
H A Dplaylist_columns.py541 and playlist.shuffle_mode == 'disabled'
H A Dplaylist.py568 None, None, self.playlist.shuffle_mode, self.shuffle_button
721 self.playlist.shuffle_mode = mode
/dports/audio/xmcd/xmcd-3.3.2/libdi_d/
H A Dlibdi.c290 di_boolstr(app_data.shuffle_mode)); in di_prncfg()
1987 app_data.shuffle_mode = util_stob(parm); in di_common_parmload()
2902 app_data.shuffle_mode ? truestr : falsestr); in di_common_parmsave()
/dports/audio/xmcd/xmcd-3.3.2/cda_d/
H A Dcda.c1330 di_shuffle(s, app_data.shuffle_mode); in cda_init()

12