-
-
Notifications
You must be signed in to change notification settings - Fork 718
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Music Duplicates - length field isn't populated if length is not selected as a matching option #696
Comments
If length or year is not visible, that means that music file doesn't have such info in their tags. |
Which tags/frames are you looking for? Here is the media info dump for the files in the bottom of that screenshot. It has both year and duration.
|
Can you post example audio file? I think that one of three things could happen:
|
So I ran through all 4000 dupes last night, and none of them had year/length. I can test it next release |
Nightly builds can be downloaded from Actions tab - https://github.com/qarmin/czkawka/actions Example build with fix - https://github.com/qarmin/czkawka/suites/6300147458/artifacts/225841924 |
Didn't checked tags in app yet on provided file, but looks that it doesn't have length inside its tags.
|
Interesting. I used mediainfo which didn't complain about it, but I see the same thing with ffprobe. I tried some other files where ffprobe does not give that message, and it still doesn't show any year/length at all in czkawka. Here's an example output:
|
The problem was was caused by reading only tags of music file and sometimes not reading tags due missing primary tag. |
Running 4.1.0 on Windows Server 2k19. If I don't select length as a matching option, the length isn't shown in the results. It would be nice to have that as a means of comparison
The text was updated successfully, but these errors were encountered: