romancin / tinymediamanager-docker

A repository for creating a docker container including TinyMediaManager with GUI interface.
207 stars 70 forks source link

Command line arguments not working.... #11

Closed geezer500 closed 4 years ago

geezer500 commented 5 years ago

It appears that Command line arguments don't work when called from either the host via the docker "exec" command or directly in a sh console....

https://www.tinymediamanager.org/blog/command-line-arguments/

I want to run tmm overnight without any user interaction...

The CLI commands need bash, which I added via "apk add bash". They still would not run... :-( something else needs to be installed...

Would it be possible to upodate the container to allow the CLI to run?

Thanks

somedevreally commented 4 years ago

yes need help with command line

romancin commented 4 years ago

Fixed on current image, I added support for using tinyMediaManager.sh. Read the README for instructions.