aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2015-09-21 17:18:33 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2015-09-21 17:18:33 +0100
commit8d1c490c049efb044170a4454d7426249aba6854 (patch)
tree79828b86b2026789b23509fcb54df96b4d9cdd1b
parenta24f917a989de3c332e7c8b3d29ae8b5b4e8a8c3 (diff)
parentb4bcbbd460aab8db8bd6079a9c8bd4fae3aefc3b (diff)
downloadpackages-8d1c490c049efb044170a4454d7426249aba6854.tar.gz
packages-8d1c490c049efb044170a4454d7426249aba6854.zip
Merge pull request #258 from achesak/master
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"
}
]