You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting multiple cover images is a tad more complicated. Since tags in Mutagen are identified by their `HashKey`, each APIC needs to have a unique `HashKey`. Usually, `HashKey`\ s in Mutagen are set as ``<frame ID>:<desc>``, but this would mean that `APIC`\ s couldn't have the same description. To that end, the `APIC` class has the ``salt`` attribute, which exists only to be added to the `HashKey`\ – that is to say, `APIC`\ s' `HashKey`\ s are set as ``APIC:<desc><salt>``.
86
+
87
+
Thus, to add multiple cover images, you can either ensure that each `APIC` has a unique description, or you can add to ``salt``:
0 commit comments