Home
last modified time | relevance | path

Searched defs:playlist_id (Results 1 – 25 of 128) sorted by relevance

123456

/dports/audio/lollypop/lollypop-5b2d95f4f8509d80fa86ab7d65b118326dc82a95/lollypop/
H A Dplaylists.py118 def exists(self, playlist_id): argument
134 def rename(self, playlist_id, name): argument
148 def remove(self, playlist_id): argument
164 def clear(self, playlist_id): argument
271 def get_track_uris(self, playlist_id): argument
298 def get_track_ids(self, playlist_id): argument
338 def get_tracks(self, playlist_id): argument
347 def get_duration(self, playlist_id): argument
383 def get_name(self, playlist_id): argument
458 def get_smart(self, playlist_id): argument
[all …]
H A Dmenu_playlists.py72 def __add_to_playlist(self, playlist_id): argument
77 def add(playlist_id): argument
88 def __remove_from_playlist(self, playlist_id): argument
93 def remove(playlist_id): argument
104 def __on_playlist_action_change_state(self, action, variant, playlist_id): argument
H A Dview_playlists.py30 def __init__(self, playlist_id, view_type): argument
100 def _on_playlist_track_added(self, playlists, playlist_id, uri): argument
114 def _on_playlist_track_removed(self, playlists, playlist_id, uri): argument
132 def _on_playlist_updated(self, playlists, playlist_id): argument
141 def _on_playlist_removed(self, playlists, playlist_id): argument
149 def _on_playlist_renamed(self, playlists, playlist_id): argument
H A Dmenu_playlist.py25 def __init__(self, playlist_id, view_type, header=False): argument
145 def __init__(self, playlist_id): argument
177 def __on_entry_changed(self, entry, playlist_id): argument
H A Dview_playlists_manager.py164 def _on_playlist_added(self, playlists, playlist_id): argument
172 def _on_playlist_removed(self, playlists, playlist_id): argument
183 def _on_playlist_renamed(self, playlists, playlist_id): argument
H A Dcontainer_playlists.py27 def show_smart_playlist_editor(self, playlist_id): argument
/dports/audio/spotify-qt/spotify-qt-3.7/lib/src/spotifyapi/
H A Dplaylists.cpp18 void api::playlist(const std::string &playlist_id, in playlist()
24 void api::edit_playlist(const std::string &playlist_id, in edit_playlist()
55 void api::add_to_playlist(const std::string &playlist_id, const std::string &track_id, in add_to_playlist()
62 void api::remove_from_playlist(const std::string &playlist_id, const std::string &track_id, in remove_from_playlist()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/rspotify-0.10.0/tests/
H A Dtest_with_oauth.rs870 let playlist_id = "5jAOgWXCBKuinsGiZxjDQ5"; in test_user_playlist_add_tracks() localVariable
900 let playlist_id = "5jAOgWXCBKuinsGiZxjDQ5"; in test_user_playlist_change_detail() localVariable
932 let playlist_id = "2v3iNvBX8Ay1Gt2uXtUKUT"; in test_user_playlist_check_follow() localVariable
986 let playlist_id = "2v3iNvBX8Ay1Gt2uXtUKUT"; in test_user_playlist_follow_playlist() localVariable
1011 let playlist_id = "5jAOgWXCBKuinsGiZxjDQ5"; in test_user_playlist_recorder_tracks() localVariable
1046 let playlist_id = "5jAOgWXCBKuinsGiZxjDQ5"; in test_user_playlist_remove_all_occurrences_of_tracks() localVariable
1081 let playlist_id = String::from("5jAOgWXCBKuinsGiZxjDQ5"); in test_user_playlist_remove_specific_occurrenes_of_tracks() localVariable
1131 let playlist_id = "5jAOgWXCBKuinsGiZxjDQ5"; in test_user_playlist_replace_tracks() localVariable
1159 let mut playlist_id = String::from("59ZbFPES4DQwEjBpWHzrtC"); in test_user_playlist() localVariable
1205 let playlist_id = String::from("spotify:playlist:59ZbFPES4DQwEjBpWHzrtC"); in test_user_playlist_tracks() localVariable
[all …]
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/rspotify-0.8.0/examples/
H A Duser_playlist_unfollow.rs39 let playlist_id = "65V6djkcVRyOStLd8nza8E"; in main() localVariable
H A Drecommendations.rs35 .client_credentials_manager(client_credential)
H A Duser_playlist_follow_playlist.rs37 let playlist_id = "2v3iNvBX8Ay1Gt2uXtUKUT"; in main() localVariable
H A Duser_playlist.rs36 let mut playlist_id = String::from("59ZbFPES4DQwEjBpWHzrtC"); in main() localVariable
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/rspotify-0.10.0/examples/
H A Dplaylist.rs36 let playlist_id = String::from("59ZbFPES4DQwEjBpWHzrtC"); in main() localVariable
H A Duser_playlist_follow_playlist.rs38 let playlist_id = "2v3iNvBX8Ay1Gt2uXtUKUT"; in main() localVariable
H A Duser_playlist_tracks.rs37 let playlist_id = String::from("spotify:playlist:59ZbFPES4DQwEjBpWHzrtC"); in main() localVariable
H A Duser_playlist.rs37 let mut playlist_id = String::from("59ZbFPES4DQwEjBpWHzrtC"); in main() localVariable
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/test/regress/expected/
H A Dnumerology.out35 WHERE (f1 > -2147483647) AND (f1 < 2147483647);
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/rspotify-0.10.0/examples/blocking/
H A Duser_playlist_unfollow.rs39 let playlist_id = "65V6djkcVRyOStLd8nza8E"; in main() localVariable
H A Duser_playlist_follow_playlist.rs37 let playlist_id = "2v3iNvBX8Ay1Gt2uXtUKUT"; in main() localVariable
H A Dget_access_token_without_cache.rs36 let mut playlist_id = String::from("59ZbFPES4DQwEjBpWHzrtC"); in main() localVariable
H A Duser_playlist.rs36 let mut playlist_id = String::from("59ZbFPES4DQwEjBpWHzrtC"); in main() localVariable
H A Duser_playlist_tracks.rs36 let playlist_id = String::from("spotify:playlist:59ZbFPES4DQwEjBpWHzrtC"); in main() localVariable
/dports/www/yt-dlp/yt-dlp-2021.12.27/yt_dlp/extractor/
H A Drutube.py193 def _next_page_url(self, page_num, playlist_id, *args, **kwargs): argument
196 def _entries(self, playlist_id, *args, **kwargs): argument
224 def _extract_playlist(self, playlist_id, *args, **kwargs): argument
307 def _next_page_url(self, page_num, playlist_id, item_kind): argument
/dports/www/youtube_dl/youtube-dl/youtube_dl/extractor/
H A Drutube.py194 def _next_page_url(self, page_num, playlist_id, *args, **kwargs): argument
197 def _entries(self, playlist_id, *args, **kwargs): argument
225 def _extract_playlist(self, playlist_id, *args, **kwargs): argument
306 def _next_page_url(self, page_num, playlist_id, item_kind): argument
/dports/sysutils/fwup/fwup-1.9.0/tests/
H A D145_require_path_at_offset.test40 echo $FILE
41 break

123456