Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: foo_discogs (Read 1360421 times) previous topic - next topic
0 Members and 3 Guests are viewing this topic.

Re: foo_discogs

Reply #3125
Hi @paregistrase,

This new version should enable targeting different folders for each artist, i.e., you could save Zeitkratzer in kimonos to one folder and then Python and Jarboe to a different one!

Change log:

Revisions:

- 'Original release date' new default: $if2(%MASTER_RELEASE_YEAR%,%RELEASE_YEAR%).
- Artist art -> Save to directory: target folder per artist (multi-artist releases).
    Examples:
    $directory_path(%path%)\%ARTIST_ID%
    $directory_path(%path%)\%ARTIST_NAME%

- Throttle requests to new Discogs limit (20 artwork files per minute).
- Rephrase Search option labels in preferences.

Fixes:

- Fix crash writing Artist with more than 64 images (thanks @tuBbz).

Download:

foo_discogger 1.0.17.1


Re: foo_discogs

Reply #3126
Hi @paregistrase,

This new version should enable targeting different folders for each artist, i.e., you could save Zeitkratzer in kimonos to one folder and then Python and Jarboe to a different one!

Change log:

Revisions:

- 'Original release date' new default: $if2(%MASTER_RELEASE_YEAR%,%RELEASE_YEAR%).
- Artist art -> Save to directory: target folder per artist (multi-artist releases).
    Examples:
    $directory_path(%path%)\%ARTIST_ID%
    $directory_path(%path%)\%ARTIST_NAME%

- Throttle requests to new Discogs limit (20 artwork files per minute).
- Rephrase Search option labels in preferences.

Fixes:

- Fix crash writing Artist with more than 64 images (thanks @tuBbz).

Download:

foo_discogger 1.0.17.1

Perfect!!!

Re: foo_discogs

Reply #3127
Releases with various as album artist doesn't download any artist images

Re: foo_discogs

Reply #3128
Hello,
How i can get only Headings (Writing & Arrangement, Vocals and Instruments) wiihout the others Headings from Credits for the metadata Discogs_Release_Credits and Discogs_Track_Credits?
Thanks
https://www.discogs.com/help/creditslist

Re: foo_discogs

