File: README.md

package info (click to toggle)
grilo-plugins 0.3.12-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,096 kB
  • sloc: ansic: 37,367; xml: 640; python: 423; makefile: 11
file content (34 lines) | stat: -rw-r--r-- 877 bytes parent folder | download
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
# grilo-plugins
Thanks for using Grilo!

## What is Grilo?
Grilo is a framework for browsing and searching media content from various
sources using a single API.

## What is grilo-plugins?
It is a collection of plugins for Grilo implementing Grilo's API for various
multimedia content providers.

## Where can I find more?
We have a wiki page at: <https://wiki.gnome.org/Projects/Grilo>

You can subscribe to our mailing list: <http://mail.gnome.org/mailman/listinfo/grilo-list>

You can join us on the IRC: #grilo on GIMPNet

## How do I start?
If you are asking this then you should probably be reading Grilo's README
file first :)

## Building from git
Make sure you have Grilo installed first! If you do then:

```bash
$ git clone https://gitlab.gnome.org/GNOME/grilo-plugins.git
$ cd grilo-plugins
$ meson . build
$ ninja -C build
$ sudo ninja -C build install
```

Enjoy!