1grl-launch(1)               General Commands Manual              grl-launch(1)
2
3
4

NAME

6       grl-launch - run Grilo operations from the command line
7

SYNOPSIS

9       grl-launch [OPTIONS] OPERATION PARAMETERS
10

DESCRIPTION

12       This manual page documents briefly the grl-launch command.
13
14       grl-launch  is a tool that allows the user to run Grilo operations from
15       the command line.
16

OPERATIONS

18       browse <source>|<media box>
19
20       may_resolve <key> <source>|<media box> [<source>]
21
22       query <expression> <source>
23
24       resolve <source>|<media> [<source>]
25
26       search <term> <source>
27
28       monitor <source>
29
30       test_media_from_uri <uri> [<source>]
31
32       media_from_uri <uri> <source>
33

OPTIONS

35       -h, --help
36              Show summary of grl-launch options.
37
38       --help-grl
39              Show summary of Grilo options.
40
41       --help-all
42              Show summary of all options.
43
44       -C, --config
45              Configuration file to send to sources
46
47       -c, --count
48              Number of elements to return
49
50       -d, --delay
51              Wait some seconds before performing  the  operation  (default  1
52              second)
53
54       -f, --flags=full|fast_only|idle_relay
55              List of comma-separated flags to use
56
57       -F, --full
58              Full serialize
59
60       -k, --keys
61              List of comma-separated keys to retrieve
62
63       -S, --serialize
64              Serialize
65
66       -s, --skip
67              Number of elements to skip
68
69       -T, --titles
70              Print column titles (useful for CSV spreadsheets)
71
72       -V, --version
73              Print version
74

EXAMPLES

76       Print the ID for all the items searched in the Tracker source:
77
78              grl-launch-0.3 search "" -S grl-tracker-source
79
80       Print the ID and title for the items in the Apple Trailers source:
81
82              grl-launch-0.3 -k id,title browse grl-appletrailers-lua
83
84       Print the title for the videos indexed by Tracker:
85
86              grl-launch-0.3 -S browse -k title grlcontainer://grl-tracker-source/videos
87

AUTHOR

89       This manual page was written by Alberto Garcia <berto@igalia.com>.
90
91
92
93                                August 25, 2014                  grl-launch(1)
Impressum