From b4bcbbd460aab8db8bd6079a9c8bd4fae3aefc3b Mon Sep 17 00:00:00 2001 From: achesak Date: Mon, 21 Sep 2015 11:13:17 -0500 Subject: Add playlists. --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 3bb1f10..56ddb3a 100644 --- a/packages.json +++ b/packages.json @@ -3341,5 +3341,20 @@ "description": "Parse fixed-width fields within lines of text (complementary to parsecsv)", "license": "MIT", "web": "https://github.com/jlp765/parsefixed" + }, + { + "name": "playlists", + "url": "https://github.com/achesak/nim-playlists", + "method": "git", + "tags": [ + "library", + "playlists", + "M3U", + "PLS", + "XSPF" + ], + "description": "Nim library for parsing PLS, M3U, and XSPF playlist files", + "license": "MIT", + "web": "https://github.com/achesak/nim-playlists" } ] -- cgit v1.2.3