aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorachesak <achesak@yahoo.com>2015-09-21 11:13:17 -0500
committerachesak <achesak@yahoo.com>2015-09-21 11:13:17 -0500
commitb4bcbbd460aab8db8bd6079a9c8bd4fae3aefc3b (patch)
tree79828b86b2026789b23509fcb54df96b4d9cdd1b
parenta24f917a989de3c332e7c8b3d29ae8b5b4e8a8c3 (diff)
downloadpackages-b4bcbbd460aab8db8bd6079a9c8bd4fae3aefc3b.tar.gz
packages-b4bcbbd460aab8db8bd6079a9c8bd4fae3aefc3b.zip
Add playlists.
-rw-r--r--packages.json15
1 files changed, 15 insertions, 0 deletions
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"
}
]