Search found 11 matches

by p11ps
06 Oct 2022, 14:21
Forum: Scripting and Automation
Topic: Symlink/Hardlink/Keeplink - torrent share doubts
Replies: 2
Views: 914

Re: Symlink/Hardlink/Keeplink - torrent share doubts

:?: You'll probably want to have everything on the same file system. That'll make everything easier, especially if everything is already on the same physical disk already anyway. Where is the benefit in separating things into separate file systems? It'll just make move/rename operations not instant...
by p11ps
05 Oct 2022, 09:51
Forum: Scripting and Automation
Topic: Symlink/Hardlink/Keeplink - torrent share doubts
Replies: 2
Views: 914

Symlink/Hardlink/Keeplink - torrent share doubts

I use ZFS as filesystem and each media folder is separated in datasets, something like this: tank/media tank/media/movies tank/media/tv tank/torrent_downloads Problem here is that I am not able to hardlinking files when a download finishes due to ZFS capabilities (each dataset is roughly like a diff...
by p11ps
03 Oct 2022, 17:26
Forum: Scripting and Automation
Topic: Invalid usage: use either script parameters [dir:/b] or file arguments [/a] but not both
Replies: 2
Views: 795

Re: fn:amc works on CLI but no in qBittorrent

Omg :roll: , you're absolutely right. Problem was that. I've removed the path from the args.txt file, as below: -script fn:amc --output /mnt/media --action duplicate -non-strict --conflict auto --lang es --log all --def music=y unsorted=y deleteAfterExtract=y pushbullet=KEY plex=HOST:TOKEN seriesFor...
by p11ps
03 Oct 2022, 16:32
Forum: Scripting and Automation
Topic: Invalid usage: use either script parameters [dir:/b] or file arguments [/a] but not both
Replies: 2
Views: 795

Invalid usage: use either script parameters [dir:/b] or file arguments [/a] but not both

Hey, I've been following the steps in the threads below: [*] qBittorrent setup: https://www.filebot.net/forums/viewtopic.php?p=9774#p9774 [*] Plex naming schemes: https://www.filebot.net/forums/viewtopic.php?t=4116 What I built then is the command below: /usr/bin/filebot -script 'fn:amc' /mnt/downlo...
by p11ps
11 Dec 2020, 13:28
Forum: Anything and Everything else
Topic: [User Study] Take a screen recording and earn yourself a free license
Replies: 25
Views: 74251

Re: [User Study] Take a screen recording and earn yourself a free license

Hey noah,

Are this study still available? In case of yes, could it be in Spanish? I guess no, but I'm not a native speaker and my English is not as good as I would like.

Thanks!
by p11ps
21 Mar 2020, 03:16
Forum: Synology NAS & Embedded Linux
Topic: Since last Java and Filebot Node update can't execute any "filebot -script..." command
Replies: 4
Views: 3166

Since last Java and Filebot Node update can't execute any "filebot -script..." command

Hi, My fileboot installation seems to be affected since the last Java and Filebot Node update suggested by Synology. When I execute filebot -version fn:sysinfo it returns me an error "java.lang.NoClassDefFoundError: Could not initialize class org.codehaus.groovy.vmplugin.v7.Java7". It seem...
by p11ps
02 Nov 2017, 20:27
Forum: Scripting and Automation
Topic: Basic movie rename
Replies: 7
Views: 8019

Re: Basic movie rename

1. NFO files are not used for this purpose and have nothing to do with MediaInfo bindings. MediaInfo bindings such as {vf} or {af} are based on the video file itself: https://www.filebot.net/forums/viewtopic.php?f=5&t=4285 2. The script will expect a well-organized file structure. So if you run...
by p11ps
27 Oct 2017, 12:30
Forum: Scripting and Automation
Topic: Basic movie rename
Replies: 7
Views: 8019

Re: Basic movie rename

Doesn't matter. If you have *.nfo files then FileBot will read them, but if they don't contain any useful information then FileBot will log a warning and move on. You can ignore these kind of warnings in your case. ;) Hey! The warning appears for all the files in the directory, it's strange. It ren...
by p11ps
26 Oct 2017, 23:46
Forum: Scripting and Automation
Topic: Basic movie rename
Replies: 7
Views: 8019

Re: Basic movie rename

I found a solution with trial and error, but there is another problem when the rename method starts to read .nfo files, which is that it shows an error: Failed to grep IMDbID: moviename.nfo Of course it does not get info (even doesn't create the .nfo file). I was searching in Google but didn't find ...
by p11ps
26 Oct 2017, 20:22
Forum: Scripting and Automation
Topic: Basic movie rename
Replies: 7
Views: 8019

Re: Basic movie rename

What have you tried so far? What's not working? Looks like you already know the format you want, so now you just need to call filebot from the command-line. e.g. filebot -rename -r /path/to/test/files --db TheMovieDB -non-strict --output /new/movies --format "{ny} {vf} {af}" --action TEST...
by p11ps
26 Oct 2017, 01:36
Forum: Scripting and Automation
Topic: Basic movie rename
Replies: 7
Views: 8019

Basic movie rename

First of all, I should thank you for this amazing application, it is as max useful as possible. Here is my question. Until today, I was using the GUI mode to rename all my TV shows, but now I want to rename all my movies and I have an excessive quantity in a remote server to make it with GUI (it tak...