Does anyone here use beets in such a manner that all imported files are transcoded to your library directory?
trying to make that work, and I cannot.
my end goal is to have a directory where files are imported from, and transcoded to a destination directory following all of my import options, but transcoded to another format
but at the same time, having `beet update` follow the transcoded directory for changes.
xYuusha has quit
and for completeness, I want the original files to never be touched. Even by beets. I want them to stay original.
xYuusha joined the channel
if this is not possible, how can I import files and remove all metadata on copy, including embedded album art in the flac files?
(thus having beets write it all fresh, so it's clean)
DjSlash: I did see that plugin, but I think that actually removes the fields permanently, as in it doesn't fill the stuff back in with new tags/art
there's the from_scratch importer option, but that didn't appear to remove embedded album art.
oh, wait a minute.. maybe it did work.
I commented out my embedart plugin options, but I don't think I commented out the loading of the plugin, so maybe some defaults applied.
NOTICE: [beets] k0ral opened issue #2799: Failing test_asciify_variable and test_asciify_character_expanding_to_slash https://github.com/beetbox/beets/issues/2799
error reading /tmp/tmp6rbXfZ.ogg: '/tmp/tmp6rbXfZ.ogg': of mutagen type OggFLAC - well then.
Mattiaslndstrm joined the channel
so far the convert plugin is doing what I want it to do, but it can't seem to pull the converted file out of /tmp.
N0S4A2 joined the channel
Mattiaslndstrm has quit
alright I think I nailed down what my issue was. If no remote cover image is found, and one exists already in the file, it keeps it, which sometimes is a weird funky format that confuses ffmpeg when I want to convert these later on to ogg.
beets creates the embedded art as Stream #0:1: Video: mjpeg, yuvj444p(pc, bt470bg/unknown/unknown), 1024x1024 [SAR 300:300 DAR 1:1], 90k tbr, 90k tbn, 90k tbc - as far as ffmpeg is concerned.
Mattiaslndstrm joined the channel
Some of these source files have: Stream #0:1: Video: png, rgb24(pc), 1280x1280, 90k tbr, 90k tbn, 90k tbc - instead
if you try to convert that source file to say ogg (opus or vorbis), it fails.
DjSlash: and I tested that zero plugin. Even with fetchart/embedart set, it still strips out the image after embedding it. (weird, right?)
Mattiaslndstrm has quit
choki joined the channel
Trauma has quit
Trauma joined the channel
Mattiaslndstrm joined the channel
next question... beet list length:..4:30, doesn't seem to work for me.
I get nothing returned, even though I know I have tracks shorter than that.