-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
convert: In auto mode, option to keep originals instead of converted files #1840
Comments
With this setup, beets will convert files before adding them to the library, as described in the documentation:
I don't know of any way to automate the conversion process using the plugins readily available with beets. Maybe in the near future with a combination of However, if you're feeling bleeding edge or want to experiment a bit, you can always try the beets-alternatives plugin. Note however that it hasn't been updated since may 2015 and that support might be a bit lacking. Maybe you could take a look at #1620 #1110 (In #1620 I reference a feature request that was very similar to yours, but I can't find it anymore 😞). |
The usual way, FWIW, is not to have a beets library for your lossy files. Just keep the lossless originals in your beets library, and periodically @nathdwek has a great point, though: maybe the |
@sampsyo @nathdwek that'd actually be perfect. Wouldn't mind having the lossy in sort of an 'out of band' mode. Primarily interested in maintaining the higher quality sources. Would need the option to copy without transcoding in the event that the new import was already an MP3 at 320k. Ideally the originals would have their tags adjusted first, then new ones transcoded with the tags copied over. |
Good call; turning this into a feature request. Fortunately, the plugin already has bitrate filters, so keeping 320kbps MP3s shouldn't be a problem. |
Also, if there could be a way to keep tabs on what has been converted in the past within the database, with maybe a reference link to where it was saved to, that could be helpful for libraries with some transcoded / exported and some not. |
Yeah that's basically what beets-alternative does. Seems like a few people would have been interested by it lately. However, it would still require some effort to bring it in and resume support. I don't know however if it would be a good call to try and provide these features from scratch however, given that a working solution is right there. |
Just as an example, something like a "converted version" flexible attribute wouldn't be hard to add to the |
Just searching for exactly this to export / convert my flac to mp3 for my car mp3 player and wondered how it was going? :) |
In general, there's never really anything to report except what you see on GitHub. So, in summary, we could use some help with addressing this if you have time! |
Unless you'll take some pascal code I'll not be much help, but its always surprising how sensitive coders are to timescales. I wasn't meaning to hurry anyone along, just thought I may have missed an update or an alternate way of getting an mp3 copy of my source flac files. I'll keep searching for an alternate way. All the best. |
Sorry; I didn't mean to sound offended! Just trying to give some context: work in this project generally doesn't get done until someone comes up with the extra time to claim a ticket. |
Add auto_keep option to convert plugin - attempt to fix #1840
Hey All,
I'm looking to use beets to manage my lossless library, but I have devices in the house that do not support high bit-rate formats (Sonos devices). So I'm looking to use Beets to import music into it's database and at the same time create a copy of the Lossless files, convert them into lossy/.mp3 and store in a different location.
Couple questions:
The text was updated successfully, but these errors were encountered: