Search found 23021 matches

by rednoah
50 minutes ago
Forum: Help and Support
Topic: Advice on Automation
Replies: 3
Views: 83

Re: Advice on Automation

yes to the second, rename new files in a folder as a task, i am just a little confused as I have 3 different folders, with 3 different formats. I maybe just over thinking it. You'd just have 3 slightly different filebot commands, one for each input folder / custom format. e.g. filebot -rename -r &q...
by rednoah
Today, 16:54
Forum: Help and Support
Topic: Advice on Automation
Replies: 3
Views: 83

Re: Advice on Automation

:?: Do you mean to unify your 3 formats into one single smarter format that will give you the target file path you want depending on the file at hand? :?: Do you mean to use the filebot command-line tool and then set up some sort of automation to rename files in the above given folders as part of a ...
by rednoah
Today, 12:15
Forum: Ubuntu & Desktop Linux
Topic: Need to debug.
Replies: 3
Views: 78

Re: Need to debug.

Yes. You can use apt to install filebot on any Ubuntu / Debian machine: https://www.filebot.net/linux/apt.html :idea: Debian is the most popular Linux platform. The Raspberry Pi 4 is standard aarch64 CPU architecture. You will not have compatibility issues running standard software for years and dec...
by rednoah
Today, 12:08
Forum: Feature Requests and Bug Reports
Topic: MOVIE mode in Anidb
Replies: 5
Views: 3874

Re: MOVIE mode in Anidb

Movie type Anime were never supported via search, i.e. search-by-name would never find them. The ID lookup worked unofficially because FileBot just used to use the given ID as-is to fetch the series information / episode list without any additional checks, like with any other AniDB series. That wor...
by rednoah
Yesterday, 20:44
Forum: Feature Requests and Bug Reports
Topic: Feature Request - Ignore Folders
Replies: 5
Views: 141

Re: Feature Request - Ignore Folders

It has been requested a number of times, but usually for a perfectly reasonable "downloads / complete / temporary / etc" sorta folder name that is best added to the list for the benefit of all. But if you could link other related threads here for context that would be helpful. /nice/pro /n...
by rednoah
Yesterday, 20:18
Forum: Ubuntu & Desktop Linux
Topic: Need to debug.
Replies: 3
Views: 78

Re: Need to debug.

I would recommend upgrading the the latest version. FileBot 4.7.9 is unchanged since 2017. I haven't run tests or debugged the code since. Probably mostly doesn't work anymore. The offline features probably age a lot better than online features. :idea: Here's what I get with the latest release: $ fi...
by rednoah
30 Apr 2024, 21:53
Forum: Feature Requests and Bug Reports
Topic: Feature Request - Ignore Folders
Replies: 5
Views: 141

Re: Feature Request - Ignore Folders

If you post file paths then we'll have a look, run tests, and see how to best approach the issue. The solution may be what you suggest. The solution may be something else, e.g. only consider folders up to a certain configurable depth, or not at all. Depending on the issue at hand. By providing test ...
by rednoah
30 Apr 2024, 21:50
Forum: Ubuntu & Desktop Linux
Topic: Used chatGPT to do this, so wanted to make sure it..
Replies: 3
Views: 107

Re: Used chatGPT to do this, so wanted to make sure it..

You can rename music files like so: $ filebot -rename *.flac --db ID3 --format '{artist} - {t}' Rename music using [ID3 Tags] [MOVE] from [14. James Horner - I See You (Theme from Avatar).flac] to [Leona Lewis - I See You (Theme from Avatar).flac] Processed 1 file :arrow: https://www.filebot.net/cli...
by rednoah
30 Apr 2024, 05:44
Forum: Ubuntu & Desktop Linux
Topic: Used chatGPT to do this, so wanted to make sure it..
Replies: 3
Views: 107

Re: Used chatGPT to do this, so wanted to make sure it..

:?: What are you trying to do? :idea: The bash script above is a very simple (many recommended options are missing) amc script call. Made unnecessarily complicated by defining variables that are then not used, or only used once. :arrow: I recommend the Automated Media Center › Run from the command-l...
by rednoah
30 Apr 2024, 05:39
Forum: Feature Requests and Bug Reports
Topic: Feature Request - Ignore Folders
Replies: 5
Views: 141

Re: Feature Request - Ignore Folders

Please post the file paths / folders you're having issues with.
by rednoah
29 Apr 2024, 19:34
Forum: Help and Support
Topic: AMC script always names the episode with the previous episodes name
Replies: 1
Views: 68

Re: AMC script always names the episode with the previous episodes name

