For those of us unaware. Can you mention what purpose aria serves in your downloading process?
For those of us unaware. Can you mention what purpose aria serves in your downloading process?
Terminal. ls for starters. You could do
ls -al {path to folder} > folder_contents.txt
Replace {path to folder} with the directory’s path. I like to drag and drop the folder from terminal into finder.
This will create a text file folder_contents.txt which you can open with a file editor to view the names of all files in that directory. Or if you don’t mind using the terminal to browse the text file I recommend less. Hope that helps!
Terminal. ls for starters. You could do
ls -al {path to folder} > folder_contents.txt
Replace {path to folder} with the directory’s path. I like to drag and drop the folder from terminal into finder.
This will create a text file folder_contents.txt which you can open with a file editor to view the names of all files in that directory. Or if you don’t mind using the terminal to browse the text file I recommend less. Hope that helps!
Haven’t checked out the video yet but sounds interesting. Just began getting into YT editing myself and going through my massive media library definitely is a pain point for me. Would love to be a tester.