├── Contents ├── Info.plist ├── QuickLook │ ├── Preview.png │ └── Thumbnail.png └── document.wflow ├── LICENSE └── README.md /Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmatcuk/Create-Playlist.workflow/HEAD/Contents/Info.plist -------------------------------------------------------------------------------- /Contents/QuickLook/Preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmatcuk/Create-Playlist.workflow/HEAD/Contents/QuickLook/Preview.png -------------------------------------------------------------------------------- /Contents/QuickLook/Thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmatcuk/Create-Playlist.workflow/HEAD/Contents/QuickLook/Thumbnail.png -------------------------------------------------------------------------------- /Contents/document.wflow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmatcuk/Create-Playlist.workflow/HEAD/Contents/document.wflow -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmatcuk/Create-Playlist.workflow/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bmatcuk/Create-Playlist.workflow/HEAD/README.md --------------------------------------------------------------------------------