-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Collection is smaller after import into beets #797
Comments
Perhaps you had other files (images, etc., or other media types like videos) that were left behind? Or you skipped some albums, not copying the data? You could consider using something like |
Well diffing wont work since beets will rename the files ;) |
Indeed. Not sure what to recommend. Maybe you could list out the metadata using beets and some other tool, diff that, and manually remove cases where beets corrected the metadata? Or if your directory structure is similar before and after the import, you could use |
What does beets currently do with anything it can't process? I am guessing, nothing? If so, can I recommend that it be possible to copy these items into a path configured in the config file? Like you say, I reckon there is some junk that beets can't figure out what to do with. |
Yes, it ignores non-music files. See #111 for discussion of attachments, a hypothetical feature where we handle those. |
I notice that it imports mp4. Is that expected? A decent stop gap would be an entry in the log file saying what could not be imported? |
Yes. MPEG-4 is a supported format (see the docs). If you want details about which files were detected as non-music, you might consider enabling verbose mode ( |
OK, I think I see what has happened. There are several GBs of non-music in my music dir. All kinds of stuff from album art to PDF freebies and LSDJ SAV files. There are also some zip files which I forgot to remove after extracting. I found these with:
I think this is therefore an extension of bug #111. It would be nice to just copy unprocessed files into the same directory as the other music files they were with. In the case of my collection, that would be the album's directory. |
Yep! That's exactly attachments. Stay tuned; this is an oft-requested feature that we should address before long. |
Thanks for your time. |
Hi,
Loving the idea of beets, but there is one thing that stops me using it for real.
I ran beets over my collection in copy mode (thereby keeping my old collection as-is). I then diffed the beets collection with my existing collection and found that the beets collection was a few GB smaller.
Why would this be? Is there a way to find out?
Cheers
The text was updated successfully, but these errors were encountered: