Search found 23 matches

by hama4reall
25 Apr 2024, 22:26
Forum: Scripting and Automation
Topic: conflict replace gets skipped
Replies: 7
Views: 917

Re: conflict replace gets skipped

you already been a big help explaining the issue and referencing to solutions. thanks a lot
by hama4reall
24 Apr 2024, 20:08
Forum: Scripting and Automation
Topic: conflict replace gets skipped
Replies: 7
Views: 917

Re: conflict replace gets skipped

I took your advise and skipped the already sorted files with the --def excludeLink=y from https://www.filebot.net/forums/viewtopic.php?f=4&t=215 which skips sombolic and hard links. This avoided the --def unsorted issue and sorted all my not sorted files with both --conflict auto --action hardli...
by hama4reall
19 Apr 2024, 07:30
Forum: Scripting and Automation
Topic: conflict replace gets skipped
Replies: 7
Views: 917

Re: conflict replace gets skipped

You'll want to process only files that have not yet been processed. :arrow: Since you're using hardlinks, the link count will tell you if the file has been processed or not. See How do I process only specific kinds of files? › Option 4: Start FileBot with --file-filter from Terminal for details and...
by hama4reall
19 Apr 2024, 07:25
Forum: Scripting and Automation
Topic: conflict replace gets skipped
Replies: 7
Views: 917

Re: conflict replace gets skipped

Ps: the reason i want it to replace the videos is because initially i tried with the files folder not knowing the issue but then after it sorted the files i saw in the log that every duplicate/hardlinked was skipped and right after it was skipped filebot sorted them to the Unsorted folder which is n...
by hama4reall
19 Apr 2024, 07:08
Forum: Scripting and Automation
Topic: conflict replace gets skipped
Replies: 7
Views: 917

conflict replace gets skipped

I have two folders files & Media . I'm sorting everything in files to output it to Media but more than half of the videos is already sorted using Hardlink from files to Media and now i want to redo sorting everything in files to make sure everything is sorted alongside the new videos that aren't...
by hama4reall
23 Oct 2023, 17:21
Forum: unRAID & docker
Topic: FileBot Can't Create Hardlink at the same Volume in Podman
Replies: 2
Views: 1396

Re: FileBot Can't Create Hardlink at the same Volume in Podman

You're Righ, I just Realized that after combining the two volumes to /Home i forgot to change the Format Accordingly, Now i Fixed it and Thank you :)
by hama4reall
23 Oct 2023, 13:55
Forum: unRAID & docker
Topic: FileBot Can't Create Hardlink at the same Volume in Podman
Replies: 2
Views: 1396

FileBot Can't Create Hardlink at the same Volume in Podman

Hi! I've run Official FileBot-Xpra & FileBot-Watcher Containers From https://github.com/filebot/filebot-docker#filebot-watcher as a non-root user on Podman. I've been using them just fine until i decided to use hardlink instead of default Duplicate Behavior of the Watcher and I'm facing Invalid ...
by hama4reall
15 Oct 2023, 17:22
Forum: Synology NAS & Embedded Linux
Topic: How to Proccess Custom Psoters with FileBot Watcher?
Replies: 1
Views: 1994

How to Proccess Custom Psoters with FileBot Watcher?

Hi, I'm Wondering if there's a way i can process my Custom Posters thats in the same folder as the videos. So i have set up a folder thats been synced by syncthing between my backup and main server and I'm uploading stuffs to the backup server then it goes to the main server what i upload is videos ...
by hama4reall
10 Oct 2023, 16:26
Forum: Feature Requests and Bug Reports
Topic: Rename posters separated from the movies
Replies: 14
Views: 1697

Re: Rename posters separated from the movies

I have finished sorting the Movie's Posters, now i'm trying to sort the Show's posters but it gives `Expression yields empty value` with the format: `{ def mid = csv('/files/unsorted/Shows.tsv')[f.name] as int csv('/Media/Shows/').findResult{ f, m -> if (mid == m.id) f.dir/ 'poster' } }` and the sec...
by hama4reall
08 Oct 2023, 19:28
Forum: Feature Requests and Bug Reports
Topic: Rename posters separated from the movies
Replies: 14
Views: 1697

Re: Rename posters separated from the movies

Sure, when i finish sorting my Medias, i will ;)
by hama4reall
05 Oct 2023, 20:52
Forum: Feature Requests and Bug Reports
Topic: Rename posters separated from the movies
Replies: 14
Views: 1697

Re: Rename posters separated from the movies

