Search found 114 matches

by garyleecn
10 May 2022, 05:34
Forum: Help and Support
Topic: Simple change extension?
Replies: 1
Views: 887

Simple change extension?

Just wondering, if it’s possible to, monitor a certain folder XXX, and its sub folders, and rename certain extension to another. Like
Monitor

Code: Select all

/volume1/
And change

Code: Select all

/volume1/01/123.tiff to /volume1/01/123.arw
by garyleecn
26 Jul 2018, 00:13
Forum: Synology NAS & Embedded Linux
Topic: permission denied?
Replies: 1
Views: 1886

permission denied?

I'm running from filebot node on Synology (both latest versions), and I'm getting this message x86_64 Error during startup java.io.IOException: Permission denied at net.filebot.Logging.createLogFileHandler(Logging.java:57) at net.filebot.Main.initializeLogging(Main.java:426) at net.filebot.Main.main...
by garyleecn
22 Jul 2018, 10:08
Forum: Ubuntu & Desktop Linux
Topic: How do I install a license?
Replies: 8
Views: 8125

How do I install a license?

yes that is exactly where the problem is, thanks. now the problem becomes, how do I install the license? I just got a new license for this ubuntu VPS, but since it's a VPS there is no easy way to upload the license file (I only get SSH and I don't know many linux commands). I put this file on my Syn...
by garyleecn
22 Jul 2018, 08:16
Forum: Ubuntu & Desktop Linux
Topic: java.nio.file.NoSuchFileException
Replies: 1
Views: 1586

java.nio.file.NoSuchFileException

I'm trying to use filebot on my new ubuntu VPS, but somehow filebot just doesn't see any files...
everytime I run it, it will just say

Code: Select all

No files selected for processing
, but I just used plex to scan the exact folder and found a lot of videos.....
any idea what's wrong?
by garyleecn
22 Jul 2018, 07:51
Forum: Ubuntu & Desktop Linux
Topic: installed filebot via snap on ubuntu, what then?
Replies: 1
Views: 1595

installed filebot via snap on ubuntu, what then?

just switched to ubuntu, and installed filebot via snap.
usually I just use command

Code: Select all

filebot -fn XXXX
but now I got

Code: Select all

filebot: command not found
how should I phrase my command on ubuntu?
by garyleecn
19 Jul 2018, 07:22
Forum: Help and Support
Topic: how to install license for another user?
Replies: 3
Views: 2740

Re: how to install license for another user?

Then the question becomes, where do I purchase the license? There isn’t any mention of license on the website (at least the page I’m looking at..l)
by garyleecn
16 Jul 2018, 04:41
Forum: Help and Support
Topic: how to install license for another user?
Replies: 3
Views: 2740

how to install license for another user?

so I just updated filebot and now it requires a license. however the problem is, I can't install license... I'm using filebot on a Synology system, and it's being called by sabnzbd. the latest sabnzbd runs on it's own user called 'sc-sabnzbd'. and here comes the problem, I can't ssh in the system w/...
by garyleecn
24 Jul 2017, 01:52
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 532045

Re: [SNIPPET] Override / Hardcode Series Names

so how do I integrate it with AMC?
by garyleecn
23 Jul 2017, 00:54
Forum: Help and Support
Topic: ignore certain folder?
Replies: 1
Views: 2271

ignore certain folder?

so as nzbget and sabnzbd update, they both got 'direct unpack' feature, which means they will unpack while. downloading. how it work is, each task consists a lot of small RAR files, as each got downloaded, they got unpacked, to a folder structure like: /Download/Completed/TV/XX.show.s01.e01/_unpack/...
by garyleecn
08 Apr 2017, 03:00
Forum: Help and Support
Topic: amc recognizing some .zho subtitle as .dut
Replies: 1
Views: 1995

amc recognizing some .zho subtitle as .dut

