Search found 22923 matches

by rednoah
26 Feb 2024, 16:53
Forum: Episode / Movie Naming Scheme
Topic: [binding "network":undefined]
Replies: 7
Views: 293

Re: [binding "network":undefined]

Cheers. It'll work with the next release then:

Console Output: Select all

$ filebot -list --q "Echo" --db TheTVDB --format "{info.network} | {episode}"
Disney+ | Echo - 1x01 - Chafa
...
by rednoah
26 Feb 2024, 15:59
Forum: Help and Support
Topic: Filebot Not Working Correctly Hyprland
Replies: 2
Views: 184

Re: Filebot Not Working Correctly Hyprland

:?: Do you have screenshots? :idea: I have never heard of Hyprland before, so it's definitely untested. Whatever the root cause of the issue may be, it's likely generic to all Java Swing applications, so you might have more luck in Arch / Hyprland specific help forums. Please keep us posted if you f...
by rednoah
26 Feb 2024, 07:32
Forum: Scripting and Automation
Topic: Flibot, VUZE scripting help
Replies: 4
Views: 266

Re: Flibot, VUZE scripting help

You'll want to follow the instructions verbatim at first and make no unnecessary modifications until you have confirmed this to work, and only then make custom changes in a second step. So this is what you paste into VUZE command runner to get started: filebot -script fn:amc --output "F:/Media&...
by rednoah
26 Feb 2024, 04:24
Forum: Scripting and Automation
Topic: Flibot, VUZE scripting help
Replies: 4
Views: 266

Re: Flibot, VUZE scripting help

Just need someone to check the command line script I'm using for VUZE command runner: :arrow: I have reason to believe that you did not yet read the Automated Media Center with Vuze guide? Please read the guide carefully and make sure to read each paragraph. But nothing happens. Just want to check ...
by rednoah
26 Feb 2024, 04:02
Forum: Episode / Movie Naming Scheme
Topic: [binding "network":undefined]
Replies: 7
Views: 293

Re: [binding "network":undefined]

Can you provide a link to a specific series where info.network does not work? Just so that I can confirm things myself with the latest revision.
by rednoah
25 Feb 2024, 19:17
Forum: Episode / Movie Naming Scheme
Topic: [binding "network":undefined]
Replies: 7
Views: 293

Re: [binding "network":undefined]

No worries then. There'll be an update sometime this month.
by rednoah
25 Feb 2024, 19:07
Forum: Help and Support
Topic: Renaming files - Synology
Replies: 1
Views: 140

Re: Renaming files - Synology

