saurabhs / M3UPlaylistExporter

Reads your *.m3u playlist and export songs/audio to some other folder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

M3UPlaylistExporter

Reads your *.m3u playlist and export songs/audio to some other folder, created this utility to export songs from *.m3u playlists exported by foobar2000. Plan was to directly copy the songs to the smartphone but for some reason running DriveInfo.GetDrives() won't show my OnePlus One storage.

Usage

-copy [SOURCE] [DESTIANTION] Performs a normal copy funcation, you can use the Windows copy instead.

-plcopy [PLAYLIST_FOLDER] [DESTIANTION] Finds all the *.m3u files in the folder and copy all (newly added) files to specified destination folder

Compilation

Using Visual Studio 2017 Communtity Edition to compile.

About

Reads your *.m3u playlist and export songs/audio to some other folder

License:MIT License


Languages

Language:C# 100.0%