:?: What is the episode title of this file? Is it actually 06 / 1x05 or 07 / 1x06? [SubsPlease] Dragon Raja - 06 (1080p) [FF66983C].mkv * https://thetvdb.com/series/long-zu/episodes/9321845 * https://thetvdb.com/series/long-zu/episodes/9321846 The database suggests an Absolute Order 06 ➔ Aired Order...
by rednoah
29 Apr 2024, 13:26
Forum: Feature Requests and Bug Reports
Topic: Episode numbering based on season, not total
Replies: 1
Views: 38

Re: Episode numbering based on season, not total

FileBot will give you the episode numbers according to your selected database and episode order. You may try a different database / episode order if the one you're currently using isn't numbering episodes the way you want. That said, the first episode of Season 2 is almost always numbered S02E01 so ...
by rednoah
29 Apr 2024, 06:23
Forum: Synology NAS & Embedded Linux
Topic: filebot-watcher docker - Problem renaming Series - source file also moved to the destination folder
Replies: 2
Views: 69

Re: filebot-watcher docker - Problem renaming Series - source file also moved to the destination folder

filebot processed only 1 file according to the log: [DUPLICATE] from [/volume1/videos/MoviesLibrary/_Downloads/_Watch/TV-Series/WandaVision.S01E01.2021.MULTI.1080p.WEBRip.x264.AC3-SUNNY.mkv] to [/volume1/videos/SeriesLibrary/Series/WandaVision (2021)/Saison 01/WandaVision.S01E01.Filmed.Before.A.Liv...
by rednoah
28 Apr 2024, 15:47
Forum: Episode / Movie Naming Scheme
Topic: Kodi supports identifiers
Replies: 2
Views: 47

Re: Kodi supports identifiers

And they use {tmdb=335984} with = equals. Now everyone has managed to come up with something that is distinct and different from everyone else. :lol:




EDIT:

FileBot r10240 is now aware of the Kodi-specific {tmdb=335984} pattern when using the {kodi.id} binding.
by rednoah
28 Apr 2024, 06:25
Forum: Help and Support
Topic: Is it possible to extract previous formatting from files after new OS install
Replies: 1
Views: 51

Re: Is it possible to extract previous formatting from files after new OS install

Yes, FileBot will export all your settings (from the Windows Registry; assuming you're using Windows) once per month into a file named preferences.backup.xml in the %APP_DATA%/FileBot (assuming you're using the MSI package) folder. :arrow: See Q: Where is the application data folder? How do I backup...
by rednoah
27 Apr 2024, 18:39
Forum: Windows
Topic: Windows version does not add season and episode when renaming?
Replies: 1
Views: 109

Re: Windows version does not add season and episode when renaming?

The format above explicitly does not generate season / episode numbers. This is likely movie format, and not an episode format. Please read Format Expressions for details. An episode format would look like this: {n} - {s00e00} - {t} n ... series name s00e00 ... season / episode numbers t ... episode...
by rednoah
27 Apr 2024, 18:24
Forum: Windows
Topic: -rename keeplink errors with "The file or directory is not a reparse point"
Replies: 12
Views: 761

Re: -rename keeplink errors with "The file or directory is not a reparse point"

You pass this --def exec expression: Parameter: exec = echo {quote historic.folder, folder} >> c:\filebot_logs\testexec.txt which results in this command being executed: echo @' M:\incoming\(( MOVIES ))\Double.Down.South.2022.1080p.WEBRip.DDP5.1.x265.10bit-GalaxyRG265[TGx] '@ @' W:\Movies\Double Dow...
by rednoah
27 Apr 2024, 10:01
Forum: Scripting and Automation
Topic: --apply import issues
Replies: 15
Views: 2162

Re: --apply import issues

Here's what I get: $ find input input input/Avatar.2009.mp4 input/poster.png input/movie.nfo $ filebot -rename input/Avatar.2009.mp4 --output output ... [MOVE] from [input/Avatar.2009.mp4] to [output/Avatar (2009).mp4] Processed 1 file $ filebot -find output --apply import output/Avatar (2009).mp4 [...
by rednoah
25 Apr 2024, 07:19
Forum: Scripting and Automation
Topic: conflict replace gets skipped
Replies: 7
Views: 206

Re: conflict replace gets skipped

--def excludeLink=y is a good solution. I forgot the amc script had its own built-in option for skipping already-hardlinked files as well. :lol:
by rednoah
25 Apr 2024, 07:15
Forum: Synology NAS & Embedded Linux
Topic: Broken Since DSM Update (Unsupported class file major version 65)
Replies: 3
Views: 103

Re: Broken Since DSM Update (Unsupported class file major version 65)

Phobos wrote: 24 Apr 2024, 20:55 4.9.5
I see. Upgrading to the latest version will almost certainly fix the issue at hand.