{"id":565,"date":"2011-11-07T16:11:15","date_gmt":"2011-11-07T22:11:15","guid":{"rendered":"http:\/\/vostorga.org\/?p=565"},"modified":"2011-12-28T15:57:33","modified_gmt":"2011-12-28T21:57:33","slug":"quick-n-dirty-duplicate-mp3-finder-script","status":"publish","type":"post","link":"https:\/\/vostorga.org\/?p=565","title":{"rendered":"Quick-n-Dirty duplicate mp3 finder script"},"content":{"rendered":"<p>Ren\u00e9 &#8220;Nepomusemo&#8221; Mayorga shared with me the following script to find out duplicate mp3 files in a specific directory:<\/p>\n<blockquote><p>find \/media\/music\/ -not -empty -type f -printf &#8220;%s\\n&#8221;\u00a0 | sort -rn\u00a0 | uniq -d\u00a0 | xargs -I{} -n1 find \/media\/music\/ -type f -size {}c -print0\u00a0 | xargs -0 md5sum | sort | uniq -w32 &#8211;all-repeated=separate<\/p><\/blockquote>\n<p>This script might be used to find duplicate files, though<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Ren\u00e9 &#8220;Nepomusemo&#8221; Mayorga shared with me the following script to find out duplicate mp3 files in a specific directory: find \/media\/music\/ -not -empty -type f -printf &#8220;%s\\n&#8221;\u00a0 | sort -rn\u00a0 | uniq -d\u00a0 | xargs -I{} -n1 find \/media\/music\/ -type f -size {}c -print0\u00a0 | xargs -0 md5sum | sort | uniq -w32 &#8211;all-repeated=separate This [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3,12],"tags":[189,188],"class_list":["post-565","post","type-post","status-publish","format-standard","hentry","category-linux","category-nancing","tag-duplicate","tag-mp3"],"_links":{"self":[{"href":"https:\/\/vostorga.org\/index.php?rest_route=\/wp\/v2\/posts\/565"}],"collection":[{"href":"https:\/\/vostorga.org\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/vostorga.org\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/vostorga.org\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/vostorga.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=565"}],"version-history":[{"count":4,"href":"https:\/\/vostorga.org\/index.php?rest_route=\/wp\/v2\/posts\/565\/revisions"}],"predecessor-version":[{"id":567,"href":"https:\/\/vostorga.org\/index.php?rest_route=\/wp\/v2\/posts\/565\/revisions\/567"}],"wp:attachment":[{"href":"https:\/\/vostorga.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=565"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/vostorga.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=565"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/vostorga.org\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=565"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}