bulk-media-downloader
bulk-media-downloader copied to clipboard
Media files have the same filename, so BMD will download only 1 of them.
For example the following media files are recognized and listed: filename1.mp3 filename1.mp3 filename1.mp3 ...and so on... They are all different mp3 files, but since they have the same filename on the list, BULKmediaDownloader will only download 1 media file, not all of them. So how to set the downloading process to be able to download all the listed media files by rename them automatically like: filename1.mp3 filename2.mp3 filename3.mp3 ?