Search found 11 matches

by asdel
29 Jun 2018, 19:20
Forum: Help and Support
Topic: [Anime] One piece absolute naming does not seem to work
Replies: 7
Views: 7860

Re: [Anime] One piece absolute naming does not seem to work

This one worked

Code: Select all

filebot -rename '/volume1/plex/Aniseries/One Piece' --output '/volume1/plex/' --db TheTVDB --action hardlink -non-strict --conflict auto --order Absolute --lang de --format {order.airdate.plex} --log all
Thanks a lot
by asdel
29 Jun 2018, 11:35
Forum: Help and Support
Topic: [Anime] One piece absolute naming does not seem to work
Replies: 7
Views: 7860

Re: [Anime] One piece absolute naming does not seem to work

So I executed the command inside the filebot node docker container. but the order is still wrong. command used: filebot -script 'dev:amc' '/volume1/plex/Aniseries/One Piece' --output /volume1/plex/ --action test -non-strict --conflict auto --order Absolute --format "{n} - {order.airdate.sxe}" -non ...
by asdel
29 Jun 2018, 08:58
Forum: Help and Support
Topic: [Anime] One piece absolute naming does not seem to work
Replies: 7
Views: 7860

Re: [Anime] One piece absolute naming does not seem to work

How do i set --order Absolute in Filebot node?
by asdel
27 Jun 2018, 20:55
Forum: Help and Support
Topic: [Anime] One piece absolute naming does not seem to work
Replies: 7
Views: 7860

[Anime] One piece absolute naming does not seem to work

Hello, I have these One piece episodes in absolute order, filebot orders them wrong, as seen in this screenshot episode one is put as the first episode of season 12. https://i.imgur.com/Fp0qjzd.png I'm using Filebot node client, i've also tried using {order.airdate.plex} in the anime field, but that ...
by asdel
31 May 2018, 19:55
Forum: Feature Requests and Bug Reports
Topic: Error in `java': free(): invalid pointer: 0x00007fc3befff010
Replies: 1
Views: 1629

Error in `java': free(): invalid pointer: 0x00007fc3befff010

Hello and thank you for your wonderful tool, So I've been using filebot for about a year, on my last dedicated server it worked fine but now i switched to kimsufi (ovh) and installed filebot along with every dependence, but I am getting this error: Command run: filebot -script fn:amc --output "/home ...
by asdel
06 Apr 2017, 14:36
Forum: Scripting and Automation
Topic: [AMC] Plex host and port on a shared seedbox
Replies: 4
Views: 3227

Re: [AMC] Plex host and port on a shared seedbox

I've tried that, but always get connection refused, using the link on my web browser worked fine but with curl i'm always getting connection refused
by asdel
06 Apr 2017, 14:11
Forum: Scripting and Automation
Topic: [AMC] Plex host and port on a shared seedbox
Replies: 4
Views: 3227

[AMC] Plex host and port on a shared seedbox

Hello,

I use a shared seedbox so my plex port is different and not the default one,

How should i fix that?

Code: Select all

--def "excludeList=amc.txt" "plex=185.xx.xx.xx:token"
by asdel
05 Apr 2017, 23:05
Forum: Scripting and Automation
Topic: [AMC] Move to different folder if Movie/TV Show/Anime and which year it was produced
Replies: 5
Views: 3658

Re: [AMC] Move to different folder if Movie/TV Show/Anime and which year it was produced

what happens when i delete a torrent with the files, will it also be deleted form the output folder?

and also I cant really figure out how to move anime to a different folder, i got it to do with the movie age but not with anime
by asdel
05 Apr 2017, 22:18
Forum: Scripting and Automation
Topic: [AMC] Move to different folder if Movie/TV Show/Anime and which year it was produced
Replies: 5
Views: 3658

Re: [AMC] Move to different folder if Movie/TV Show/Anime and which year it was produced

Why are you not using --action hardlink?
Why should i? geniune question, i'm a noob
by asdel
05 Apr 2017, 21:18
Forum: Scripting and Automation
Topic: [AMC] Move to different folder if Movie/TV Show/Anime and which year it was produced
Replies: 5
Views: 3658

[AMC] Move to different folder if Movie/TV Show/Anime and which year it was produced

Hello and thank you for the script, I would like to know if its possible to detect if its a movie/tv show from <1980 for my dad who likes older movies. And if its a anime to move it to a different folder so that i can share that to my girlfriend what i currently have (the default script): bash ...