SYNOLOGY QUESTIONS: AMC FILTER & PUSHBULLET

Support for Synology NAS, QNAP NAS and other Embedded Linux systems
Post Reply
terra17
Posts: 47
Joined: 06 Sep 2014, 11:10

SYNOLOGY QUESTIONS: AMC FILTER & PUSHBULLET

Post by terra17 »

Hi everybody !

Today I start to compile (on my DS213j Synology NAS) my version of AMC script, it's very cool, but I have a question :

does the "--def pushbullet=myapikey" command work on my NAS ??

It seems to me that the parameter is accepted but in the end no report is sent.

Why ??

Thank you for the answer
Last edited by terra17 on 15 Sep 2015, 10:31, edited 1 time in total.
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: SYNOLOGY + PUSHBULLET

Post by rednoah »

Yes. What does the log say?
:idea: Please read the FAQ and How to Request Help.
terra17
Posts: 47
Joined: 06 Sep 2014, 11:10

Re: SYNOLOGY + PUSHBULLET

Post by terra17 »

Here I am !

Rednoah, I solve the Pushbullet problem, it was a internal NAS notification problem, now it works, while I can't understand ata ll why the command MAILTO doesn't work, it sends me no mail, what kind of settings do I have to make ?

this is the log


DiskStation213j> /volume1/scripts/amc.sh
Testing OpenSubtitles... OK
Done ヾ(@⌒ー⌒@)ノ

Locking /volume2/amcLOG.txt
Run script [fn:amc] at [Thu Sep 10 12:14:26 GMT+01:00 2015]
Parameter: mailto = *****
Parameter: deleteAfterExtract = y
Parameter: excludeList = escludes.txt
Parameter: subtitles = it
Parameter: minFileSize = 50
Parameter: seriesFormat = /volume2/TV/{n.upperInitial()}/Stagione {s}/{fn}
Parameter: movieFormat = /volume2/Movie/[{fn.match(/3D/)+', '}{vf}, {ac}, {af}] - {n.upperInitial().ascii()} ({y}) di {director} [{genres[0]}, {rating}]
Parameter: musicFormat = /volume2/Musica/{n.ascii()}/{album}/{pi.pad(2)+'. '}{ar tist.ascii()} - {t.ascii()}
Parameter: clean = y
Parameter: unsorted = n
Parameter: music = n
Argument: /volume1/torrent
Using excludes: /volume1/torrent/escludes.txt (1)
Input: /volume1/torrent/Narcos.S01E01.720p.WEBRip.x264-TASTETV.mkv
Group: [tvs:narcos] => [Narcos.S01E01.720p.WEBRip.x264-TASTETV.mkv]
Get [Italian] subtitles for 1 files
Looking up subtitles by hash via OpenSubtitles
Matched [Narcos.S01E01.720p.WEBRip.x264-TASTETV.mkv] to [Narcos.s01e01.720p.sub.itasa] via hash
Fetching [Narcos.s01e01.720p.sub.itasa.srt]
Export [Narcos.s01e01.720p.sub.itasa.srt] as: SubRip / UTF-8
Writing [Narcos.s01e01.720p.sub.itasa.srt] to [Narcos.S01E01.720p.WEBRip.x264-TASTETV.ita.srt]
Rename episodes using [TheTVDB]
Auto-detected query: [Narcos]
Fetching episode data for [Narcos]
Auto-detected query: [Narcos]
Fetching episode data for [Narcos]
[MOVE] Rename [/volume1/torrent/Narcos.S01E01.720p.WEBRip.x264-TASTETV.ita.srt] to [/volume2/TV/Narcos/Stagione 1/Narcos.S01E01.720p.WEBRip.x264-TASTETV.ita.srt]
[MOVE] Rename [/volume1/torrent/Narcos.S01E01.720p.WEBRip.x264-TASTETV.mkv] to [/volume2/TV/Narcos/Stagione 1/Narcos.S01E01.720p.WEBRip.x264-TASTETV.mkv]
Processed 2 files
Clean clutter files and empty folders
Delete /volume1/torrent/escludes.txt
Done ヾ(@⌒ー⌒@)ノ
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: SYNOLOGY + PUSHBULLET

Post by rednoah »

mailto only works in addition to gmail. I don't recommend using the mail notification method if pushbullet works just fine.
:idea: Please read the FAQ and How to Request Help.
terra17
Posts: 47
Joined: 06 Sep 2014, 11:10

Re: SYNOLOGY + PUSHBULLET

Post by terra17 »

Thank you for that !!

Last questions :

1) what are these "ut_file=" "ut_kind=multi" "ut_title=Avatar" "ut_label=" "ut_state=5" ???

2) there is a film of x-men that jokes my script and amc recognizes it as a episode, how can I do to solve this kind of situation ??

3) there are 2 \ 89 episodes of the walking dead that i'don't know why but filebot recognizes as talking dead ... why ???
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: SYNOLOGY + PUSHBULLET

Post by rednoah »

1.
Passing on the uTorrent variables.

2.
See "Common Problems" and "Advanced Fine-Tuning".

3.
Bad luck. Provide filenames if you want me to look into that more.


PS: please make one thread per topic so others can find it
:idea: Please read the FAQ and How to Request Help.
terra17
Posts: 47
Joined: 06 Sep 2014, 11:10

Re: SYNOLOGY + PUSHBULLET

Post by terra17 »

1 thank you !

2. i try to make some filters, but where do i find the right word for them ? you mentioned age < 7, but the other words ? Lenght ? Duration ? i had the idea of a filter that, if a video is more then 70 minutes is 99% a movie, but i can't write it !

3. i can't find them anymore because i moved them ! no problem anyway

p.s. sorry rednoah :)
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: SYNOLOGY + PUSHBULLET

Post by rednoah »

2.
--filter is applied to episode and movie objects, not files. Other than not having any access to file-based bindings it's exactly the same as the Format so you can prototype with the GUI Format Editor.

You could get movie length from the movie info object, or episode length from the series info object. But what's the point? Are you trying to decide between movie/episode files? That's not what --filter does.

@see http://www.filebot.net/naming.html

If you want movie/series differentiation to be perfect, then you need to set labels accordingly.


PS: What does this question have to do with SYNOLOGY + PUSHBULLET please? It's a perfectly fine question that nobody else will ever read because you didn't make clearly titled thread.
:idea: Please read the FAQ and How to Request Help.
Post Reply