Oh, i just realized that. Thanks a lot for the extended code it works now after a quick find (.webp) & replace (.jpg) in the spreadsheet.
by hama4reall
05 Oct 2023, 11:54
Forum: Feature Requests and Bug Reports
Topic: Rename posters separated from the movies
Replies: 14
Views: 1697

Re: Rename posters separated from the movies

Ok i have been trying to make it work but the format gives this error: Expression yields empty value: Cannot invoke "java.lang.Integer.intValue()" because " Yesterday the format were applied on half of the files but today after converting them from .webp to .jpg none of them can be ap...
by hama4reall
04 Oct 2023, 14:06
Forum: Feature Requests and Bug Reports
Topic: Rename posters separated from the movies
Replies: 14
Views: 1697

Re: Rename posters separated from the movies

Sorry for not attaching the spreadsheet, Here is it:
https://drive.google.com/file/d/1A_M12B ... sp=sharing
Could you make an example from it I'm not experienced in java and coding in general
by hama4reall
04 Oct 2023, 09:48
Forum: Feature Requests and Bug Reports
Topic: Rename posters separated from the movies
Replies: 14
Views: 1697

Re: Rename posters separated from the movies

In a nutshell i want to extract information from TMDB and rename the files based on them, my sheet doesn't have all the info needed so I'm trying to use FileBot for that matter
And for matching the files with tmdb i have three columns (Movie Name, Release Year, TMDBid)
by hama4reall
04 Oct 2023, 09:07
Forum: Feature Requests and Bug Reports
Topic: Rename posters separated from the movies
Replies: 14
Views: 1697

Re: Rename posters separated from the movies

And yes i have the posters in a different folder separated from the movie files
by hama4reall
04 Oct 2023, 09:05
Forum: Feature Requests and Bug Reports
Topic: Rename posters separated from the movies
Replies: 14
Views: 1697

Re: Rename posters separated from the movies

Thanks for the reference but i want to sort them out to different folders like in my filebot format /Media/{f.path.match(/Badini/).upperInitial()}/{any { anime ? 'Anime' : '' }{ genres =~ /Animation/ ? 'Animation' : '' }}/{any {f.path.match(/Documentary/).upperInitial()}{ genre =~ /Documentary/ ? 'D...
by hama4reall
04 Oct 2023, 08:39
Forum: Feature Requests and Bug Reports
Topic: Rename posters separated from the movies
Replies: 14
Views: 1697

Rename posters separated from the movies

So i have searched through the form and found one topic about renaming images but that topic had different use case my use case is i have a zip that contains all the posters (with somewhat random names) and a sheet that have all the name of the poster files and their movie names and year and tmdbid,...
by hama4reall
24 Sep 2023, 16:19
Forum: Episode / Movie Naming Scheme
Topic: How do I match information from anywhere in the file path?
Replies: 4
Views: 412

Re: How do I match information from anywhere in the file path?

thanks! didn't know about that string. is there a page reference for all the strings? like https://www.filebot.net/naming.html but this page doesn't have em all.
by hama4reall
24 Sep 2023, 12:40
Forum: Episode / Movie Naming Scheme
Topic: How do I match information from anywhere in the file path?
Replies: 4
Views: 412

How do I match information from anywhere in the file path?

can we match from {f} like i want to match 'Badini' in this path using {f.match(/Badini/)} E:\files\CDN1\paxshkrdn2\Badini\A.Night.Of.Horror.Volume.1.2015.1080P.mp4 i tried it and it doesn't work apparently its because {f} isn't a string and match() only works on strings? if that so what can i do to...
by hama4reall
24 Sep 2023, 12:03
Forum: Episode / Movie Naming Scheme
Topic: Match Single Genre Documentary Movies
Replies: 4
Views: 384

Re: Match Single Genre Documentary Movies

Thanks a lot it works, amazing software it's like doing magic!
by hama4reall
24 Sep 2023, 11:36
Forum: Episode / Movie Naming Scheme
Topic: Match Single Genre Documentary Movies
Replies: 4
Views: 384

Re: Match Single Genre Documentary Movies

For example this movie
https://www.themoviedb.org/movie/576017-for-sama
Is should be a negative match, and this one
https://www.themoviedb.org/movie/10946-earth
Should be a positive match for the "Documentary" Folder.
by hama4reall
24 Sep 2023, 11:07
Forum: Episode / Movie Naming Scheme
Topic: Match Single Genre Documentary Movies
Replies: 4
Views: 384

Match Single Genre Documentary Movies

Hi! I'm looking for a way to put documentary movies into a different folder but i would like to only match documentary that has only "Documentary" in there genre list, currently I'm using { genres =~ /Documentary/ ? 'Documentary' : '' } but I like to match Documentary Movies that talks abo...