Maintaining FLAC master and MP3 replica folder structure with Beets #5060
-
Hello, Currently I'm working on a solution which would allow me to maintain a MP3-transcoded folder mirror of my FLAC-based "primary" folder with music. The end-goal would ideally meet following criteria:
Purpose: all this because I'd like to have a MP3 copy of my music library on my phone locally. FLACs are overkill to keep them - battery drain and storage issues. My question: how to perform such task using Beets? I tried searching ready to use solutions and ideas on web but I didn't find any ready to use solution. Is Beets even the right tool for this kind of task? If possible I'd like to avoid pure |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Check out https://github.com/geigerzaehler/beets-alternatives |
Beta Was this translation helpful? Give feedback.
-
I don't have time to write a full answer (not sure this is possible with beets currently) but you will probably want https://github.com/x1ppy/freezetag . (And have you seen Opus? Great for portable listening and negligible battery drain vs MP3 I would think) see https://hydrogenaud.io/index.php/topic,120919.msg997205.html#msg997205 |
Beta Was this translation helpful? Give feedback.
beets-alternatives
can definitely embed art that exists as a separate file along the tracks in the converted files. If the art exists only as embedded cover in the source tracks, I think it depends on theconvert
command:beets-alternatives
will not move over the art itself, but if the conversion command (e.g.ffmpeg
) does so, it persists.