Search found 10 matches
- 31 Jan 2026, 13:42
- Forum: Help and Support
- Topic: [Feature Request] Update anime-lists on each github commit
- Replies: 13
- Views: 3029
Re: [Feature Request] Update anime-lists on each github commit
I used this command, and now everything works just fine: chcp 65001 # Arguments └─ -script └─ fn:explain └─ --q └─ 18901 Using persistent disk cache: C:\Users\USERNAME_GOES_HERE\Documents\apps\FileBot_portable\data\cache\0 Script Bundle: 2025-09-04 (r1016) "Oshi no Ko" (2026) [AniDB::18901] "Oshi no ...
- 31 Jan 2026, 11:02
- Forum: Help and Support
- Topic: [Feature Request] Update anime-lists on each github commit
- Replies: 13
- Views: 3029
Re: [Feature Request] Update anime-lists on each github commit
That worked, thank Script Bundle: 2025-09-04 (r1016) "Oshi no Ko" (2026) [AniDB::18901] "Oshi no Ko" [AniDB::18901] Oshi no Ko [AniDB::18901] Oshi no Ko (2026) [AniDB::18901] [µذعùع«فص] (2026) [AniDB::18901] [µذعùع«فص] [AniDB::18901] µذعùع«فص [AniDB::18901] Oshi no Ko S3 [AniDB::18901] Oshi no Ko 3 [ ...
- 30 Jan 2026, 15:56
- Forum: Help and Support
- Topic: [Feature Request] Update anime-lists on each github commit
- Replies: 13
- Views: 3029
Re: [Feature Request] Update anime-lists on each github commit
C:\Users\USERNAME_GOES_HERE>filebot -clear-cache Clear cache * Delete C:\Users\USERNAME_GOES_HERE\Documents\apps\FileBot_portable\data\cache\0 (6 MB) C:\Users\USERNAME_GOES_HERE>filebot -script fn:properties --def net.filebot.logging.debug=ALL Initialize new disk cache: C:\Users\USERNAME_GOES_HERE ...
- 30 Jan 2026, 14:46
- Forum: Help and Support
- Topic: [Feature Request] Update anime-lists on each github commit
- Replies: 13
- Views: 3029
Re: [Feature Request] Update anime-lists on each github commit
I updated my filebot to the latest version, then used the same command you give me, but I didn't get any results, I wonder if there is something wrong in my environment. filebot -script fn:explain --q '18901' Current application revision (r10907) does not match cache revision (r10683) Initialize new ...
- 30 Jan 2026, 10:02
- Forum: Help and Support
- Topic: [Feature Request] Update anime-lists on each github commit
- Replies: 13
- Views: 3029
Re: [Feature Request] Update anime-lists on each github commit
I assume I can just use the number after r in each version?
- 30 Jan 2026, 09:05
- Forum: Help and Support
- Topic: [Feature Request] Update anime-lists on each github commit
- Replies: 13
- Views: 3029
Re: [Feature Request] Update anime-lists on each github commit
Thanks.
Can I use that URL in my scripts to check? Or it changes by time? i see numbers in the url
Can I use that URL in my scripts to check? Or it changes by time? i see numbers in the url
- 27 Jan 2026, 17:29
- Forum: Help and Support
- Topic: [Feature Request] Update anime-lists on each github commit
- Replies: 13
- Views: 3029
Re: [Feature Request] Update anime-lists on each github commit
Is there a specific day in the week?
I would like to know when to expect the update to avoid clearing the cache
Cache system makes filebot faster in repeated tasks.
I would like to know when to expect the update to avoid clearing the cache
Cache system makes filebot faster in repeated tasks.
- 27 Jan 2026, 09:13
- Forum: Help and Support
- Topic: [Feature Request] Update anime-lists on each github commit
- Replies: 13
- Views: 3029
[Feature Request] Update anime-lists on each github commit
Hello everyone. I would like to ask something about anime-lists that filebot uses. it takes filebot some time to update it's internal anime-lists to match github anime-lists . is it possible to lower this time by making it update on each github commit to keep it updated as soon as possible? Thank ...
- 16 Nov 2024, 12:24
- Forum: Help and Support
- Topic: [Question] What are all possible values for "type" in filebot
- Replies: 1
- Views: 2943
[Question] What are all possible values for "type" in filebot
I’ve been using FileBot to rename my TV shows and movies, and it’s been an amazing tool for organizing my media library. However, I’ve come across multiple types of media formats and categories within FileBot, and I'm not sure I understand them all. I want to make sure I'm using the right types for r ...
- 15 Oct 2024, 13:47
- Forum: Scripting and Automation
- Topic: [Question] What is the meaning of "it" inside "any" closure?
- Replies: 1
- Views: 5262
[Question] What is the meaning of "it" inside "any" closure?
Hello, I read this viewtopic.php?t=12369
in the example
What is the meaning of "it", also what does "=~" mean?
in the example
Code: Select all
{languages.any{ audioLanguages =~ it } ? "[Original Language]" : "[Dubbed]"}