Search found 14 matches

by rajjejosefsson
Mon Mar 03, 2014 9:09 am
Forum: Mac Support
Topic: How do I get the script to work in Transmission (Filebot)
Replies: 25
Views: 33610

Re: How do I get the script to work in Transmission (Filebot

But that one renames the sub in the example, any idea what i would use to get the artwork to get renamed? And if it could be used in same script . Thanks again
by rajjejosefsson
Mon Mar 03, 2014 1:26 am
Forum: Mac Support
Topic: How do I get the script to work in Transmission (Filebot)
Replies: 25
Views: 33610

Re: How do I get the script to work in Transmission (Filebot

seems to not get any help there, where should i get the help about this u think? :)
by rajjejosefsson
Sun Mar 02, 2014 11:00 am
Forum: Mac Support
Topic: How do I get the script to work in Transmission (Filebot)
Replies: 25
Views: 33610

Re: How do I get the script to work in Transmission (Filebot

I did this now... i put this in the script before the script instead of the #!/bin/bash

#!/bin/bash -x
#
# DEBUG
LOG=/tmp/$$.log
exec > $LOG 2>&1


One Question
I wonder how i can rename the poster.jpg that the script create thats gets in the same folder as the movie, and now i want it to have ...
by rajjejosefsson
Sun Mar 02, 2014 6:58 am
Forum: Mac Support
Topic: How do I get the script to work in Transmission (Filebot)
Replies: 25
Views: 33610

Re: How do I get the script to work in Transmission (Filebot

okey here is the point, the script has worked for me from the first beginning before i wrote here on this forum, and its supposed to rename my movies/tvshows in separate folders and get me artwork for them. but some guy told me on filesbot forum that its not good if the script says Parameter: ut_dir ...
by rajjejosefsson
Sat Mar 01, 2014 11:05 pm
Forum: Mac Support
Topic: How do I get the script to work in Transmission (Filebot)
Replies: 25
Views: 33610

Re: How do I get the script to work in Transmission (Filebot

Okey, now i've done everything you said. even put it in the directory you said.
but i don't understand how i test it in terminal.

i did "ut_dir=$TR_TORRENT_DIR/$TR_TORRENT_NAME" "ut_title=$TR_TORRENT_NAME" manually in the textedit.app with to other text that i copy/paste


anyway thanks for you ...
by rajjejosefsson
Sat Mar 01, 2014 6:07 pm
Forum: Mac Support
Topic: How do I get the script to work in Transmission (Filebot)
Replies: 25
Views: 33610

Re: How do I get the script to work in Transmission (Filebot

So I'm going to write it down in text document then what do i need to type by my self, what is variables? is it the TR_TORRENT_NAME or the quotes " and dollar mark $?

So I'm going to save it as .txt?

and then i understand I'm going to test it by
TR_TORRENT_DIR=/Users/Rasmusjosefsson/Desktop TR ...
by rajjejosefsson
Sat Mar 01, 2014 5:11 pm
Forum: Mac Support
Topic: How do I get the script to work in Transmission (Filebot)
Replies: 25
Views: 33610

Re: How do I get the script to work in Transmission (Filebot

Im trying with textmate app and picked plain text and Western - Windows and copy and paste in terminal.
by rajjejosefsson
Sat Mar 01, 2014 6:41 am
Forum: Mac Support
Topic: How do I get the script to work in Transmission (Filebot)
Replies: 25
Views: 33610

Re: How do I get the script to work in Transmission (Filebot

How do i change the format to ASCII?
by rajjejosefsson
Fri Feb 28, 2014 11:29 pm
Forum: Mac Support
Topic: How do I get the script to work in Transmission (Filebot)
Replies: 25
Views: 33610

Re: How do I get the script to work in Transmission (Filebot

Im only using terminal and did try what you said

1. cd desktop
2. nano transmission-postprocess
3.

#!/bin/bash -x
#
# DEBUG
LOG=/tmp/$$.log
exec > $LOG 2>&1
/Applications/Filebot.app/Contents/MacOS/filebot -script fn:amc --output "my/path" --log-file amc.log --action copy --conflict override -non ...
by rajjejosefsson
Fri Feb 28, 2014 11:02 pm
Forum: Mac Support
Topic: How do I get the script to work in Transmission (Filebot)
Replies: 25
Views: 33610

Re: How do I get the script to work in Transmission (Filebot

Don't know how to find .log if someone can guide me, I'm also new on mac but i think it will be in "system logs" but where
by rajjejosefsson
Fri Feb 28, 2014 10:24 pm
Forum: Mac Support
Topic: How do I get the script to work in Transmission (Filebot)
Replies: 25
Views: 33610

Re: How do I get the script to work in Transmission (Filebot

Its says

Login User_Process 499 ttys000
Login Dead_Process: 499 ttys000

from the systemlog and the script manually pressed says



/Users/Rasmusjosefsson/Desktop/transmission-postprocesss ; exit;
+ LOG=/tmp/510.log
+ exec
logout

[Processen sucsess]
by rajjejosefsson
Thu Feb 27, 2014 10:08 pm
Forum: Mac Support
Topic: How do I get the script to work in Transmission (Filebot)
Replies: 25
Views: 33610

Re: How do I get the script to work in Transmission (Filebot

Comon anyone? sorry about double post.
by rajjejosefsson
Wed Feb 26, 2014 7:20 am
Forum: Mac Support
Topic: How do I get the script to work in Transmission (Filebot)
Replies: 25
Views: 33610

How do I get the script to work in Transmission (Filebot)

I am a beginner at this but will try to explain.

How to call 3rd party programs and how to pass in arguments?
Looks like Transmission is not setting environment variables correctly before the bash script is called which relies on them. (said by one on the forum on filebot)


here is the script i ...