feat(api): create bulk_import command
- filter by allowed_extensions
This commit is contained in:
parent
be9f36dbdc
commit
70a31338f7
9 changed files with 299 additions and 0 deletions
16
docs/admin-manual/library.md
Normal file
16
docs/admin-manual/library.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
title: Library management
|
||||
sidebar_position: 30
|
||||
---
|
||||
|
||||
This page describe the available options to manage the LibreTime library.
|
||||
|
||||
## Files bulk import
|
||||
|
||||
To scan a directory and import the files into the library, you can use the following command:
|
||||
|
||||
```bash
|
||||
sudo -u www-data libretime-api bulk_import --path PATH_THE_DIRECTORY_TO_SCAN
|
||||
```
|
||||
|
||||
See the command usage to get available options.
|
Loading…
Add table
Add a link
Reference in a new issue