Search found 19 matches
- 14 Jan 2023, 14:02
- Forum: Feature Requests and Bug Reports
- Topic: MoveToTrash doesn't work
- Replies: 7
- Views: 299
Re: MoveToTrash doesn't work
Does unRAID support running a standard Linux Desktop environment? AFAIK, unRAID just gives you a WebUI and then everything else runs in VMs or docker containers, no? Yes running inside Docker container, Unraid its a Linux environment with a custom desktop Are you running FileBot inside a docker con...
- 13 Jan 2023, 09:46
- Forum: Feature Requests and Bug Reports
- Topic: MoveToTrash doesn't work
- Replies: 7
- Views: 299
Re: MoveToTrash doesn't work
What is the MoveToTrash command? Well, you add it in the GUI few update back Though it would be a Manual Delete file https://i.imgur.com/rAYopOc.png :?: Are you using the GUI? Screenshot? Yes, With the GUI when you Double Left Click on a movie/series :idea: unRAID? If you are not using Desktop Linu...
- 11 Jan 2023, 08:50
- Forum: Feature Requests and Bug Reports
- Topic: MoveToTrash doesn't work
- Replies: 7
- Views: 299
MoveToTrash doesn't work
Hi, the MoveToTrash cmd doesn't work for me even if AMC and GUI Rename work and delete file without issue Thanks FileBot 4.9.6 (r9125) JNA Native: 6.1.3 MediaInfo: 22.12 Tools: fpcalc/1.5.1 7z/17.04 unrar/6.12 Extended Attributes: OK Unicode Filesystem: OK Script Bundle: 2022-08-15 (r836) Groovy: 3....
- 03 Dec 2022, 15:14
- Forum: Feature Requests and Bug Reports
- Topic: {plex.id} missing tag on filename for TV Show
- Replies: 3
- Views: 237
Re: {plex.id} missing tag on filename for TV Show
yeah okk, that's why I am asking, was pretty sure its a BUG
since it work well for Movies but not for TV Shows -> missing the ID Tag in filename
so no need ID tag on filename of the episode for TV Show
Thanks
since it work well for Movies but not for TV Shows -> missing the ID Tag in filename
so no need ID tag on filename of the episode for TV Show
Thanks

- 03 Dec 2022, 13:38
- Forum: Feature Requests and Bug Reports
- Topic: {plex.id} missing tag on filename for TV Show
- Replies: 3
- Views: 237
{plex.id} missing tag on filename for TV Show
Hi there {plex.id} work great for movie, there the {tmdb-xx} tag on folder and filename ex: Movies/L/Lady Chatterley's Lover (2022) {tmdb-814338}/Lady Chatterley's Lover (2022) {tmdb-814338}.mkv but for TV Show, the tag are only in the folder name not the filename /TV/Barbarians {tvdb-362412}/Season...
- 01 Dec 2022, 15:42
- Forum: Help and Support
- Topic: How do I enable .xattr folders in the jlesage container?
- Replies: 3
- Views: 245
Re: How do I enable .xattr folders in the jlesage container?
well, I just want to make filebot work with plex using the xattr scanners and plugins
what would be the best way??
Thanks a lot
what would be the best way??
Thanks a lot
- 01 Dec 2022, 09:55
- Forum: Help and Support
- Topic: How do I enable .xattr folders in the jlesage container?
- Replies: 3
- Views: 245
How do I enable .xattr folders in the jlesage container?
Hi, I am looking around to enable this but didnt really find a 100% answer to it... GUI: How do I enable the xattr file while rename? is it in Options / Post Process -> check the Export .xattr Folder? AMC (using jlesage docker): How do I enable it for AMC? do I need to add only -> --def net.filebot....
- 30 Sep 2022, 08:09
- Forum: Help and Support
- Topic: AMC auto-extract movie/TV file but auto-rename to foldername
- Replies: 1
- Views: 260
AMC auto-extract movie/TV file but auto-rename to foldername
Hi, is it possible to ask AMC when it auto-extract to rename automatically file .mkv/.avi/mp4/etc with the folder name? ex: Folder name: 8.Mile.DVDRip.XViD-team file : 8m-team.avi filepath: /8.Mile.DVDRip.XViD-team/8m-team.avi when extract -> to rename the file at same time to: 8.Mile.DVDRip.XViD-te...
- 15 Sep 2022, 08:53
- Forum: Episode / Movie Naming Scheme
- Topic: Incorporating Plex's new "Editions" Feature
- Replies: 6
- Views: 897
Re: Incorporating Plex's new "Editions" Feature
Hi,
if I am using that ->
how I can turn it to return instead of ??
if I am using folder name tag instead of the movie $tag
Thanks
if I am using that ->
Code: Select all
{folder.name.matchAll(/EXTENDED|UNRATED|DIRECTORS.CUT/)}
Code: Select all
{edition-EXTENDED}
Code: Select all
[EXTENDED]
if I am using folder name tag instead of the movie $tag
Thanks
- 05 Apr 2022, 08:38
- Forum: Help and Support
- Topic: --action Duplicate
- Replies: 1
- Views: 825
--action Duplicate
Sorry but I don't find the explanation of that command -> --action Duplicate
what it do exactly??
Thanks taking your time to answer me
Best Regards
what it do exactly??
Thanks taking your time to answer me

