• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

help/H05-Oct-2021-8,4307,739

po/H05-Oct-2021-31,37124,572

src/H05-Oct-2021-47,35434,808

subprojects/H05-Oct-2021-54

tests/H05-Oct-2021-8,4236,396

.gitlab-ci.ymlH A D05-Oct-20212.1 KiB8985

.mailmapH A D05-Oct-20211.4 KiB3330

AUTHORSH A D05-Oct-20213 KiB193192

COPYINGH A D05-Oct-202125.8 KiB505418

NEWSH A D05-Oct-202170 KiB2,3881,945

README.mdH A D05-Oct-20211.1 KiB4028

grilo-plugins-0.3.pc.inH A D05-Oct-202194 43

grilo-plugins.doapH A D05-Oct-20211.7 KiB4541

meson.buildH A D05-Oct-20217.9 KiB202176

README.md

1# grilo-plugins
2Thanks for using Grilo!
3
4## What is Grilo?
5Grilo is a framework for browsing and searching media content from various
6sources using a single API.
7
8## What is grilo-plugins?
9It is a collection of plugins for Grilo implementing Grilo's API for various
10multimedia content providers.
11
12## Where can I find more?
13We have a wiki page at: <https://wiki.gnome.org/Projects/Grilo>
14
15You can subscribe to our mailing list: <http://mail.gnome.org/mailman/listinfo/grilo-list>
16
17You can join us on the IRC: #grilo on GIMPNet
18
19## How do I start?
20If you are asking this then you should probably be reading Grilo's README
21file first :)
22
23## Building from git
24Make sure you have Grilo installed first! If you do then:
25
26```bash
27$ git clone https://gitlab.gnome.org/GNOME/grilo-plugins.git
28$ cd grilo-plugins
29$ meson . build
30$ ninja -C build
31$ sudo ninja -C build install
32```
33
34## License
35
36grilo-plugins is available under the [GNU Lesser General Public License v2.1 or later](https://spdx.org/licenses/LGPL-2.1-or-later.html).
37Check the sources themselves for individual copyrights and licenses.
38
39Enjoy!
40