Search found 11 matches
- 05 Jul 2019, 16:46
- Forum: Feature Requests and Bug Reports
- Topic: [DEPRECATED] support for XEM?
- Replies: 104
- Views: 95569
Re: support for XEM?
I think AniDB does not have the concept of seasons as each season is its own show. So sc stays undefined.
- 27 Jun 2019, 13:04
- Forum: Feature Requests and Bug Reports
- Topic: [DEPRECATED] support for XEM?
- Replies: 104
- Views: 95569
Re: support for XEM?
That was quick! I tried it with r6530 and it works like a charm.
- 27 Jun 2019, 08:45
- Forum: Feature Requests and Bug Reports
- Topic: [DEPRECATED] support for XEM?
- Replies: 104
- Views: 95569
Re: support for XEM?
Weird enough it does work out of the box. But it does NOT work if I add
You can see the error at:
https://pastebin.com/rr80xwQb
Code: Select all
--mapper AnimeList.AniDB
https://pastebin.com/rr80xwQb
- 27 Jun 2019, 07:10
- Forum: Feature Requests and Bug Reports
- Topic: [DEPRECATED] support for XEM?
- Replies: 104
- Views: 95569
Re: support for XEM?
I still do not really get how the command is supposed to be used. Is --db now used for the initial matching Database or the final Database to rename against? For example if I want to rename " Fairy Tail (2018) - 02 - Because of Love.mkv " (AniDB) to " Fairy Tail - S08E02 -Because of Love.mkv ...
- 17 Jun 2019, 09:37
- Forum: Help and Support
- Topic: POSTBUCKET - where random posts in unrelated topics go
- Replies: 1036
- Views: 1036389
Re: [JDownloader] Setup for Windows, Linux and Mac OS X
1, Got it. 2, Just because Node makes it much more convenient to rapidly test different iterations of a command and schedule it when it finally does the right thing. (I am just bad at writing shell scripts. Always some typo / unescaped character / etc.... :? ). The API Is all I currently really need.
- 17 Jun 2019, 07:43
- Forum: Help and Support
- Topic: POSTBUCKET - where random posts in unrelated topics go
- Replies: 1036
- Views: 1036389
Re: [JDownloader] Setup for Windows, Linux and Mac OS X
Works great. Thank you! Two questions though:
1, Is it possible to somehow un-schedule a task? Can not find that option.
2, Is there any way to also schedule it to run at a specified time? Currently only a API call seems possible.
1, Is it possible to somehow un-schedule a task? Can not find that option.
2, Is there any way to also schedule it to run at a specified time? Currently only a API call seems possible.
- 14 Jun 2019, 07:01
- Forum: Help and Support
- Topic: POSTBUCKET - where random posts in unrelated topics go
- Replies: 1036
- Views: 1036389
Re: [JDownloader] Setup for Windows, Linux and Mac OS X
Ah. I will hope for the next release then. Thank you.
- 13 Jun 2019, 12:56
- Forum: Help and Support
- Topic: POSTBUCKET - where random posts in unrelated topics go
- Replies: 1036
- Views: 1036389
Re: [JDownloader] Setup for Windows, Linux and Mac OS X
1. If you're stuck with docker confinement, then i recommend using JD docker and FileBot Node docker. Then you can create a scheduled task in the FileBot Node docker and execute it via curl from the JD docker. That'll decoupling everything, making it easy to spot and fix issues. I ended up with the ...
- 12 Apr 2019, 09:10
- Forum: Help and Support
- Topic: Filebot not picking up filename
- Replies: 4
- Views: 2629
Re: Filebot not picking up filename
filebot -rename *.mkv --db TheTVDB -non-strict --action TEST Rename episodes using [TheTVDB] Auto-detected query: [watashi ni tenshi ga maiorita] Failed to fetch episode data: [watashi ni tenshi ga maiorita] Failed to match files to episode data Failure (×_×)⌒☆ Yep. The parent foldername was a probl ...
- 12 Apr 2019, 08:41
- Forum: Help and Support
- Topic: Filebot not picking up filename
- Replies: 4
- Views: 2629
Re: Filebot not picking up filename
But I think the problem is not the matching. It is filebot not even trying to match the file. Even if I change it to
where the match is more clear I still get the error.
Code: Select all
--lang de
- 12 Apr 2019, 06:29
- Forum: Help and Support
- Topic: Filebot not picking up filename
- Replies: 4
- Views: 2629
Filebot not picking up filename
So after some testing I build myself a command like this: /usr/bin/filebot -rename /media/secure/downloads/pyload/OneclickDownload/\[HorribleSubs\]\ Watashi\ ni\ Tenshi\ ga\ Maiorita\!\ -\ 12\ \[1080p\].mkv --db TheTVDB --output /media/secure/downloads/pyload/OneclickDownload/tmp --action copy -non ...