Uploaded image for project: 'Picard'
  1. Picard
  2. PICARD-2826

After saving the file info does not update

      After saving a file the data in the file info dialog does not update. This includes the file size and for ID3 tags also a change in ID3v2 version (e.g. if the file had ID3v2.4 but was saved with v2.3 the dialog still shows v2.4).

          [PICARD-2826] After saving the file info does not update

          GitHub Bot added a comment -

          See code changes in pull request #2363 submitted by phw.

          GitHub Bot added a comment - See code changes in pull request #2363 submitted by phw .

          Currently after saving only the new metadata gets copied over to orig_metadata in File._saving_finished. I'm not sure about a concrete case, but potentially this also has the effect that specific tag changes are not presented properly.

          For updating the file info a call to File._info would be needed, but that requires a loaded mutagen file. So probably this update needs to be part of the saving process.

          Philipp Wolfer added a comment - Currently after saving only the new metadata gets copied over to orig_metadata in File._saving_finished. I'm not sure about a concrete case, but potentially this also has the effect that specific tag changes are not presented properly. For updating the file info a call to File._info would be needed, but that requires a loaded mutagen file. So probably this update needs to be part of the saving process.

            outsidecontext Philipp Wolfer
            outsidecontext Philipp Wolfer
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:

                Version Package
                3.0