Opened 18 years ago
Closed 18 years ago
Last modified 18 years ago
#4616 closed defect (fixed)
MythMusic: song title not updated when editing it in metadata editor
Reported by: | otto at kolsi dot fi | Owned by: | paulh |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythmusic | Version: | head |
Severity: | low | Keywords: | |
Cc: | Ticket locked: | no |
Description
Noticed following minor issue with MythMusic:
- edit title of currently played song in metadata editor
- save data to file and DB
- music tree is reloaded but the main song information still shows the old song title.
This is with the "Show entire music tree" option disabled.
Attachments (2)
Change History (9)
comment:1 by , 18 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
by , 18 years ago
Attachment: | MMusicTitleProblem.jpg added |
---|
comment:2 by , 18 years ago
Hmm.. I can reproduce this with 2 frontends and have tried different themes (Metallurgy, MythCenter). I have also rebuilt plugins and verified that there should not be any local modifications that could cause this.
The track is not changed while editing. I've noticed that it works correctly sometimes but most of the times not. I'll try to see if I can make some sense to this, what is the case when it works and when not.
I've attached a screenshot that shows the problem.
follow-up: 5 comment:3 by , 18 years ago
Resolution: | worksforme |
---|---|
Status: | closed → new |
Otto can you please try the attached patch.
comment:4 by , 18 years ago
Owner: | changed from | to
---|---|
Status: | new → accepted |
comment:5 by , 18 years ago
comment:6 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
It seems to work fine for me.
Looking at the code the only way I can see it not updating the track info is if the track changed while you were editing the metadata in which case you don't wont the on screen info to change or you wasn't actually editing the metadata for the playing track (you can now do that by scrolling in the track list and editing any track you want even if it's not playing).