1moovida(1) General Commands Manual moovida(1)
2
3
4
6 moovida - open source cross-platform media center
7
8
10 moovida [ OPTION]... [ CONFIG FILE]
11
12
14 Moovida is an open source cross-platform media center solution designed
15 to be simple for people not particularly familiar with computers. With
16 Moovida you can enjoy:
17
18 * Watch your pictures with previews and nicely animated slideshows.
19
20 * Watch your movies and video clips as well as online ones.
21
22 * Manage your music collection by artists or albums covers.
23
24 * Moovida finds automatically medias on your network, from network
25 drives, Windows Mediaplayer, etc.
26
27 * Detects automatically iPods, cameras, USB hard drives, etc.
28
29 Moovida runs on the top of the GStreamer multimedia framework and uses
30 the Pigment library for graphical user interaction. You can use it
31 with your mouse, lirc-input device or simply with the keyboard.
32
33
35 --version
36 Print the version of Moovida.
37
38 --twisted-version
39 Print the version of twisted.
40
41 -t, --tracebacks
42 Output tracebacks on the console output. Disabled by default.
43
44 -l, --log
45 Log the output to the given file.
46
47 --shell
48 Open an interactive shell of the Moovida environment in the ter‐
49 minal.
50
51 --headless
52 Start Moovida in headless mode.
53
54 --force-startup
55 Start even when another instance is running.
56
57 -f, --fullscreen
58 Start fullscreen (default).
59
60 -u, --unfullscreen
61 Do not start fullscreen.
62
63 -n, --nosplash
64 Do not show the splash schreen on startup.
65
66 -i, --import=FILE
67 Import the given Python file and run it in the Moovida environ‐
68 ment (used by Windows only).
69
70 -c, --config-file=FILE
71 Use the specified configuration file instead of the default one.
72
73 --rss=URL
74 Start Moovida with a specific URL of an RSS feed.
75
76 --help Show usage information and exit.
77
78
80 To navigate through the menus, Moovida reacts on key presses:
81
82 Basic keys
83 Left/Right/Up/Down
84 Move left/right/up/down
85 f or Escape
86 Toggle fullscreen mode
87 Enter
88 Activate/open selected item
89 Backspace
90 Go back
91
92
93 Menu hidden and player active
94 Left or v
95 Seek backward
96 Right or b
97 Seek forward
98 Up/Down
99 Volume up/down
100 Enter
101 Toggle play/pause
102 x
103 Previous track of playlist
104 c
105 Next track of playlist
106
107
108 List menu mode
109 Up/Down
110 Navigate in the current menu level
111 Right
112 Go in the "More Options" menu if there's one. If there's no
113 such menu
114 you in fact go to the top context bar.
115 Enter
116 Call the default action on the selected item (ex: play the
117 movie if you are in a movie list)
118 Backspace
119 Go to previous menu
120
121
122 Grid menu mode
123 The user can navigate in the 4 directions (up, down, left,
124 right) using the direction keys (Left/Right/Up/Down). When the
125 first row of the grid is reached, the user can enter the top
126 context bar by hitting Up key once more. When the last row of
127 the grid is reached, the user can enter the grid context bar by
128 hitting Down key once more.
129
130 Navigation inside the grid context bar is horizontal, use
131 Left/Right keys to navigate in the 3 buttons. To activate a but‐
132 ton, press Enter. To leave the context bar, press Up key.
133
134
135 Top context bar
136 When navigating inside menus, there should always be a context
137 bar available on the top of the window. Navigation inside this
138 bar is horizontal, use Left/Right keys to navigate in the bar
139 buttons. To activate a button, press Enter. To leave the con‐
140 text bar, press Down key.
141
142
144 ~/.moovida/moovida.conf
145
146
148 Report Moovida bugs on Launchpad: <http://bugs.launchpad.net/elisa/>.
149
150
152 Moovida was written by the Moovida team <contact@fluendo.com>. This
153 manual page was previously written Philippe Normand, got reworked by
154 Benjamin Kampmann and updated by Paul van Tilburg.
155
156
158 The latest version of Moovida may be downloaded from
159 <http://www.moovida.com/>.
160
161
162
163 2009-07-14 moovida(1)