Python script to copy the files from a m3u playlist to another directory (ex. python pl-copy.py pl.m3u path/to/output/dir/) Gist: https://gist.github.com/Firbydude/8bf7e51d104c1dd041504860a625c3ed import sys import os from shutil import copyfile # python pl-copy.py all.m3u E:\music\ def main(): if l...