Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-01-27 | playlist/*: convert to C++ | Max Kellermann | 1 | -15/+21 | |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 | |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 | |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -0/+1 | |
After we've been hit by Large File Support problems several times in the past week (which only occur on 32 bit platforms, which I don't have), this is yet another attempt to fix the issue. | |||||
2009-11-06 | playlist/{m3u,pls}: removed URI checks | Max Kellermann | 1 | -1/+1 | |
The caller is responsible for verifying the song URI. | |||||
2009-10-13 | playlist/m3u: added plugin name | Max Kellermann | 1 | -0/+2 | |
2009-10-12 | playlist_plugin: new plugin API for playlist parsers | Max Kellermann | 1 | -0/+89 | |
Based on this API, we will add parsers for EXTM3U, PLS, ASX, last.fm radio and others. There is no integration into the MPD core yet. Right now, we have a command line test program. This is work in progress. |