Search found 12 matches

by jfoor
17 Jan 2017, 20:02
Forum: Scripting and Automation
Topic: Quick question about AMC and rtorrent-postprocess.sh
Replies: 4
Views: 2527

Re: Quick question about AMC and rtorrent-postprocess.sh

Okay so rtorrent-postprocess.sh would need to be in the same folder as .rtorrent.rc in this instance?
by jfoor
17 Jan 2017, 19:37
Forum: Scripting and Automation
Topic: Quick question about AMC and rtorrent-postprocess.sh
Replies: 4
Views: 2527

Quick question about AMC and rtorrent-postprocess.sh

Hey rednoah quick question, I noticed the exec line for rtorrent.rc that's posted in the AMC thread is different than what's listed on the github.. I'm assuming the github is correct as it's the more current of the two. Just wanted to check. From AMC thread: system.method.set_key=event.download ...
by jfoor
17 Aug 2015, 14:51
Forum: Scripting and Automation
Topic: Exclude Media Types?
Replies: 2
Views: 3237

Re: Exclude Media Types?

Got time to test this out and using --def ignore="([^\s]+(\.(?i)(mkv|avi|mp4))$)" is working so far.

I appreciate your help!
by jfoor
17 Aug 2015, 05:01
Forum: Scripting and Automation
Topic: Exclude Media Types?
Replies: 2
Views: 3237

Exclude Media Types?

Hello, I've got your amc.groovy script running to process music files using ID3 Tags that you (rednoah) have helped me with. I use Sonarr to process tv shows and I'd like to prevent filebot from copying/renaming anything other than music files as Sonarr works the way I'd like it to. I've tried ...
by jfoor
10 Jul 2015, 17:31
Forum: Windows
Topic: Music Track #s Missing
Replies: 10
Views: 7649

Re: Music Track #s Missing

I apologize. My reading comprehension today is at an all time low. You're exactly right, I changed the script to "db:'ID3 Tags" which will work for now.

I appreciate your help, and patience.
by jfoor
10 Jul 2015, 16:31
Forum: Windows
Topic: Music Track #s Missing
Replies: 10
Views: 7649

Re: Music Track #s Missing

Okay so using: "filebot -script fn:amc --output "E:/" --log-file amc.log --action copy --conflict override -non-strict --def music=y subtitles=en artwork=y --def "musicFormat=E:/Music/{artist}/{album}/{fn}" "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D" outputs the ...
by jfoor
10 Jul 2015, 15:38
Forum: Windows
Topic: Music Track #s Missing
Replies: 10
Views: 7649

Re: Music Track #s Missing

So even though I'm calling the default amc.groovy script having "--def "musicFormat=E:/Music/{artist}/{album}/{fn}"" in the arguments will modify that? I have yet to have an issue with the {artist} or {album} sorting it's just the filename that keeps getting modified even thought I thought this was ...
by jfoor
10 Jul 2015, 05:15
Forum: Windows
Topic: Music Track #s Missing
Replies: 10
Views: 7649

Re: Music Track #s Missing

To elaborate on my issue.. I'm running windows 7, have uTorrent 3.1.3, 64bit AND 32bit Java installed because some apps called for it and the latest version of Filebot. In my uTorrent Run Program window I have the following: "filebot -script fn:amc --output "E:/" --log-file amc.log --action copy ...
by jfoor
10 Jul 2015, 01:59
Forum: Windows
Topic: Music Track #s Missing
Replies: 10
Views: 7649

Re: Music Track #s Missing

Could you elaborate on your previous post? I'm not sure where to include the {fn} tag as to sort the files properly. And also how to modify the script you had detailed in the forum link I post where you detail how to automate utorrent. I guess I need to download something to view and modify the ACM ...
by jfoor
09 Jul 2015, 13:23
Forum: Windows
Topic: Music Track #s Missing
Replies: 10
Views: 7649

Re: Music Track #s Missing

{fn} was what I needed.

Thank you very much! Appreciate your help.
by jfoor
09 Jul 2015, 04:48
Forum: Windows
Topic: Music Track #s Missing
Replies: 10
Views: 7649

Music Track #s Missing

First off I love filebot for renaming all my media so far. Recently tried to use it to rename newly downloaded music and I keep getting albums with missing track numbers even though they already numbered in the original file name. This may just be an issue w/ AcoustID as some of the music is rather ...