ID3v2.3 deleted on existing files (1 Viewer)

Nautilus930

Portal Member
December 14, 2011
9
0
Home Country
Germany Germany
Hi there,

when editing files with existing ID3 Tags, the ID3v2.3 Tag is deleted all the times. I have configured MPTT to use the v2.3 Tag.
Using the settings I have noticed the following:

  • I cannot unmark any options in the section ID3-Tag
  • Changes are not saved. The options I marked are shown, but after restart they are gone

MPTagThat.Core.MPTagThatSettings.xml looks like this:

<Setting name="ID3V2Version">3</Setting>
<Setting name="ID3Version">1</Setting>
<Setting name="RemoveID3V1">False</Setting>
<Setting name="RemoveID3V2">False</Setting>

Cannot find any settings for the section "On change" except for the remove options.

Kind regards
Oliver
 

Nautilus930

Portal Member
December 14, 2011
9
0
Home Country
Germany Germany
AW: ID3v2.3 deleted on existing files

Test files attached (before and after). It happens every time, not only with some files.

Kind regards,
Oliver
 

hwahrmann

Development Group
  • Team MediaPortal
  • September 15, 2004
    4,633
    2,457
    Vienna, Austria
    Home Country
    Austria Austria
    It look like that you have set the option to ONLY save to ID3 V1.

    This is the setting:
    <Setting name="ID3Version">1</Setting>

    It should be:
    <Setting name="ID3Version">3</Setting>

    Then it'll save a ID3 V3 Version.

    Your original file was an ID3 v4 version with a lot of TXXX user defined frames in it and you saved your changes only as ID3 V1.

    Use the Settings below:
     

    Attachments

    • Settings.png
      Settings.png
      87.4 KB

    Nautilus930

    Portal Member
    December 14, 2011
    9
    0
    Home Country
    Germany Germany
    AW: ID3v2.3 deleted on existing files

    First of all, thanks for your quick help.

    The file might not have been the best example. The tag has been written by MusicBrainz Picard. That explains the large number of TXXX frames. But I have changed the settings in Picard some time ago, so that Picard is writing 2.3 Tags and there is no difference with MPTT.

    The settings I use are the ones you see in the attached picture. The problem is that I cannot change them via the UI. I can mark every radio button but not unmark them. Anyway it does not matter what I select, the config file is not changed.

    So the real problem is that the settings are not working.

    Kind regards,
    Oliver
     

    Attachments

    • MPTT Settings.jpg
      MPTT Settings.jpg
      68 KB

    hwahrmann

    Development Group
  • Team MediaPortal
  • September 15, 2004
    4,633
    2,457
    Vienna, Austria
    Home Country
    Austria Austria
    Upps. You're right. That is a mistake. Didn't notice it.

    Change it manually in the Config file, until i have found time to fix it and released a new version.
    Open the "User Files" folder, i think ou know where they are, cause you posted already some parts pf the xml.
    Open the file: MPTagThat.Core.MPTagThatSettings.xml

    Make sure that the following lines look like this:

    <Setting name="ID3V2Version">3</Setting>
    <Setting name="ID3Version">3</Setting>
    <Setting name="RemoveID3V1">False</Setting>
    <Setting name="RemoveID3V2">False</Setting>

    this will cause your files to be rewritten with ID3 2.3 Tags.
     

    Users who are viewing this thread

    Top Bottom