Search found 21 matches

by frankw
09 Dec 2021, 14:11
Forum: Feature Requests and Bug Reports
Topic: Incorrect matching of CSI Vegas
Replies: 12
Views: 9967

Re: Incorrect matching of CSI Vegas

1. What does the episode list say? filebot -list --db TheTVDB --q 400248 :idea: Note that processing this file works out-of-the-box at this point in time, so you may want to consider processing new episodes 1-2 days after the airdate, to ensure that the corresponding episode exists in the database ...
by frankw
03 Dec 2021, 11:50
Forum: Feature Requests and Bug Reports
Topic: Incorrect matching of CSI Vegas
Replies: 12
Views: 9967

Re: Incorrect matching of CSI Vegas

Also having this problem with command line, wondering if there are any suggestions. Thanks! filebot -script 'fn:amc' '/downloads/CSI.Vegas.S01E09.1080p.WEB.H264-CAKES' --output /tank/Video --action copy -non-strict --conflict override --lang en --def 'music=y' 'unsorted=y' 'clean=y' 'exec=chown -R 1...
by frankw
14 Mar 2020, 02:57
Forum: Ubuntu & Desktop Linux
Topic: Pushbullet: MissingMethodException or HttpClientError
Replies: 7
Views: 6558

Re: Pushbullet: MissingMethodException or HttpClientError

If you're using the FileBot Node HTTP API without the FileBot Node WebUI then you might end up using dev:amc accidentally by forgetting to set the channel=fn parameter, which would otherwise always be set if you were using the FileBot Node WebUI: https://github.com/filebot/filebot-node/blob/master/...
by frankw
12 Mar 2020, 15:55
Forum: Ubuntu & Desktop Linux
Topic: Pushbullet: MissingMethodException or HttpClientError
Replies: 7
Views: 6558

Re: Pushbullet: MissingMethodException or HttpClientError

I'm calling this via HTTP though, this is what is being run. Docker container is your official one updated with Watchtower.

http://filebot-node:5452/execute?fn=amc&action...
by frankw
12 Mar 2020, 02:45
Forum: Ubuntu & Desktop Linux
Topic: Pushbullet: MissingMethodException or HttpClientError
Replies: 7
Views: 6558

Re: Pushbullet: MissingMethodException or HttpClientError

Am also having this issue, just stopped working one day. Have reset Pushbullet API keys multiple times without success. Am using latest filebot-node docker container. Example Log: Run script [dev:amc] at [Wed Mar 11 03:17:43 EDT 2020] Parameter: music = y Parameter: unsorted = y Parameter: clean = y...
by frankw
25 May 2019, 15:42
Forum: Feature Requests and Bug Reports
Topic: Extend FileBot or FileBot-Node into full API
Replies: 27
Views: 14453

Re: Extend FileBot or FileBot-Node into full API

You indeed can't pass variables to a Scheduled Task . You'd set your Scheduled Task to process your Completed Downloads folder, where your torrent client moves files after completion. Meanwhile, the amc exclude list file will ensure that only new files are processed. Ah ok, I'll give that a try, th...
by frankw
25 May 2019, 15:40
Forum: Feature Requests and Bug Reports
Topic: Extend FileBot or FileBot-Node into full API
Replies: 27
Views: 14453

Re: Extend FileBot or FileBot-Node into full API

If you have already started the container and it has persistent or mounted volumes the current permissions are root, it makes sense that changing user to a non-privileged one wouldn't work. s6-overlay is convenience and most definitely not required. I would suggest checking permissions on your dock...
by frankw
25 May 2019, 03:43
Forum: Feature Requests and Bug Reports
Topic: Extend FileBot or FileBot-Node into full API
Replies: 27
Views: 14453

Re: Extend FileBot or FileBot-Node into full API

Thanks guys for the replies. @rednoah, I am not sure how I would use a previously created scheduled task and pass in variables from a torrent client at the same time. If this was possible, it would certainly simplify what is passed over a GET req. @devster, thanks for the docker compose suggestion, ...
by frankw
24 May 2019, 19:11
Forum: Feature Requests and Bug Reports
Topic: Extend FileBot or FileBot-Node into full API
Replies: 27
Views: 14453

Re: Extend FileBot or FileBot-Node into full API

Hi guys, I would also like to express interest in a feature like this, focused around calling the AMC script via an API. I have recently dockerized everything on my home server except for Transmission and Filebot, as up until today I have not been able to figure out how to get Transmission to call F...
by frankw
21 Sep 2018, 14:30
Forum: Feature Requests and Bug Reports
Topic: Shows not recognized: Mayans M C
Replies: 16
Views: 7603

Re: Shows not recognized: Mayans M C

@rednoah the cache clearing suggestion worked, thanks! Not sure why I'm getting a 'resource not found' error on TVDB though, on v4.8.2. If anyone has a similar setup to mine, the command is: sudo -H -u debian-transmission bash -c 'filebot -clear-cache' Input: /home/frank/TransmissionDL/Mayans.M.C.S0...
by frankw
19 Sep 2018, 19:06
Forum: Feature Requests and Bug Reports
Topic: Shows not recognized: Mayans M C
Replies: 16
Views: 7603

Re: Shows not recognized

