Closed daviddoji closed 5 years ago
Hi! This report doesn't have enough detail to make it clear what the problem you're having is. Can you explain more carefully what's going on and what you want to do?
Thanks for the fast reply and sorry for not being specific enough.
In my "Singletons" folder, I have some songs that were imported by beet as ".mp3", ".1.mp3", ... without any other extra information nor metadata.
I'm trying to get rid of them, either by renaming or deleting from the library. I can do it manually, but I'm not sure if the beet database will complain later.
How can I do this (rename or remove) a file that is on a folder but it's not recognized by beet?
Hope that this time is clear :)
Got it; thanks! A few options come to mind:
beet ls -p title::^$
for example. If that works, you can use beet rm
with the same query.Thanks for the reply. Unfortunately your suggestions didn't work :(
david@arch /datos/Music/Singletons % beet ls -p title::^$
zsh: no matches found: title::^$
1 david@arch /datos/Music/Singletons % ls :(
_.1.mp3
_.2.mp3
...
That's an error from your shell. You probably want to escape or use single quotes.
That did the magic :) Once again, thanks for this amazing library.
Yay!
During import, some Singletons were classified as ".mp3", ".1.mp3", ... I'm trying to get rid of them, but it seems that beet can't find them.
Problem
Running this command in verbose (
-vv
) mode:Led to this problem:
Setup
My configuration (output of
beet config
) is: