hitomi 0.3.2

Builds and updates custom playlists on a Plex server
Documentation
1
2
3
4
5
6
7
8
9
10
11
12

docker_build:
	docker build -t nledford/hitomi:latest .

docker_run:
	docker run -h docker-dev-mbp\
		-e TZ="America/New_York" -e CONFIG_DIR="/config" -e PROFILES_DIRECTORY="/profiles"\
		-it -v "./data/profiles:/profiles" -v "./data/config:/config"\
		--rm --name hitomi nledford/hitomi:latest run -l

install:
	cargo install --path .