Skip to content
This repository was archived by the owner on Nov 7, 2022. It is now read-only.

Latest commit

 

History

History
16 lines (14 loc) · 458 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 458 Bytes

m3u-cli — .m3u generator

./m3u.ps1 'Y:\Videos' 'Example Playlist'

Example

Example of m3u generation

Download

# Enter the folder you want to download m3u-cli in
cd C:\ExampleFolder
# Download the code
New-Item m3u.ps1
  | Set-Content (iwr 'https://raw.githubusercontent.com/hd917/m3u-cli/master/m3u.ps1').Content