diff options
| author | Daniel Schadt <kingdread@gmx.de> | 2026-08-12 17:13:52 +0200 |
|---|---|---|
| committer | Daniel Schadt <kingdread@gmx.de> | 2026-08-12 17:13:52 +0200 |
| commit | 7848a3be98c3c470baf3d80cf53fd63af4ca041e (patch) | |
| tree | 55a4e0fff829c0034ae7dce82e1075b64275eaf1 /doc | |
| parent | 25a8100f7522868bbd2f46fe7ca3c472b7a7902b (diff) | |
| parent | 66a245a9a56421a7d7eabf2e529808bc9e4d205b (diff) | |
| download | fietsboek-7848a3be98c3c470baf3d80cf53fd63af4ca041e.tar.gz fietsboek-7848a3be98c3c470baf3d80cf53fd63af4ca041e.tar.bz2 fietsboek-7848a3be98c3c470baf3d80cf53fd63af4ca041e.zip | |
Merge branch 'track-import'
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/man/fietsctl.rst | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/man/fietsctl.rst b/doc/man/fietsctl.rst index 1d30b20..8a91408 100644 --- a/doc/man/fietsctl.rst +++ b/doc/man/fietsctl.rst @@ -186,6 +186,26 @@ For each track, the following information is shown: * The track's owner (both name and email address) * The track's title. +ADDING A TRACK +############## + +.. code-block:: text + + fietsctl track add [-c CONFIG] [-i/--id ID] [-e/--email] [--visibility PRIVATE|FRIENDS|FRIENDS_TAGGED|LOGGED_IN|PUBLIC] [--track-type ORGANIC|SYNTHETIC] FILENAME... + +Adds a track to the system. You specify the owner via the ``--id`` or +``--email`` options, similar to the ``user modify`` command. + +One or multiple ``FILENAME`` might be given. Any supported input format may be +used. + +The titles and dates are attempted to be read from the files. Other metadata +(tags, images, ...) is left empty. The ``--visibility`` and ``--track-type`` +options can be used to set the visibility and type of the added tracks. + +For each file read, the resulting ID in the database is printed. If an error +occurs for one file, the error is shown and the next track is read. + REMOVING A TRACK ################ |
