Search found 33 matches

by macdalor
25 May 2016, 10:16
Forum: Scripting and Automation
Topic: Lots of questions about basic custom formats
Replies: 41
Views: 27191

Re: Lots of questions about basic custom formats

No worries. My tutorials are detailed and technical so pretty hard to understand if you don't have certain basics.

Just write it as if you'd explain it to a friend. I'm sure many people will appreciate newbie oriented tutorials and explanations. If something is wrong, I'll just correct it for you ...
by macdalor
25 May 2016, 08:52
Forum: Scripting and Automation
Topic: Lots of questions about basic custom formats
Replies: 41
Views: 27191

Re: Lots of questions about basic custom formats

Now you owe me a tutorial where you explain what you've learned, or a donation, your choice.

Rednoah, although I am still testing this script (have been away much recently) & don't have all elements still, I'll donate for your great help and patience as I think it'll help you more than a tutorial ...
by macdalor
17 May 2016, 20:35
Forum: Scripting and Automation
Topic: Lots of questions about basic custom formats
Replies: 41
Views: 27191

Re: Lots of questions about basic custom formats

rednoah wrote: PS: You did not read or understand how {expressions} work.
I haven't read this yet...bed time reading I guess :)
by macdalor
17 May 2016, 20:16
Forum: Scripting and Automation
Topic: Lots of questions about basic custom formats
Replies: 41
Views: 27191

Re: Lots of questions about basic custom formats

here you go

ps: thx for your patience ;)
by macdalor
17 May 2016, 20:08
Forum: Scripting and Automation
Topic: Lots of questions about basic custom formats
Replies: 41
Views: 27191

Re: Lots of questions about basic custom formats

Do you expect me to hack into your machine just so I can see the screenshot you saved on your desktop, Mr Producer? Sry, can't be bothered. Try again. This time try uploading the screenshot somewhere, ok? ;)
:D I like to sense of humour... ;)

I saw this about the img and currently trying sorting ...
by macdalor
17 May 2016, 20:03
Forum: Scripting and Automation
Topic: Lots of questions about basic custom formats
Replies: 41
Views: 27191

Re: Lots of questions about basic custom formats

