Search found 66 matches

by Chryses
21 Apr 2017, 10:52
Forum: Help and Support
Topic: GPG file in the HEAD repository
Replies: 76
Views: 32609

Re: GPG file in the HEAD repository

I mean this

Code: Select all

if [ "$PACKAGE_HASH" == "$PACKAGE_HASH_EXPECTED" ]; then
	echo "$PACKAGE_FILE [$PACKAGE_HASH]"
	exit 0
fi
Is a very good idea to prevent to download each time the whole file!

So in future also the latest stable release will use GPG?
by Chryses
20 Apr 2017, 11:31
Forum: Help and Support
Topic: GPG file in the HEAD repository
Replies: 76
Views: 32609

Re: GPG file in the HEAD repository

Tnx like always. Btw, your excellent file, is made for "normal" linux, I use a qnap with entware, so I installed the coreutils-sha256sum. I think the sha approach to check first if there's a new version is the best! Do you think is possible to use this way on this? https://raw.githubuserco...
by Chryses
17 Apr 2017, 18:34
Forum: Help and Support
Topic: GPG file in the HEAD repository
Replies: 76
Views: 32609

Re: GPG file in the HEAD repository

Wow. Sorry if I jump to this thread. I always update the FileBot head with a custom script, today I tried to update FileBot because the cleaner script don't works anymore and if I understand the situation, I need to keep update FileBot. So I discovered this thread and the link for the update-filebot...
by Chryses
10 Apr 2016, 07:56
Forum: Feature Requests and Bug Reports
Topic: Erro on execution: No signature of method
Replies: 5
Views: 3302

Re: Erro on execution: No signature of method

Tnx for the info, I tried to use dev:name but
Resource not found: https://raw.githubusercontent.com/fileb ... ame.groovy

I'll wait, I've no rush :D
by Chryses
08 Apr 2016, 16:49
Forum: Feature Requests and Bug Reports
Topic: Erro on execution: No signature of method
Replies: 5
Views: 3302

Erro on execution: No signature of method

Hi, I don't know why but, filebot works, here the sysinfo: FileBot 4.6.2 (r3881) JNA Native: 4.0.1 MediaInfo: java.lang.UnsatisfiedLinkError: Unable to load library 'zen': Native library (linux-x86/libzen.so) not found in resource path ([file:/share/CACHEDEV1_DATA/.qpkg/Entware-ng/share/filebot/File...
by Chryses
06 Jun 2015, 19:25
Forum: Help and Support
Topic: Question about movie cd/part numbering
Replies: 12
Views: 5817

Re: Question about movie cd/part numbering

Find the error is always the best part, usually I debug my script that is bash or other script, not groovy or java, I'm totally without knowledge to this language but I found that I forget to escape the $ :D :D :D Only one question, what is right between this 2 code: {' - '+fn.replaceAll(/(?i:part|c...
by Chryses
06 Jun 2015, 15:50
Forum: Help and Support
Topic: Question about movie cd/part numbering
Replies: 12
Views: 5817

Re: Question about movie cd/part numbering

