aboutsummaryrefslogtreecommitdiffstats
path: root/src/lyrics.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright noticesAvuton Olrich2008-12-311-9/+10
|
* lyrics: return plugin_cycle structMax Kellermann2008-12-121-6/+1
| | | | | Eliminated the lyrics_loader struct. Instead of lyrics_free(), callers should use plugin_stop().
* lyrics: use the new plugin libraryMax Kellermann2008-12-121-4/+2
|
* lyrics: added callbackMax Kellermann2008-09-231-12/+3
| | | | | Instead of letting our caller poll lyrics_result(), call it back as soon as we have the result.
* lyrics: converted in-process plugins to external programsMax Kellermann2008-09-161-0/+48
In-process plugins are very problematic. It is much easier and flexible to move the lyrics plugins to external programs, with a trivial protocol. This is work in progress, among the things missing: - protocol specification, including exit codes - plugin installation - plugin search directory - run-time configuration (currently hard coded) - automatic polling (using glib's main loop?) - better and more robust error handling