| Summary: | Could the wikipedia applet not be cleared if playback is stopped? | ||
|---|---|---|---|
| Product: | [Applications] amarok | Reporter: | robert marshall <robert> |
| Component: | Context View/Wikipedia | Assignee: | Amarok Bugs <amarok-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | stuffcorpse, tuomas |
| Priority: | NOR | ||
| Version First Reported In: | 2.9.82 | ||
| Target Milestone: | kf5 | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/multimedia/amarok/-/commit/fefd0c61616cf39bba7069f8cdf561ba787e6933 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
robert marshall
2024-04-19 19:11:37 UTC
Hmm, true, that's a valid point. I tried adding a button ("pause") that stops any automatic Wikipedia page updates. Needs a bit more polishing but I think it makes sense, I'll probably add this in a couple of days.
A possibly relevant merge request was started @ https://invent.kde.org/multimedia/amarok/-/merge_requests/89 Git commit fefd0c61616cf39bba7069f8cdf561ba787e6933 by Tuomas Nurmi. Committed on 21/04/2024 at 07:08. Pushed by nurmi into branch 'master'. Add a button to stop Wikipedia from updating automatically Makes sense, so one does not have to pause track to keep reading the same page. Using pause icon and string, at least the string can be made more descriptive later. M +1 -0 ChangeLog M +12 -0 src/context/applets/wikipedia/package/contents/ui/main.qml M +20 -0 src/context/applets/wikipedia/plugin/WikipediaEngine.cpp M +4 -0 src/context/applets/wikipedia/plugin/WikipediaEngine.h https://invent.kde.org/multimedia/amarok/-/commit/fefd0c61616cf39bba7069f8cdf561ba787e6933 |