Search found 11 matches
- 23 Sep 2014, 18:49
- Forum: Scripting and Automation
- Topic: Filebot Debian Linux + Transmission + TV/Movie Recognization
- Replies: 15
- Views: 7045
Re: Filebot Debian Linux + Transmission + TV/Movie Recogniza
The problem here is that I am running this off of a time based script. I don't want the tail end of my AcoustID to catch files that have been newly downloaded and haven't had the opportunity to pass through ID3 identification first. Make sense? The reason I am using time-based scripting is because ...
- 23 Sep 2014, 18:33
- Forum: Scripting and Automation
- Topic: Filebot Debian Linux + Transmission + TV/Movie Recognization
- Replies: 15
- Views: 7045
Re: Filebot Debian Linux + Transmission + TV/Movie Recogniza
In the amc script you just need to set --def music=y and hope that AcoustID will identify files in the way you want. The rest works pretty much the same as with everything else: filebot -rename test.mp3 filebot -rename test.mp3 --db AcoustID --action copy --format "{artist} - {t}" --db AcoustID by ...
- 23 Sep 2014, 17:15
- Forum: Scripting and Automation
- Topic: Filebot Debian Linux + Transmission + TV/Movie Recognization
- Replies: 15
- Views: 7045
Re: Filebot Debian Linux + Transmission + TV/Movie Recogniza
Turns out that latest stable is 2.13 and filebot is needing 2.14 for fpcalc.
What a pain.
I added the libc6-dev package and it seems to have resolved the issue.
What a pain.
I added the libc6-dev package and it seems to have resolved the issue.
- 23 Sep 2014, 16:55
- Forum: Scripting and Automation
- Topic: Filebot Debian Linux + Transmission + TV/Movie Recognization
- Replies: 15
- Views: 7045
Re: Filebot Debian Linux + Transmission + TV/Movie Recogniza
I'm getting an interesting error now: /usr/share/filebot/fpcalc: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by /usr/share/filebot/fpcalc) I'm running Debian with latest version of libc6 package. My script syntax is: #!/bin/bash filebot -rename /var/files/torrents/music ...
- 23 Sep 2014, 14:24
- Forum: Scripting and Automation
- Topic: Filebot Debian Linux + Transmission + TV/Movie Recognization
- Replies: 15
- Views: 7045
Re: Filebot Debian Linux + Transmission + TV/Movie Recogniza
Ok now I am curious on Filebot's music renaming capabilities. Are there any documented CLI examples on how to use the music option?
- 22 Sep 2014, 20:46
- Forum: Scripting and Automation
- Topic: Filebot Debian Linux + Transmission + TV/Movie Recognization
- Replies: 15
- Views: 7045
Re: Filebot Debian Linux + Transmission + TV/Movie Recogniza
Ah makes sense considering there is no variable for it.
- 22 Sep 2014, 19:33
- Forum: Scripting and Automation
- Topic: Filebot Debian Linux + Transmission + TV/Movie Recognization
- Replies: 15
- Views: 7045
Re: Filebot Debian Linux + Transmission + TV/Movie Recogniza
Alright that makes sense. I noticed you don't use ut_label in the recommended automated script for Transmission. Why is this?
http://www.filebot.net/forums/viewtopic ... 1561#p3380
http://www.filebot.net/forums/viewtopic ... 1561#p3380
- 22 Sep 2014, 19:12
- Forum: Scripting and Automation
- Topic: Filebot Debian Linux + Transmission + TV/Movie Recognization
- Replies: 15
- Views: 7045
Re: Filebot Debian Linux + Transmission + TV/Movie Recogniza
Ok bear with me here. And ut_label correlates to what exactly? The torrent filename? Magnet link URL? Magnet link metadata?
- 22 Sep 2014, 18:55
- Forum: Scripting and Automation
- Topic: Filebot Debian Linux + Transmission + TV/Movie Recognization
- Replies: 15
- Views: 7045
Re: Filebot Debian Linux + Transmission + TV/Movie Recogniza
I'm a little confiused by that quote. Does it mean that you can activate media type detection (TV or Movie) based on torrent label? If so, what is the match logic/criteria?
- 22 Sep 2014, 15:37
- Forum: Scripting and Automation
- Topic: Filebot Debian Linux + Transmission + TV/Movie Recognization
- Replies: 15
- Views: 7045
Filebot Debian Linux + Transmission + TV/Movie Recognization
Is there any clean way to invoke a Filebot script so that it renames and moves torrents based on an identification type? What I want to do is have one instance of transmission invoke Filebot and then have filebot identify if the media is a TV show or Movie and perform rename actions based off of ...
- 28 Jan 2014, 03:39
- Forum: Scripting and Automation
- Topic: Using --format variables in --output
- Replies: 1
- Views: 1961
Using --format variables in --output
Hello, can someone look at the below and tell me if it's possible? I can't get it to work. The problem is that the variables are not being used in the --output option. If this isn't the best way to accomplish this then please advise. Thanks! filebot -rename /mnt/media/torrents-tv -r --output "/mnt ...