Clementine-audio-player-Mac.../src/smartplaylists
Nick Lanham d022f974a1 Add "Smart Playlists" for subsonic
Notes:
- These playlists allow access to the subsonic feature of pulling new, frequently played, and so on albums.
- See: http://www.subsonic.org/pages/api.jsp#getAlbumList for the subsonic description
- The subsonic api is inherently album oriented.  Therefore at the moment the "count" argument for GenerateMore is used as the number of albums to pull, which hopefully isn't a problem.
- Could be made more efficient by multi-threading the fetch of the songs for each album
2015-11-30 22:13:37 -08:00
..
generator.cpp Add "Smart Playlists" for subsonic 2015-11-30 22:13:37 -08:00
generator.h Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
generator_fwd.h Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
generatorinserter.cpp Remove most usages of QFutureWatcher 2015-11-27 14:28:12 +00:00
generatorinserter.h Remove most usages of QFutureWatcher 2015-11-27 14:28:12 +00:00
generatormimedata.h Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
querygenerator.cpp Convert all instances of foreach() to a C++11 for 2014-02-10 14:43:32 +01:00
querygenerator.h Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
querysearchpage.ui Fix the background color of the query term scroll area on OS X 2012-11-04 18:54:35 -08:00
querysortpage.ui Resize the sort order combobox when its contents changes. Fixes #4173 2014-02-09 16:43:43 +11:00
querywizardplugin.cpp Convert all instances of foreach() to a C++11 for 2014-02-10 14:43:32 +01:00
querywizardplugin.h Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
search.cpp Convert all instances of foreach() to a C++11 for 2014-02-10 14:43:32 +01:00
search.h Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
searchpreview.cpp Remove most usages of QFutureWatcher 2015-11-27 14:28:12 +00:00
searchpreview.h Remove most usages of QFutureWatcher 2015-11-27 14:28:12 +00:00
searchpreview.ui Always show a scrollbar in the smart playlist preview (avoids flickering when the viewport resizes), and stop the new search term widget responding to mouse events when it's disabled 2010-11-20 12:10:56 +00:00
searchterm.cpp Support showing original year tag on the playlist. 2015-06-30 19:25:38 +02:00
searchterm.h Support showing original year tag on the playlist. 2015-06-30 19:25:38 +02:00
searchtermwidget.cpp check custom icon location, then system theme & then fallback theme 2015-10-13 22:35:49 -05:00
searchtermwidget.h Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
searchtermwidget.ui Make the Remove search term button on the smart playlist dialog a little less ugly on OS X 2012-11-04 18:54:35 -08:00
wizard.cpp Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
wizard.h Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
wizardfinishpage.ui Make dynamic playlists use the limit specified in the smart playlist dialog. Thanks google@robbertkrebbers.nl. Fixes issue 1082. Fixes issue 1192. 2011-05-14 13:44:10 +00:00
wizardplugin.cpp Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
wizardplugin.h Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00