I might be wrong, but I think neither Debian Wheezy nor Debian Jessie are offering OpenJDK 8 in their repositories.
I personnaly use Debian 7.9 and I was unable to install openjdk-8-jre on my server (dependancies are not met).
Any advice would be greatly appreciated, thank you
Search found 3 matches
- 04 Dec 2015, 13:14
- Forum: Help and Support
- Topic: POSTBUCKET - where random posts in unrelated topics go
- Replies: 1036
- Views: 1032123
- 25 Apr 2014, 22:44
- Forum: Help and Support
- Topic: POSTBUCKET - where random posts in unrelated topics go
- Replies: 1036
- Views: 1032123
Re: Exclude Blacklist & Series-Mappings
Those .!sync files don't have video extension, right. I didn't know that only video extensions were seen by filebot. Here is a complete path of a .!sync file : /data/download/NCIS.S11E01.Whiskey.Tango.Foxtrot.1080p.WEB-DL.DD5.1.H.264-CtrlHD.!sync and that file becomes /data/downloads/NCIS.S11E01 ...
- 24 Apr 2014, 21:38
- Forum: Help and Support
- Topic: POSTBUCKET - where random posts in unrelated topics go
- Replies: 1036
- Views: 1032123
Re: Exclude Blacklist & Series-Mappings
Can you add a filter to exclude/blacklist files that match this pattern :
*.!sync
They are from BitTotrrent Sync while syncing and renamed by BTSync when finished.
I'm not a regexp guru but it may look like this :
(\.!sync)+$
Thx
*.!sync
They are from BitTotrrent Sync while syncing and renamed by BTSync when finished.
I'm not a regexp guru but it may look like this :
(\.!sync)+$
Thx