Same thing this week. Run script [fn:amc] at [Wed Sep 19 09:05:29 EDT 2018] Parameter: clean = y Parameter: artwork = n Parameter: ut_dir = /home/frank/TransmissionDL/Mayans.M.C.S01E03.1080p.WEB.h264-CONVOY Parameter: ut_kind = multi Parameter: ut_title = Mayans.M.C.S01E03.1080p.WEB.h264-CONVOY Para...
by frankw
13 Sep 2018, 01:15
Forum: Feature Requests and Bug Reports
Topic: Shows not recognized: Mayans M C
Replies: 16
Views: 7603

Re: Shows not recognized

Same problem with this episode of Mayans MC, but it worked for EP1? EP1 (successful match): Mayans.M.C.S01E01.Perro.Oc.REPACK.1080p.AMZN.WEB-DL.DDP5.1.H.264-NTb EP2 (unsuccessful match): Mayans.M.C.S01E02.1080p.WEB.h264-CONVOY Run script [fn:amc] at [Thu Sep 06 23:58:01 EDT 2018] Parameter: clean = ...
by frankw
03 Jul 2018, 15:18
Forum: Feature Requests and Bug Reports
Topic: [BETA] FileBot 4.8.2 (with support for all platforms with cross-platform license system)
Replies: 234
Views: 179187

Re: [BETA] FileBot 4.8.2 (with support for all platforms with cross-platform license system)

You can call filebot --license as the debian-transmission user once and then it'll work when FileBot is called by transmission later on. :idea: shell /bin/false doesn't prevent transmission from calling filebot , so there should be a way for you to execute filebot as that user just like transmissio...
by frankw
03 Jul 2018, 01:30
Forum: Feature Requests and Bug Reports
Topic: [BETA] FileBot 4.8.2 (with support for all platforms with cross-platform license system)
Replies: 234
Views: 179187

Re: [BETA] FileBot 4.8.2 (with support for all platforms with cross-platform license system)

FileBot Node is running filebot as admin user. If you run filebot --license *.psm then the license will be installed for your current user, so make sure you're logged in as admin user, and not root , or any other custom user. You can use this command to see which user folder is configured as applic...
by frankw
01 Jul 2018, 19:07
Forum: Feature Requests and Bug Reports
Topic: [BETA] FileBot 4.8.2 (with support for all platforms with cross-platform license system)
Replies: 234
Views: 179187

Re: [BETA] FileBot 4.8.2 (with support for all platforms with cross-platform license system)

Paddle purchasing process was painless, license installed no problem. I run AMC script invoked from Transmission and will report back later if there are any problems.
by frankw
27 May 2018, 17:07
Forum: Ubuntu & Desktop Linux
Topic: Patreon for FileBot for Linux
Replies: 40
Views: 17964

Re: Patreon for FileBot for Linux

Just increased my pledge, filebot (cmd line) is a core part of my linux media server, and I'd love to see support continue. Not sure if it easier to have command-line only linux support, if so it might be worth considering? Cheers.
by frankw
06 Jan 2017, 02:13
Forum: Feature Requests and Bug Reports
Topic: Notification of Extraction Error
Replies: 3
Views: 2507

Re: Notification of Extraction Error

I also think that notification of an error state would be useful, perhaps using the same mechanism as set up for successful output (here I am using pushbullet). I personally run the script on-demand, triggered by Transmission, and think it would be useful to be notified of errors in an otherwise set...
by frankw
06 Jan 2017, 01:40
Forum: Synology NAS & Embedded Linux
Topic: MediaInfoException: Unable to load amd64 (64-bit) native library libmediainfo.so
Replies: 4
Views: 7135

Re: MediaInfoException: Unable to load amd64 (64-bit) native library libmediainfo.so

Weird, I just upgraded to the latest filebot and also started getting this error. Apparently filebot contained mediainfo before, but is now looking for the system version?

Anyway, this did the trick for me (was not installed before):

Code: Select all

apt install libmediainfo0v5
Edit: And this was on Ubuntu 16.04.
by frankw
24 Feb 2016, 16:54
Forum: Feature Requests and Bug Reports
Topic: Help matching TV show 11.22.63 pls
Replies: 7
Views: 5161

Re: Help matching TV show 11.22.63 pls

Try the latest build: https://www.filebot.net/forums/viewtopic.php?f=7&t=1609 Beauty, works a charm, thank you so much. Run script [fn:amc] at [Wed Feb 24 11:51:08 EST 2016] Parameter: clean = y Parameter: artwork = n Parameter: ut_dir = /home/frank/TransmissionDL/11.22.63.S01E02.1080p.HDTV.X26...
by frankw
16 Feb 2016, 19:17
Forum: Feature Requests and Bug Reports
Topic: Help matching TV show 11.22.63 pls
Replies: 7
Views: 5161

Re: Help matching TV show 11.22.63 pls

Hi rednoah, Ok thanks for the reply. I am running filebot on a headless server and calling it with a bash script from Transmission, so for now I supose I will have to manually process this particular show. I am guessing there isn't a way to force a particular query for this show or for me to manuall...
by frankw
15 Feb 2016, 16:41
Forum: Feature Requests and Bug Reports
Topic: Help matching TV show 11.22.63 pls
Replies: 7
Views: 5161

Help matching TV show 11.22.63 pls

Hi all, I have been using Filebot successfully for many months but today am having problems matching with a new show 11.22.63 that just came out. I have checked TVDB and the show is there, but can't be found by searching the filebot autodetected query of "11 22 63," only by searching "...