Commit Graph
2 Commits
Author SHA1 Message Date
Allen Petersen 8930f1833b Changes from code review: fixes the incorrect class for logging in
DispatchingContentDirectory, broadcasts search capabilities, and removes
an assignment that was not longer necessary.

Also added a couple of comments for clarity on the '- All Albums-' options.
2017-06-11 09:13:51 -04:00
Allen Petersen b3ae8faac6 Fixes Libresonic/libresonic#451
This replaces the existing FolderBasedContentDirectory with a new
DispatchingContentDirectory.  The new system then dispatches requests to
subclasses of UpnpContentProcessor, which then handle the requests as
appropriate.

This version also implements a new searchByName method in SearchService,
which is used to provide artist, album, and track search functionality
for the upnp service.
2017-06-09 20:48:18 -04:00