aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/UpnpDatabasePlugin.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* db/upnp/Object: use strictly-typed enumsMax Kellermann2014-01-101-32/+53
| | | | | At the same time, rename the enum types and the class attributes, and add an "UNKNOWN" type/class. The latter avoids the "-1" hack.
* db/upnp: getprop() returns const char *Max Kellermann2014-01-101-16/+16
| | | | | Return the return value, instead returning it in a reference parameter. Reduces bloat by reducing unnecessary std::string usage.
* db/upnp: don't set mtime, start_ms, end_msMax Kellermann2014-01-101-5/+0
| | | | Not necessary or useful.
* db/upnp: use TagTable in upnpItemToSong()Max Kellermann2014-01-101-25/+14
| | | | Reduces bloat by eliminating one std::map.
* UPnP database pluginJean-Francois Dockes2014-01-091-0/+923
[mk: renamed source files, applied coding style, reduced bloat, using MPD's threading library, using MPD's error reporting and logging library and refactoring, fixed lots of bugs]