StunnerAlpha

joined 10 months ago
[–] [email protected] 1 points 9 months ago

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.

[–] [email protected] 1 points 10 months ago (1 children)

For those of us unaware. Can you mention what purpose aria serves in your downloading process?

[–] [email protected] 1 points 10 months ago

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!

[–] [email protected] 1 points 10 months ago

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!