-
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
Import log says "None" in album-grouping mode #825
Comments
Thanks for the report! Oddly, I can't reproduce this. I've imported a few albums in quiet mode with the logger turned on that were then skipped, any my log contained:
Do you have a minimal configuration that makes the bug happen? |
Guessing that it only has something to do with the import function, here are the settings for import:
|
Aha! Thanks for the additional detail. The problem is the We should fix this bug, but I'm not entirely sure what we ought to be logging. Maybe the full list of filenames? Certainly not the directory containing the music, since the whole point of |
Aah cool, that makes a lot of sense actually. Logging the complete list would be the most logical choice I'd say, since it will give a user the same info as when For time being I will set the |
Yes, a note in the docs would not go amiss either. Edits would be appreciated here. |
An edit for the group_albumsBy default, the beets importer groups tracks into albums based on the directories they reside in. This option instead uses files’ metadata to partition albums. Enable this option if you have directories that contain tracks from many albums mixed together. The EDIT If both Default: Something similar should be in place for the documentation on the Command-Line Interface page (http://beets.readthedocs.org/en/v1.3.6/reference/cli.html). |
Thanks! Incorporated. |
Close beetbox#1475, fix beetbox#825.
Found this issue while importing a large music set from which I only want the tagged data in my database, so not alter the files (move/rename) in any fashion. I didn't fancy taking every auto-tag issue into account, hence I imported the files in quite mode and logged the music files which it couldn't tag so I could do those by hand later. However, since the log only contained "Skipped none" and I did not move or alter any of my files, I had no way of telling which files weren't logged.
In short, when you are importing music in quite mode and want to log which files are skipped, the log only contains lines like "Skipped none".
The text was updated successfully, but these errors were encountered: