Home
last modified time | relevance | path

Searched refs:playlist_name (Results 1 – 25 of 166) sorted by relevance

1234567

/dports/games/retroarch/RetroArch-1.9.7/tasks/
H A Dtask_playlist_manager.c53 char *playlist_name; member
79 free(pl_manager->playlist_name); in free_pl_manager_handle()
80 pl_manager->playlist_name = NULL; in free_pl_manager_handle()
293 char playlist_name[PATH_MAX_LENGTH]; in task_push_pl_manager_reset_cores() local
299 playlist_name[0] = '\0'; in task_push_pl_manager_reset_cores()
312 if (string_is_empty(playlist_name)) in task_push_pl_manager_reset_cores()
327 pl_manager->playlist_name = strdup(playlist_name); in task_push_pl_manager_reset_cores()
795 char playlist_name[PATH_MAX_LENGTH]; in task_push_pl_manager_clean_playlist() local
801 playlist_name[0] = '\0'; in task_push_pl_manager_clean_playlist()
814 if (string_is_empty(playlist_name)) in task_push_pl_manager_clean_playlist()
[all …]
/dports/audio/ampache/ampache-php74-5.0.0/src/Repository/Model/
H A DPlaylist.php109 * @param string $playlist_name
122 if (empty($playlist_name)) {
137 if ($playlist_name !== '') {
138 … $playlist_name = (!$like) ? "= '" . $playlist_name . "'" : "LIKE '%" . $playlist_name . "%' ";
139 … $sql .= (!$is_admin) ? "AND `name` " . $playlist_name : "WHERE `name` " . $playlist_name;
150 if (empty($playlist_name)) {
221 * @param string $playlist_name
231 if (empty($playlist_name)) {
244 if ($playlist_name !== '') {
245 … $playlist_name = (!$like) ? "= '" . $playlist_name . "'" : "LIKE '%" . $playlist_name . "%' ";
[all …]
/dports/games/retroarch/RetroArch-1.9.7/menu/cbs/
H A Dmenu_cbs_label.c81 char playlist_name[PATH_MAX_LENGTH]; in FILL_LABEL_MACRO() local
83 playlist_name[0] = '\0'; in FILL_LABEL_MACRO()
85 strlcpy(playlist_name, playlist_file, sizeof(playlist_name)); in FILL_LABEL_MACRO()
86 path_remove_extension(playlist_name); in FILL_LABEL_MACRO()
88 strlcpy(s, playlist_name, len); in FILL_LABEL_MACRO()
/dports/multimedia/gtk-youtube-viewer/youtube-viewer-3.9.6/lib/WWW/YoutubeViewer/
H A DPlaylists.pm36 my ($self, $playlist_name, %fields) = @_;
44 my $id = $res->{results}{items}[0]{contentDetails}{relatedPlaylists}{$playlist_name};
50 …$playlist_name eq 'favorites' or return undef; # currently, only "favorites" require the fallba…
79 if ($playlist_name eq 'favorites' and $playlist->{id} =~ /^FL/) {
/dports/audio/ampache/ampache-php74-5.0.0/src/Module/Application/Playlist/
H A DCreatePlaylistAction.php56 $playlist_name = (string) scrub_in($_REQUEST['playlist_name']);
59 $playlist_id = Playlist::create($playlist_name, $playlist_type);
65 sprintf(T_('%1$s (%2$s) has been created'), $playlist_name, $playlist_type),
/dports/audio/mpz/mpz-1.0.19/app/playlist/
H A Dplaylist.cpp24 return playlist_name; in name()
30 playlist_name = value.left(MAX_NAME_LEN - 3) + "..."; in rename()
32 playlist_name = value; in rename()
34 return playlist_name; in rename()
/dports/multimedia/py-soco/SoCo-0.25.2/tests/
H A Dtest_integration.py440 playlist_name = "zSocoTestPlayList42" variable in TestSonosPlaylist
448 msg = "%s is an existing playlist." % self.playlist_name
453 if sonos_playlist.title == self.playlist_name:
459 new_playlist = soco.create_sonos_playlist(title=self.playlist_name)
468 playlist = soco.create_sonos_playlist_from_queue(self.playlist_name)
488 new_playlist = soco.create_sonos_playlist(title=self.playlist_name)
493 if sonos_playlist.title == self.playlist_name:
542 playlist_name = "zSocoTestPlayList42" variable in TestReorderSonosPlaylist
551 if self.playlist_name in [x.title for x in self.existing_playlists]:
552 msg = "%s is an existing playlist." % self.playlist_name
[all …]
/dports/multimedia/quodlibet/quodlibet-4.3.0/quodlibet/ext/songsmenu/
H A Dcustom_commands.py82 def run(self, songs, playlist_name=None): argument
94 if playlist_name:
95 print_d("Playlist command for %s" % playlist_name)
96 template_vars["PLAYLIST"] = playlist_name
102 if playlist_name:
103 wrapped["~playlistname"] = playlist_name
/dports/audio/rhythmbox/rhythmbox-3.4.4/plugins/generic-player/
H A Drb-psp-source.c153 char *playlist_name;
176 playlist_name = g_file_get_basename (file);
177 playlist = rb_auto_playlist_source_new (shell, playlist_name, FALSE);
178 g_free (playlist_name);
/dports/audio/ampache/ampache-php74-5.0.0/src/Module/Application/Search/
H A DSaveAsPlaylistAction.php70 $playlist_name = (filter_has_var(INPUT_POST, 'browse_name'))
80 $playlist_id = (int)Playlist::create($playlist_name, $playlist_type);
95 $playlist_name
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/rspotify-0.10.0/examples/blocking/
H A Duser_playlist_create.rs40 let playlist_name = "A New Playlist";
41 let playlists = spotify.user_playlist_create(user_id, playlist_name, false, None);
H A Duser_playlist_change_detail.rs40 let playlist_name = "A New Playlist-update";
44 Some(playlist_name),
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/rspotify-0.8.0/examples/
H A Duser_playlist_create.rs40 let playlist_name = "A New Playlist"; in delay()
41 let playlists = spotify.user_playlist_create(user_id, playlist_name, false, None); in delay()
H A Duser_playlist_change_detail.rs40 let playlist_name = "A New Playlist-update";
44 Some(playlist_name),
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/rspotify-0.10.0/examples/
H A Duser_playlist_create.rs41 let playlist_name = "A New Playlist"; in main() localVariable
43 .user_playlist_create(user_id, playlist_name, false, None) in main()
H A Duser_playlist_change_detail.rs41 let playlist_name = "A New Playlist-update";
46 Some(playlist_name),
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Database/
H A DPlaylist.h55 int createPlaylist(QString playlist_name, bool temporary);
62 bool storePlaylist(const MetaDataList& vec_md, QString playlist_name, bool temporary);
/dports/audio/musicpd/mpd-0.23.6/src/db/
H A DDatabasePlaylist.cxx68 const char *playlist_name, in SearchInsertIntoPlaylist() argument
72 playlist_name, in SearchInsertIntoPlaylist()
/dports/audio/ampache/ampache-php74-5.0.0/src/Module/Application/SmartPlaylist/
H A DCreatePlaylistAction.php79 $playlist_name = (string) scrub_in($_REQUEST['playlist_name']);
83 $playlist->name = $playlist_name;
/dports/audio/mps/mps-0.20.16/
H A DREADME.rst161 ``add 1-4,7 <playlist_name>`` to add songs 1-4 and 7 to a saved playlist. A
168 ``open <playlist_name or ID>`` to open a saved playlist as the current playlist
170 ``view <playlist_name or ID>`` to view a playlist (leaves current playlist intact)
172 ``play <playlist_name or ID>`` to play a saved playlist directly.
174 ``save`` or ``save <playlist_name>`` to save the currently displayed songs as a
177 ``rmp <playlist_name or ID>`` to delete a playlist from disk
H A DPKG-INFO170 ``add 1-4,7 <playlist_name>`` to add songs 1-4 and 7 to a saved playlist. A
177 ``open <playlist_name or ID>`` to open a saved playlist as the current playlist
179 ``view <playlist_name or ID>`` to view a playlist (leaves current playlist intact)
181 ``play <playlist_name or ID>`` to play a saved playlist directly.
183 ``save`` or ``save <playlist_name>`` to save the currently displayed songs as a
186 ``rmp <playlist_name or ID>`` to delete a playlist from disk
/dports/audio/easytag/easytag-2.4.3/src/
H A Dplaylist_dialog.c423 gchar *playlist_name = NULL; in write_button_clicked() local
453 playlist_name = g_settings_get_string (MainSettings, in write_button_clicked()
457 temp = filename_from_display (playlist_name); in write_button_clicked()
458 g_free (playlist_name); in write_button_clicked()
532 playlist_name = filename_from_display(playlist_name_utf8); in write_button_clicked()
535 GFile *file = g_file_new_for_path (playlist_name); in write_button_clicked()
566 g_free(playlist_name); in write_button_clicked()
/dports/audio/mixxx/mixxx-2.3.0/src/library/rhythmbox/
H A Drhythmboxfeature.cpp233 QString playlist_name = attr.value("name").toString(); in importPlaylists() local
236 rootItem->appendChild(playlist_name); in importPlaylists()
239 query_insert_to_playlists.bindValue(":name", playlist_name); in importPlaylists()
243 << "Couldn't insert playlist:" << playlist_name; in importPlaylists()
/dports/audio/strawberry/strawberry-1.0.0/src/core/
H A Dplayer.h86 virtual void PlayPlaylist(const QString &playlist_name) = 0;
168 void PlayPlaylist(const QString &playlist_name) override;
202 …nst Engine::TrackChangeFlags, const Playlist::AutoScroll autoscroll, const QString &playlist_name);
/dports/audio/mps/mps-0.20.16/mps.egg-info/
H A DPKG-INFO170 ``add 1-4,7 <playlist_name>`` to add songs 1-4 and 7 to a saved playlist. A
177 ``open <playlist_name or ID>`` to open a saved playlist as the current playlist
179 ``view <playlist_name or ID>`` to view a playlist (leaves current playlist intact)
181 ``play <playlist_name or ID>`` to play a saved playlist directly.
183 ``save`` or ``save <playlist_name>`` to save the currently displayed songs as a
186 ``rmp <playlist_name or ID>`` to delete a playlist from disk

1234567