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.
Search found 12 matches
- 21 Mar 2025, 17:08
- Forum: Help and Support
- Topic: Can not process .iso file in command line
- Replies: 3
- Views: 5449
- 21 Mar 2025, 10:55
- Forum: Help and Support
- Topic: Can not process .iso file in command line
- Replies: 3
- Views: 5449
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 = TheMovieDB ...
- 18 Mar 2025, 06:08
- Forum: Help and Support
- Topic: High I/O makes container restart
- Replies: 2
- Views: 5450
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: 5450
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: 5606
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: 5606
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 ...
- 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: 6251
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.WEB-DL.H2 ...
- 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: 6251
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 Eterna ...
- 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: 6251
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-strict ...
- 12 Mar 2025, 17:15
- Forum: Feature Requests and Bug Reports
- Topic: Request for specifying tmdb id for specified folder
- Replies: 2
- Views: 4665
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: 6251
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 ...
- 12 Mar 2025, 09:18
- Forum: Feature Requests and Bug Reports
- Topic: Request for specifying tmdb id for specified folder
- Replies: 2
- Views: 4665
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 ...