-
-
Notifications
You must be signed in to change notification settings - Fork 120
[Feature] Advanced file naming #767
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
Comments
What was |
Closing until more information is provided. |
That would presumably be the I came across this issue because I too want to specify a more customisable download\output path for music, specifically ;) The current argument I use in cmdline which gives rise to an ordered directory structure of, say:-
Currently Parabolic only gives me:-
Is there any chance you might implement the |
Hey!
I used to use
yt-dlp
's function to rename the music I downloaded toArtist - Album
.This is not possible with Parabolic?
Maybe something to just execute an
exiftool
snippet after download?The one I currently use is:
exiftool '-FileName<${Artist;} - ${Album;}.%e'
The text was updated successfully, but these errors were encountered: