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 [2024/12/24 01:08] (current) – [Path template information] 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 44: | Line 50: | ||
< | < | ||
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 73: | ||
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 535: | Line 546: | ||
beet import -A -C -W -I -s / | beet import -A -C -W -I -s / | ||
</ | </ | ||
+ | Update id3 tags after changing db | ||
+ | < | ||
+ | beet write | ||
+ | </ | ||
====== Addons ====== | ====== Addons ====== | ||
config/beets.1711399593.txt.gz · Last modified: by Wulf Rajek