~ubuntu-branches/debian/sid/dmedia/sid

« back to all changes in this revision

Viewing changes to dmedia-cli.1

  • Committer: Bazaar Package Importer
  • Author(s): Bilal Akhtar
  • Date: 2011-01-04 16:03:29 UTC
  • Revision ID: james.westby@ubuntu.com-20110104160329-4e5vhosser50n4v7
Tags: 0.3.0~repack-1
Initial release (Closes: #608364)

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
dmedia is simple distributed media library. Media files are given a globally unique ID based on their content-hash. Meta-data is stored in CouchDB. Meta-data for a large number of media files can be available locally (meta-data is small).  Actual media files can be loaded on-demand from peers or cloud when not available locally (media files are big).  Goals are to make synchronization super easy, and to lay groundwork for a distributed content creation workflow.
19
19
 
20
20
.SH OPTIONS
21
 
.IP \fB\--version\fP
 
21
.IP \fB\-\-version\fP
22
22
Show program's version number and exit
23
 
.IP \fB\--help,-h\fP
 
23
.IP \fB\-\-help,-h\fP
24
24
Show a help message and exit
25
 
.IP \fB\--quick\fP
 
25
.IP \fB\-\-quick\fP
26
26
Do a fast scan without extracting extra metadata
27
 
.IP\fB\ --project=PROJECT\fP
 
27
.IP \fB\-\-project=PROJECT\fP
28
28
Add imported files to specified PROJECT
29
 
.IP\fB\ --tag=TAG\fP
 
29
.IP \fB\-\-tag=TAG\fP
30
30
Add specified TAG to imported files
31
 
.IP\fB\ --type=TYPE\fP
 
31
.IP \fB\-\-type=TYPE\fP
32
32
Add specified TYPE to the list of file types to limit the import to. TYPE can be 'image', 'audio', 'video' or 'all'. 'all' is the default and represents 'image', 'audio' and 'video' files.
33
 
.IP\fB\ --extension=EXTENSION\fP
 
33
.IP \fB\-\-extension=EXTENSION\fP
34
34
Add specified EXTENSION to the list of file extensions to limit the import to. By default, all file extensions that are recognised as audio, video or image file formats will be imported.
35
35
 
36
36