0What can I do if I have imported a music in the library and beet created it under $MY_LIB_DIR/Non-Album.mp3.
I can't find the file in the library. WHen I do beet ls non-album, I don't get anything.
beet seems also to have created some files named in this manner: http://paste.debian.net/925999/. They were all music with no real information in tags. How can I repair this? Beets doesn't seem good with manual modificiation of files 1 by 1.
videos are not like music though, there isn't enough metadata in a file (tracklist, duration...) to determine what it is if the files are not named at least a tiny bit correctly before searching
Freso
Which is where beets' db comes in handy.
libussa
filebot doesn't have an internal db
it just queries online dbs
Freso
Yep.
libussa
with things like plex and couchpotato, I'm not sure what the use case would be
Freso
`beet ls type:video actor:Caprio`
`beet ls author:Tolkien` (returning your beets managed Silmarillion eBook, Roverandom audiobook, and LotR trilogy videos)
libussa
well plex has an api
I know there are scripts to query stuff like that
Freso
But requires plex to be running, I'm sure. Also, last I checked, plex isn't FLOSS.
libussa
true
Freso
Also, MusicBrainz has music videos. beets needs video support to handle those properly.
libussa
video is a all other (huge) deal, I'm afraid beets would become overly complicated if it did that well enough
Which would allow it to also be able to handle e.g., eBooks.
SuperSeriousCat
This is more of a plugin work instead of something to use Beets dev time on imo
Freso
It still required beets to support it. Also, I'm not sure how you're distinguishing the two. :)
barafu has quit
SuperSeriousCat
Only if you want to get in on the docs website :P
Still think this is more of a FileBot thing, especially the way the github OP write :P If it was for music videos. Is there a "imdb for music videos"?
Lots of programs like Sonarr use FileBot to rename filenames CLI style
Freso
MusicBrainz has information on music videos.
jholden joined the channel
Trauma has quit
lazka has quit
albertus1 joined the channel
Trauma joined the channel
simukis_ has quit
sim590
DjSlash: Oh. I didn't know queries could be paths. Thanks!
can I print all fields of a given element of the library? like beet ls -f '$all' <some_path> ?
lazka joined the channel
After modifying a non tagged element, it went into $MY_LIB_DIR/Artist/557/Track.mp3. I don't know where the 557 album name comes from. Actually, the track doesn't have an album. How can I move the element to $MY_LIB_DIR/Non-Album dir like if I had done beet import -s at first?
Miblo has quit
Miblo joined the channel
stevejohnson joined the channel
sampsyo
sim590: You might want to use the `info` plugin.
And for that, you could try re-importing with the -s flag. (No need to remove first.)