Search found 1 match

Go to advanced search

by Firbydude
23 May 2017 08:33
Forum: VLC media player Feature Requests
Topic: export files from playlist to directory
Replies: 4
Views: 10459

Re: export files from playlist to directory

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...

Go to advanced search