Skip to content

Instantly share code, notes, and snippets.

@Philmist
Last active October 29, 2024 09:11
Show Gist options
  • Save Philmist/e4e3a44f94b57a3062a2d40f8251958b to your computer and use it in GitHub Desktop.
Save Philmist/e4e3a44f94b57a3062a2d40f8251958b to your computer and use it in GitHub Desktop.
'New Playlist/playlist.json' -> playlist.m3u
gc '.\New Playlist\playlist.json' | ConvertFrom-Json | % { $_.filename }
gc '.\New Playlist\playlist.json' | jq '.[] | .filename' | % { $_ }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment