You sir are a hero!rednoah wrote:Virtually anywhere.
Search found 14 matches
- 06 Jun 2016, 20:18
- Forum: Synology NAS & Embedded Linux
- Topic: Error : java.lang.OutOfMemoryError: Java heap space
- Replies: 5
- Views: 6566
Re: Error : java.lang.OutOfMemoryError: Java heap space
- 06 Jun 2016, 07:19
- Forum: Synology NAS & Embedded Linux
- Topic: Error : java.lang.OutOfMemoryError: Java heap space
- Replies: 5
- Views: 6566
Re: Error : java.lang.OutOfMemoryError: Java heap space
Does my config looks like a recent one?rednoah wrote:Virtually anywhere.
- 05 Jun 2016, 20:48
- Forum: Synology NAS & Embedded Linux
- Topic: Error : java.lang.OutOfMemoryError: Java heap space
- Replies: 5
- Views: 6566
Re: Error : java.lang.OutOfMemoryError: Java heap space
1.
filebot running out of memory has nothing to do with FileBot Node. ;)
2.
Depending on your device, you may need to force -Xmx to something more than the default if your device has very little memory.
e.g.
export JAVA_OPTS=-Xmx256m
Newer versions of FileBot Node do this automatically for ...
filebot running out of memory has nothing to do with FileBot Node. ;)
2.
Depending on your device, you may need to force -Xmx to something more than the default if your device has very little memory.
e.g.
export JAVA_OPTS=-Xmx256m
Newer versions of FileBot Node do this automatically for ...
- 05 Jun 2016, 09:56
- Forum: Synology NAS & Embedded Linux
- Topic: Error : java.lang.OutOfMemoryError: Java heap space
- Replies: 5
- Views: 6566
Error : java.lang.OutOfMemoryError: Java heap space
DSM5
Filebot Node 0.1.8, didn't have problems in 0.1.7
Locking /volume1/@appstore/filebot-node/filebot.log
Fetch subtitles for [/volume1/MOVIES/COUCH/London.Has.Fallen.2016.720p.BluRay.x264-DRONES[rarbg]]
Get [Dutch] subtitles for 1 files
Looking up subtitles by hash via OpenSubtitles
Looking up ...
Filebot Node 0.1.8, didn't have problems in 0.1.7
Locking /volume1/@appstore/filebot-node/filebot.log
Fetch subtitles for [/volume1/MOVIES/COUCH/London.Has.Fallen.2016.720p.BluRay.x264-DRONES[rarbg]]
Get [Dutch] subtitles for 1 files
Looking up subtitles by hash via OpenSubtitles
Looking up ...
- 18 May 2016, 10:12
- Forum: Synology NAS & Embedded Linux
- Topic: FileBot Node doesn't start on DSM 6
- Replies: 74
- Views: 70818
Re: FileBot Node doesn't start on DSM 6
I don't see how can you compare a music library tool and a sub title tool ...tedrogers61 wrote:Thanks for your help anyway...I'm giving up and using Bliss instead. It does what I need straight from the box. Thanks.
http://www.blisshq.com/music-library-ma ... e-updated/
- 17 May 2016, 13:34
- Forum: Synology NAS & Embedded Linux
- Topic: FileBot Node doesn't start on DSM 6
- Replies: 74
- Views: 70818
Re: FileBot Node doesn't start on DSM 6
I think many just hope it's like a windows application ( plug and play) or don't reply backrednoah wrote:Once again, visually describing how Package Center looks like is wholly unhelpful.
Logs, as repeatedly stated, may put some light on these issues:Code: Select all
cat /var/log/synopkg.log
- 17 May 2016, 11:26
- Forum: Synology NAS & Embedded Linux
- Topic: FileBot Node doesn't start on DSM 6
- Replies: 74
- Views: 70818
Re: FileBot Node doesn't start on DSM 6
Thanks for your continued replies.
I briefly tried connecting via HTTP rather than HTTPS, and that didn't work either.
Logged in as admin. Full permission everywhere. Ports open on router. Syno Firewall off.
I also uninstalled, rebooted, reinstalled, rebooted - no success.
FBNode just won't ...
I briefly tried connecting via HTTP rather than HTTPS, and that didn't work either.
Logged in as admin. Full permission everywhere. Ports open on router. Syno Firewall off.
I also uninstalled, rebooted, reinstalled, rebooted - no success.
FBNode just won't ...
- 17 May 2016, 10:38
- Forum: Synology NAS & Embedded Linux
- Topic: FileBot Node doesn't start on DSM 6
- Replies: 74
- Views: 70818
Re: FileBot Node doesn't start on DSM 6
Unfortunately, that does not help me help you. ;) You will need to find more information (i.e. logs) and then maybe there'll be some hints towards a solution.
* You did not include screenshots (so I can confirm that the package was installed)
* You did not include package log -> View Log ...
* You did not include screenshots (so I can confirm that the package was installed)
* You did not include package log -> View Log ...
- 27 Apr 2016, 11:49
- Forum: Synology NAS & Embedded Linux
- Topic: FileBot Node doesn't start on DSM 6
- Replies: 74
- Views: 70818
Re: FileBot Node doesn't start on DSM 6
Rednoah, can you pls let us know in the topic here, when you updated the syncommunity package for DSM6
Thanks in advance.
Thanks in advance.
- 21 Apr 2016, 11:16
- Forum: Synology NAS & Embedded Linux
- Topic: FileBot Node 0.2.0 for DSM 6
- Replies: 74
- Views: 55708
Re: FileBot Node 0.2.0 for DSM 6
Can someone let us know if this method works pls.
- removed all versions of Java, node and FileBot
- rebooted
- Installed Java Se 1.8.0_77 via your unofficial installer
- Installed Node.js v4
- Installed FileBot
- Installed FileBot Node 0.2.0-B1 (manually)
- Opened TCP Ports 5452 and 5453 on my ...
- removed all versions of Java, node and FileBot
- rebooted
- Installed Java Se 1.8.0_77 via your unofficial installer
- Installed Node.js v4
- Installed FileBot
- Installed FileBot Node 0.2.0-B1 (manually)
- Opened TCP Ports 5452 and 5453 on my ...
- 10 Apr 2016, 09:56
- Forum: Synology NAS & Embedded Linux
- Topic: Not finding subtitles
- Replies: 6
- Views: 8486
Re: Not finding subtitles
1.
--def pushbullet is an amc script option, not a suball script option.
2.
You're setting maxAgeDays to null and then passing in an additional parameter, i.e. you're NOT SETTING maxAgeDays AT ALL
--def maxAgeDays 30
Script parameters are set with --def name=value syntax:
--def maxAgeDays ...
--def pushbullet is an amc script option, not a suball script option.
2.
You're setting maxAgeDays to null and then passing in an additional parameter, i.e. you're NOT SETTING maxAgeDays AT ALL
--def maxAgeDays 30
Script parameters are set with --def name=value syntax:
--def maxAgeDays ...
- 10 Apr 2016, 08:14
- Forum: Synology NAS & Embedded Linux
- Topic: Not finding subtitles
- Replies: 6
- Views: 8486
Re: Not finding subtitles
If you call this script repeatedly on the same folders or files then you MUST SET --def maxAgeDays to 30 days or less and call it no more than once per day.
--def maxAgeDays=160
If there's no subtitles after a month, there probably won't be any after half a year. Stop abusing OpenSubtitles.
My ...
--def maxAgeDays=160
If there's no subtitles after a month, there probably won't be any after half a year. Stop abusing OpenSubtitles.
My ...
- 09 Apr 2016, 20:24
- Forum: Synology NAS & Embedded Linux
- Topic: Not finding subtitles
- Replies: 6
- Views: 8486
Re: Not finding subtitles
1.
The amc script will only search subtitles in strict mode. There's plenty of threads here in the forums that will explain the difference between strict / non-strict search:
https://www.filebot.net/forums/viewtopic.php?f=3&t=2615
2.
maxoudela made a tutorial on how to do subtitles properly just ...
The amc script will only search subtitles in strict mode. There's plenty of threads here in the forums that will explain the difference between strict / non-strict search:
https://www.filebot.net/forums/viewtopic.php?f=3&t=2615
2.
maxoudela made a tutorial on how to do subtitles properly just ...
- 09 Apr 2016, 11:00
- Forum: Synology NAS & Embedded Linux
- Topic: Not finding subtitles
- Replies: 6
- Views: 8486
Not finding subtitles
Hello,
I don't know if you follow up on github but i'l post here aswell.
https://github.com/filebot/filebot-node/issues/6
Logging:
Run script [fn:amc] at [Sat Apr 09 11:30:08 GMT+01:00 2016] Parameter: ut_label = movie Parameter: music = y Parameter: unsorted = y Parameter: artwork = y Parameter ...
I don't know if you follow up on github but i'l post here aswell.
https://github.com/filebot/filebot-node/issues/6
Logging:
Run script [fn:amc] at [Sat Apr 09 11:30:08 GMT+01:00 2016] Parameter: ut_label = movie Parameter: music = y Parameter: unsorted = y Parameter: artwork = y Parameter ...