Last active
October 29, 2024 09:11
-
-
Save Philmist/e4e3a44f94b57a3062a2d40f8251958b to your computer and use it in GitHub Desktop.
'New Playlist/playlist.json' -> playlist.m3u
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
gc '.\New Playlist\playlist.json' | ConvertFrom-Json | % { $_.filename } |
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
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