ghDaYuYu / foo_discogger

Discogger
57 stars 0 forks source link

unexpected behaviour in tag mappings ("write + update" nedded instead of "only write") #82

Closed 50svn closed 2 years ago

50svn commented 2 years ago

had to set all tag mappings to "write + update" in order to overwrite existing tags in write mode (not using update mode)

ghuDaYuYu commented 2 years ago

In case it serves of any help, these are the three modes that are currently available:

write: save only when creating a new tag (create, do not overwrite) update: save only when updating tags (do not create, overwrite) write + update: save (create/overwrite)

A similar issue has been reported before by former zoomorph's foo_discogs users. If I remember well, they were used to a write mode that also overwrites when the first selected track was candidate for writes, then subsequently applying the same rule to the rest of tracks. So write could have a mixed effect.

But it is hard to tell without knowing what behavior you are expecting, what version you are running and the last version of the component working as expected (if any).

50svn commented 2 years ago

i'm up to date. yeah, i expected my tag mappings to run the same results, now that i switched to 'write + update' everything is fine.