diff options
| author | achesak <achesak@yahoo.com> | 2015-09-21 11:13:17 -0500 |
|---|---|---|
| committer | achesak <achesak@yahoo.com> | 2015-09-21 11:13:17 -0500 |
| commit | b4bcbbd460aab8db8bd6079a9c8bd4fae3aefc3b (patch) | |
| tree | 79828b86b2026789b23509fcb54df96b4d9cdd1b | |
| parent | a24f917a989de3c332e7c8b3d29ae8b5b4e8a8c3 (diff) | |
| download | packages-b4bcbbd460aab8db8bd6079a9c8bd4fae3aefc3b.tar.gz packages-b4bcbbd460aab8db8bd6079a9c8bd4fae3aefc3b.zip | |
Add playlists.
| -rw-r--r-- | packages.json | 15 |
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" } ] |
