Home
last modified time | relevance | path

Searched defs:genres (Results 1 – 25 of 234) sorted by relevance

12345678910

/dports/audio/libechonest/libechonest-2.3.1/tests/
H A DGenreTest.cpp95 Genres genres = Genre::parseList( reply ); in testList() local
113 Genres genres; in testProfileUrl() local
134 Genres genres; in testProfile() local
171 Genres genres = Genre::parseList( reply ); in testSearch() local
190 QVector< QString > genres = Artist::parseGenreList( reply ); in testLegacyHack() local
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Components/Library/
H A DGenreFetcher.cpp39 Util::Set<Genre> genres; member
83 Util::Set<Genre> GenreFetcher::genres() const in genres() function in GenreFetcher
85 Util::Set<Genre> genres(m->genres); in genres() local
112 void GenreFetcher::deleteGenres(const Util::Set<Genre>& genres) in deleteGenres()
/dports/audio/ampache/ampache-php74-5.0.0/vendor/php-tmdb/api/lib/Tmdb/Model/Query/Discover/
H A DDiscoverTvQuery.php121 public function withGenres($genres)
138 public function withGenresOr(array $genres = [])
151 public function withGenresAnd(array $genres = [])
/dports/audio/ampache/ampache-php74-5.0.0/vendor/sabre/xml/lib/Model/Query/Discover/
H A DDiscoverTvQuery.php121 public function withGenres($genres)
138 public function withGenresOr(array $genres = [])
151 public function withGenresAnd(array $genres = [])
/dports/audio/atunes/atunes-3.1.2/src/net/sourceforge/atunes/kernel/modules/tags/
H A DGenres.java34 private List<String> genres; field in Genres
39 public void setGenres(final List<String> genres) { in setGenres()
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Gui/Library/
H A DGenreView.cpp57 GenreNode* genres = nullptr; member
173 const Util::Set<Genre> genres = m->genreFetcher->genres(); in renamePressed() local
214 Util::Set<Genre> genres; in deletePressed() local
260 QStringList genres; in selectionChanged() local
288 Util::Set<Genre> genres = m->genreFetcher->genres(); in reloadGenres() local
292 void GenreView::setGenres(const Util::Set<Genre>& genres) in setGenres()
327 void GenreView::buildGenreDataTree(const Util::Set<Genre>& genres) in buildGenreDataTree()
/dports/multimedia/navidrome/navidrome-0.40.0/tests/fixtures/
H A Dspotify.search.artist.json13 "genres": [ array
50 "genres": [], array
83 "genres": [], array
116 "genres": [], array
149 "genres": [], array
166 "genres": [], array
183 "genres": [], array
200 "genres": [], array
332 "genres": [ array
535 "genres": [ array
[all …]
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libmpdemux/
H A Dgenres.h34 const char * const genres[] = { variable
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libmpdemux/
H A Dgenres.h34 const char * const genres[] = { variable
/dports/audio/ampache/ampache-php74-5.0.0/vendor/php-tmdb/api/examples/genres/api/
H A Dall.php19 $genres = $client->getGenresApi()->getGenres(); variable
H A Dalltv.php19 $genres = $client->getGenresApi()->getTvGenres(); variable
H A Dallmovies.php19 $genres = $client->getGenresApi()->getMovieGenres(); variable
H A Dmovies.php19 $genres = $client->getGenresApi()->getMovies(18); variable
/dports/audio/ampache/ampache-php74-5.0.0/vendor/php-tmdb/api/examples/genres/model/
H A Dall.php20 $genres = $repository->loadCollection(); variable
H A Dallmovies.php20 $genres = $repository->loadMovieCollection(); variable
H A Dalltv.php20 $genres = $repository->loadTvCollection(); variable
/dports/audio/sound-juicer/sound-juicer-3.38.0/src/
H A Dsj-genres.c112 char **genres; in create_genre_list() local
154 char **genres; in save_genre() local
/dports/multimedia/navidrome/navidrome-0.40.0/server/subsonic/responses/.snapshots/
H A Dresponses-snapshotMatcher-Match-Responses Genres without data should match .JSON1 {"status":"ok","version":"1.8.0","type":"navidrome","serverVersion":"v0.0.0","genres":{}} object
/dports/multimedia/musique/musique-1.10.1/src/
H A Dgenresmodel.h33 Genres genres; variable
/dports/audio/ampache/ampache-php74-5.0.0/vendor/jwilsson/spotify-web-api-php/tests/fixtures/
H A Dartist-related-artists.json10 "genres" : [ "album rock", "glam rock", "rock" ], array
42 "genres" : [ "hard rock", "rock" ], array
106 "genres" : [ "classic funk rock", "funk rock" ], array
138 "genres" : [ "rock" ], array
170 "genres" : [ "blues-rock", "classic rock" ], array
266 "genres" : [ "rock-and-roll", "rockabilly" ], array
330 "genres" : [ "metal" ], array
362 "genres" : [ ], array
426 "genres" : [ ], array
486 "genres" : [ ], array
[all …]
/dports/www/p5-Template-Plugin-MP3/Template-Plugin-MP3-1.02/
H A DMP3.pm76 sub genres { subroutine
/dports/multimedia/musikcube/musikcube-0.96.7/src/musikcube/app/layout/
H A DCategorySearchLayout.h106 std::shared_ptr<CategoryListView> genres; variable
/dports/audio/kid3-qt5/kid3-3.8.6/src/core/tags/
H A Dgenres.cpp505 QStringList genres; in getNameString() local
577 QStringList genres; in getNumberString() local
/dports/audio/kid3-kf5/kid3-3.8.6/src/core/tags/
H A Dgenres.cpp505 QStringList genres; in getNameString() local
577 QStringList genres; in getNumberString() local
/dports/audio/spotify-qt/spotify-qt-3.7/lib/include/lib/spotify/
H A Dartist.hpp32 std::vector<std::string> genres; member in lib::spt::artist

12345678910