Version Update (3 Viewers)

hwahrmann

Development Group
  • Team MediaPortal
  • September 15, 2004
    4,633
    2,457
    Vienna, Austria
    Home Country
    Austria Austria
    • Thread starter
    • Moderator
    • #51
    New Version 3.1.5 uploaded

    3.1.5 Date: 13.10.2014
    -------------------------------------
    + Updated Translation files
    x Identify function was broken due to some changes at Music Brainz
    x Lyrics Search for Artists containing the word "The" was not working
    x Updated Lyrics Engine to latest version
    x The TagEdit Form "Remove Existing Picture" CheckBox State is stored persistent
    x Existing user folder thumb is used when searching for covers
    x Changed default setting for Organise Files
     

    hwahrmann

    Development Group
  • Team MediaPortal
  • September 15, 2004
    4,633
    2,457
    Vienna, Austria
    Home Country
    Austria Austria
    • Thread starter
    • Moderator
    • #52
    New Version 3.1.6 uploaded

    3.1.6 Date: 09.11.2015
    -------------------------------------
    + Adding LastFM Cover Lookup
    + Added MusicBrainz Cover Lookup
    + Added Discogs Cover Lookup
    + Implemented Reading and saving of Opus Tags and Properties
    + Implemented Reading and saving of Tags and Properties for DSF File Format
    + Store Cover Art with the highest possible JPG Quality
    x Updated Project definition to .Net 4.5
    x Sorting on Track in the Grid didn't work correctly, because String Sorting was used instead of Numeric Sorting
    x Conversion: Run conversions in different threads.
    x ID3 Comments were not always cleared correctly
    x When not all information was returned from a MusicBrainz search, an NullPoinzter Exception was raised
    x Some File Types produced an error on Save, if all Tags have been removed
     

    hwahrmann

    Development Group
  • Team MediaPortal
  • September 15, 2004
    4,633
    2,457
    Vienna, Austria
    Home Country
    Austria Austria
    • Thread starter
    • Moderator
    • #53
    New Version 3.1.7 uploaded

    3.1.7 Date: 09.10.2016
    -------------------------------------
    + MusePack SV8 Support
    + Fixed some errors in Lyrics Search
    x Update to Tablib-sharp


    Only minor changes.

    Worked on improving taglib-sharp in the last month. Will get into my code soon.

    Currently working on Database to import complete collection and do database editing.
    Next thing is to evaluate using WPF as frontend instead of Windows Forms.
     

    hwahrmann

    Development Group
  • Team MediaPortal
  • September 15, 2004
    4,633
    2,457
    Vienna, Austria
    Home Country
    Austria Austria
    • Thread starter
    • Moderator
    • #54
    New version 3.1.8 uploaded

    3.1.8 Date: 31.08.2017
    -------------------------------------
    + Database Edit - Import Tags into database and edit tags based on query (experimental)
    + Multiple databases allowed. User can switch between databases
    + Musicbrainz Artist Database available for download - Allows accurate use of Artist names
    + AutoCorrectArtist script - looks up artist in the internal MusicBrainz Database and allows correction
    + In Artist and AlbumArtist Combo boxes the Musicbrainz database is searched
    x Update to Tablib-sharp

    For the database i make use of a document oriented database called RavenDB.
    Once a folder has been scanned, some one can switch over to the dabase tab and issue queries, like:

    Fogerty - searches for this string in Artist, Albumartist, Album, Genre, Title and Full Filename
    AlbumArtist:Fogerty* - searches for this string in the AlbumArtist field only

    Any edit on the search result is done in the database as well as in the physical file pointed to by the database.

    Multiple databases can be created and the user can switch between them.
    The feature is still experimental, so please report any findings.

    Attention: Cover Art is not stored in the database, as it would become to big. Instead of that a hash is being created and the coverart file is stored in c:\users\<username>\AppData\Roaming\MPTagThat\CoverArt.
    The databases reside in the Database sub folder at the aboe location
     

    Users who are viewing this thread

    Top Bottom