Parabolic
Parabolic copied to clipboard
Renaming files after download
Hey!
I used to use yt-dlp
's function to rename the music I downloaded to Artist - 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'
I also wish there was a way to run a custom shell command in the download folder at the end of the download. I personally run beet import .
to populate lyrics and file the songs.
I used to use yt-dlp's function to rename the music I downloaded to Artist - Album.
What was yt-dlp
's "function" to do this?