Summary: | please add a way to see position in playing track without bringing up Amarok (system tray entry tooltip) | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | Philippe Cloutier <chealer> |
Component: | Notifications | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | 2.4.2 (unreleased) | ||
Target Milestone: | 2.4.3 | ||
Platform: | Unlisted Binaries | ||
OS: | All | ||
Latest Commit: | https://invent.kde.org/multimedia/amarok/-/commit/cebd1918272c29b82faeef7a4d38fddc25e8988d | Version Fixed In: | 2.5 |
Sentry Crash Report: |
Description
Philippe Cloutier
2011-07-25 06:31:50 UTC
Git commit 19443f1b7b92bb451e6fd8c25f2dbd10b53363d0 by Sam Lade. Committed on 25/07/2011 at 20:47. Pushed by lade into branch 'master'. Show play progress in tray icon tooltip FEATURE:278445 FIXED-IN:2.4.4 M +4 -0 ChangeLog M +2 -1 src/EngineController.h M +15 -2 src/TrayIcon.cpp M +1 -0 src/TrayIcon.h M +6 -2 src/EngineController.cpp http://commits.kde.org/amarok/19443f1b7b92bb451e6fd8c25f2dbd10b53363d0 Thank you Sam. Are there conditions in which position does not display? I am seeing for example: Inferno (Unleash The Fire) by Symphony X on The Odyssey (5:32) Volume: 85% Score: 83.33 Play count: 3 Last played: November 2011 Using Amarok 2.5.0. This feature is no longer present, although there is still code for it. The code was apparently "disabled". I couldn't see the feature so I asked Sam on IRC. This was his reply: [2012-01-04 15:52:40] <chealer> hi Sentynel. did you see my question in https://bugs.kde.org/show_bug.cgi?id=278445 ? [2012-01-04 15:52:46] <bugbot> KDE bug 278445 in amarok (Notifications) "please add a way to see position in playing track without bringing up Amarok (system tray entry tooltip)" [Wishlist,Resolved: fixed] [2012-01-04 15:53:24] <Sentynel> chealer: it got removed again as it was causing cpu usage issues with dbus I do not have details on the issue and on which commit disabled. A possibly relevant merge request was started @ https://invent.kde.org/multimedia/amarok/-/merge_requests/73 Git commit cebd1918272c29b82faeef7a4d38fddc25e8988d by Tuomas Nurmi. Committed on 30/03/2024 at 11:04. Pushed by nurmi into branch 'master'. Show track progress in OSD Only shown if a length exists for the track, too, i.e. not for streams and so on. Kind of solves which asks for a way to see position in playing track without bringing up Amarok, which this does - although not via system tray tooltip as suggested on report. M +5 -0 src/widgets/Osd.cpp https://invent.kde.org/multimedia/amarok/-/commit/cebd1918272c29b82faeef7a4d38fddc25e8988d |