Replies: 3 comments 4 replies
-
here is my yaml file but in the right form : directory: ~/music/Music After Beet |
Beta Was this translation helpful? Give feedback.
-
Now I get this, even after rebooting : ** error loading plugin pyacoustid: ** error loading plugin gstreamer: |
Beta Was this translation helpful? Give feedback.
-
I suggest you add one plugin at a time to avoid multiple points of failure. Note that the plugin names are chroma (pyacoustid is the dependency and not the name of the plugin)and replaygain (gstreamer is a backend and not the plugin). |
Beta Was this translation helpful? Give feedback.
-
hi,
First off I am a complete noob at coding and I'm trying my best to configure my Beets using the doc, but I have run into some problems. The first one is the gstreamer plugin. When I type ''pip install gstreamer'' I get this error:
ERROR: Could not find a version that satisfies the requirement gstreamer (from versions: none)
ERROR: No matching distribution found for gstreamer
I have managed to install ''gstreamer-player'', but I am not sure if this can be used for acoustic fingerprint.
The second problem is in my yaml file, more precisely in line 10 and 11 column 1 :
configuration error: C:\Users\jerem\AppData\Roaming\beets\config.yaml could not be read: while scanning a simple key
in "C:\Users\jerem\AppData\Roaming\beets\config.yaml", line 10, column 1
could not find expected ':'
in "C:\Users\jerem\AppData\Roaming\beets\config.yaml", line 11, column 1
Here is my code so far :
directory: ~/music/Music After Beet library: ~/music/Music For Beet/newlibrary.blb import: move: yes threaded: yes paths: default: $albumartist/$album%aunique{}/$track - $title ($bitrate) singleton: Non-Album/$artist/$title comp: Compilations/$albumartist/$album%aunique{}/$track - $title ($bitrate) languages:en jp plugins : fetchart lyrics discogs pyacoustid gstreamer
I am on windows 10, if any other info is needed please ask!
Beta Was this translation helpful? Give feedback.
All reactions