Ok, so I tried this, but don't works like expected movieFormat=$dest_dir/$film_path/{n} ({y}){' - '+fn.replaceAll(/(?i:part|cd)[ ._-]*([0-9])/, \"CD$i\").match(/(?i)cd+[0-9]/).toUpperCase()} don't add the " - CD1.ext" at the end Auto-detect movie from context: [/share/CACHEDEV1_D...
by Chryses
06 Jun 2015, 14:14
Forum: Help and Support
Topic: Question about movie cd/part numbering
Replies: 12
Views: 5817

Re: Question about movie cd/part numbering

Ops, I tried to modify my actual code from "movieFormat=$dest_dir/$film_path/{n} ({y}){' - '+fn.match(/(?i)cd+[0-9]/).toUpperCase()}{' - '+fn.match(/(?i)cd +[0-9]/).toUpperCase()}" to "movieFormat=$dest_dir/$film_path/{n} ({y}){' - '+fn.replaceAll(/(?i:part|cd)[ ._-]*([0-9])/, \"...
by Chryses
06 Jun 2015, 13:43
Forum: Help and Support
Topic: Question about movie cd/part numbering
Replies: 12
Views: 5817

Re: Question about movie cd/part numbering

Ok, now I'm on it, I misunderstood what you meant. Right observation, like harry potter, yep, some movie have the 3rd act divided in 2 part! I give a try and I'll see what works better, I've only to check if kodi works well with the file splitted into 2 or more part and named with Part.N instead of ...
by Chryses
06 Jun 2015, 10:33
Forum: Help and Support
Topic: Question about movie cd/part numbering
Replies: 12
Views: 5817

Re: Question about movie cd/part numbering

I think you've the Groovy code on you DNA! Really? On "my side" there is more CDN or CD.N or CD N, for movie, instead of part or parte. For the tv shows, on my side, I've never see file that have CDN but, only for some season finale, there is more than one part, with the same name and (1) ...
by Chryses
06 Jun 2015, 06:54
Forum: Help and Support
Topic: Question about movie cd/part numbering
Replies: 12
Views: 5817

Re: Question about movie cd/part numbering

So, I think that is better to make only one string that search if filename contains some code and then substitute into cd1 etc etc. I really don't how Groovy works, do you know if there is some kind of program that help to make the strings that I need? For example your second code for me is like a c...
by Chryses
05 Jun 2015, 19:05
Forum: Help and Support
Topic: Question about movie cd/part numbering
Replies: 12
Views: 5817

Question about movie cd/part numbering

Hi, I've integrated filebot on my nas, many many time ago, so maybe now with the natural evolution of the code, my "setting" are no more actual and can be "optimized" in other words maybe my code is deprecated! I've only one question about the auto cd numbering function that file...
by Chryses
27 May 2015, 11:06
Forum: Help and Support
Topic: How to "auto" validate names on linux?
Replies: 2
Views: 2694

Re: How to "auto" validate names on linux?

Yep! For mysterious and unknown way I've added it in past, removed it and now works like a charm, I was looking in the wrong place.

Tnx
by Chryses
27 May 2015, 08:08
Forum: Help and Support
Topic: How to "auto" validate names on linux?
Replies: 2
Views: 2694

How to "auto" validate names on linux?

Hi, all my stuff is under linux and I've no problem with linux but when I need to access to the files or I need to rename some files after that leave my nas I've some kind of problem with only few file, I try to explain the problem For testing purpose I use the CSI: Cyber series This is the definiti...
by Chryses
25 Jan 2015, 09:09
Forum: Help and Support
Topic: History file
Replies: 6
Views: 3657

Re: History file

Tnx, I deleted the history and now works again.
by Chryses
23 Jan 2015, 21:26
Forum: Help and Support
Topic: History file
Replies: 6
Views: 3657

Re: History file

ok tnx, I'll delete the xml, I don't know why it's corrupted. I'll post the result
by Chryses
23 Jan 2015, 13:39
Forum: Help and Support
Topic: History file
Replies: 6
Views: 3657

Re: History file

Tnx, I don't touch it, I only read it, but look this filebot -script fn:history --format '${to}' --log off Jan 23, 2015 1:38:07 PM net.filebot.History importHistory SEVERE: Failed to read history javax.xml.bind.UnmarshalException - with linked exception: [org.xml.sax.SAXParseException; lineNumber: 7...
by Chryses
23 Jan 2015, 13:03
Forum: Help and Support
Topic: History file
Replies: 6
Views: 3657

History file

Hi, I just updated filebot to 4.5.3 (r2806) I usually use to "scan" the history file to take the info about the renamed files, so I usually take this to take the "from file" tail history.xml | grep -oP '(?<=from=").*(?=" to)' | tail -1 to take the "to file" ta...
by Chryses
18 Aug 2014, 17:50
Forum: Feature Requests and Bug Reports
Topic: 7z-JBinding binaries for Embedded (Synology, QNAP, etc)
Replies: 7
Views: 9847

Re: 7z-JBinding binaries for Embedded (Synology, QNAP, etc)

Perfect tnx!

This version, injected on sevenzipjbindingLinux.jar, for jd2, works like a charm on armv5
by Chryses
18 Aug 2014, 16:14
Forum: Feature Requests and Bug Reports
Topic: 7z-JBinding binaries for Embedded (Synology, QNAP, etc)
Replies: 7
Views: 9847

Re: 7z-JBinding binaries for Embedded (Synology, QNAP, etc)

Here's something you can test with for now. May or may not work. Support for -extract on ARM: 1. You could try to download the lib7-Zip-JBinding.so for ARM from here and see if it works: http://sourceforge.net/p/filebot/code/HEAD/tree/trunk/lib/native/linux-arm/ 2. If it doesn't maybe you also need...
by Chryses
05 May 2014, 05:17
Forum: Feature Requests and Bug Reports
Topic: Strange "character" on naming
Replies: 6
Views: 3548

Re: Strange "character" on naming

Tnx, I'll try to figure out this mistery! :)
by Chryses
04 May 2014, 18:47
Forum: Feature Requests and Bug Reports
Topic: Strange "character" on naming
Replies: 6
Views: 3548

Re: Strange "character" on naming

Haha, I don't like samba too, but I need it. I'll try to search some solution, on qnap forum? Not so good like you, but tnx anyway for the interest.

The strange thinks is if I rename it via ssh console, than I see it correctly, maybe is UTF-8, I really don't know
by Chryses
04 May 2014, 18:12
Forum: Feature Requests and Bug Reports
Topic: Strange "character" on naming
Replies: 6
Views: 3548

Re: Strange "character" on naming

I suspected that ... I don't know exactly what to search, the samba server is configured itself, via the qnap interface, so I think that is somehow connected to the character on my win8.1. What do you think?
by Chryses
04 May 2014, 16:48
Forum: Feature Requests and Bug Reports
Topic: Strange "character" on naming
Replies: 6
Views: 3548

Strange "character" on naming

Hi, I've a strange problem, but I don't know if is a filebot behavior or not. I run filebot on a intel atom nas. Here is the fact I downloaded a file than I renamed it with filebot Parameter: music = n Parameter: artwork = n Parameter: xbmc = OpenELEC Parameter: seriesFormat = /share/CACHEDEV1_DATA/...