Home
last modified time | relevance | path

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

/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gtkui/
H A Dplcommon.c973 static DdbListview *last_playlist; variable
980 last_playlist->binding->groups_changed (last_playlist, ""); in on_group_by_none_activate()
1010last_playlist->binding->groups_changed (last_playlist, "%album artist% - ['['%year%']' ]%album%"); in on_group_by_artist_date_album_activate()
1023 last_playlist->binding->groups_changed (last_playlist, "%artist%"); in on_group_by_artist_activate()
1040 if (last_playlist->group_format) { in on_group_by_custom_activate()
1041 gtk_entry_set_text (GTK_ENTRY (entry), last_playlist->group_format); in on_group_by_custom_activate()
1051 last_playlist->binding->groups_changed (last_playlist, text); in on_group_by_custom_activate()
1064 last_playlist = pl; in set_last_playlist_cm()
1338 … ddb_listview_refresh (last_playlist, DDB_LIST_CHANGED | DDB_REFRESH_COLUMNS | DDB_REFRESH_LIST); in on_edit_column_activate()
1351 ddb_listview_column_remove (last_playlist, active_column); in on_remove_column_activate()
[all …]
H A Dcallbacks.c69 DdbListview *last_playlist; variable
/dports/audio/pms/pms-0.42/src/
H A Dcommand.cpp70 last_playlist = playlist; in Mpd_status()
154 st->last_playlist = -1; in Control()
844 st->last_playlist = -1; in clear()
989 st->last_playlist += moved; in move()
1097 …MSG_DEBUG, 0, "Server playlist version is now %d, local is %d\n", st->playlist, st->last_playlist); in get_status()
1128 if (st->playlist != st->last_playlist || st->last_playlist == -1) in update()
1133 st->last_playlist = st->playlist; in update()
1496 if (st->last_playlist == -1) in update_playlist()
1501 mpd_sendPlChangesCommand(conn->h(), st->last_playlist); in update_playlist()
1634 if (st->last_playlist == -1) in increment()
[all …]
H A Dcommand.h173 long long last_playlist; variable
/dports/audio/spotify-qt/spotify-qt-3.7/lib/include/lib/settings/
H A Dgeneral.hpp34 std::string last_playlist;
/dports/audio/spotify-qt/spotify-qt-3.7/lib/src/
H A Dsettings.cpp71 setValue(g, "last_playlist", general.last_playlist); in from_json()
165 {"last_playlist", general.last_playlist}, in to_json()
/dports/audio/spotify-qt/spotify-qt-3.7/src/list/
H A Dplaylistlist.cpp95 : lib::spt::api::to_id(settings.general.last_playlist); in load()
H A Dtrackslist.cpp329 settings.general.last_playlist = playlist.id; in load()