Search found 11 matches

by beambeam
19 Apr 2020, 19:54
Forum: Scripting and Automation
Topic: Wrong behaviour finding duplicates script
Replies: 7
Views: 3744

Re: Wrong behaviour finding duplicates script

You should have proper setup in ur flexget or sonarr to make sure that both 1080p and 720p propers are downloaded if they exist... if you want to grab both resolutions and later delete 720p. But in this case the source is completely different. One release is a p2p AMZN webdl and other two are some s...
by beambeam
19 Apr 2020, 19:29
Forum: Scripting and Automation
Topic: Wrong behaviour finding duplicates script
Replies: 7
Views: 3744

Re: Wrong behaviour finding duplicates script

if 720 proper vs 720 or 1080 from same group = proper is best if dif groups = high res. is best because reason for "proper" is probably same on dif. res. from same group this is not always true. any group can proper a nuked release. better would to give priority to resolution, then to pro...
by beambeam
19 Apr 2020, 19:26
Forum: Scripting and Automation
Topic: Wrong behaviour finding duplicates script
Replies: 7
Views: 3744

Re: Wrong behaviour finding duplicates script

[*] Homeland - 8x11 - The English Teacher [+] 1. /home/blucross/media/tv/Homeland/Season 08/Homeland - S08E11 - The English Teacher [720p web-dl avc eac3 proper]-GHOSTS.mkv [DELETE] 2. /home/blucross/media/tv/Homeland/Season 08/Homeland - S08E11 - The English Teacher [1080p web-dl avc eac3]-NTb.mkv...
by beambeam
19 Apr 2020, 19:01
Forum: Scripting and Automation
Topic: Wrong behaviour finding duplicates script
Replies: 7
Views: 3744

Wrong behaviour finding duplicates script

I noticed that I had a 720 file, a 720 proper file, and a 1080p file. All of these files are by different groups. But somehow find duplicates script thought that 720p proper is the best quality? I want option to prefer higher resolution over proper/repack tag. Thanks.
by beambeam
14 Apr 2020, 03:03
Forum: Episode / Movie Naming Scheme
Topic: How about sharing our format expressions?
Replies: 33
Views: 492842

Re: How about sharing our format expressions?

this is my tv and movie torrent complete deluge amc script to work with plex format with some extra format and group info added. also allows you to set base dirs. takes care of unwanted spaces. adds repack/rerip/proper info. fixes permissions. TV: /path/to/media/tv/Firefly/Season 01/Firefly - S01E01...
by beambeam
26 May 2019, 09:03
Forum: Feature Requests and Bug Reports
Topic: Ubuntu Server Armhf 16.04 "Xenial Xerus" (32bits) java.security.cert.CertPathValidatorException: signature check failed
Replies: 7
Views: 3874

Re: Ubuntu Server Armhf 16.04 "Xenial Xerus" (32bits) java.security.cert.CertPathValidatorException: signature check fai

Have you tried installing the latest Oracle JDK 8? That should work out of the box, and include support for the latest SSL algorithms. It also includes JavaFX 8 baked in so less to worry about there as well. Thank you so much. Just installed Oracle JDK 8 and portable filebot and everything works ou...
by beambeam
26 May 2019, 08:23
Forum: Feature Requests and Bug Reports
Topic: Ubuntu Server Armhf 16.04 "Xenial Xerus" (32bits) java.security.cert.CertPathValidatorException: signature check failed
Replies: 7
Views: 3874

Re: Ubuntu Server Armhf 16.04 "Xenial Xerus" (32bits) java.security.cert.CertPathValidatorException: signature check fai

#!/bin/sh # # usage: retrieve-cert.sh remote.host.name [port] # REMHOST=$1 REMPORT=${2:-443} echo |\ openssl s_client -showcerts -verify 5 -connect ${REMHOST}:${REMPORT} 2>&1 |\ sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' script to fetch fullchain output it to a file.pem and use follow...
by beambeam
26 May 2019, 08:20
Forum: Feature Requests and Bug Reports
Topic: Ubuntu Server Armhf 16.04 "Xenial Xerus" (32bits) java.security.cert.CertPathValidatorException: signature check failed
Replies: 7
Views: 3874

Re: Ubuntu Server Armhf 16.04 "Xenial Xerus" (32bits) java.security.cert.CertPathValidatorException: signature check fai

I fetched the fullchain cert for get.filebot.net:443 using openssl and added it to keystore It fixed the issue but gave me another issue Fetch failed: Try again in 5 seconds (2 more) => javax.net.ssl.SSLKeyException: Invalid signature on ECDH server key exchange message Fetch failed: Try again in 10...
by beambeam
26 May 2019, 01:50
Forum: Feature Requests and Bug Reports
Topic: Ubuntu Server Armhf 16.04 "Xenial Xerus" (32bits) java.security.cert.CertPathValidatorException: signature check failed
Replies: 7
Views: 3874

Re: Ubuntu Server Armhf 16.04 "Xenial Xerus" (32bits) java.security.cert.CertPathValidatorException: signature check fai

Fetch failed: Try again in 5 seconds (2 more) => javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: signature check failed Fetch failed: Try again in 10 seconds (1 more) => javax.net.ssl.SSLHand...
by beambeam
25 May 2019, 23:07
Forum: Feature Requests and Bug Reports
Topic: Ubuntu Server Armhf 16.04 "Xenial Xerus" (32bits) java.security.cert.CertPathValidatorException: signature check failed
Replies: 7
Views: 3874

Ubuntu Server Armhf 16.04 "Xenial Xerus" (32bits) java.security.cert.CertPathValidatorException: signature check failed

Hey I successfully installed filebot on debian 9 armv7f (with small tweak to filebot.sh - JAVA_OPTS="-Djna.nosys=false" thanks to rednoah ). But now I tried using the official repo to install filebot on Ubuntu Server 16.04 (same machine as debian 9 armv7f) and it worked But when I run file...