Search found 113 matches
- 26 Jul 2018, 00:13
- Forum: Synology & QNAP & Embedded Linux
- Topic: permission denied?
- Replies: 1
- Views: 1028
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...
- 22 Jul 2018, 10:08
- Forum: Ubuntu & Linux
- Topic: How do I install a license?
- Replies: 8
- Views: 4905
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...
- 22 Jul 2018, 08:16
- Forum: Ubuntu & Linux
- Topic: java.nio.file.NoSuchFileException
- Replies: 1
- Views: 773
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, but I just used plex to scan the exact folder and found a lot of videos.....
any idea what's wrong?
everytime I run it, it will just say
Code: Select all
No files selected for processing
any idea what's wrong?
- 22 Jul 2018, 07:51
- Forum: Ubuntu & Linux
- Topic: installed filebot via snap on ubuntu, what then?
- Replies: 1
- Views: 761
installed filebot via snap on ubuntu, what then?
just switched to ubuntu, and installed filebot via snap.
usually I just use command
but now I got
how should I phrase my command on ubuntu?
usually I just use command
Code: Select all
filebot -fn XXXX
Code: Select all
filebot: command not found
- 19 Jul 2018, 07:22
- Forum: Help and Support
- Topic: how to install license for another user?
- Replies: 3
- Views: 1483
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)
- 16 Jul 2018, 04:41
- Forum: Help and Support
- Topic: how to install license for another user?
- Replies: 3
- Views: 1483
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/...
- 24 Jul 2017, 01:52
- Forum: Episode / Movie Naming Scheme
- Topic: [SNIPPET] Override / Hardcode Series Names
- Replies: 5
- Views: 24810
Re: [SNIPPET] Override / Hardcode Series Names
so how do I integrate it with AMC?
- 23 Jul 2017, 00:54
- Forum: Help and Support
- Topic: ignore certain folder?
- Replies: 1
- Views: 1459
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/...
- 08 Apr 2017, 03:00
- Forum: Help and Support
- Topic: amc recognizing some .zho subtitle as .dut
- Replies: 1
- Views: 1228
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-...
- 04 Apr 2017, 23:52
- Forum: Help and Support
- Topic: Captain America - winter soldier vs. captain America winter soilder
- Replies: 22
- Views: 4000
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 amc call an...
- 03 Apr 2017, 01:32
- Forum: Windows 10
- Topic: setting auto extraction after qBitTorrent download completes on TWO different drives.
- Replies: 10
- Views: 4153
Re: setting auto extraction after qBitTorrent download completes on TWO different drives.
Just add extract=y under --def?
- 02 Apr 2017, 20:41
- Forum: Help and Support
- Topic: Captain America - winter soldier vs. captain America winter soilder
- Replies: 22
- Views: 4000
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...
- 02 Apr 2017, 08:36
- Forum: Help and Support
- Topic: Captain America - winter soldier vs. captain America winter soilder
- Replies: 22
- Views: 4000
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...
- 02 Apr 2017, 07:21
- Forum: Help and Support
- Topic: Captain America - winter soldier vs. captain America winter soilder
- Replies: 22
- Views: 4000
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 abuse. You wi...
- 02 Apr 2017, 06:38
- Forum: Help and Support
- Topic: Captain America - winter soldier vs. captain America winter soilder
- Replies: 22
- Views: 4000
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. That being said, thes...
- 02 Apr 2017, 02:51
- Forum: Help and Support
- Topic: Captain America - winter soldier vs. captain America winter soilder
- Replies: 22
- Views: 4000
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...
- 01 Apr 2017, 23:45
- Forum: Help and Support
- Topic: TV Show mismatch
- Replies: 24
- Views: 6475
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 command will res...
- 01 Apr 2017, 19:32
- Forum: Help and Support
- Topic: Captain America - winter soldier vs. captain America winter soilder
- Replies: 22
- Views: 4000
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...
- 31 Mar 2017, 07:44
- Forum: Help and Support
- Topic: Captain America - winter soldier vs. captain America winter soilder
- Replies: 22
- Views: 4000
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 will normali...
- 31 Mar 2017, 01:53
- Forum: Help and Support
- Topic: Captain America - winter soldier vs. captain America winter soilder
- Replies: 22
- Views: 4000
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(' ...
- 31 Mar 2017, 00:27
- Forum: Help and Support
- Topic: Captain America - winter soldier vs. captain America winter soilder
- Replies: 22
- Views: 4000
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 result, but how do...
- 30 Mar 2017, 17:06
- Forum: Help and Support
- Topic: Captain America - winter soldier vs. captain America winter soilder
- Replies: 22
- Views: 4000
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...
- 30 Mar 2017, 09:22
- Forum: Help and Support
- Topic: Captain America - winter soldier vs. captain America winter soilder
- Replies: 22
- Views: 4000
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
Like use
captain America winter soldier
Instead of
Captain America - winter soldier
Thanks
- 20 Mar 2017, 23:32
- Forum: Help and Support
- Topic: no longer searching shooter?
- Replies: 7
- Views: 2075
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...
- 13 Mar 2017, 13:51
- Forum: Help and Support
- Topic: no longer searching shooter?
- Replies: 7
- Views: 2075
Re: no longer searching shooter?
You will find all SPK packages here: /var/packages/ is this where DSM stores all SPKs? but how do I replace filebot.jar with the new one? alright. I figured it out. so for anyone else, and for myself as a note, I ran this command as root on via ssh mount --bind /volume1/@appstore /volume1/Download/...