Best Regards
- 03 Apr 2022, 12:38
- Forum: Help and Support
- Topic: How to prioritized some tag over another one
- Replies: 7
- Views: 1511
Re: How to prioritized some tag over another one
yes its work, just want to find a better way for that code cause If I want to add more stuff, I will have too many line like the if(d!=NULL) return
and since I don't known groovy code, I was sure there a better code instead of the if null
Thanks, I will add the ""
and since I don't known groovy code, I was sure there a better code instead of the if null

Thanks, I will add the ""

- 02 Apr 2022, 15:10
- Forum: Help and Support
- Topic: GUI Conflicts situation
- Replies: 1
- Views: 699
GUI Conflicts situation
Hi, in the GUI when there a Conflict -> How I can process individually the one I want to "Continue" and the one I want to "Skip"?? When I manualy Select the Release and click on Continue -> it do Continue for all instead of the One I selected is it possible to Select one by one ?? like in the pictur...
- 02 Apr 2022, 14:46
- Forum: Help and Support
- Topic: How to prioritized some tag over another one
- Replies: 7
- Views: 1511
Re: How to prioritized some tag over another one
its work pretty well :) but I have a preset using groovy code how can I use that in my code without needed to create duplicate return command like that?? { def n = folder.dir.name def s = folder.name.before(/.S\d\dE\d\d|\d{4}/) def z = folder.name.before(/.S\d\dE\d\d|\d{4}/).replaceAll(/[.]/," ") de...
- 29 Mar 2022, 07:36
- Forum: Help and Support
- Topic: How to prioritized some tag over another one
- Replies: 7
- Views: 1511
Re: How to prioritized some tag over another one
awesome thank you
- 28 Mar 2022, 19:15
- Forum: Help and Support
- Topic: How to prioritized some tag over another one
- Replies: 7
- Views: 1511
Re: How to prioritized some tag over another one
alright thank You very much
and how I can use that as optional? -> { fn.matchAll(/REAL.PROPER|PROPER|REPACK|EXTENDED|UNRATED/) }
My regex are not optimal yet sorry uhuh... how can I use it for releases without any of these words too?
and how I can use that as optional? -> { fn.matchAll(/REAL.PROPER|PROPER|REPACK|EXTENDED|UNRATED/) }
My regex are not optimal yet sorry uhuh... how can I use it for releases without any of these words too?
- 27 Mar 2022, 14:25
- Forum: Help and Support
- Topic: How to prioritized some tag over another one
- Replies: 7
- Views: 1511
How to prioritized some tag over another one
Hi, here few question about filebot and AMC what's the schema of priority for FileBot and AMC? 1. PROPER 2. REPACK 3. ??? is there any way I can choose myself? I would like to be able to prioritized release with 1. REAL.PROPER 2. PROPER 3. REPACK but 1. EXTENDED 2. UNRATED will overwrite REAL.PROPER...
- 01 Feb 2022, 08:23
- Forum: Help and Support
- Topic: Multiple files map to the same destination path
- Replies: 5
- Views: 1205
Re: Multiple files map to the same destination path
ok thanks for the answer
also in the GUI, is there a way we can ask to only rename video file? like asking not to have .nfo and .sfv file extansion in the list? for now, I need to remove it manualy and keep .avi .mkv .mp4 files only
also in the GUI, is there a way we can ask to only rename video file? like asking not to have .nfo and .sfv file extansion in the list? for now, I need to remove it manualy and keep .avi .mkv .mp4 files only
- 01 Feb 2022, 01:04
- Forum: Help and Support
- Topic: Multiple files map to the same destination path
- Replies: 5
- Views: 1205
Re: GUI Override
Hi, here the picture of what I mean
the "Override" button, do it choose automatically the best version of the video or its the "Skip" button?

Thanks You
the "Override" button, do it choose automatically the best version of the video or its the "Skip" button?

Thanks You
- 28 Jan 2022, 09:50
- Forum: Help and Support
- Topic: Multiple files map to the same destination path
- Replies: 5
- Views: 1205
Multiple files map to the same destination path
Hi, I was trying to find my answer about the Override from the GUI but unable to found it so no choice to ask
when the Override option appear, do he choose automatically the best version of the movie like in AMC script?
Thanks for the answer

when the Override option appear, do he choose automatically the best version of the movie like in AMC script?
Thanks for the answer