Search found 15 matches

by XeelosDK
09 Jan 2020, 21:37
Forum: Ubuntu & Desktop Linux
Topic: Issues with conditional folder naming based on {languages} and {audioLanguages}
Replies: 15
Views: 12982

Re: Issues with conditional folder naming based on {languages} and {audioLanguages}

solved seems like the script was running with --lang da and that made it change the tv shows to danish
by XeelosDK
09 Jan 2020, 07:34
Forum: Ubuntu & Desktop Linux
Topic: Issues with conditional folder naming based on {languages} and {audioLanguages}
Replies: 15
Views: 12982

Re: Issues with conditional folder naming based on {languages} and {audioLanguages}

Ahh okay that makes sense, but i got a setup for qbittorrent from a friend where (he) said it took the sound from the mkv container via mediainfo and then passed it tru filebot, to tell it if it where danish or english. Is there a way to get filebot recognize on spoken language in the mkv container ...
by XeelosDK
08 Jan 2020, 09:55
Forum: Ubuntu & Desktop Linux
Topic: Issues with conditional folder naming based on {languages} and {audioLanguages}
Replies: 15
Views: 12982

Re: Issues with conditional folder naming based on {languages} and {audioLanguages}

I only got one mashine as ive said before. format: movieFormat="{vf =~ /1080p|720p/ ? 'movies' : 'movies'}/{info.spokenLanguages.toString().contains('da') || audioLanguages.toString().contains('da')? 'Dansk' : 'Engelsk'}/{n}/{n.space('.')}.{y}{'.'+source}.{vc}" seriesFormat="{vf =~ /1080p|720p ...
by XeelosDK
07 Jan 2020, 19:54
Forum: Ubuntu & Desktop Linux
Topic: Issues with conditional folder naming based on {languages} and {audioLanguages}
Replies: 15
Views: 12982

Re: Renaming issues in cli

Okay here ive added screenshot from filebot linux gui where the path is correct. https://imgur.com/0aREDMU.png the code in the gui to rename/copy content: /home/c0de/mnt/move/{vf =~ /1080p|720p/ ? 'tv' : 'tv'}/{Languages.toString().contains('da') || audioLanguages.toString().contains('da')? 'Dansk ...
by XeelosDK
07 Jan 2020, 19:26
Forum: Ubuntu & Desktop Linux
Topic: Issues with conditional folder naming based on {languages} and {audioLanguages}
Replies: 15
Views: 12982

Re: Renaming issues in cli

The info given here is from the same machine
by XeelosDK
07 Jan 2020, 14:59
Forum: Ubuntu & Desktop Linux
Topic: Issues with conditional folder naming based on {languages} and {audioLanguages}
Replies: 15
Views: 12982

Re: Renaming issues in cli

Okay i will give it a try it's just odd that it works in the gui but not cli with the same arguments
by XeelosDK
07 Jan 2020, 12:42
Forum: Ubuntu & Desktop Linux
Topic: Issues with conditional folder naming based on {languages} and {audioLanguages}
Replies: 15
Views: 12982

Re: Renaming issues in cli

It was the same file, dont know why it keeps calling it firefly but heres a screenshot where i macthed it up againt the right show

Image

So as you can see, if i run it trough the gui it renames and moves the files propperly but not when i do it trought cli
by XeelosDK
07 Jan 2020, 10:24
Forum: Ubuntu & Desktop Linux
Topic: Issues with conditional folder naming based on {languages} and {audioLanguages}
Replies: 15
Views: 12982

Issues with conditional folder naming based on {languages} and {audioLanguages}

Hi again Now ive sorted filebot to be called when downloads are finished in rtorrent, now im strugeling with the naming, if i use the gui it works but when i run it trough the .sh script it's getting mixmatched. output from cli script: [TEST] from [/home/c0de/downloads/Supergirl.S05E07.Tremors.720p ...
by XeelosDK
06 Jan 2020, 19:32
Forum: Ubuntu & Desktop Linux
Topic: filebot will only run with the basic amc script
Replies: 13
Views: 10903

Re: filebot will only run with the basic amc script

My problem aint plex its that it moves english tv shows to tv but danish tv shows to danish Log output [TEST] from [/home/c0de/rtorrent/download/Power.S06E11.NORDiC.720p.WEB-DL.DDP5.1.H.264-DBRETAiL/Power.S06E11.NORDiC.720p.WEB-DL.DDP5.1.H.264-DBRETAiL.mkv] to [/home/c0de/mnt/media/tv/Power/Season 6 ...
by XeelosDK
06 Jan 2020, 11:56
Forum: Ubuntu & Desktop Linux
Topic: filebot will only run with the basic amc script
Replies: 13
Views: 10903

Re: filebot will only run with the basic amc script

Okay so now ive got this setup but i got this error output from the console.log + ARG_PATH=/home/c0de/rtorrent/download/Maanelyst.i.Flaaklypa.2018.NORDiC.ENG.1080p.BluRay.x264-RAPiDCOWS + ARG_NAME=Maanelyst.i.Flaaklypa.2018.NORDiC.ENG.1080p.BluRay.x264-RAPiDCOWS + ARG_LABEL= + CONFIG_OUTPUT=/home ...
by XeelosDK
30 Dec 2019, 10:27
Forum: Ubuntu & Desktop Linux
Topic: filebot will only run with the basic amc script
Replies: 13
Views: 10903

Re: filebot will only run with the basic amc script

Now ive just tested with the default script again and it works, is there some of the settings that can't be processed by rtorrent ? filebot script to run: #!/bin/sh -xu # Input Parameters ARG_PATH="$1" ARG_NAME="$2" ARG_LABEL="$3" # Configuration CONFIG_OUTPUT="$HOME/Media" filebot -script fn:amc ...
by XeelosDK
29 Dec 2019, 12:50
Forum: Ubuntu & Desktop Linux
Topic: filebot will only run with the basic amc script
Replies: 13
Views: 10903

Re: filebot will only run with the basic amc script

Its just odd that if i take the script from github and only change to output dir it works, but when i start to get it to sort my media into english and danish rtorrent wont call filebot
by XeelosDK
29 Dec 2019, 08:51
Forum: Ubuntu & Desktop Linux
Topic: filebot will only run with the basic amc script
Replies: 13
Views: 10903

Re: filebot will only run with the basic amc script

Oh thats one error i could change but as i said the lines that have been made is by me calling the script manually
by XeelosDK
28 Dec 2019, 21:50
Forum: Ubuntu & Desktop Linux
Topic: filebot will only run with the basic amc script
Replies: 13
Views: 10903

Re: filebot will only run with the basic amc script

here are the logfile, https://pastebin.com/dRkQKthf
the entrys there with media has been made by running the script like this

Code: Select all

bash ./rtorrent-postprocess.sh /path/of/media
by XeelosDK
28 Dec 2019, 18:47
Forum: Ubuntu & Desktop Linux
Topic: filebot will only run with the basic amc script
Replies: 13
Views: 10903

filebot will only run with the basic amc script

Hi, Im trying to setup filebot for rtorrent since qbittorrent is way to unstable, ive managed to get it to work with the basic rtorrent-postprecess.sh script where i only changed the output folder and the logfile folder. Then i was trying to get it to work with my setup from qbittorrent but then ...