I've notice couple times that amc renames a .zho.srt Chinese sub file to .dut.srt nederlands subtitle, it's not a very big deal, but just want to bring it up, see if we can find out the problem. [MOVE] From [/volume1/Video/Completed/Movies/Kingsman.The.Secret.Service.2014.1080p.BluRay.REMUX.AVC.DTS-...
by garyleecn
04 Apr 2017, 23:52
Forum: Help and Support
Topic: Captain America - winter soldier vs. captain America winter soilder
Replies: 22
Views: 8296

Re: Captain America - winter soldier vs. captain America winter soilder

The usual way? Exactly like on the command-line? :lol: @see http://stackoverflow.com/a/5130889/1514467 If it's not a simple command, I'd just make my own little script: --def exec="/path/to/fix-permissions.sh {quote(file)}" That way you can easily make modifications without touching the a...
by garyleecn
02 Apr 2017, 20:41
Forum: Help and Support
Topic: Captain America - winter soldier vs. captain America winter soilder
Replies: 22
Views: 8296

Re: Captain America - winter soldier vs. captain America winter soilder

ok now I think I found where the problem is. so I checked the problematic chi.srt and working zho.srt from suball, they have the same MD5. so no way the file is damaged. then I started to dig into permission issue. after I set a problematic chi.srt to 777, it worked. the weird thing now is, that mos...
by garyleecn
02 Apr 2017, 08:36
Forum: Help and Support
Topic: Captain America - winter soldier vs. captain America winter soilder
Replies: 22
Views: 8296

Re: Captain America - winter soldier vs. captain America winter soilder

1. I don't know. Try and see what happens. Kinda depends on the operating system and what you're doing exactly, especially if source / destination path are on the same filesystem. :idea: Using --def exec to update the timestamps would make sense. 2. The {plex} binding will give you ISO 639-2/B (e.g...
by garyleecn
02 Apr 2017, 07:21
Forum: Help and Support
Topic: Captain America - winter soldier vs. captain America winter soilder
Replies: 22
Views: 8296

Re: Captain America - winter soldier vs. captain America winter soilder

1. "age" refers to the last-modified date. On Linux, there is no such thing as creation-date, only last-modified. It'll go through all your files and quickly ignore anything that has been there for a while and fetch missing subtitles for new content. There is no override option due to abu...
by garyleecn
02 Apr 2017, 06:38
Forum: Help and Support
Topic: Captain America - winter soldier vs. captain America winter soilder
Replies: 22
Views: 8296

Re: Captain America - winter soldier vs. captain America winter soilder

1. No, this is not gonna work well. What's the benefit of using the --def exec option for this use case? I'd just call suball after amc: filebot -script fn:amc --output "/path/to/Media" ... filebot -script fn:suball "/path/to/Media" --lang zho -non-strict --def maxAgeDays=7 2. T...
by garyleecn
02 Apr 2017, 02:51
Forum: Help and Support
Topic: Captain America - winter soldier vs. captain America winter soilder
Replies: 22
Views: 8296

Re: Captain America - winter soldier vs. captain America winter soilder

ok this does work. however it's like a problem after a problem. so the problem now is, I'm not sure if it's related, as the configured in AMC script, filebot will download subtitles from shooter, named as MOVIE.zho.srt. and since I'm now using {plex} binding, it will be moved and renamed as MOVIE.ch...
by garyleecn
01 Apr 2017, 23:45
Forum: Help and Support
Topic: TV Show mismatch
Replies: 24
Views: 11956

Re: TV Show mismatch

1. Your Desktop has a GUI. Install FileBot and use the Format Editor GUI. Once you've got it you can copy and paste your format expression into your SSH terminal. 2. Have you tried calling synoindex after adding new files? --def exec="synoindex -R all" sorry for late reply, but the comman...
by garyleecn
01 Apr 2017, 19:32
Forum: Help and Support
Topic: Captain America - winter soldier vs. captain America winter soilder
Replies: 22
Views: 8296

Re: Captain America - winter soldier vs. captain America winter soilder

1. Using formats on the command-line without understanding how they work is a bad idea. Using the GUI allows you to build confidence in how the format work, so if something doesn't work, then you know where to look and where not to look (e.g. if the format works in the GUI, then it also works in th...
by garyleecn
31 Mar 2017, 07:44
Forum: Help and Support
Topic: Captain America - winter soldier vs. captain America winter soilder
Replies: 22
Views: 8296

Re: Captain America - winter soldier vs. captain America winter soilder

1. filebot -script dev:amc --output /volume1/Video --format "{plex.path.replace('-', '')}" You are using the GUI to experiment, right? Step 1: Prototype your format in the GUI Step 2: Copy and paste it into your command-line call http://www.filebot.net/screenshots/format.png 2. FileBot wi...
by garyleecn
31 Mar 2017, 01:53
Forum: Help and Support
Topic: Captain America - winter soldier vs. captain America winter soilder
Replies: 22
Views: 8296

Re: Captain America - winter soldier vs. captain America winter soilder

... of course not manually. :lol: i.e. plex.path.replace('-', '') so what would my code be? like this? filebot -script dev:amc --output /volume1/Video --format {plex} -plex.path.replace('-', '') and since it's actually like Captain America - Winter Solider, I guess I should use plex.path.replace(' ...
by garyleecn
31 Mar 2017, 00:27
Forum: Help and Support
Topic: Captain America - winter soldier vs. captain America winter soilder
Replies: 22
Views: 8296

Re: Captain America - winter soldier vs. captain America winter soilder

You mean this: filebot -script dev:amc --output /volume1/Video --format {plex} Here's some docs on the {plex} binding: https://www.filebot.net/forums/viewtopic.php?f=5&t=4116 thanks for the help, I've got {plex} binding working now. however, you said I can then strip "-" from the resu...
by garyleecn
30 Mar 2017, 17:06
Forum: Help and Support
Topic: Captain America - winter soldier vs. captain America winter soilder
Replies: 22
Views: 8296

Re: Captain America - winter soldier vs. captain America winter soilder

You can use a custom format and then whatever you want. You can also use the plex binding and then strip all '-' characters from the result. Would u mind explain a little what's Plex binding? thanks, I did some search, and tried this script filebot -script dev:amc --output /volume1/Video/{plex} how...
by garyleecn
30 Mar 2017, 09:22
Forum: Help and Support
Topic: Captain America - winter soldier vs. captain America winter soilder
Replies: 22
Views: 8296

Captain America - winter soldier vs. captain America winter soilder

Is there anyway to force filebot NOT to put "-" in the name?
Like use
captain America winter soldier
Instead of
Captain America - winter soldier

Thanks
by garyleecn
20 Mar 2017, 23:32
Forum: Help and Support
Topic: no longer searching shooter?
Replies: 7
Views: 3899

Re: no longer searching shooter?

Not sure how to answer basic questions like that. You just replace the jar? With the mv command? I guess it's easier to just install the portable, because that one includes a script for updating the jar: mkdir -p /volume1/app/filebot cd /volume1/app/filebot curl https://raw.githubusercontent.com/fi...