summaryrefslogtreecommitdiff
path: root/README.md
blob: 0f9c6c6fa23fa781151b8a2167bf9f754fdb19ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
```
                         _|_ __|_ _ ._ _
                          |_(_)|_(/_| | |

                         playlist parser
```

totem-pl-parser is a simple GObject-based library to parse a host of
playlist formats, as well as save those

News
====

See [NEWS](NEWS) file

Dependencies
============

- glib >= 2.36
- libxml2
- libarchive >= 3.0 (optional)
- libgcrypt (optional)

BUGS
====

Bugs should be filed in [GNOME GitLab](https://gitlab.gnome.org/GNOME/totem-pl-parser/-/issues).

To get a parsing debug output, run:

```sh
$ $BUILDDIR/plparse/tests/parser --debug <URI to playlist file>
```

License
=======

totem-pl-parser is licensed under the GNU Lesser General Public License
version 2.1 or later.