Search found 33 matches
- 06 Aug 2024, 05:11
- Forum: Ubuntu & Desktop Linux
- Topic: Generate NFO files from custom CSV database post-processing
- Replies: 4
- Views: 2623
Re: Generate NFO files from custom CSV database post-processing
:idea: The aspect that I can help you with is extracting information from previously processed files with the filebot command: $ filebot -mediainfo -r /path/to/input --format "{type} | {tmdbid} | {n} | {country} | {language} | {certification} | {f}" Episode | 2046 | Alias | US | eng | TV-...
- 05 Aug 2024, 19:47
- Forum: Ubuntu & Desktop Linux
- Topic: Generate NFO files from custom CSV database post-processing
- Replies: 4
- Views: 2623
- 05 Aug 2024, 19:44
- Forum: Ubuntu & Desktop Linux
- Topic: Generate NFO files from custom CSV database post-processing
- Replies: 4
- Views: 2623
Generate NFO files from custom CSV database post-processing
Hi there, I have a specific task that requires your assistance. I possess a custom database containing translated descriptions, second titles(sub_title), TMDb IDs, IMDb IDs, custom poster filenames, and other relevant information (a CSV file is attached below). My goal is to generate NFO files eithe...
- 18 Jul 2024, 07:34
- Forum: Ubuntu & Desktop Linux
- Topic: How can i rename files based on history?
- Replies: 12
- Views: 3587
Re: How can i rename files based on history?
Got i just checked it's hardlinking them so this is it, the file system is ext4 and both src and dst are one the same file system. So all of the files is hardlinked now so thanks a lot appreciate it.
- 18 Jul 2024, 06:04
- Forum: Ubuntu & Desktop Linux
- Topic: How can i rename files based on history?
- Replies: 12
- Views: 3587
Re: How can i rename files based on history?
Hi, sorry for my late reply that day i was trying to write a script with gemini all day and i gave up from frustrating and didn't notice your comment, i just tested it and it works but i think it copies the file? Instead of hardlink is this the case?
- 14 Jul 2024, 10:15
- Forum: Ubuntu & Desktop Linux
- Topic: How can i rename files based on history?
- Replies: 12
- Views: 3587
Re: How can i rename files based on history?
So i renamed a file in the cli and run filebot -script fn:history Now it prints /home/kurdflim/Videos/After.Everything.2023.1080p.AMZN.WEB-DL.Shafilm.m4v /home/kurdflim/Videos/After Everything (2023).m4v Done ヾ(@⌒ー⌒@)ノ But when i do tail ~/.filebot/history.xml It prints <sequence date="2024-07-...
- 14 Jul 2024, 10:09
- Forum: Ubuntu & Desktop Linux
- Topic: How can i rename files based on history?
- Replies: 12
- Views: 3587
Re: How can i rename files based on history?
I've been trying to make filebot show history with filebot -script fn:history For an hour, in the ~/.filebot/history.xml file i see all the history but with the command it just prints Done ヾ(@⌒ー⌒@)ノ This is a fresh filebot installation in GUI i imported the history from my old server and closed the ...
- 14 Jul 2024, 08:57
- Forum: Ubuntu & Desktop Linux
- Topic: How can i rename files based on history?
- Replies: 12
- Views: 3587
Re: How can i rename files based on history?
They have the same $SRC but different $DST and in this case the one which is most recent must be linked and the old ones to be ignored. For example in the history.xml we have a file called Bear.Man.2023.1080p.Shafilm.mp4 this file has two records which both point to two different destinations now i ...
- 14 Jul 2024, 07:43
- Forum: Ubuntu & Desktop Linux
- Topic: How can i rename files based on history?
- Replies: 12
- Views: 3587
Re: How can i rename files based on history?
Thanks very much, do you have any idea to how i can avoid the duplicate matches like files that are renamed couples times and they have couple matches in the history?
- 14 Jul 2024, 05:21
- Forum: Ubuntu & Desktop Linux
- Topic: How can i rename files based on history?
- Replies: 12
- Views: 3587
How can i rename files based on history?
I'm trying to re-rename files based on the history.xml but I don't see any ways documented in the forum or google. I'm moving from my previous gnome seedbox to my own debian server, and now I want to re-hardlink all my files just like it was on my previous server but it seems when i was using filebo...
- 25 Apr 2024, 22:26
- Forum: Scripting and Automation
- Topic: conflict replace gets skipped
- Replies: 7
- Views: 2847
Re: conflict replace gets skipped
you already been a big help explaining the issue and referencing to solutions. thanks a lot
- 24 Apr 2024, 20:08
- Forum: Scripting and Automation
- Topic: conflict replace gets skipped
- Replies: 7
- Views: 2847
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...
- 19 Apr 2024, 07:30
- Forum: Scripting and Automation
- Topic: conflict replace gets skipped
- Replies: 7
- Views: 2847
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...
- 19 Apr 2024, 07:25
- Forum: Scripting and Automation
- Topic: conflict replace gets skipped
- Replies: 7
- Views: 2847
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...
- 19 Apr 2024, 07:08
- Forum: Scripting and Automation
- Topic: conflict replace gets skipped
- Replies: 7
- Views: 2847
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...
- 23 Oct 2023, 17:21
- Forum: unRAID & docker
- Topic: FileBot Can't Create Hardlink at the same Volume in Podman
- Replies: 2
- Views: 4073
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
- 23 Oct 2023, 13:55
- Forum: unRAID & docker
- Topic: FileBot Can't Create Hardlink at the same Volume in Podman
- Replies: 2
- Views: 4073
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 ...
- 15 Oct 2023, 17:22
- Forum: Synology NAS & Embedded Linux
- Topic: How to Proccess Custom Psoters with FileBot Watcher?
- Replies: 1
- Views: 2948
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 ...
- 10 Oct 2023, 16:26
- Forum: Feature Requests and Bug Reports
- Topic: Rename posters separated from the movies
- Replies: 14
- Views: 3487
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...
- 08 Oct 2023, 19:28
- Forum: Feature Requests and Bug Reports
- Topic: Rename posters separated from the movies
- Replies: 14
- Views: 3487
Re: Rename posters separated from the movies
Sure, when i finish sorting my Medias, i will
- 05 Oct 2023, 20:52
- Forum: Feature Requests and Bug Reports
- Topic: Rename posters separated from the movies
- Replies: 14
- Views: 3487
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.
- 05 Oct 2023, 11:54
- Forum: Feature Requests and Bug Reports
- Topic: Rename posters separated from the movies
- Replies: 14
- Views: 3487
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...
- 04 Oct 2023, 14:06
- Forum: Feature Requests and Bug Reports
- Topic: Rename posters separated from the movies
- Replies: 14
- Views: 3487
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
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
- 04 Oct 2023, 09:48
- Forum: Feature Requests and Bug Reports
- Topic: Rename posters separated from the movies
- Replies: 14
- Views: 3487
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)
And for matching the files with tmdb i have three columns (Movie Name, Release Year, TMDBid)
- 04 Oct 2023, 09:07
- Forum: Feature Requests and Bug Reports
- Topic: Rename posters separated from the movies
- Replies: 14
- Views: 3487
Re: Rename posters separated from the movies
And yes i have the posters in a different folder separated from the movie files