Thank you very much!
It's just the cache problem.
$ filebot -list --q 76806 --filter 's==1 && e>375'
Apply filter [s==1 && e>375] on [730] options
Include [Tales of Demons and Gods - 1x376 - Episode 376]
Include [Tales of Demons and Gods - 1x377 - Episode 377]
Include [Tales of Demons and Gods ...
Search found 15 matches
- 21 Jul 2025, 04:47
- Forum: Scripting and Automation
- Topic: Filebot cannot list the newly added episodes on TMDB.
- Replies: 4
- Views: 25671
- 19 Jul 2025, 20:24
- Forum: Scripting and Automation
- Topic: Filebot cannot list the newly added episodes on TMDB.
- Replies: 4
- Views: 25671
Re: Filebot cannot list the newly added episodes on TMDB.
Not season 8.
I mean season 1.
https://www.themoviedb.org/tv/76806/season/1
Console Output: Select all
$ curl -I 'https://www.themoviedb.org/tv/76806/season/1/episode/381'
HTTP/2 200
- 19 Jul 2025, 14:21
- Forum: Scripting and Automation
- Topic: Filebot cannot list the newly added episodes on TMDB.
- Replies: 4
- Views: 25671
Filebot cannot list the newly added episodes on TMDB.
For the tv series with TMDB id 76806 https://www.themoviedb.org/tv/76806/season/1
The original number of episodes was 380.
I added new episodes two days ago. See the following screen shot.
https://img1.pixhost.to/images/7330/623580055_2025-07-19_22-11.png
However, when I list episodes using ...
The original number of episodes was 380.
I added new episodes two days ago. See the following screen shot.
https://img1.pixhost.to/images/7330/623580055_2025-07-19_22-11.png
However, when I list episodes using ...
- 21 Mar 2025, 17:08
- Forum: Help and Support
- Topic: Can not process .iso file in command line
- Replies: 3
- Views: 8241
Re: Can not process .iso file in command line
I use the official container rednoad/filebot:xpra.
I have known that the gui uses -rename not the amc script. So I just need to use -rename in command line.
I have known that the gui uses -rename not the amc script. So I just need to use -rename in command line.
- 21 Mar 2025, 10:55
- Forum: Help and Support
- Topic: Can not process .iso file in command line
- Replies: 3
- Views: 8241
Can not process .iso file in command line
When processing a .iso file, filebot says that file does not exist.
But in the gui mode it can process the file correctly.
What's wrong?
Run script [fn:amc] at [Fri Mar 21 04:34:59 CST 2025]
Parameter: excludeList = /data/exclude.txt
Parameter: movieDB = TheMovieDB
Parameter: seriesDB ...
But in the gui mode it can process the file correctly.
What's wrong?
Run script [fn:amc] at [Fri Mar 21 04:34:59 CST 2025]
Parameter: excludeList = /data/exclude.txt
Parameter: movieDB = TheMovieDB
Parameter: seriesDB ...
- 18 Mar 2025, 06:08
- Forum: Help and Support
- Topic: High I/O makes container restart
- Replies: 2
- Views: 7404
Re: High I/O makes container restart
The system usually freezes when FileBot is matching metadata or loading filters (in the GUI). However, I later discovered through iotop that the package version of Emby was also performing a large amount of I/O operations at the same time. I suspect this is because I had added a large amount of data ...
- 17 Mar 2025, 08:07
- Forum: Help and Support
- Topic: High I/O makes container restart
- Replies: 2
- Views: 7404
High I/O makes container restart
I am using the Docker version of FileBot on my Synology DS218+. Regardless of whether it's the XPRA or VNC GUI version, it frequently causes excessive I/O usage when processing files. Checking with uptime command in the Synology command line shows that the I/O load can exceed 100. At this point, the ...
- 15 Mar 2025, 13:37
- Forum: Feature Requests and Bug Reports
- Topic: Refresh command works for only one media sever.
- Replies: 2
- Views: 24598
Re: Refresh command works for only one media sever.
Thank you, it works!
- 15 Mar 2025, 10:25
- Forum: Feature Requests and Bug Reports
- Topic: Refresh command works for only one media sever.
- Replies: 2
- Views: 24598
Refresh command works for only one media sever.
In my filebot amc script, I have specified two media servers, jellyfin and emby.
But in the output there is only the push command for jellyfin, not for emby.
And I can see that the jellyfin has been updated but the emby has not.
Is this a bug?
...
--def jellyfin=172.17.0.1:10008 ...
But in the output there is only the push command for jellyfin, not for emby.
And I can see that the jellyfin has been updated but the emby has not.
Is this a bug?
...
--def jellyfin=172.17.0.1:10008 ...
- 13 Mar 2025, 07:01
- Forum: Feature Requests and Bug Reports
- Topic: Request for supporting user-specified rules for episode match in command line
- Replies: 6
- Views: 24182
Re: Request for supporting user-specified rules for episode match in command line
Thank you very much!
This method can solve my problem.
$ filebot -rename *.mp4 --output . --format "{plex.id}" --db TheMovieDB::TV -non-strict --q 107371 --filter "e > 106" --mapper "episode.derive(1, e - 106)" --action TEST --log INFO
[TEST] from [[一念永恒第三季].A.Will.Eternal.S03E38.2024.1080p ...
This method can solve my problem.
$ filebot -rename *.mp4 --output . --format "{plex.id}" --db TheMovieDB::TV -non-strict --q 107371 --filter "e > 106" --mapper "episode.derive(1, e - 106)" --action TEST --log INFO
[TEST] from [[一念永恒第三季].A.Will.Eternal.S03E38.2024.1080p ...
- 13 Mar 2025, 03:38
- Forum: Feature Requests and Bug Reports
- Topic: Request for supporting user-specified rules for episode match in command line
- Replies: 6
- Views: 24182
Re: Request for supporting user-specified rules for episode match in command line
Thanks for your reply!
:idea: In this case I'd use the Linear Rename approach:
$ filebot -list --q 107371 --db TheMovieDB::TV --format "{plex.id}" --filter "e >= 144" -rename *.mp4 --log INFO
[MOVE] from [[一念永恒第三季].A.Will.Eternal.S03E38.2024.1080p.WEB-DL.H264.AAC-OurTV.mp4] to [TV Shows/A Will ...
:idea: In this case I'd use the Linear Rename approach:
$ filebot -list --q 107371 --db TheMovieDB::TV --format "{plex.id}" --filter "e >= 144" -rename *.mp4 --log INFO
[MOVE] from [[一念永恒第三季].A.Will.Eternal.S03E38.2024.1080p.WEB-DL.H264.AAC-OurTV.mp4] to [TV Shows/A Will ...
- 12 Mar 2025, 17:44
- Forum: Feature Requests and Bug Reports
- Topic: Request for supporting user-specified rules for episode match in command line
- Replies: 6
- Views: 24182
Re: Request for supporting user-specified rules for episode match in command line
Input episodes: S03E38 - S03E40
Output episodes: S01E38-S01E40
Output I want: S01E144 - S01E146
The two episodes S03E38 and S03E39 were manually renamed by me.
The S03E40 is an episode newly added.
How can I do this using --mapper ?
My command is
filebot -script fn:amc --lang=Chinese -non ...
Output episodes: S01E38-S01E40
Output I want: S01E144 - S01E146
The two episodes S03E38 and S03E39 were manually renamed by me.
The S03E40 is an episode newly added.
How can I do this using --mapper ?
My command is
filebot -script fn:amc --lang=Chinese -non ...
- 12 Mar 2025, 17:15
- Forum: Feature Requests and Bug Reports
- Topic: Request for specifying tmdb id for specified folder
- Replies: 2
- Views: 19597
Re: Request for specifying tmdb id for specified folder
--q ID is just what I want!
Thank you very much!
By the way, in my case I use symlink instead of hardlink.
Thank you very much!
By the way, in my case I use symlink instead of hardlink.
- 12 Mar 2025, 09:37
- Forum: Feature Requests and Bug Reports
- Topic: Request for supporting user-specified rules for episode match in command line
- Replies: 6
- Views: 24182
Request for supporting user-specified rules for episode match in command line
I hope that user-specified matching rules can be supported.
For some anime series, the naming conventions for different seasons can be inconsistent. Episodes in each season may be numbered separately starting from 01, or all seasons' episodes may be numbered continuously from 01 without resetting ...
For some anime series, the naming conventions for different seasons can be inconsistent. Episodes in each season may be numbered separately starting from 01, or all seasons' episodes may be numbered continuously from 01 without resetting ...
- 12 Mar 2025, 09:18
- Forum: Feature Requests and Bug Reports
- Topic: Request for specifying tmdb id for specified folder
- Replies: 2
- Views: 19597
Request for specifying tmdb id for specified folder
When dealing with directories of certain TV series where the naming conventions are non-standard, it becomes challenging to modify filenames due to requirements like seeding in private trackers (PT). Consequently, using FileBot's automatic matching may result in incorrect episode associations. So, I ...