Reply #3129
Any chance for F2 64bit version any time soon ? :(((

I'm so glad there's Mp3Tag, I'll just stick to that for now.

It's suddenly hard to press familiar Foobar key combo and get nothing. And I really don't want to launch old Foobar JUST for the sake of discogs-tagging...
end of line


Re: foo_discogs

Reply #3131
Recently, foo_discogger has stopped saving cover images.
I'm not quite sure what I changed. I did recently move all the config files into the profile folder, to be compatible with the new way of doing things.

Here's a bit of the console log from the last Discogs operation I did:
Code: [Select]
foo_discogger: https://api.discogs.com/database/search?type=artist&q=multiphonic%20ensemble&per_page=100
foo_discogger: Url OAuth enabled
foo_discogger: Lapse: 57.1
foo_discogger: RL: 60 - Used: 2 - RMNG: 58
foo_discogger: https://api.discogs.com/masters/586272/versions?per_page=100&page=1
foo_discogger: Url OAuth enabled
foo_discogger: Lapse: 5.59
foo_discogger: RL: 60 - Used: 3 - RMNG: 57
foo_discogger: https://api.discogs.com/releases/162049
foo_discogger: Url OAuth enabled
foo_discogger: Lapse: 4.09
foo_discogger: RL: 60 - Used: 4 - RMNG: 56
foo_discogger: https://i.discogs.com/wF0CKT1j3KYV7OaP0-ocllHrKCR1pmjq4KSP_oD0crU/rs:fit/g:sm/q:40/h:150/w:150/czM6Ly9kaXNjb2dz/LWRhdGFiYXNlLWlt/YWdlcy9SLTE2MjA0/OS0xMzA2MDU5MTI4/LmpwZWc.jpeg
foo_discogger: https://i.discogs.com/wF0CKT1j3KYV7OaP0-ocllHrKCR1pmjq4KSP_oD0crU/rs:fit/g:sm/q:40/h:150/w:150/czM6Ly9kaXNjb2dz/LWRhdGFiYXNlLWlt/YWdlcy9SLTE2MjA0/OS0xMzA2MDU5MTI4/LmpwZWc.jpeg
foo_discogger: Unable to read thumbnail from cache (no artist), url:
foo_discogger: https://api.discogs.com/masters/586272
foo_discogger: Url OAuth enabled
foo_discogger: Lapse: 3.55
foo_discogger: RL: 60 - Used: 4 - RMNG: 56

I can still rename mp3s, update tags etc, so it's not permissions on the music folders.

That thing about "no artist" for master releases is something I've noticed too, sometimes it won't pick up the artist for a release when there's a master release I think? I'm afraid I can't reproduce the right conditions right now though.

Re: foo_discogs

Reply #3132
That thing about "no artist" for master releases is something I've noticed too, sometimes it won't pick up the artist for a release when there's a master release I think? I'm afraid I can't reproduce the right conditions right now though.

Nope, it's not artists, it's the release ID.
It will often pick up the DISCOGS_MASTER_RELEASE_ID but not the DISCOGS_RELEASE_ID.

Re: foo_discogs

Reply #3133
Hi,

Hello,
How i can get only Headings (Writing & Arrangement, Vocals and Instruments) wiihout the others Headings from Credits for the metadata Discogs_Release_Credits and Discogs_Track_Credits?
Thanks
https://www.discogs.com/help/creditslist

In theory, you could, using title formatting scripts. In my experience, I don´t think it is worthwhile since scripting can become quite cumbersome.
There is a proof of concept (check Disclaimer) taking a different approach here . Unfortunately, the development of this new feature has stalled which is a shame really.

Recently, foo_discogger has stopped saving cover images.
I'm not quite sure what I changed. I did recently move all the config files into the profile folder, to be compatible with the new way of doing things.
...
...
Recently, foo_discogger has stopped saving cover images.
I'm not quite sure what I changed. I did recently move all the config files into the profile folder, to be compatible with the new way of doing things.
...
...
That thing about "no artist" for master releases is something I've noticed too, sometimes it won't pick up the artist for a release when there's a master release I think? I'm afraid I can't reproduce the right conditions right now though.

I was unaware of the issue saving cover images.
Maybe you should run a portable installation side by side with your current setup, comparing configuration settings?
There is a new release fixing the "no artist" log message. It would be great if you could you give it a try.
I also tweaked the filter auto-fill so I might also have accidentally introduced some related bugs.
Thanks for reporting.

Release and changelog: v1.0.17.2


Re: foo_discogs

Reply #3134
Thanks @da yuyu - I've just downloaded the latest version.
Here's the log from trying to tag an album and download the cover image:
Code: [Select]
foo_discogger: https://api.discogs.com/database/search?type=artist&q=Various%20Artists&per_page=100
foo_discogger: Url OAuth enabled
foo_discogger: Lapse: 133
foo_discogger: RL: 60 - Used: 0 - RMNG: 60
foo_discogger: https://api.discogs.com/artists/8319
foo_discogger: Url OAuth enabled
foo_discogger: Lapse: 0.782
foo_discogger: RL: 60 - Used: 1 - RMNG: 59
foo_discogger: HTTP error status: HTTP/1.1 404 Not Found
foo_discogger: Exception handling: https://api.discogs.com/artists/8319
foo_discogger: https://api.discogs.com/database/search?type=artist&q=Scala&per_page=100
foo_discogger: Url OAuth enabled
foo_discogger: Lapse: 6.71
foo_discogger: RL: 60 - Used: 2 - RMNG: 58
foo_discogger: https://api.discogs.com/artists/41091
foo_discogger: Url OAuth enabled
foo_discogger: Lapse: 1.87
foo_discogger: https://api.discogs.com/artists/41091
foo_discogger: Url OAuth enabled
foo_discogger: Lapse: 0.0643
foo_discogger: RL: 60 - Used: 3 - RMNG: 57
foo_discogger: RL: 60 - Used: 4 - RMNG: 56
foo_discogger: https://api.discogs.com/artists/41091/releases?per_page=100&page=1
foo_discogger: Url OAuth enabled
foo_discogger: Lapse: 0.306
foo_discogger: RL: 60 - Used: 5 - RMNG: 55
foo_discogger: https://api.discogs.com/masters/2190628/versions?per_page=100&page=1
foo_discogger: Url OAuth enabled
foo_discogger: Lapse: 3.24
foo_discogger: RL: 60 - Used: 6 - RMNG: 54
foo_discogger: https://api.discogs.com/releases/19303240
foo_discogger: Url OAuth enabled
foo_discogger: Lapse: 4.55
foo_discogger: RL: 60 - Used: 7 - RMNG: 53
foo_discogger: https://i.discogs.com/q89HNr4cPjPxnvdHyNWhAOLGFjOTclXtYE8g5nz5rNU/rs:fit/g:sm/q:40/h:150/w:150/czM6Ly9kaXNjb2dz/LWRhdGFiYXNlLWlt/YWdlcy9SLTE5MzAz/MjQwLTE2MjQ4NzEz/MzctNjkxOC5qcGVn.jpeg
foo_discogger: https://i.discogs.com/q89HNr4cPjPxnvdHyNWhAOLGFjOTclXtYE8g5nz5rNU/rs:fit/g:sm/q:40/h:150/w:150/czM6Ly9kaXNjb2dz/LWRhdGFiYXNlLWlt/YWdlcy9SLTE5MzAz/MjQwLTE2MjQ4NzEz/MzctNjkxOC5qcGVn.jpeg

The thumbnails at the bottom are correct, but the full-sized image just isn't saved.

Re: foo_discogs

Reply #3135
...
The thumbnails at the bottom are correct, but the full-sized image just isn't saved.

My tests on that particular VA release were successful, downloading all three album covers without issues. The last log in your post shows that there is no attempt to download full-size album covers; the component seems either configured to not save Album art (Preferences->Artwork) or to Skip artwork (Track matching/Preview panel option).

You may verify your artwork configuration settings and try to save available release artwork in the manage artwork panel. If that also silently fails...  :(  I would back up tag mappings, OAuth, and other customized setting.  Removing and reinstalling the component again might be the simplest way to get it working again.



Re: foo_discogs

Reply #3136
Ahhhh that's sorted it. For some reason, on the tag matching screen "Skip artwork" had been selected.
Must have been a mis-click at some point recently! Thanks for helping me track it down :) And sorry for the false alarm!

Re: foo_discogs

Reply #3137
I noticed that the 'new' component gives different (faulty) results than the original component for the following fields

%MASTER_RELEASE_MAIN_RELEASE_DATE_RAW%
%MASTER_RELEASE_MAIN_RELEASE_ID%

Obviously, those are only relevant for releases that are part of a master release.

Cheers.

Re: foo_discogs

Reply #3138
@frogworth

Never mind, glad it is working again!

@a3aan

About the main release, it is weird there is no issue reported  about its use in the Release tree panel, I´ll have a look asap.
Thanks for reporting.

New Discogger release available:

foo_discogger v1.0.17.3

Change log:

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

Re: foo_discogs

Reply #3139
@a3aan

Bug found, fix will be included in next release.
In addition, %MASTER_RELEASE_MOST_RECENT_RELEASE_ID% will also become available.
Thanks for reporting!

Re: foo_discogs

Reply #3140
I noticed that the 'new' component gives different (faulty) results than the original component for the following fields

%MASTER_RELEASE_MAIN_RELEASE_DATE_RAW%
%MASTER_RELEASE_MAIN_RELEASE_ID%

Obviously, those are only relevant for releases that are part of a master release.

Cheers.

This new version should give proper results.

Foo Discogger v1.0.17.4

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:

   %MASTER_RELEASE_MOST_RECENT_RELEASE_ID% and %MASTER_RELEASE_MOST_RECENT_RELEASE_URL% tags.


Re: foo_discogs

Reply #3141
Thanks for all your work, @da yuyu!
I often find myself re-tagging a release that either initially wasn't properly in Discogs (e.g. only the vinyl was listed and I have the CD), or that I tagged a while ago, and I want to update it with the correct variant.

I'm pretty sure that foo_discogger, like foo_discogs, doesn't allow you to update the %DISCOGS_RELEASE_ID% once it's present - we can't change the behaviour for this tag to always Write. I seem to recall there was a reason for this, but for the life of me I can't work out what.
Sure, it auto-fills the ID when you run the tagger. But if you're choosing to tag with a different ID, it should honour that.

To me those use cases are a quite important use for the plugin. At the moment when I want to re-tag something I have to either delete all the Discogs tags or find and delete the %DISCOGS_RELEASE_ID%, which is easy to forget, not to mention a bit of an annoyance.

Re: foo_discogs

Reply #3142
Hi @frogworth,

IMHO, some pros and cons of allowing Release ID modification might be subjective and open to interpretation.
Leaving those behind, if your intention is to overwrite %DISCOGS_RELEASE_ID%, you should already be able to do so.
You can set it to "Write and update' using the extended menu (Shift+Right click combination) on its action column.
Would that be a proper solution for those use cases?



Re: foo_discogs

Reply #3143
Oh thanks @da yuyu! I had definitely heard about the extended menu but had forgotten!
That is exactly what I need 🙏🏼

Re: foo_discogs

Reply #3144
i have just installed the discogger component and it is successfully returning artist matches but it doesn't seem to want to populate releases? if i manually enter release id it is successful but i cant figure how to get it to return releases so i can choose them.
i've tried seemingly every combination of button and checkbox beyond altering the default matching strings and mapping.

is there any way to see what is being returned prior to filtering?

Re: foo_discogs

Reply #3145
@sri

You might already tried the following then:

- Double clicking artist items to load their releases.
- Disabling the 'main role' option.
- Clearing or using simpler filter strings, enable or disable 'filtered versions'.

There is an option to see how many items are being returned.
Preferences: Discogger->UI Options->Display artist release counter.
It enables a counter at the bottom right corner of the panel (ej. 'Found: 150 - Masters: 25').


Re: foo_discogs

Reply #3147
Thanks for this modernized component

Re: foo_discogs

Reply #3148
I'm lost.

I am updating tags which were made by CueTools, also from Discogs (but it happens with any already tagged release). I find the release in search within plugin, and click on Write Tags, and nothing happens.
The difference between tags is that CueTools loaded artists with some numbers beside them (I guess that's because there are more artists with same name), and this is easiest way to correct that for me (besides manually correcting each artist). The ONLY way I make it to work is to manually remove tags on that release and apply them on clean files. Option to remove pre-existing tags is turned on.

Is there a solution to this?
Error 404; signature server not available.