# Movies

## Movie Library

#### Filters

### Adding Movies to the library

There are a number of ways one can add movies to their library:

1. Manually
2. Use 'Scan Movie Folder'. This is useful if you have a selection of movies in a folder and you wish to orgnise them into your library. This will iterate through the movie files in the specified folder and:
   1. If the file matches movie in your library ask whether it is a new movie, or it should replace the existing movie file
   2. If the file does not match a movie in your library, but does match one on TMDB,  offer to add the movie and copy the file into the correct place
   3. if it's not sure ask you what to do with the file
3. If you already have an orgnised movie library, use bulk add to keep the current directory structure and add all movies to the library.
4. Copy movie files into the search folder. Enable 'Auto-add' and then run a scan. Auto add will identify that the file is new and ask to add the new movie to the library.

## Movie Configuration


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://tv-rename.gitbook.io/tv-rename/the-manual/movies.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
