2022-06-15 15:59:18 +02:00
|
|
|
---
|
|
|
|
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
|
2022-07-06 16:21:40 +02:00
|
|
|
sudo -u libretime libretime-api bulk_import --path PATH_THE_DIRECTORY_TO_SCAN
|
2022-06-15 15:59:18 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
See the command usage to get available options.
|