-
Notifications
You must be signed in to change notification settings - Fork 78
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
Add the possibility to customise Album names #157
Comments
First iteration could be using Fields
Functions
ExamplesCase conversion NormalCommand: $caps(string) Case conversion UPPERCommand: $upper(string) Case conversion lowerCommand: $lower(string) Replace some charactersCommand: $regexp(x,expr,repl) |
Maybe also the possibility to call an external shell script / command and use the content of stdout? |
Maybe this mechanism could also be used to manipulate the info text? |
Pull request summited: #431 |
Is your feature request related to a problem? Please describe.
Currently there are two ways to create Album names:
folderPath
andfolderName
. These options doesn't cover too much use cases. As it was raised at #150 .Describe the solution you'd like
I'd like be able to customise the Album name based on the data I've got and using several functions.
Describe alternatives you've considered
The alternative is that the user modifies the folders locally before uploading files.
Additional context
Something similar to Mp3Tag scripting.
The text was updated successfully, but these errors were encountered: