File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,15 @@ $ cd plex2letterbox
1616$ pip install .
1717```
1818
19+ ### Docker
20+
21+ Build the Docker image and pass a ` letterboxd.csv ` file into the Docker run command to store the generated CSV.
22+
23+ ``` console
24+ $ docker build -t plex2letterboxd .
25+ $ docker run -v $( pwd) /config.ini:/app/config.ini -v $( pwd) /letterboxd.csv:/app/letterboxd.csv plex2letterboxd
26+ ```
27+
1928## Usage
2029
2130Rename ` config.ini.example ` to ` config.ini ` and fill it with your Plex credentials.
@@ -41,15 +50,6 @@ optional arguments:
4150
4251The generated CSV file can be uploaded to Letterboxd at https://letterboxd.com/import/ .
4352
44- ### Docker
45-
46- Build the docker image and pass a ` letterboxd.csv ` file into the docker run command to store the generated csv.
47-
48- ``` console
49- docker build -t plex2letterboxd .
50- docker run -v $(pwd)/config.ini:/app/config.ini -v $(pwd)/letterboxd.csv:/app/letterboxd.csv plex2letterboxd
51- ```
52-
5353## Author
5454
5555[ Max Timkovich] [ profile ]
You can’t perform that action at this time.
0 commit comments