Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mtimkovich committed May 14, 2024
1 parent 3c3a93b commit 11c23dd
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ $ cd plex2letterbox
$ pip install .
```

### Docker

Build the Docker image and pass a `letterboxd.csv` file into the Docker run command to store the generated CSV.

```console
$ docker build -t plex2letterboxd .
$ docker run -v $(pwd)/config.ini:/app/config.ini -v $(pwd)/letterboxd.csv:/app/letterboxd.csv plex2letterboxd
```

## Usage

Rename `config.ini.example` to `config.ini` and fill it with your Plex credentials.
Expand All @@ -41,15 +50,6 @@ optional arguments:

The generated CSV file can be uploaded to Letterboxd at https://letterboxd.com/import/.

### Docker

Build the docker image and pass a `letterboxd.csv` file into the docker run command to store the generated csv.

```console
docker build -t plex2letterboxd .
docker run -v $(pwd)/config.ini:/app/config.ini -v $(pwd)/letterboxd.csv:/app/letterboxd.csv plex2letterboxd
```

## Author

[Max Timkovich][profile]
Expand Down

0 comments on commit 11c23dd

Please sign in to comment.