Go to main content

man pages section 1: User Commands

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

grl-launch-0.3 (1)

Name

grl-launch-0.3 - run Grilo operations from the command line

Synopsis

grl-launch [OPTIONS] OPERATION PARAMETERS

Description

grl-launch(1)               General Commands Manual              grl-launch(1)



NAME
       grl-launch - run Grilo operations from the command line

SYNOPSIS
       grl-launch [OPTIONS] OPERATION PARAMETERS

DESCRIPTION
       This manual page documents briefly the grl-launch command.

       grl-launch  is a tool that allows the user to run Grilo operations from
       the command line.

OPERATIONS
       browse <source>|<media box>

       may_resolve <key> <source>|<media box> [<source>]

       query <expression> <source>

       resolve <source>|<media> [<source>]

       search <term> <source>

       monitor <source>

       test_media_from_uri <uri> [<source>]

       media_from_uri <uri> <source>

OPTIONS
       -h, --help
              Show summary of grl-launch options.

       --help-grl
              Show summary of Grilo options.

       --help-all
              Show summary of all options.

       -C, --config
              Configuration file to send to sources

       -c, --count
              Number of elements to return

       -d, --delay
              Wait some seconds before performing  the  operation  (default  1
              second)

       -f, --flags=full|fast_only|idle_relay
              List of comma-separated flags to use

       -F, --full
              Full serialize

       -k, --keys
              List of comma-separated keys to retrieve

       -S, --serialize
              Serialize

       -s, --skip
              Number of elements to skip

       -T, --titles
              Print column titles (useful for CSV spreadsheets)

       -V, --version
              Print version

EXAMPLES
       Print the ID for all the items searched in the Tracker source:

              grl-launch-0.3 search "" -S grl-tracker-source

       Print the ID and title for the items in the Apple Trailers source:

              grl-launch-0.3 -k id,title browse grl-appletrailers-lua

       Print the title for the videos indexed by Tracker:

              grl-launch-0.3 -S browse -k title grlcontainer://grl-tracker-source/videos

AUTHOR
       This manual page was written by Alberto Garcia <berto@igalia.com>.



ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       +---------------+-----------------------+
       |ATTRIBUTE TYPE |   ATTRIBUTE VALUE     |
       +---------------+-----------------------+
       |Availability   | library/desktop/grilo |
       +---------------+-----------------------+
       |Stability      | Pass-through volatile |
       +---------------+-----------------------+

NOTES
       Source  code  for open source software components in Oracle Solaris can
       be found at https://www.oracle.com/downloads/opensource/solaris-source-
       code-downloads.html.

       This     software     was    built    from    source    available    at
       https://github.com/oracle/solaris-userland.   The  original   community
       source         was         downloaded        from         https://down-
       load.gnome.org/sources/grilo/0.3/grilo-0.3.13.tar.xz.

       Further information about this software can be found on the open source
       community website at https://wiki.gnome.org/Projects/Grilo.



                                August 25, 2014                  grl-launch(1)