Created
February 22, 2026 23:12
-
-
Save elico/6ac74f0dd588e2180ed060929483a029 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Get-ChildItem -Filter *.mp3 -Name | Out-File -FilePath "playlist.m3u" -Encoding utf8BOM |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment