Git Product home page Git Product logo

grilo's Introduction

Thanks for using Grilo!

=== What is Grilo? ===

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

=== 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 using Ubuntu you can install binary packages by configuring
our PPA, check the wiki page above for details. Otherwise you  have
to download Grilo's source code from GNOME's repository and build it
-don't worry, it takes only a few seconds-, see the section below
if you want to do that.

Once you have Grilo installed, you may want to play around with the
examples (See section "Examples") or check its documentation 
and tutorials (See section "Documentation").

=== Building from git ===

$ git clone git://git.gnome.org/grilo
$ cd grilo
$ ./autogen.sh
$ make

=== Examples ===

If you are looking for some example to play with you can try grilo-test-ui,
a simple GTK+ based test application for testing purposes. You can find it
under tools/grilo-test-ui. It allows users to:

1) Browse predefined content categories from browseable sources (like
"Youtube", "Jamendo" or "UPnP").
2) Search content by text on searchable sources (like "Youtube", "Jamanedo"
or "Flickr").
3) Query sources using source-specific syntax (for sources implementing
this feature).
4) Organize and define the source's content hierarchy (for sources
implementing this feature like "bookmarks" or
"podcasts").
5) Check available metadata for the media. 

For this application to work you need some Grilo plugins that act as media
sources, that is, plugins that provide the actual content that you will
browse and search using the application. You can get a bunch of plugins for
Grilo from the grilo-plugins package here:

http://git.gnome.org/browse/grilo-plugins

If you are looking for a step-by-step guide from beginning to end, here it is:

# Building Grilo

$ git clone git://git.gnome.org/grilo
$ cd grilo
$ ./autogen.sh
$ make

# Building Grilo Plugins and setting GRL_PLUGIN_PATH

$ export PKG_CONFIG_PATH=$PWD:$PKG_CONFIG_PATH
$ cd ..
$ git clone git://git.gnome.org/grilo-plugins
$ cd grilo-plugins
$ ./autogen.sh
$ make
$ make install

# Running grilo-test-ui

$ cd ../grilo
$ tools/grilo-test-ui/grilo-test-ui

=== Documentation ===

If you are looking for documentation you should add the --enable-gtk-doc
option to the autogen.sh execution:

$ ./autogen.sh --enable-gtk-doc
$ make

Then point your browser to open the file doc/reference/html/index.html

Enjoy!

grilo's People

Contributors

1punman avatar askhl avatar aurisc4 avatar bertogg avatar calvaris avatar cedric31 avatar ceyusa avatar djdeath avatar elmarco avatar em- avatar frandieguez avatar guijemont avatar haaninjo avatar hadess avatar hasselmm avatar itoral avatar jasuarez avatar joaquimrocha avatar lsahn-gh avatar marv-cz avatar mathieuduponchelle avatar mirosnik1 avatar mrkara avatar murraycu avatar piotrdrag avatar prescott66 avatar spenap avatar ssssam avatar victortoso avatar xclaesse avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.