:!: FileBot Node is not the right tool for the job. :arrow: You'll want to use Plain File Mode from your Desktop PC with the FileBot Desktop application to process the files on your remote network share: { fn.before(/\(.*\)$/) } :arrow: You can however use the filebot command-line tool via SSH if yo...
by rednoah
25 Feb 2024, 12:09
Forum: Feature Requests and Bug Reports
Topic: File Bot Doesn´t recognize ZFS File system (SNAP Confinement: Strict # Restricted File System Access)
Replies: 2
Views: 178

Re: File Bot Doesn´t recognize ZFS File system

:?: How did you install FileBot? Package: SNAP Confinement: Strict # Restricted File System Access :idea: If you use SNAP then the SNAP sandbox will limit file system access, especially if your file paths do not follow Debian file path conventions: By default, SNAP packages are not allowed to access...
by rednoah
25 Feb 2024, 11:26
Forum: Feature Requests and Bug Reports
Topic: the forum is unusable
Replies: 2
Views: 176

Re: the forum is unusable

Which page? Can you paste a URL? What does the JS error message say if any? Do you know what JS code is causing the issue? What browser are you using? I use the forums daily and haven't noticed any issues.
by rednoah
24 Feb 2024, 05:36
Forum: Tips, Tricks and Tutorials
Topic: Custom Page Scraper (e.g. Rename audiobooks via Audible)
Replies: 0
Views: 461

Custom Page Scraper (e.g. Rename audiobooks via Audible)

Plain File Mode allows you to rename files based on information collected from arbitrary websites (e.g. HTML webpage, JSON API, XML API, etc) via your own custom code. This is an advanced feature and will require some coding skills to develop and modify to your needs. The examples below will get yo...
by rednoah
23 Feb 2024, 09:20
Forum: Episode / Movie Naming Scheme
Topic: [binding "network":undefined]
Replies: 7
Views: 293

Re: [binding "network":undefined]

Yep, I can reproduce the issue with the previous release.


Seems to be already fixed in the latest revision though. Can you confirm?
viewtopic.php?t=1609
by rednoah
23 Feb 2024, 07:34
Forum: Feature Requests and Bug Reports
Topic: eBook and AudioBook support
Replies: 3
Views: 1330

Re: eBook and AudioBook support

Some degree of eBook and AudioBook support may be possible via custom formats . If you know a website that that supports search and lookup based on information that you have based on file name or file content (i.e. MediaInfo properties ) then you can most certainly write a custom format that sends a...
by rednoah
23 Feb 2024, 07:18
Forum: Help and Support
Topic: Audiobook support
Replies: 3
Views: 2937

Re: Audiobook support

Some degree of processing for audiobook files may be possible akin to mp3tag web sources scripts: https://community.mp3tag.de/c/development/web-sources-scripts/12 The idea is to extract some information from the file name or file content (i.e. MediaInfo properties ) and then check the response. File...
by rednoah
23 Feb 2024, 07:15
Forum: Windows
Topic: Rename Ignoring Folder Name (e.g. Humax)
Replies: 6
Views: 510

Re: Rename Ignoring Folder Name

EmulatorNut wrote: 23 Feb 2024, 07:13 Humax is a PVR brand here in the UK.
Cheers. I'll add that to the training data set. It'll work better in the future.
by rednoah
23 Feb 2024, 05:21
Forum: Windows
Topic: Rename Ignoring Folder Name (e.g. Humax)
Replies: 6
Views: 510

Re: Rename Ignoring Folder Name

I see. I will add Humax to the training data. Out of curiosity, what does Humax mean? Name of some NAS brand? English? :arrow: You can fix the issue yourself by removing the Humax folder level, or by renaming Humax to something meaning less like Video Files or Complete or Downloads or Media etc. Ren...
by rednoah
22 Feb 2024, 09:52
Forum: Windows
Topic: Rename Ignoring Folder Name (e.g. Humax)
Replies: 6
Views: 510

Re: Rename Ignoring Folder Name

:?: Is "Video_Files" an example or actually the literal folder name? I ask because "video_file_s1e1" is probably not an actual file name. Also, the specific folder name "Video_Files" is likely considered meaningless by default as there is no movie / series by that name ...
by rednoah
21 Feb 2024, 08:54
Forum: Scripting and Automation
Topic: sort series movies with genre in different folder
Replies: 5
Views: 1016

Re: sort series movies with genre in different folder

Yes, your format code can read external files. e.g. the csv() function can be used to read a CSV file into a Map , the first column being the key: { csv('/path/to/file.csv')[genre] } :idea: Make sure to use TAB as column separator. Also make sure that the key matches the value of {genre} exactly: Ac...
by rednoah
21 Feb 2024, 04:45
Forum: Scripting and Automation
Topic: How to automatically rename files with QBittorrent
Replies: 5
Views: 16579

Re: How to automatically rename files with QBittorrent

Sorry to necro an old thread, but will this preserve the torrent files to seed, or will qbitorrent be unable to view them once they've been renamed? FileBot itself does not communicate with qBT in any way whatsoever. If files are moved, then qBT will no longer find them. You'll what to use --action...
by rednoah
21 Feb 2024, 04:41
Forum: Feature Requests and Bug Reports
Topic: TVDB for movies
Replies: 3
Views: 280

Re: TVDB for movies

fedelegrand wrote: 20 Feb 2024, 07:01 The idea behind this is use the same db for everything
In that case, I would strongly recommend using TheMovieDB for everything.
by rednoah
21 Feb 2024, 04:35
Forum: Scripting and Automation
Topic: Fetching Primary Artwork with `fn:artwork.tmdb` Script?
Replies: 1
Views: 188

Re: Fetching Primary Artwork with `fn:artwork.tmdb` Script?

:idea: FileBot will typically fetch the artwork with the highest rating / highest resolution / etc that matches your language preferences for each type poster / fanart / clearart / logo / etc. I've noticed that none of my posters/fanart of any movies are the primary ones, it almost seems random. :?:...
by rednoah
20 Feb 2024, 02:49
Forum: Windows
Topic: Font is very small
Replies: 6
Views: 7484

Re: Font is very small

I can't understand how this can be a system wide setting on windows when *all* other software has perfectly fine font size, but filbot's is way too small. If you can read the file names in Windows Explorer, but not in FileBot, then something is going awry, not working as intended. Since it works fo...
by rednoah
20 Feb 2024, 02:29
Forum: Feature Requests and Bug Reports
Topic: Font Size Solution
Replies: 1
Views: 223

Re: Font Size Solution

Looks like standard 100% scale factor as far as text is concerned, but the icon looks strangely blurry. There's probably something strange going on, but we'd need a lot more context / information / non-default Windows settings you are using / etc to make an educated guess as to what might be going a...
by rednoah
20 Feb 2024, 02:13
Forum: Feature Requests and Bug Reports
Topic: TVDB for movies
Replies: 3
Views: 280

Re: TVDB for movies

FileBot does not support and has never supported Movie Mode: TheTVDB since TheTVDB has only added support for movies rather recently. AFAIK, TheMovieDB takes care of everything and has long since taken over TheTVDB as default database in popularity for both movies and TV shows. The {tvdbid} binding ...