1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-12-23 16:28:51 -05:00

Read MBID from ID3 Tags if possible

This commit is contained in:
Reinhard Pointner 2016-10-05 02:27:35 +08:00
parent 3f7c985db5
commit 55d06dc87d

View File

@ -56,7 +56,7 @@ public class ID3Lookup implements MusicIdentificationService {
Integer mediumCount = null;
Integer trackIndex = getInteger(mediaInfo, "Track/Position");
Integer trackCount = getInteger(mediaInfo, "Track/Position_Total");
String mbid = null;
String mbid = getString(mediaInfo, "Acoustid Id");
// try to parse 2016-03-10
String dateString = getString(mediaInfo, "Recorded_Date");