NickvisionApps / Parabolic

Download web video and audio
https://flathub.org/apps/details/org.nickvision.tubeconverter
GNU General Public License v3.0
935 stars 50 forks source link

Renaming files after download #767

Open jh-devv opened 5 months ago

jh-devv commented 5 months ago

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'
Batwam commented 5 months ago

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.

nlogozzo commented 1 month ago

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?