Opened 15 years ago
Closed 15 years ago
#9019 closed defect (Fixed)
Mythmusic trackinfo isn't updated when exiting visual
| Reported by: | Owned by: | stuartm | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.24 |
| Component: | Plugin - MythMusic | Version: | Master Head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
When exiting from the visualizers (seems to apply for MythMusic as well as libvisual), the trackinfo isn't updated if songs have changed (either normal play through or by hitting next/prev buttons).
It seems that if I comment out the check for (visualizer status !=2) in PlaybackBoxMusic::updateTrackInfo in playbackbox.cpp, it works as expected. However, I'm not sure if that could break something else.
Change History (6)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
| Resolution: | → Won't Fix |
|---|---|
| Status: | new → closed |
The visualizer interface is being totally rewritten-- we have been closing all the visualizer tickets as wontfix, doing the same with this one.
comment:3 by , 15 years ago
| Milestone: | unknown → 0.24 |
|---|---|
| Resolution: | Won't Fix |
| Status: | closed → new |
| Version: | Unspecified → Trunk Head |
comment:4 by , 15 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → accepted |
comment:5 by , 15 years ago
comment:6 by , 15 years ago
| Resolution: | → Fixed |
|---|---|
| Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.

...should say I *know* it happens with the libvisual visualizers. I'm not positive that it happened with the mythmusic standard visualizers (if it might matter).