Issue Details (XML | Word | Printable)

Key: PICARD-67
Type: Improvement Improvement
Status: Closed Closed
Resolution: Won't Fix
Priority: Normal Normal
Assignee: Unassigned
Reporter: patate12
Votes: 2
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Picard

Fetching both PUID and AcoustID instead of only one of them

Created: 24/Oct/11 04:24 PM   Updated: 02/Jun/12 11:11 PM   Resolved: 02/Jun/12 10:53 AM
Component/s: Lookup & Match, Scan, Tags & Metadata
Affects Version/s: 0.16
Fix Version/s: None


 Description  « Hide

from the forum thread.
Picard should be able to fetch both PUID and AcoustID before trying to match them against MB data.
Once both fetched and put into tags we can still keep this priority setting to tell Picard which ID to try to match first (but we add a fallback to the other one).

It means that in the current fingerprinting system, the radio button would designate the preferred fingerprint used for matching on MB. Let's say we selected AcoustID :

Hitting scan button would do for each file

  1. Launch both PUID and AcoustID requests, grey the file
  2. When both PUID and AcoustID responses are back, set PUID and AcoustID tags with found stuff and ungrey the file
  3. Search for an AcoustID match on MB (preference setting)
    1. If none matched, search for a PUID on MB


Sort Order: Ascending order - Click to sort in descending order
Lukáš Lalinský added a comment - 25/Oct/11 04:05 PM

Please don't assign developers to tickets.


patate12 added a comment - 25/Oct/11 05:13 PM - edited

OK sorry, I thought you were the only one on that (great) stuff.


Lukáš Lalinský added a comment - 26/Oct/11 01:26 PM

I probably am, but I want to keep the list of tickets assigned to me clean, i.e. only tickets that I intend to work on in near future.


patate12 added a comment - 26/Oct/11 01:31 PM - edited

Yes of course, that's right, sorry man.

PS. Sorry to ask this here but maybe you would know if it's possible as quick work-around to write a plugin that adds a button for quick setting toggle ?
If it is I'll try it.


Lukáš Lalinský added a comment - 02/Jun/12 10:53 AM

This will not be done. PUID support will be removed after we release 1.0.


patate12 added a comment - 02/Jun/12 03:18 PM

:/
maybe you would know if it's possible as quick work-around to write a plugin that adds a button for quick setting toggle ?


Lukáš Lalinský added a comment - 02/Jun/12 03:21 PM

No, there is no simple way to work this around. PUIDs are deprecated, I don't see much point in investing time in deprecated technology.


Johannes Weißl added a comment - 02/Jun/12 07:40 PM

@patate12: I've written a small program that stores MusicIP/Acoustid in audio files, it might be what you want:
https://github.com/weisslj/fingerprint-store


patate12 added a comment - 02/Jun/12 11:11 PM

Not really but thanks, hrg
The plugin language is so complex and undocumented :/
I just need an option puid/acoustid switcher button. But ok I'll go on living without it.