Skip to content

Releases: ghDaYuYu/foo_discogger

v1.0.19.1

24 Jul 17:59
Compare
Choose a tag to compare

Change log:

  • Fix bug Load/Import v1.0.18 tag mappings.

v1.0.19

24 Jul 12:45
Compare
Choose a tag to compare

Change log:

This version includes some Preview panel revisions:

  • 'Write selected tag' support for multiple selections.
  • 'Force Write & Update selected tags' new context menu option.

Fixes:

  • 'Write selected tag' bypassing tag mapping definitions.
  • Tag mapping dialog crash under certain circumstances.
  • Original View activation on 'Write selected tag' completion.

v1.0.18.1

20 Jul 13:46
Compare
Choose a tag to compare

Change log:

  • Fix crash on preview or write operations involving indexed Master Releases

v1.0.18

06 Jul 18:54
Compare
Choose a tag to compare

v1.0.18 introduces a new disc/track position parsing algorithm.
It's been unashamedly rewritten from scratch, some tuning might be needed.

Installation notes:

  • Search history will be lost after v.1.0.18 installation.

Changed:

  • Vinyl/Cassette: side A and B becomes disc 1, side C and D disc 2...
  • Track matching context menu: option 'show row number' now available outside the column header area.
  • Release discogs format string: removed '+' ([+'%TRACK_TOTAL_HIDDEN_TRACKS%' HIDDEN]) from default definition.

New:

  • %DISC_FORMAT% tag.
  • Vinyl/Cassette: %TRACK_DISC_TRACK_SIDE% tag, true for b-sides. ej. $ifequal(%TRACK_DISC_TRACK_SIDE%,0,'A','B')

Fixed:

  • Ignored movement credits (requires "Concerto","Sonata" or "Suite" index descriptions, see r7822712)
  • Ignored 'tracks: All' release credits.
  • Credit exception parsing missing commas between ranges ('tracks: 1-1 to 1-5 2-1 to 2-12').
  • Crash when a rewind-hidden track is the first track in disc.
  • Box sets disc/track wrong parsing in some scenarios.

Known issues:

  • Credits in release URLS containing country code are not parsed (ej. track becomes piste in /fr addresses)
  • Missing credits defined in album side. ej. 18673228, Solution: 8926223 or 3898618.

Some Discogs references that were tested prior to this release...

Multi-format box:

https://www.discogs.com/release/20164885-Metallica-Metallica

Merge hidden tracks:

https://www.discogs.com/release/11969424-JS-Bach-John-Eliot-Gardiner-St-Matthew-Passion-Matth%C3%A4us-Passion-Passion-Selon-St-Matthieu

Disc number/track number for each vinyl (subtracks):

https://www.discogs.com/release/8956224-Johann-Sebastian-Bach-P%C3%A9ter-Csaba-Zolt%C3%A1n-Kocsis-Sonatas-For-Violin-Clavier

Subtracks with credits defined in indexes:

https://www.discogs.com/release/8471223-Jacqueline-Du-Pr%C3%A9-Elgar-Bach-Sir-John-Barbirolli-BBC-Symphony-Orchestra-Cello-Concerto-Cello-Suites

Hidden tracks:

https://www.discogs.com/release/11969424-JS-Bach-John-Eliot-Gardiner-St-Matthew-Passion-Matth%C3%A4us-Passion-Passion-Selon-St-Matthieu

Hidden subtracks (33.2a):

https://www.discogs.com/release/4682124-Johann-Sebastian-Bach-Harnoncourt-Leonhardt-Das-Kantatenwerk-Sacred-Cantatas

Merge subtrack titles (no track duration):

https://www.discogs.com/release/8017767-Art-Blakey-And-The-Jazz-Messengers-Art-Blakey-And-The-Jazz-Messengers

Merge subtrack titles (duration in index)

https://www.discogs.com/fr/release/7529274-Art-Blakey-And-The-Jazz-Messengers-Moanin

Dotted subtracks with duration:

https://www.discogs.com/release/4096393-JS-Bach-Pablo-Casals-The-6-Cello-Suites

