Skip to content
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

Injection of beetcamp into beets 1.6.1 downgrades the beets to 1.6.0 #58

Closed
anjerukare opened this issue May 9, 2024 · 3 comments
Closed

Comments

@anjerukare
Copy link

Hello πŸ‘‹

Here is the problem:

anjerukare@server:~/media$ pipx install git+https://github.com/beetbox/beets.git
  installed package beets 1.6.1, installed using Python 3.11.2
  These apps are now globally available
    - beet
done! ✨ 🌟 ✨
anjerukare@server:~/media$ beet version
beets version 1.6.1
Python version 3.11.2
no plugins loaded
anjerukare@server:~/media$ pipx inject beets beetcamp
  injected package beetcamp into venv beets
done! ✨ 🌟 ✨
anjerukare@server:~/media$ beet version
beets version 1.6.0
Python version 3.11.2
no plugins loaded

After beets installation it's version is 1.6.1, but after beetcamp injection, beets version became 1.6.0.

Configuration (not changed during the commands)
directory: ~/media/music

import:
  move: yes

I noticed this problem when after injecting beetcamp I no longer have the musicbrainz.enabled: no configuration working. Without this configuration I can't use beets, so I can't use beetcamp at the moment.

@snejus
Copy link
Owner

snejus commented May 10, 2024

Thanks for flagging this, I will release a fix right away. Meanwhile, you can try installing the previous version of beetcamp which did not have this issue, i.e. pipx inject beets "beetcamp<0.18.0"

@snejus
Copy link
Owner

snejus commented May 10, 2024

It shall not downgrade beets anymore!

@snejus snejus closed this as completed May 10, 2024
@anjerukare
Copy link
Author

Verified, it won't.

Thanks for the quick fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants