Search found 46 matches
- 26 Jan 2026, 10:37
- Forum: Scripting and Automation
- Topic: AMC -> Is it possible to ask AMC to use a Post-Process script like in GUI?
- Replies: 7
- Views: 2111
Re: AMC -> Is it possible to ask AMC to use a Post-Process script like in GUI?
alright thanks Trying to create a post-Process script to as *arr to import the movies/shows in that code { source, target -> def importPath = target.dir.path // ---------- TV SHOWS → Sonarr ---------- if (model.any{ it.type =~ /Episode/ }) { def host = '127.0.0.1' def port = 8989 def auth = 'SONARR_A ...
- 26 Jan 2026, 09:45
- Forum: Help and Support
- Topic: Best Way to use FileBot with Radarr/Sonarr and manual download??
- Replies: 5
- Views: 1566
Re: Best Way to use FileBot with Radarr/Sonarr and manual download??
any idea where I can use that input folder just to monitored new files and import it? I tried several thing in *arr and all seem not working as a simple monitored new files to import to another folder... it seem only looking for NEW movies or shows that isnt already monitored or already imported ...
- 26 Jan 2026, 09:41
- Forum: Scripting and Automation
- Topic: AMC -> Is it possible to ask AMC to use a Post-Process script like in GUI?
- Replies: 7
- Views: 2111
Re: AMC -> Is it possible to ask AMC to use a Post-Process script like in GUI?
ok so in short I have to put this code in a file? { source, target -> def host = '127.0.0.1' def port = 8989 def auth = 'YOUR_API_KEY' def ids = model.findAll{ it.type =~ /Episode/ }.findResults{ it.tvdbId } as Set ids.each{ id -> def r = curl "http://${host}:${port}/api/v3/series?tvdbId=${id}", 'X ...
- 26 Jan 2026, 09:19
- Forum: Help and Support
- Topic: Best Way to use FileBot with Radarr/Sonarr and manual download??
- Replies: 5
- Views: 1566
Re: Best Way to use FileBot with Radarr/Sonarr and manual download??
yeah of course is better to have only one tool to be in charge but my issues is not the Structure itself but the download side.... since *arr don't see what I manual download.... I don't know if there a way to tell them that -> Hey I got this already, so no need to download it, just move it into ...
- 26 Jan 2026, 09:15
- Forum: Scripting and Automation
- Topic: AMC -> Is it possible to ask AMC to use a Post-Process script like in GUI?
- Replies: 7
- Views: 2111
Re: AMC -> Is it possible to ask AMC to use a Post-Process script like in GUI?
okk so I add --apply the.script.name.I.put.in.post-process? I find out that the code I put in the Post-process are in a single file (using jlesage docker) file -> prefs.properties -> net/filebot/ui/rename/scripts/1702741369={"@type"\:"Script","id"\:"1702741369","name"\:"Refresh Sonarr","code"\:"def ...
- 26 Jan 2026, 08:25
- Forum: Help and Support
- Topic: Best Way to use FileBot with Radarr/Sonarr and manual download??
- Replies: 5
- Views: 1566
Best Way to use FileBot with Radarr/Sonarr and manual download??
Hi guys, Any idea of the best way to use Filebot and Radarr/Sonarr with Torrent download and Manual Download from the Scene? My issues is: I have a auto-download from the Scene that download from a FTP Server automatically that send to /Temps folders I am using FileBot to watch /Temps and send to ...
- 26 Jan 2026, 08:08
- Forum: Scripting and Automation
- Topic: AMC -> Is it possible to ask AMC to use a Post-Process script like in GUI?
- Replies: 7
- Views: 2111
AMC -> Is it possible to ask AMC to use a Post-Process script like in GUI?
Hello,
so I am not sure if the AMC already use the Post-Process Script I set in Filebot like(Relocate Radarr, etc) if not, how do I ask it to use the script??
Thanks
so I am not sure if the AMC already use the Post-Process Script I set in Filebot like(Relocate Radarr, etc) if not, how do I ask it to use the script??
Thanks
- 08 Dec 2023, 09:07
- Forum: Feature Requests and Bug Reports
- Topic: Atomic Move seem not working anymore
- Replies: 5
- Views: 4002
Re: Atomic Move seem not working anymore
:?: Why did you add this volume mapping? /data/temp -> /mnt/user/archives/release/temp/ -> AMC Watch Directory because its in the Default Config of the Docker that I needed to edit coming from this JLesage docker version. so that's mean I can just remove this mapping? I can just use the Containing ...
- 07 Dec 2023, 07:51
- Forum: Feature Requests and Bug Reports
- Topic: Atomic Move seem not working anymore
- Replies: 5
- Views: 4002
Re: Atomic Move seem not working anymore
:?: What is your docker configuration? I set everything this way /data -> /mnt/user/archives/release/ -> AMC Output directory /data/temp -> /mnt/user/archives/release/temp/ -> AMC Watch Directory /data/Torrent -> /mnt/user/archives/release/Torrent/ -> useless container path that I didnt remove yet ...
- 06 Dec 2023, 09:21
- Forum: Feature Requests and Bug Reports
- Topic: Atomic Move seem not working anymore
- Replies: 5
- Views: 4002
Atomic Move seem not working anymore
Hello, Using: FileBot 5.1.2 (r10125) With JLesage Docker since this new version of FileBot. Atomic Move seem not working anymore and I didnt change anyting in my path. I was working before HardLink work fine just the Move take a lot longer to do (seem to Copy/Delete). I am using: Source Path: /data ...
- 06 Dec 2023, 09:12
- Forum: Feature Requests and Bug Reports
- Topic: Post-Processing script -> Refresh Plex
- Replies: 7
- Views: 6533
Re: Post-Processing script -> Refresh Plex
okk thanks 
- 04 Dec 2023, 19:45
- Forum: Feature Requests and Bug Reports
- Topic: Post-Processing script -> Refresh Plex
- Replies: 7
- Views: 6533
Re: Post-Processing script -> Refresh Plex
also is there a script to 'Clean' the folder from the source path after successfully import (with the GUI)
I know for the AMC is --def clean=y but looking for the GUI
I love this new addon of Post Process script! nice work
can't wait to try the Duplicate script too
I know for the AMC is --def clean=y but looking for the GUI
I love this new addon of Post Process script! nice work
can't wait to try the Duplicate script too
- 04 Dec 2023, 19:32
- Forum: Feature Requests and Bug Reports
- Topic: Post-Processing script -> Refresh Plex
- Replies: 7
- Views: 6533
Re: Post-Processing script -> Refresh Plex
oh yeah nice, thanks a lot
going to test it
is there any logs that can show me if it work now not?
going to test it
is there any logs that can show me if it work now not?
- 03 Dec 2023, 21:54
- Forum: Feature Requests and Bug Reports
- Topic: Post-Processing script -> Refresh Plex
- Replies: 7
- Views: 6533
Re: Post-Processing script -> Refresh Plex
1- I am using the GUI 2- the bash script are from Radarr and Sonarr, not sure it's compatible with your filebot without changing few line in it... I guess 3- well, I am looking for the partial Scan which will help refreshing only the releases we are renaming with filebot instead of trigger to ...
- 03 Dec 2023, 17:11
- Forum: Feature Requests and Bug Reports
- Topic: Post-Processing script -> Refresh Plex
- Replies: 7
- Views: 6533
Post-Processing script -> Refresh Plex
Hi, is there a way to mod this script to do only Partial Scan (Scan only the movie/serie folder instead of the whole directory) here a great web site explaining how the Parti-Scan work https://www.plexopedia.com/plex-media-server/api/library/scan-partial/ and you can find PlexNotify.bash script from ...
- 05 Apr 2023, 08:58
- Forum: Feature Requests and Bug Reports
- Topic: [docker] Hardlink within the GUI doesnt work
- Replies: 1
- Views: 1804
[docker] Hardlink within the GUI doesnt work
Hi, so I am trying the HardLink feature in the GUI to manually create them but it failed even if they are on the same device and hdd I got that error code HARDLINK: /data/output/TV-FR/Survivor Quebec {tvdb-430991}/Season 01/Survivor Quebec - S01E03 - Lundi - la quotidienne - semaine 1 [1080p].mkv ...
- 01 Apr 2023, 14:28
- Forum: unRAID & docker
- Topic: [unRAID] [docker] Any way to remove Clutter files with empty folders with GUI
- Replies: 7
- Views: 12054
Re: Any way to remove Clutter files with empty folders with GUI
So you mean to say you're processing files from /data/output to /data/output? Yes exactly Why not from /data/output to a new /data/output_tvdb_new folder structure? FileBot processes and moves (better yet, hardlink again, so you can keep both structures) files, and so you only have the processed ...
- 01 Apr 2023, 13:55
- Forum: unRAID & docker
- Topic: [unRAID] [docker] Any way to remove Clutter files with empty folders with GUI
- Replies: 7
- Views: 12054
Re: Any way to remove Clutter files with empty folders with GUI
I am renaming all my TV Shows from tmdb to tvdb because for a lot of my shows, there not up to date on tmdb... but since its on the same path, as you said, it don't process the Remove Empty Folder so I am trying to find a easier and faster way to remove the Clutter file and Folder without any video ...
- 01 Apr 2023, 13:30
- Forum: unRAID & docker
- Topic: [unRAID] [docker] Any way to remove Clutter files with empty folders with GUI
- Replies: 7
- Views: 12054
Re: Any way to remove Clutter files with empty folders with GUI
I am using Rename but with /data/input /data/output to keep hardlink :/
- 01 Apr 2023, 13:14
- Forum: unRAID & docker
- Topic: [unRAID] [docker] Any way to remove Clutter files with empty folders with GUI
- Replies: 7
- Views: 12054
[unRAID] [docker] Any way to remove Clutter files with empty folders with GUI
Hi
is there any way we can ask to remove all Clutter files and Empty Folders in the GUI?
otherwise, I never used the CLI
so if can be only done by CLI outside of the AMC, I can try to learn how to use it and use the CLI instead but need some help uhuh
Thanks a lot
is there any way we can ask to remove all Clutter files and Empty Folders in the GUI?
otherwise, I never used the CLI
so if can be only done by CLI outside of the AMC, I can try to learn how to use it and use the CLI instead but need some help uhuh
Thanks a lot
- 30 Mar 2023, 07:02
- Forum: Help and Support
- Topic: Best way to rename my already sorted TV show from tmdb to tvdb
- Replies: 3
- Views: 3863
Re: Best way to rename my already sorted TV show from tmdb to tvdb
okk thanks
and is there a way we can ask to AMC to use tvdb- instead of tmdb- when using ~plex.id ??
and is there a way we can ask to AMC to use tvdb- instead of tmdb- when using ~plex.id ??
- 29 Mar 2023, 15:55
- Forum: Help and Support
- Topic: Best way to rename my already sorted TV show from tmdb to tvdb
- Replies: 3
- Views: 3863
Best way to rename my already sorted TV show from tmdb to tvdb
Hello
what's is the best way to convert a already rename TV Show ex: Another Life {tmdb-79130} to Another Life (2019) {tvdb-365722} or vice versa
if there a way to do it without scanning all the metadata again
thanks a lot
what's is the best way to convert a already rename TV Show ex: Another Life {tmdb-79130} to Another Life (2019) {tvdb-365722} or vice versa
if there a way to do it without scanning all the metadata again
thanks a lot
- 29 Mar 2023, 15:50
- Forum: Help and Support
- Topic: How do I match information from the entire file path? (file name or folder name)
- Replies: 3
- Views: 2892
Re: How do I match information from the entire file path? (file name or folder name)
awesome, I will try it thanks
- 24 Mar 2023, 22:47
- Forum: Help and Support
- Topic: How do I match information from the entire file path? (file name or folder name)
- Replies: 3
- Views: 2892
How do I match information from the entire file path? (file name or folder name)
Hi I would like to use a preset that could find a specific word in Folder name or in File name if it doesnt find it in folder (yeah because sometime, the folder name are badly named but the file name are correctly tag or vice versa) /data/output/{~plex.id % {" ${folder.name.matchAll(/(TRUEFRENCH ...
- 18 Mar 2023, 16:56
- Forum: Help and Support
- Topic: is Move action could break a already hardlink file?
- Replies: 2
- Views: 2693
Re: is Move action could break a already hardlink file?
the reason why I am not using filebot to directly duplicate or hardlink is because I a also downloading movie/tv show from another source outside of Radarr Source1 sent to -> /watch Torrent download client sent to -> /torrents Radarr from /torrents sent to -> /watch Filebot only watching /watch is ...