Page 1 of 1

What databases does the Synology Node version use?

Posted: 17 Apr 2016, 05:07
by DNA6a
And where can I change them?

I had 'Strict" mode on and it changed a David Attenborough Documentary to "Starship Troopers 1997" Movie?

Re: What databases does the Synology Node version use?

Posted: 17 Apr 2016, 08:55
by rednoah
Thanks for the post! Before a real human comes by, please make sure your report has all the following points checked:
  • Include screenshots, logs or filenames (i.e. demonstrate the issue)
  • Include basic information (i.e. sysinfo output)
:idea: Please read How to Request Help and Fix Problems, Report Bugs, Get Features

Re: What databases does the Synology Node version use?

Posted: 17 Apr 2016, 10:41
by DNA6a
filebot -script 'fn:amc' '/volume1/Sort FIlebot' --output /volume2/Documentaries --action hardlink --conflict auto --lang en --def 'clean=y' 'skipExtract=y' 'minLengthMS=300000' 'minFileSize=100000000' 'seriesFormat={n}/{"Season ${s.pad(2)}"}/{n} - {s00e00} - {t}' 'movieFormat={n} ({y})/{n} ({y})' 'excludeList=.excludes' --log all --log-file '/volume1/@appstore/filebot-node/data/filebot.log'

------------------------------------------

Locking /volume1/@appstore/filebot-node/data/filebot.log
Using persistent disk cache /volume1/@appstore/filebot/data/admin/cache/0
Run script [fn:amc] at [Sun Apr 17 14:54:14 GMT+10:00 2016]
Parameter: clean = y
Parameter: skipExtract = y
Parameter: minLengthMS = 300000
Parameter: minFileSize = 100000000
Parameter: seriesFormat = {n}/{"Season ${s.pad(2)}"}/{n} - {s00e00} - {t}
Parameter: movieFormat = {n} ({y})/{n} ({y})
Parameter: excludeList = .excludes
Argument: /volume1/Sort FIlebot
---------------------------------

Exclude Series: life in the freezer
01 - Invasion Of The Land.avi [series: life in the undergrowth, movie: Starship Troopers (1997)]
Exclude Series: life in the undergrowth
02 - Taking To The Air.avi [series: life in the undergrowth, movie: The Taking of Deborah Logan (2014)]
Exclude Series: life in the undergrowth
------------------------

Auto-detect movie from context: [/volume1/Sort FIlebot/The Gerson Miracle (2004) XviD KPA/the.gerson.miracle.xvid.kpa.avi]
[HARDLINK] Rename [/volume1/Sort FIlebot/The Gerson Miracle (2004) XviD KPA/the.gerson.miracle.xvid.kpa.avi] to [/volume2/Documentaries/The Gerson Miracle (2004)/The Gerson Miracle (2004).avi]
[HARDLINK] Failed to rename [/volume1/Sort FIlebot/The Gerson Miracle (2004) XviD KPA/the.gerson.miracle.xvid.kpa.avi]
Processed 0 files
NoSuchFileException: /volume1/Sort FIlebot/The Gerson Miracle (2004) XviD KPA/the.gerson.miracle.xvid.kpa.avi
Finished without processing any files
Failure (°_°)

on my Synology DS1812+

CHeers

Re: What databases does the Synology Node version use?

Posted: 17 Apr 2016, 12:45
by rednoah
1.
I had 'Strict" mode on and it changed a David Attenborough Documentary to "Starship Troopers 1997" Movie?
Where exactly does your log demonstrate this issue? Also, you fail to include full paths of the files that don't work.


2.
This line shows the full path, and that it's working as expected:

Code: Select all

[HARDLINK] Rename [/volume1/Sort FIlebot/The Gerson Miracle (2004) XviD KPA/the.gerson.miracle.xvid.kpa.avi] to [/volume2/Documentaries/The Gerson Miracle (2004)/The Gerson Miracle (2004).avi]

PS: use hardlink or copy (read up on what hardlinks are if you want to know why)

Re: What databases does the Synology Node version use?

Posted: 17 Apr 2016, 17:55
by rednoah
1.
David Attenborough Documentary to "Starship Troopers 1997"
I would like to see the line that says:

Code: Select all

Rename [/path/to/David Attenborough Documentary.avi] to [/path/to/Movies/Starship Troopers 1997.avi]

2.
What databases does the Synology Node version use?
TheMovieDB, TheTVDB and AniDB. A quick look at the logs should tell you what's going on and where it's fetching its data from. ;)