I'm back :)
I am running the following script
{languages[0] =~ 'Spanish|French' ? localize[languages[0]].name : n} ({y})
{def FirstLanguage = languages[0]; (FirstLanguage =~ 'French') ? 'French Films'+'/'+localize.French.name+'('+y+')'+'/'+fn : ((FirstLanguage =~ 'English') ? 'English Movies ...
by macdalor
13 May 2016, 16:34
Forum: Scripting and Automation
Topic: Lots of questions about basic custom formats
Replies: 41
Views: 27191

Re: Lots of questions about basic custom formats

I'm out until tuesday but i'll send you screen prints of the result i'm talking about at my return. I did try quite a bit with various files, not billio s times thats for sure ;) chat on tuesday :)
by macdalor
13 May 2016, 14:07
Forum: Scripting and Automation
Topic: Lots of questions about basic custom formats
Replies: 41
Views: 27191

Re: Script creation for non developper

I must be badly explaining myself. I have a low level understanding of the custom formating but not that low ;)
The output of the {languages[0] =~ 'French' ? 'French Films' : 'Movies'} script isn't what you say should be. It creates a folder for each movie instead of 1 named French Films and 1 ...
by macdalor
13 May 2016, 10:15
Forum: Scripting and Automation
Topic: Lots of questions about basic custom formats
Replies: 41
Views: 27191

Re: Script creation for non developper

If you want your output path to consist of anything other than "/Films" or "/Movies", than all of that is missing. :lol:

@see http://www.filebot.net/naming.html
I don' t want anything else as i am working in the same folder but as i commented before this renames each file films or movies and ...
by macdalor
13 May 2016, 03:54
Forum: Scripting and Automation
Topic: Lots of questions about basic custom formats
Replies: 41
Views: 27191

Re: Script creation for non developper

:D
What am I missing with the following then?

Code: Select all

{languages[0] =~ 'French' ? '/Films' : '/Movies'}
by macdalor
13 May 2016, 03:47
Forum: Scripting and Automation
Topic: Lots of questions about basic custom formats
Replies: 41
Views: 27191

Re: Script creation for non developper

ok, so I must have misinterpreted your post comment then...
If primary spoken language is French, move to "French Films" folder, or "Movies" folder otherwise:

Code: Select all

{languages[0] =~ 'French' ? 'French Films' : 'Movies'}
by macdalor
12 May 2016, 20:49
Forum: Scripting and Automation
Topic: Lots of questions about basic custom formats
Replies: 41
Views: 27191

Re: Script creation for non developper

Code: Select all

{languages[0] =~ 'French' ? 'French Films' : 'Movies'}
So trying to analyse this and as I understand it means:
localising languages, if french then move to French films folder else to Movies.

I must be missing something because I can't make it work...give me a hint please :?
by macdalor
12 May 2016, 19:22
Forum: Scripting and Automation
Topic: Lots of questions about basic custom formats
Replies: 41
Views: 27191

Re: Script creation for non developper

1.
If a movie is not identified correctly in the first place, there is nothing you can do about that in the format. Also, I don't think the Chinese name is written in Japanese Katakana.
ok

2.
Look at the code and think. Does it look like it describes the whole path?
my lack of coding knowledge ...
by macdalor
12 May 2016, 17:47
Forum: Scripting and Automation
Topic: Lots of questions about basic custom formats
Replies: 41
Views: 27191

Re: Script creation for non developper

testing out {languages[0] =~ 'Spanish|French' ? localize[languages[0]].name : n} it works quite well; the only thing is that in my test I have a movie called "flic ou voyou" (https://www.themoviedb.org/movie/40420-flic-ou-voyou) and since the beginning of my this movie either receives an english ...
by macdalor
12 May 2016, 15:37
Forum: Scripting and Automation
Topic: Lots of questions about basic custom formats
Replies: 41
Views: 27191

Re: Script creation for non developper

Your OP does contain a few interesting problems for which there isn't many examples here in the forums yet.

This post might help you and others that want to express this kind of logic as filebot format:
https://www.filebot.net/forums/viewtopic.php?f=4&t=3761

nice one Rednoah! I have actually ...
by macdalor
11 May 2016, 19:51
Forum: Scripting and Automation
Topic: Lots of questions about basic custom formats
Replies: 41
Views: 27191

Re: Script creation for non developper

Well, that's the difference between me making FileBot better for everyone (free), and me working for you specifically on a problem that benefits only you (very expensive).


I think it's reasonable to assume that it'll take at least 1-2 hours until it works exactly the way you want. Assuming you're ...
by macdalor
11 May 2016, 18:58
Forum: Scripting and Automation
Topic: Lots of questions about basic custom formats
Replies: 41
Views: 27191

Re: Script creation for non developper

2.
These are the freebies, for a complete solution (and continuous help with that) I'll be charging 50-75 USD.

Ok thx Rednoah, I'll give a try to all these newbies...Now I don't want to be a tight ars but given that I've already bought your 10euro GUI app maybe we can come to better arrangement ...
by macdalor
11 May 2016, 15:52
Forum: Scripting and Automation
Topic: Lots of questions about basic custom formats
Replies: 41
Views: 27191

Re: Script creation for non developper

thank you for your help Rednoah!

1. I actually already have this set up, just didn't mention it in my post
2. I am currentl checking this out as QNAP works with CRON and I'm not sure wether there is a GUI version of this but will find a solution.
3. filenames will really be any movie/animes/series ...
by macdalor
10 May 2016, 20:12
Forum: Scripting and Automation
Topic: Lots of questions about basic custom formats
Replies: 41
Views: 27191

Lots of questions about basic custom formats

Hi, this is a special request...I am no developer trying to create a script and wasting lots of time because cannot really put myself into it, mainly because of kids and general busy life...

so I was asking myself wether or not a scripts could be created for me by someone who knows and understand ...
by macdalor
08 May 2016, 20:46
Forum: Episode / Movie Naming Scheme
Topic: help renaming according to language
Replies: 4
Views: 7989

Re: help renaming according to language

1. Get spoken language
2. Get localized title for spoken language


e.g.
{localize[languages.first()].name}


This approach assume that "Spoken Languages" is defined in the database. You can come up with other rules (e.g. if path contains XYZ then English otherwise French).
it still doesn't pick ...
by macdalor
08 May 2016, 18:37
Forum: Episode / Movie Naming Scheme
Topic: help renaming according to language
Replies: 4
Views: 7989

help renaming according to language

HI, I have been searching for this but haven't found anything suitable so requesting help here.

I download movies, series and animes in english (mainly) but also french and Spanish.
Once these are downloaded I want to rename them, in the french title if an original french movie, in the Spanish ...
by macdalor
26 Apr 2016, 21:11
Forum: Scripting and Automation
Topic: -sh: !: event not found error
Replies: 10
Views: 12725

Re: -sh: !: event not found error

rednoah wrote: What revision are you using?
Was on FileBot 4.6.1 (r3315) / Java(TM) SE Embedded Runtime Environment 1.8.0_65 (headless)

had a few issues uploading but managed to update to
FileBot 4.6.2 (r3891) / Java(TM) SE Embedded Runtime Environment 1.8.0_65 (headless)
by macdalor
25 Apr 2016, 21:30
Forum: Scripting and Automation
Topic: -sh: !: event not found error
Replies: 10
Views: 12725

Re: -sh: !: event not found error

ok, I must be doing something basically wrong :oops: as calling the script with
filebot -non-strict -script fn:amc /share/Download --def movieFormat=/Volumes/home/MyScripts/movieFormat.groovy

and having the most basic script as follow
{ny}/{fn}

I am still getting
Run script [fn:amc] at [Mon ...
by macdalor
25 Apr 2016, 07:39
Forum: Scripting and Automation
Topic: -sh: !: event not found error
Replies: 10
Views: 12725

Re: -sh: !: event not found error

1.
Don't process folders that don't contain any real media files. movieFormat.groovy.srt is not a real file.
You're right it isn't. This file was created while I first tested the script which renamed all files as "movieFormat.groovy" for some reason (?!)
I just left them in their not thinking it ...
by macdalor
24 Apr 2016, 21:35
Forum: Scripting and Automation
Topic: -sh: !: event not found error
Replies: 10
Views: 12725

Re: -sh: !: event not found error

I have followed your recommendation and started testing my arguments via separated files and although I am getting results, they're aren't fully positives and wouldn't mind some advices from experts.

Just a note to say that I am fully aware, as a complete novice, that I probably make extremely ...
by macdalor
23 Apr 2016, 09:10
Forum: Scripting and Automation
Topic: -sh: !: event not found error
Replies: 10
Views: 12725

Re: -sh: !: event not found error

1.
! is a shell instruction:
http://unix.stackexchange.com/a/3748/78608


2.
I recommend passing arguments via text files so you don't have to worry about dealing with complex arguments on the command-line:
https://www.filebot.net/forums/viewtopic.php?f=3&t=3244
thx rednoah, I'll give that a try ...
by macdalor
23 Apr 2016, 00:24
Forum: Scripting and Automation
Topic: -sh: !: event not found error
Replies: 10
Views: 12725

-sh: !: event not found error

Hi,

first of all well done for this brilliant tool! I am new to all this and in no way a coding guru so please be gentle... :)

I am trying to adapt the "DevXen's Enhanced MOVIE Perfection Naming Scheme" to my needs and after a very long time trying to understand and working it all I am getting the ...
by macdalor
22 Apr 2016, 21:31
Forum: Episode / Movie Naming Scheme
Topic: Specific Genre naming based on several genres.
Replies: 13
Views: 12731

Re: Specific Genre naming based on several genres.

I'm trying to sort films into different folders based on the language:

def movieformat="//mnt/MyMedia/{omdb.language.contains('Hindi') ? 'Hindi' : 'English' }/..... "

However movie always goes to 'English' folder. What's wrong with this snippet? :?

Hi Hoarder, I have a similar need in which I ...
by macdalor
21 Apr 2016, 06:24
Forum: Synology NAS & Embedded Linux
Topic: Install FileBot on QNAP tvs 471 - QTS 4.2.0
Replies: 6
Views: 8391

Re: Install FileBot on QNAP tvs 471 - QTS 4.2.0

ok, got this working des-installing entware from the app center & reinstalling from command line...weird...but sorted.
by macdalor
20 Apr 2016, 17:28
Forum: Synology NAS & Embedded Linux
Topic: Install FileBot on QNAP tvs 471 - QTS 4.2.0
Replies: 6
Views: 8391

Re: Install FileBot on QNAP tvs 471 - QTS 4.2.0

opkg install filebot_4.6.1_noarch.ipk

from: https://sourceforge.net/projects/filebot/files/filebot/

this is working on my TS 669 Pro with QTS 4.2.0 and entware-ng

Thank you Mengele88

when I run this command I get:
[/share/Public] # opkg install filebot_4.6.1_noarch.ipk
-sh: opkg: command ...
by macdalor
16 Apr 2016, 20:22
Forum: Synology NAS & Embedded Linux
Topic: Install FileBot on QNAP tvs 471 - QTS 4.2.0
Replies: 6
Views: 8391

Re: Install FileBot on QNAP tvs 471 - QTS 4.2.0

rednoah wrote:1. Download the portable package (latest version)
2. Unzip
3. Run
Thank you rednoah but how do I run that from my QNAP?
by macdalor
16 Apr 2016, 15:01
Forum: Synology NAS & Embedded Linux
Topic: Install FileBot on QNAP tvs 471 - QTS 4.2.0
Replies: 6
Views: 8391

Install FileBot on QNAP tvs 471 - QTS 4.2.0

Hi all, I am trying to install FileBot on my Qnap TVS-471 (QTS 4.2.0) but after going through many forums/discussions I am still getting stuck and would really appreciate some help.

I understand I need to install via "IPKG" or "OPKG" and have installed "Entware" even though most forums chat about ...