-
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
How to Tag + Categorize while Importing #2187
Comments
With regard to the additional questions:
|
#1881 proposes to set a field on the import command line. Would that cover what you'd like to do here? |
#1881 is what I described as well, but I would favor short form of giving additional tag, or overwriting exiting tag, since import is free of any other tag information, we can simplify it Another feature I would like is, beet should have additional tag in db only, that identifies imported files using import session id, which could be running number or guid, or some hash code, every time import is made there will be entry in each file to identify imported session, this allows us operate on large set of files easily, change path, set additional metadata etc. Each session id is mapped to master session data, which will have details like no of files imported, path imported from, date added, etc. |
OK! Can you add your thoughts to that issue? To be clear, though, we're more likely to use a standard option than to invent new UI syntax. The "unique import id" idea is intriguing but somewhat specialized. Maybe you'd be interested in prototyping a plugin for that, which shouldn't be too difficult? |
Problem
I have iTunes music folder, I want to maintain the folder structure intact, but move it to beets library\iTunes folder as well as I want to add flexible attribute 'iTunes_Purchase: true', the order in which happens should be
I have two more queries
The text was updated successfully, but these errors were encountered: