Search found 11 matches
- 08 Jan 2020, 19:11
- Forum: Scripting and Automation
- Topic: SSH renaming of multiple folders and files
- Replies: 19
- Views: 10834
Re: SSH renaming of multiple folders and files
Thanks, but the file in the snippet above hasn't previously been processed. The script processed 181 folders/files out of about 700 and then stopped and then wouldn't process any of the remaining 500 or so. I've changed the "--def excludeList" to "=amc.txt" instead of "=excludes" and it's picking ...
- 08 Jan 2020, 09:23
- Forum: Scripting and Automation
- Topic: SSH renaming of multiple folders and files
- Replies: 19
- Views: 10834
Re: SSH renaming of multiple folders and files
Yep, turns out I was wrong. It wasn't still running. It stopped after a 5 minutes with an error. Exactly the same script for the dry run and the live execution. It processed 181 folders (and their associated files) but then stopped. Now every time I try and run it I get the following (the below is ...
- 08 Jan 2020, 05:48
- Forum: Scripting and Automation
- Topic: SSH renaming of multiple folders and files
- Replies: 19
- Views: 10834
Re: SSH renaming of multiple folders and files
Thanks. Did a dry run and all was good. The script is running now. The live script takes waaay longer than the dry run (I guess because it's actually creating, moving, renaming and deleting now instead of just calculating). 181 titles in after 8 hours. Happy so far though. Just a quick note FYI ...
- 07 Jan 2020, 20:23
- Forum: Scripting and Automation
- Topic: SSH renaming of multiple folders and files
- Replies: 19
- Views: 10834
Re: SSH renaming of multiple folders and files
Ooh, just started working for some reason. Complete uninstall and reinstall seems to have fixed it. Thanks for all your help anyway
- 07 Jan 2020, 20:17
- Forum: Scripting and Automation
- Topic: SSH renaming of multiple folders and files
- Replies: 19
- Views: 10834
Re: SSH renaming of multiple folders and files
# cat /share/MD0_DATA/.qpkg/filebot-node/filebot-node.log
/share/MD0_DATA/.qpkg/filebot-node/start: line 34: node: command not found
/share/MD0_DATA/.qpkg/filebot-node/start: line 34: node: command not found
- 07 Jan 2020, 19:18
- Forum: Scripting and Automation
- Topic: SSH renaming of multiple folders and files
- Replies: 19
- Views: 10834
Re: SSH renaming of multiple folders and files
Thanks but not having any luck running that:
[~] # $ find / -name filebot-node.log 2> /dev/null
[~] # /var/log/upstart/filebot-node.log
-sh: /var/log/upstart/filebot-node.log: No such file or directory
[~] # $ find / -name filebot-node.log 2> /dev/null
[~] # /var/log/upstart/filebot-node.log
-sh: /var/log/upstart/filebot-node.log: No such file or directory
- 07 Jan 2020, 05:25
- Forum: Scripting and Automation
- Topic: SSH renaming of multiple folders and files
- Replies: 19
- Views: 10834
Re: SSH renaming of multiple folders and files
Shame the node version doesn't want to load so that I can manage the NAS remotely. I just get the "Service Unavailable" error. What does the log say? 431, 0,2020-01-02,11:42:46,System,127.0.0.1,localhost,[App Center] Installed FileBot Node 0.2.8.7 in "/share/MD0_DATA/.qpkg/filebot-node"., 46 ...
- 05 Jan 2020, 06:26
- Forum: Scripting and Automation
- Topic: SSH renaming of multiple folders and files
- Replies: 19
- Views: 10834
Re: SSH renaming of multiple folders and files
Confirmed, all working, thanks!
Shame the node version doesn't want to load so that I can manage the NAS remotely. I just get the "Service Unavailable" error.
Shame the node version doesn't want to load so that I can manage the NAS remotely. I just get the "Service Unavailable" error.
- 04 Jan 2020, 13:07
- Forum: Scripting and Automation
- Topic: SSH renaming of multiple folders and files
- Replies: 19
- Views: 10834
Re: SSH renaming of multiple folders and files
That seems to have fixed it, thanks. Running the test now.
- 02 Jan 2020, 22:41
- Forum: Scripting and Automation
- Topic: SSH renaming of multiple folders and files
- Replies: 19
- Views: 10834
Re: SSH renaming of multiple folders and files
Thanks for the quick reply. AMC seems to be exactly what I need. I'm getting an error though: # filebot -script fn:amc "/share/MD0_DATA/Multimedia/INPUT" --output "/share/MD0_DATA/Multimedia/OUTPUT" -non-strict --log-file amc.log --def excludeList=amc.txt --action TEST Locking /share/MD0_DATA/.qpkg ...
- 02 Jan 2020, 21:15
- Forum: Scripting and Automation
- Topic: SSH renaming of multiple folders and files
- Replies: 19
- Views: 10834
SSH renaming of multiple folders and files
Hi, I have everything set up and have done some tests to ensure Filebot is working as expected via SSH from my Mac to a QNAP. However, as a noob I'm unsure of the script to get all folders and files into a consistent format. What I have is (for example): /share/MD0_DATA/Multimedia/Movies\ \&\ TV ...