config:beets
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
config:beets [2024/03/25 20:46] – Wulf Rajek | config:beets [2025/08/12 15:01] (current) – [Config File] Wulf Rajek | ||
---|---|---|---|
Line 7: | Line 7: | ||
< | < | ||
#mint21 | #mint21 | ||
- | sudo apt-get install libchromaprint1 | + | sudo apt-get install libchromaprint1 mp3val flac python3-acoustid |
- | sudo apt-get install | + | |
- | sudo apt-get install | + | |
sudo apt-get remove python-pip | sudo apt-get remove python-pip | ||
sudo apt-get install python3-setuptools | sudo apt-get install python3-setuptools | ||
Line 28: | Line 26: | ||
pip install beets-copyartifacts3 | pip install beets-copyartifacts3 | ||
pip install beets-extrafiles | pip install beets-extrafiles | ||
+ | |||
+ | #Mint22: | ||
+ | sudo apt-get install python3-acoustid libchromaprint1 mp3val flac | ||
+ | pipx install beets | ||
+ | pipx inject beets flask=2.2.5 discogs_client requests pylast pyacoustid pycairo pygobject python3-discogs-client discogs-client beets-copyartifacts beets-extrafiles | ||
+ | pipx inject beets beets-yearfixer beets-web-import | ||
+ | pipx inject beets git+https:// | ||
+ | |||
</ | </ | ||
Line 39: | Line 45: | ||
pip uninstall beets | pip uninstall beets | ||
pip install https:// | pip install https:// | ||
+ | </ | ||
+ | |||
+ | ====== shell completion ====== | ||
+ | add to .bashrc or similar: | ||
+ | < | ||
+ | eval " | ||
</ | </ | ||
Line 44: | Line 56: | ||
< | < | ||
2to3-2.7 -w ~/ | 2to3-2.7 -w ~/ | ||
+ | |||
+ | #Mint22: | ||
+ | sudo apt-get install 2to3 | ||
+ | 2to3 -w ~/ | ||
</ | </ | ||
then adjust as following: | then adjust as following: | ||
Line 63: | Line 79: | ||
vi ~/ | vi ~/ | ||
</ | </ | ||
- | change line 75 from | + | < |
+ | #change line 75 from | ||
def unidecode_punc_only(text): | def unidecode_punc_only(text): | ||
- | to | + | #to |
def unicode_punc_only(text): | def unicode_punc_only(text): | ||
</ | </ | ||
Line 240: | Line 257: | ||
# files matching these patterns are deleted from source after import | # files matching these patterns are deleted from source after import | ||
- | clutter: [" | + | clutter: [" |
# files/ | # files/ | ||
ignore: [" | ignore: [" | ||
Line 535: | Line 552: | ||
beet import -A -C -W -I -s / | beet import -A -C -W -I -s / | ||
</ | </ | ||
+ | Update id3 tags after changing db | ||
+ | < | ||
+ | beet write | ||
+ | </ | ||
====== Addons ====== | ====== Addons ====== | ||
Line 648: | Line 668: | ||
====== Puddletag ====== | ====== Puddletag ====== | ||
ID3 Tag editor with embed cover support | ID3 Tag editor with embed cover support | ||
+ | |||
+ | https:// | ||
+ | |||
< | < | ||
- | sudo add-apt-repository ppa: | ||
- | sudo apt-get update | ||
sudo apt-get install puddletag | sudo apt-get install puddletag | ||
</ | </ |
config/beets.1711399593.txt.gz · Last modified: by Wulf Rajek