StunnerAlpha

joined 1 year ago
[–] StunnerAlpha@alien.top 1 points 11 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.

[–] StunnerAlpha@alien.top 1 points 11 months ago (1 children)

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

[–] StunnerAlpha@alien.top 1 points 11 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!

[–] StunnerAlpha@alien.top 1 points 11 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!