a docker wrapper for lukearran/TvTimeToTrakt.
first of all, you have to follow instructions detailed in lukearran/TvTimeToTrakt.
once you have your GDPR data, place the CSV files in ./gdpr-data
directory.
next, you have to create the ./config.json
file (you can use the ./config.json.dist
as a model) and fill it with the trakt's application parameters. More information in the documentation
next, you have to create a blank file ./localStorage.json
(you can use the ./localStorage.json.dist
as a model).
next, you have to build docker image (there is a no-cache option)
docker compose build --pull
# or
make build
# or
task docker:build
finally you can execute the script
docker compose run traktifytvtime
# or
make traktifytvtime
# or
task traktifytvtime
- each time you build the docker image, the lukearran/TvTimeToTrakt repository will be freshly cloned.