-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Execute tmm through cli? #64
Comments
Ok, give me time to think about it to see if I can implement this. It seems a good idea to automate things. Will keep you informed. |
I was looking for the same and came out with this command:
At first I needed to access to the container, check de PID process of tmm and then kill it..but this was faster and does the job. @romancin, maybe is it possible to add some variable to avoid staring tmm process at the beggining for use it exclusively with CLI? |
To make work what I did was to create a container based on ubuntu (ideally would be another lighter) with tmm in it pre-configured. And I start the container mapping the folders what I have the movie and/or series and after that I delete it. |
i found this repository, |
I know it has been a while... But I did something that may help. To follow up @goliath888 great advise. I have a script that runs in my Radarr for scraping by TMM. In my script, I have the following lines:
The above shuts down the GUI TMM app. The below restarts it:
and the below cleans up that folder TMM creates.
Please make sure you edit your path's properly. In unRAID, I use my /mnt/cache/Media/Movies as my mapped folder. This way TMM will not scan the entire library and all the scrraped stuff gets moved to the array by mover. I hope this helps Thank you @goliath888 and @romancin for all the work and advise. |
Buenos dias, Romancin.
First of all, amazing work with this.
I'm trying to create an image of tmm to use it through CLI but, at least for now, I don't know how to do it.
How could I modify your image to stop the GUI execution? I cannot run any CLI commands because the databases are used by the GUI.
I would like to run tmm in addition another scripts I have and I don't need the GUI anymore.
Thanks for your work and support.
The text was updated successfully, but these errors were encountered: