Dear Rednoah,
I would like to thank you, it working well.
Many thanks
Search found 12 matches
- 29 May 2024, 16:59
- Forum: Synology NAS & Embedded Linux
- Topic: AutoStart when new file in folder with Synology
- Replies: 15
- Views: 13868
- 28 May 2024, 19:27
- Forum: Synology NAS & Embedded Linux
- Topic: AutoStart when new file in folder with Synology
- Replies: 15
- Views: 13868
Re: AutoStart when new file in folder with Synology
I suppose the folder need to be empty to perfectly working?
Thanks
Thanks
- 28 May 2024, 19:24
- Forum: Synology NAS & Embedded Linux
- Topic: AutoStart when new file in folder with Synology
- Replies: 15
- Views: 13868
Re: AutoStart when new file in folder with Synology
Seem to be perfect with this script : if find /volume1/TorrentEngine/downloads/completed/ -type f -size +100M | read then filebot-node-task 4 fi Answer: Parameter: excludeLink = y Parameter: artwork = y Parameter: clean = y Parameter: deleteAfterExtract = y Parameter: minLengthMS = 0 Parameter: emby ...
- 28 May 2024, 19:17
- Forum: Synology NAS & Embedded Linux
- Topic: AutoStart when new file in folder with Synology
- Replies: 15
- Views: 13868
Re: AutoStart when new file in folder with Synology
Great job, the script find all files in the right folder "completed". The path wasn't correct but it's fixed now. Can you tell me what I need to add now ? "then filebot-node-task 3 fi" ? Actual script: find /volume/TorrentEngine/downloads/completed/ -type f -size +100M Many thanks
- 28 May 2024, 16:46
- Forum: Synology NAS & Embedded Linux
- Topic: AutoStart when new file in folder with Synology
- Replies: 15
- Views: 13868
Re: AutoStart when new file in folder with Synology
État actuel : 1 (Interrompu)
Sortie/erreur standard :
find: `/volume1/downloads/torrentengine/completed': No such file or directory
Sortie/erreur standard :
find: `/volume1/downloads/torrentengine/completed': No such file or directory
- 28 May 2024, 16:25
- Forum: Synology NAS & Embedded Linux
- Topic: AutoStart when new file in folder with Synology
- Replies: 15
- Views: 13868
Re: AutoStart when new file in folder with Synology
I used Filebot to move and rename ({Plex}) for Emby.
I know it's not working because nothing is added to Emby.
I don't see any output.
Sorry if it's not very clear and my English too.
I know it's not working because nothing is added to Emby.
I don't see any output.
Sorry if it's not very clear and my English too.
- 28 May 2024, 16:13
- Forum: Synology NAS & Embedded Linux
- Topic: AutoStart when new file in folder with Synology
- Replies: 15
- Views: 13868
Re: AutoStart when new file in folder with Synology
Thank you for the answer. I have applied the modifications in the schedule task but nothing happened, I have forced the execution but still nothing happened too. Any ideas? The script : if find /volume1/downloads/torrentengine/completed -type f -size +100M -mmin -60 -print -quit | read then filebot ...
- 28 May 2024, 14:34
- Forum: Synology NAS & Embedded Linux
- Topic: AutoStart when new file in folder with Synology
- Replies: 15
- Views: 13868
Re: AutoStart when new file in folder with Synology
Thank you.
I'm sorry but i don't understand where to add the scripts from viewtopic.php?t=13550
I have tried to add it in Schudler but my skills are limited, can you explain for a lvl0 ? Many thanks
I'm sorry but i don't understand where to add the scripts from viewtopic.php?t=13550
I have tried to add it in Schudler but my skills are limited, can you explain for a lvl0 ? Many thanks
- 28 May 2024, 13:53
- Forum: Synology NAS & Embedded Linux
- Topic: AutoStart when new file in folder with Synology
- Replies: 15
- Views: 13868
Re: AutoStart when new file in folder with Synology
Hello rednoah,
Thank you for the answer.
Start a task every 10min make me crazy, files are added 3 times / week, is it useful to stress my DS218+ for this ?
Does Docker need less resources to watch a folder ?
Many thanks
Thank you for the answer.
Start a task every 10min make me crazy, files are added 3 times / week, is it useful to stress my DS218+ for this ?
Does Docker need less resources to watch a folder ?
Many thanks
- 28 May 2024, 13:02
- Forum: Synology NAS & Embedded Linux
- Topic: AutoStart when new file in folder with Synology
- Replies: 15
- Views: 13868
AutoStart when new file in folder with Synology
Hello, I would lile to know how to make filebot fully automatic on my DS218+ Actually i need to go to my DSM, open filebot, clic on "execute" when a new file is available in my "completed" folder. I can create a task with "schedule" but it's not logic and can wait many hours. I have found many ...
- 16 Sep 2020, 19:25
- Forum: Scripting and Automation
- Topic: Synology+Rutorrent+FileBot autoRun script
- Replies: 2
- Views: 2488
Re: Synology+Rutorrent+FileBot autoRun script
Hello,
Thanks for the update.
I will use the Synology scheduler.
Thanks you.
Thanks for the update.
I will use the Synology scheduler.
Thanks you.
- 09 Sep 2020, 09:46
- Forum: Scripting and Automation
- Topic: Synology+Rutorrent+FileBot autoRun script
- Replies: 2
- Views: 2488
Synology+Rutorrent+FileBot autoRun script
Hello, I would like to autorun FileBot when a new file from RuTorrent is "Done" on a Synology DS218+ but no succes. I use Docker + RuTorrent(linuxServer) + Filebot + Emby Rutorrent is perfect for my usage but no option to run a script when a torrent is done. I have Pushbullet notifications on ...