Movie Expression doesnt enable

Support for Synology NAS, QNAP NAS and other Embedded Linux systems
Post Reply
User avatar
AsCavaco
Posts: 48
Joined: 05 May 2015, 17:04

Movie Expression doesnt enable

Post by AsCavaco »

Hi there


I cant enable the vf to show the quality my movie has like ex: 720p , iv tried all in the forum , and tried the examples non work can anyone give me a tip here is my code

movieFormat=/volume1/public/new/Filmes/{n}/{n}-{y}


with this the movies became Moviename.year

and i want moviename.year.quality(720p)


tried everything dont know what is wrong

thanks
User avatar
rednoah
The Source
Posts: 22976
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Movie Expression doesnt enable

Post by rednoah »

If have a strong feeling you haven't read the FAQ thoroughly... because you certainly haven't read How to 'Request Help' ...

:arrow: Please read • How to 'Request Help' • and update your post.
:idea: Please read the FAQ and How to Request Help.
User avatar
AsCavaco
Posts: 48
Joined: 05 May 2015, 17:04

Re: Movie Expression doesnt enable

Post by AsCavaco »

ok sorry i didnt read , so requesting help


I Use cmdline of synology to run this command

filebot -script fn:amc -extract -rename --db IMDB /volume1/Media/Downloads/ --lang EN --log-file /volume1/public/amc.log --conflict override -non-strict --def subtitles=pt --def seriesFormat=/volume1/Media/Tv' 'Series/{n}/Season' '{s}/{n}-{s00e00}-{t} --def movieFormat=/volume1/Media/Filmes/Filmes/Filmes' '2015/{n}/{n}-{y} --def plex=192.168.x.xxx:32400 --def clean=y


i was puting in the movie format after the {y} the {vc} so it would give the quality in the name like movie.2015.720p , but the {vc} and {ac} dont do nothing other than give me movie.2015
User avatar
rednoah
The Source
Posts: 22976
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Movie Expression doesnt enable

Post by rednoah »

How to Request Help wrote:Include the output of filebot -script fn:sysinfo
FAQ wrote:Q: Why does MediaInfo not working? Why is 7zip not working?
If you're running embedded Linux you will need libmediainfo.so and lib7-Zip-JBinding.so for your architecture. You can find compiled binaries here. If your machine is based on x86 or x64 then you should be able to use the generic Linux binaries. If it's ARM or PPC you'll probably need to cross-compile it for your exact architecture yourself.
Installing FileBot on Synology NAS wrote:The package will install only platform-independent core components. There is no out-of-the-box support for optional native components like libmediainfo, lib7-Zip-JBinding nor fpcalc.
Installing FileBot on Synology NAS wrote:If you need any of the optional components, you can try and see if any of the native library binaries [libmediainfo.so, libzen.so, lib7-Zip-JBinding.so] will work for your platform.
:idea: Please read the FAQ and How to Request Help.
User avatar
AsCavaco
Posts: 48
Joined: 05 May 2015, 17:04

Re: Movie Expression doesnt enable

Post by AsCavaco »

ok thanks for the help , i manage to install 7zip and media , but im having problems with fpcalc , here is the info


Synology-1813> filebot -script fn:sysinfo
FileBot 4.5.6 (r2818)
JNA Native: 4.0.0
MediaInfo: MediaInfoLib - v0.7.69
7-Zip-JBinding: OK
chromaprint-tools: java.io.IOException: Cannot run program "fpcalc": error=2, No such file or directory
Extended Attributes: OK
Groovy Engine: 2.3.9
JRE: Java(TM) SE Embedded Runtime Environment 1.8.0_33 (headless)
JVM: 32-bit Java HotSpot(TM) Embedded Server VM
CPU/MEM: 4 Core / 878 MB Max Memory / 26 MB Used Memory
OS: Linux (i386)
uname: Linux Synology-1813 3.2.40 #5022 SMP Wed Jan 7 14:19:42 CST 2015 x86_64 GNU/Linux synology_cedarview_1813+
Done ヾ(@⌒ー⌒@)ノ

have check the forum if there is the way to install fpcalc , i extracted the file , but not sure where to put it
User avatar
rednoah
The Source
Posts: 22976
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Movie Expression doesnt enable

Post by rednoah »

SynoCommunity will have a AcoustID package soon.

@see https://github.com/SynoCommunity/spksrc/issues/902
:idea: Please read the FAQ and How to Request Help.
User avatar
AsCavaco
Posts: 48
Joined: 05 May 2015, 17:04

Re: Movie Expression doesnt enable

Post by AsCavaco »

found out the problem , had to edit the path in the filebot.sh


