| Summary: | Wish: displaying track titles with OSD | ||
|---|---|---|---|
| Product: | [Applications] juk | Reporter: | Thibaut Cousin <kde> |
| Component: | general | Assignee: | Scott Wheeler <wheeler> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | aristsakas, martin.sandsmark, naught101 |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Thibaut Cousin
2003-11-02 13:12:28 UTC
FWIW, Kaffeine also has OSD support; the following URLs points to the C++ class doing the lifting: http://cvs.sourceforge.net/viewcvs.py/kaffeine/kaffeine/kaffeine/splashwidget.h?rev=HEAD&view=auto http://cvs.sourceforge.net/viewcvs.py/kaffeine/kaffeine/kaffeine/splashwidget.cpp?rev=HEAD&view=auto The rest of the code is configuration (config panel, load, save), instanciation, and calling it with a new title. Granted, Juk doesn't have a config dialog right now, and you prolly want to keep it that way. So this would be a prime candidate for a plugin, if there was a plugin system. Or, alternetivley, if Juk supported KDE sytem notifications, I'd write a small program that'd be triggered on every 'next track' event, use DCOP to read the track title and display that as an OSD string.. ;) There is now an OSD in JuK. This bug should be closed. |