Not dotted, no format preffix, subtracks without duration in two vinyls (not mergeable subtrack titles)

https://www.discogs.com/release/8956224-Johann-Sebastian-Bach-P%C3%A9ter-Csaba-Zolt%C3%A1n-Kocsis-Sonatas-For-Violin-Clavier

Dotted, no format preffix, subtracks with duration (not mergeable subtrack titles)

https://www.discogs.com/release/19531453-JS-Bach-P%C3%A9ter-Csaba-Zolt%C3%A1n-Kocsis-Sonatas-For-Violin-And-Clavier

Mixed tracks (side A) and subtracks (side B) with credits in tracks and index

https://www.discogs.com/release/8358747-Simon-Preston-Mozart-And-Bach-Organ-Works

Mixed tracks and subtracks, disc starting/ending with subtracks (duration)

https://www.discogs.com/release/19989976-JS-Bach-Jacques-Amade-%C5%92uvres-Pour-Orgue-No%C3%ABl

Credits in movements (tracks: BWV 1046; 1066; 1069)

https://www.discogs.com/release/7822712-Bach-Musica-Antiqua-K%C3%B6ln-Reinhard-Goebel-Brandenburg-Concertos-Orchestral-Suites-Chamber-Music

Mixed not dotted subtracks and tracks prefixed with disc number, credits in tracks and indexes

https://www.discogs.com/release/11594150-Jacqueline-Du-Pr%C3%A9-Les-Introuvables-De-Jacqueline-Du-Pr%C3%A9

Four vinyls, unnumbered one track per side (A,B,C,D,E,F,G,H):

https://www.discogs.com/release/2526032-Johann-Sebastian-Bach-Nikolaus-Harnoncourt-Matth%C3%A4us-Passion

Subtrack as track

https://www.discogs.com/release/103915-Ryoji-Ikeda-1000-Fragments

v1.0.17.4

18 May 22:37
Compare
Choose a tag to compare

Change log:

Fixes:

  • Master main release tags (%MASTER_RELEASE_MAIN_RELEASE_DATE_RAW%, %MASTER_RELEASE_MAIN_RELEASE_ID%, ...) returning wrong information.

  • Track credit parse exception triggered by ampersands (A1 to A5 & B1 to B3).

  • Parse track credits containing more than 2 track subsets (A1, A5 & B1 to B3).

  • Copy text to clipboard old fix regression.

What's new:

  • New %MASTER_RELEASE_MOST_RECENT_RELEASE_ID% and %MASTER_RELEASE_MOST_RECENT_RELEASE_URL% tags.

v1.0.17.3

13 May 18:17
Compare
Choose a tag to compare

Change log:

  • Added DPI safe window placements.
  • Added fb2k SDK version to 'About component'.

v1.0.17.2

06 May 18:16
Compare
Choose a tag to compare

Change log:

Fixes:

  • Thumb vector boundary check. Rephrase thumb cache 'no artist' message log.
  • Fix missing filter text box content in some scenarios.
  • Fix crash on releases with empty tracklist.

v1.0.17.1

10 Mar 01:53
Compare
Choose a tag to compare

Change log:

Revisions:

  • 'Original release date' tag new default: $if2(%MASTER_RELEASE_YEAR%,%RELEASE_YEAR%).

  • Artist artwork save to directory: target folder per artist (multi-artist releases).
    Examples:
    $directory_path(%path%)\%ARTIST_ID%
    $directory_path(%path%)\%ARTIST_NAME%

  • Download throttle artwork requests to new limit (20 images per minute).

  • Rephrase Search option labels in preferences.

Fixes:

  • Fix crash writing Artist with more than 64 images.

v1.0.17

07 Mar 10:08
Compare
Choose a tag to compare

Change log:

  • Fix crash in empty release tree context menu.
  • Added bitmap related error handlers.

v1.0.16.7

06 Mar 07:48
Compare
Choose a tag to compare

Change log:

  • Remove scan codes from RELEASE_NOTES.
  • Fix disc cache bug introduced in last release.