Synology-1813> filebot -script fn:sysinfo
FileBot 4.5.6 (r2818)
JNA Native: 4.0.0
MediaInfo: MediaInfoLib - v0.7.69
7-Zip-JBinding: OK
chromaprint-tools: fpcalc version 1.1.0 (/volume1/@appstore/filebot/fpcalc)
Extended Attributes: OK
Groovy Engine: 2.3.9
JRE: Java(TM) SE Embedded Runtime Environment 1.8.0_33 (headless)
JVM: 32-bit Java HotSpot(TM) Embedded Server VM
CPU/MEM: 4 Core / 878 MB Max Memory / 28 MB Used Memory
OS: Linux (i386)
uname: Linux Synology-1813 3.2.40 #5022 SMP Wed Jan 7 14:19:42 CST 2015 x86_64 GNU/Linux synology_cedarview_1813+
Done ヾ(@⌒ー⌒@)ノ
Synology-1813>
User avatar
rednoah
The Source
Posts: 22976
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Movie Expression doesnt enable

Post by rednoah »

You can do that after each update, or you can do it properly:

Code: Select all

ln -s /path/to/fpcalc /usr/local/bin/fpcalc
@see viewtopic.php?f=3&t=1802
:idea: Please read the FAQ and How to Request Help.
User avatar
AsCavaco
Posts: 48
Joined: 05 May 2015, 17:04

Re: Movie Expression doesnt enable

Post by AsCavaco »

Done :)

Thanks very much for all your help Rednoah , and for your awesome tool , its the most brilliant and helpful project iv seen in years , continue your good work.

Thanks
User avatar
AsCavaco
Posts: 48
Joined: 05 May 2015, 17:04

Re: Movie Expression doesnt enable

Post by AsCavaco »

Rednoah just updated to 4.5.7-B4 all seams ok



Synology-1813> filebot -script fn:sysinfo
FileBot 4.5.7 (r2925)
JNA Native: 4.0.0
MediaInfo: MediaInfoLib - v0.7.69
7-Zip-JBinding: OK
chromaprint-tools: fpcalc version 1.1.0 (/volume1/@appstore/filebot/fpcalc)
Extended Attributes: OK
Groovy Engine: 2.3.9
JRE: Java(TM) SE Embedded Runtime Environment 1.8.0_33 (headless)
JVM: 32-bit Java HotSpot(TM) Embedded Server VM
CPU/MEM: 4 Core / 878 MB Max Memory / 18 MB Used Memory
OS: Linux (i386)
uname: Linux Synology-1813 3.2.40 #5022 SMP Wed Jan 7 14:19:42 CST 2015 x86_64 GNU/Linux synology_cedarview_1813+
Done ヾ(@⌒ー⌒@)ノ


just had to clear cache , where can i read the changes ?? for each new version ??

Thanks
Last edited by AsCavaco on 10 May 2015, 20:58, edited 1 time in total.
User avatar
AsCavaco
Posts: 48
Joined: 05 May 2015, 17:04

Re: Movie Expression doesnt enable

Post by AsCavaco »

Found it ... any issue with new version ill tell

FileBot_4.5.7
* Support extract features via 7z executable (for ARM based embedded Linux)
* Added support for {info.certifications}
* Added support for {info.productionCompanies}
* Resolved potential {group} mismatch issues
* Use HTTPS for OpenSubtitles requests and store only MD5 hash locally
* [OSX] Fix Cocoa FileDialog FREEZE issues
* [OSX] Help menu
User avatar
AsCavaco
Posts: 48
Joined: 05 May 2015, 17:04

Re: Movie Expression doesnt enable

Post by AsCavaco »

found something really small , thats no big deal , or maybe is something i have wrong , were can i setup the time zone for filebot , im at gmt+1 , its showing GMT in the logs , and i check the Synology time and its good

Run script [fn:amc] at [Sun May 10 21:00:13 GMT 2015] - the time is 22:00:13 for me !!!


Parameter: subtitles = pt
Parameter: seriesFormat = /volume1/Media/Tv Series/{n}/Season {s}/{n}-{s00e00}-{t}
Parameter: movieFormat = /volume1/Media/Filmes/Filmes/Filmes 2015/{n}-{y}/{n}-{y}-{vf}-{source}-{vc}-{ac}-{group}
Parameter: plex = 192.168.X.XXX:32400
Parameter: pushbullet = *****
Parameter: deleteAfterExtract = y
Parameter: clean = y
Argument: /volume1/Media/Downloads
No files selected for processing
Failure (°_°)
User avatar
rednoah
The Source
Posts: 22976
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Movie Expression doesnt enable

Post by rednoah »

I donno. Seems to get it right here.

Code: Select all

Run script [fn:amc] at [Mon May 11 07:34:17 GMT+08:00 2015]
I'm not setting the time zone one way or another. It's all system settings, or Java settings. Google will help.
:idea: Please read the FAQ and How to Request Help.
Post Reply