Skip to content

v1.0.22

Choose a tag to compare

@ghuDaYuYu ghuDaYuYu released this 27 Jul 04:37
· 18 commits to master since this release

What is new:

  • Discogs search query syntax
  • Added an option to disable auto-loading multiple artists.
  • Added an option to merge tracks into track headers.
  • Added an option to customize status bar info (Track matching and Preview dialog).
  • Added support for releases that use track position in Roman/English.
  • Tracklist matching incomplete albums (selected tracks < Discogs release tracks).
  • Copy the file name to the clipboard (Track matching dialog).
  • Updated preference pages with section headers.

General fixes:

  • Updated disc and track number parsing algorithm.
  • Fixed multi-line edit control width (Tag mapping and Preview dialog).
  • Several crash scenarios related to concurrent tag generation.
  • $prompt(N) dialog not showing.
  • Crash entering invalid OAuth PIN codes.
  • Fixed Track matching dialog saving only the active view column layout. The 150x150px tile layout is still not being saved, though.
  • Fixed missing scrollbars in Track matching and Preview dialogs.
  • Fixed a crash parsing extra credits featured in some releases.
  • Fixed Find release panel artist link URL.
  • Configuration downgrading revisions (from future configuration versions to v1.0.22).
  • Fixed reset preferences crash.
  • Fixes related to the UI freezing during time-consuming operations.
  • Fixes loading only artist previews when the 'Skip Find Release' option is on.
  • Fixed stalled auto-search related to the 'Skip Find Release' option.
  • Fixed Skip preview configuration.
  • Fixed non-master release tag result MASTER_RELEASE_ID = 0
  • Mitigates tree tooltips stealing foreground window focus.
  • Fixed tree filter not being applied to the tree results of new artist selections.
  • Find release dialog: artist search, tree filter and release ID edit text box behavior revisions (selections, cursor positions, text insert/replacements).
  • Patched crash loading artist list releases when the Disk cache is turned off or the 'auto-load releases on selection' option is disabled.

Wine-related fixes:

  • Find release dialog: Patches edit box with buttons in Wine's default light theme.
  • Patch Wine release tree showing duplicated/blank entries.
  • Artist hyperlink color is now configurable in Wine installations (Preferences: Colors and Fonts highlight).
  • Updated dark mode symbols (Find release dialog).

New tags:

  • %TRACK_DISC_TRACK_SIDE% : 0 for A, 1 for B
  • %TRACK_DISC_TRACK_IN_SIDE% : track number, 0 for non-vinyls.

About search queries:

  • Tip: Enable both 'Auto-search artist on opening' and 'Auto-search using queries' to auto-generate search queries.
  • Artist/URL search field now accepts Discogs advanced search URLs.
  • Release titles are prefixed with 'The artist - '.
  • Tree filters work on non-previously expanded master tree nodes.
  • Improved %RELEASE_SEARCH_MAJOR_FORMATS% tags (3xVinyl, 2xCD,...) instead of (Vinyl, CD).
  • New %RELEASE_QUERY_MAJOR_FORMATS_QTY% tag available (5:3xVinyl, 2xCD)
  • %RELEASE_COUNTRY% tag available for non-master releases.

Troubleshooting search queries:

  • Remove apostrophes from search criteria. To find the track 'The fisherman´s daugther' use 'artist=lanois & track=fishermans daughter'.
    'artist=lanois & track=fisherman daughter' will produce no results.

  • Remove '+' between words from search criteria.
    Example:
    'artist=Yo La Tengo & title= Genius + Love = Yo La Tengo' outputs no results.
    'artist=Yo La Tengo & title= Genius Love = Yo La Tengo' query succeeds.
    More examples:
    'artist=Alpha+ & title=Binary Chronicles' query succeeds.
    'artist=+Alpha & title=+Alpha' also succeeds.
    'artist=+Alpha & title=+Alpha & track= すてきなママ' produces no results.
    'artist=+Alpha & title=+Alpha & q=すてきなママ' query succeeds

  • Use double quotes.
    'artist=The The track=This is the day' produce more than 800 masters and 2000 releases in the results.
    'artist="The The" & track=this is the day' produce higher quality results.

  • Use '-' and '|' to exclude or add multiple values:
    'format= -cd' finds all formats but hides cds.
    Other examples:
    genre = House - "Synth-pop"
    genre = House | "Synth-pop"
    genre = House "Synth-pop" -"Acid House"
    artist = Yo La Tengo & title= Fakebook & format = Vinyl | Cassette
    artist = Yo La Tengo & title= Fakebook & format = -Vinyl -Cassette

  • If unsure about ANVs use 'q=' instead.
    'artist=The Ballistic Brothers & title= London Hooligan Soul' produces no results.
    'anv=The Ballistic Brothers & title= London Hooligan Soul' produces no results.
    'artist=Ballistic Brothers & title= London Hooligan Soul' search query succeeds.
    'q=The Ballistic Brothers & title= London Hooligan Soul' search query succeeds.

  • Use 'q=' to troubleshoot search queries.
    Example:
    'artist=VC-118A & title=Waves Of Change' produces no results.
    'artist="VC-118A" & title=Waves Of Change' produces no results.
    'q=VC-118A & title=Waves Of Change' search query succeeds.

Known issues:

  • Either one or the other fields 'artist=' and 'q=' in some scenarios.
  • Unicode strings truncation.