-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
#2621 custom tag map #2640
#2621 custom tag map #2640
Conversation
@elfalem, thanks for your PR! By analyzing the history of the files in this pull request, we identified @geigerzaehler, @sampsyo and @pkess to be potential reviewers. |
I'm not sure what's going on with the tests failing with the error |
Hmm; that’s strange! But the current commit on master seems to have succeeded on Travis? I don’t see any obvious indication about what’s going wrong. |
I ran the tests again at different levels as follows: I did this for the current PR branch and master and got:
I was able to narrow down the issue to the change I made in the following lines which was intended to avoid user configuration from affecting test runs. I can take out those changes since they're not necessary for this PR and make this branch pass in Travis but I think there's a bigger issue of the same tests returning different results depending the level they're run. |
What's the best way to proceed here? |
@elfalem just a heads up that we're planning to split MediaFile out into a standalone Python package and git repository (see #3237). Your PR will obviously be affected by that, but your branch had already fallen out of date. Do you still have plans to work on these changes? If so it might be best to start off with the changes to MediaFile and then as a second stage look at using them in beets. |
Thanks for the update. It has been a while since I looked at this PR so it will require significant updates regardless |
@elfalem any chance you still have interest in working on this? |
@jtpavlock Unfortunately I do not. |
@elfalem no worries, maybe your work will help out someone that tries to tackle this problem in the future. I'm going to close this since it would need some serious refactoring at this point as well. |
Pull request for resolving #2621