Skip to content

Commit c4ff1f9

Browse files
William SeemannWilliam Seemann
authored andcommitted
Initial check in
1 parent f1308e7 commit c4ff1f9

2 files changed

Lines changed: 57 additions & 203 deletions

File tree

LICENSE

Lines changed: 0 additions & 201 deletions
This file was deleted.

README.md

Lines changed: 57 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,59 @@
11
JavaPlaylistParser
2-
==================
2+
============================
3+
4+
View the project page <a href=http://wseemann.github.io/JavaPlaylistParser/>here</a>.
5+
6+
Donate
7+
------------
8+
9+
Donations can be made via PayPal:
10+
11+
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4KK2RERB2VKL8" alt="PayPal - The safer, easier way to pay online!">
12+
<img src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif">
13+
</a>
14+
15+
Overview
16+
--------
17+
18+
Java Playlist Parser is a toolkit for detecting and extracting metadata and structured text content from various documents using existing parser libraries.
19+
20+
Using JPP in your application
21+
------------
22+
23+
Extract and copy the following JAR file and prebuilt native libraries into your projects "libs" folder:
24+
25+
Compiling
26+
------------
27+
28+
### Ant
29+
30+
Java Playlist Parser is based on Java 6 and uses the Apache Ant <http://ant.apache.org/>
31+
build system. To build Java Playlist sParser, use the following command in this directory:
32+
33+
ant jar
34+
35+
Usage
36+
------------
37+
38+
Sample code:
39+
40+
License
41+
------------
42+
43+
```
44+
JavaPlaylistParser: A unified interface for playing audio files and streams.
45+
46+
Copyright 2014 William Seemann
47+
48+
Licensed under the Apache License, Version 2.0 (the "License");
49+
you may not use this file except in compliance with the License.
50+
You may obtain a copy of the License at
51+
52+
http://www.apache.org/licenses/LICENSE-2.0
53+
54+
Unless required by applicable law or agreed to in writing, software
55+
distributed under the License is distributed on an "AS IS" BASIS,
56+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
57+
See the License for the specific language governing permissions and
58+
limitations under the License.
359
4-
Java based playlist parser

0 commit comments

Comments
 (0)