Topic: Earliest Recording Date help
Hi guys,
I'm using Picard to help tag music at a local radio station, but the earliest recording date is needed in the %date% field.
I am using the Last FM + plugin for Genre tagging and the Original Release Date plugin by Philipp Wolfer to try and grab the
earliest release date. Picard doesn't seem to do the last on its own.
I'm using $set(date,%originaldate%) to set date as the found one from the Original Release Date plugin, and it seems to work.
The problem is, a lot of remastered tracks have different audio fingerprints, and Picard doesn't seem to put the earliest /recorded/
date in, which is what I need it do to. i.e. The Beatles have a track remastered in 2000, but it's recorded in 1960-something.
Is there any way to use a plugin or tagger script of some kind to grab this data, or does it completely rely on relationships to work?
I'm not sure the Original Release Date script goes through the relationships or search for the track and artist to /find/ this info.
Any help with this would be EXTREMELY appreciated!! :)
Here is the complete settings that we're using:
Picard Settings:
General
Automatically scan new files X
Ignore MBIDs when loading new files XMetadata
All X
Preferred release All Default (Reset All)
Folksonomy Tags
Ignore seen live,favourites,fixme,owned
Only use my tags --
Minimal tag usage 90%
Maximum number of tags 5
Join multiple tags with (BLANK)Ratings - Disabled
Tags
Write X
Preserve --
Clear X
Remove ID3 X
Remove APEv2 X
ID3v2 version 2.3
Also X
ID3 enc. UTF-16Cover Art
Location
Embed X
Save --File Naming
REname X
Replace X
Move X M:\Jazler Music DB
Delete X
Move --Name files like this
$left(%originaldate%,4)/$if($and($eq(%compilation%,1), $eq(%albumartist%,Various Artists)), $unset(albumartist) $unset(albumartistsort))/%artist% - %title%Fingerprinting
Audio X
Use Acoust ID X
Use AMpliFIND --
Api Key Bms7BT2WPlugins
Feat X
Last.fm.plus X
Orginial Release Date XLast FM Plus
Major 0
Minor 0
Max mood 0
Max occasion 0
Max category -
Prepend --
Join tags with ;
Enable - NONE --
Tack Based
Use X
Min weight 5
Max 90
Artist -- Extend
Artist 95
Min 10
Max 80Tag filter lists >> Load Defaults
Matching thresholds all 95%
Scipting
Tagger Script:
$set(date,%originaldate%)