Search found 23 matches

by phifer2088
20 Aug 2015, 09:50
Forum: Scripting and Automation
Topic: Changeing AMC default naming
Replies: 19
Views: 10964

Re: Changeing AMC default naming

I am searching the web to find answers to installing Mediainfo. FileBot 4.6 (r3052) JNA Native: 4.0.0 MediaInfo: java.lang.UnsatisfiedLinkError: Unable to load library 'mediainfo': Native library (linux-x86/libmediainfo.so) not found in resource path ([file:/sha re/CACHEDEV1_DATA/.qpkg/Optware/share ...
by phifer2088
14 Aug 2015, 15:16
Forum: Scripting and Automation
Topic: Changeing AMC default naming
Replies: 19
Views: 10964

Re: Changeing AMC default naming

I reinstalled Filebot 4.6 and as I said before I edited the AMC script to include the parameters I wanted added to the file names and here are the results. I tried just adding them to the script I run instead of downloading and making changes to your script, but I never had any positive results and ...
by phifer2088
13 Aug 2015, 22:24
Forum: Scripting and Automation
Topic: Changeing AMC default naming
Replies: 19
Views: 10964

Re: Changeing AMC default naming

So the new one won't work until QNAP supports a 64-bit version of JAVA?
by phifer2088
13 Aug 2015, 16:05
Forum: Scripting and Automation
Topic: Changeing AMC default naming
Replies: 19
Views: 10964

Re: Changeing AMC default naming

So I downloaded the groovy scripts into a folder on my NAS. I am trying to customize them. I only changed the section below and that was just to make the movies formatted with resolution, audio codec, and audio channels. // series/anime/movie format expressions def format = [ tvs: any{ seriesFormat ...
by phifer2088
13 Aug 2015, 12:47
Forum: Scripting and Automation
Topic: Changeing AMC default naming
Replies: 19
Views: 10964

Re: Changeing AMC default naming

I figured out I needed the full path for the output of the file. I was thinking it would just add to the --output "/share/Multimedia" Now that i have changed that I am getting successful file renames, but it is adding the year before and after the resolution instead of just before. Terminator 4 ...
by phifer2088
13 Aug 2015, 05:05
Forum: Scripting and Automation
Topic: Changeing AMC default naming
Replies: 19
Views: 10964

Re: Changeing AMC default naming

Am I on the right track with this script? filebot -script fn:amc --output "/share/Multimedia" --def "seriesFormat=/TV/{n}/{'S'+s}/{fn}" "animeFormat=/Anime/{n}/{fn}" "movieFormat=/Movies/{n} {y}/{fn} {y} ({vf})" "musicFormat=/Music/{n}/{fn}" --log-file amc.log --action move --conflict override --def ...
by phifer2088
10 Aug 2015, 18:08
Forum: Scripting and Automation
Topic: Changeing AMC default naming
Replies: 19
Views: 10964

Re: Changeing AMC default naming

I googled how to install groovy on a windows machine. http://mythruna.com/forum/index.php?topic=1001.0 http://i33.photobucket.com/albums/d76/phifer8390/filebot%202.png I can now pick one of my blu-ray rips and it will bind some of the other options including the {vf} that I wanted. Now I just have ...
by phifer2088
10 Aug 2015, 18:00
Forum: Scripting and Automation
Topic: QNAP TS 451 + Transmission + Filebot
Replies: 5
Views: 5592

Re: QNAP TS 451 + Transmission + Filebot

I just installed the last version of filebot on my qnap via Putty look in attachment please But still doesn't find the way to install Java 8. I allready downloaded the package ejdk-8u33-fcs-linux-i586.gz to my Public folder on my qnap. Can you discribe my the next stepts.... I'm sure I'm not very ...
by phifer2088
10 Aug 2015, 16:37
Forum: Scripting and Automation
Topic: Changeing AMC default naming
Replies: 19
Views: 10964

Re: Changeing AMC default naming

I have done this. I did this before posting, but it does not say what kind of file is going to allow me to use the other options. If I select a file from my media library it has just as many as the default.
by phifer2088
07 Aug 2015, 13:54
Forum: Scripting and Automation
Topic: Changeing AMC default naming
Replies: 19
Views: 10964

Re: Changeing AMC default naming

I am getting lots of expressions as undefined. I found the mediabindingbean.java file thinking that might help me, but I don't know how to import that using a windows machine. I assume my Linux NAS has something similar because CouchPotato gives the option of adding {vf} to show (1080P, 720P, 480P ...
by phifer2088
06 Aug 2015, 11:22
Forum: Scripting and Automation
Topic: Changeing AMC default naming
Replies: 19
Views: 10964

Re: Changeing AMC default naming

Thank you. As far as the format editor I won't be able to access it, or I don't know how, because this is running on a Linux based NAS that I access via command line only. If there is a way to create a custom QPKG for QNAP brand NAS's that would be great. I will actually bring this up to the message ...
by phifer2088
06 Aug 2015, 09:35
Forum: Scripting and Automation
Topic: Changeing AMC default naming
Replies: 19
Views: 10964

Changeing AMC default naming

Hello I am using filebot and the AMC script through command line and having a problem figuring out how to change the default naming scheme. I know this line is in the AMC post --def "seriesFormat=X:/TV/{n}/{'S'+s}/{fn}" "animeFormat=X:/Anime/{n}/{fn}" "movieFormat=Z:/Movies/{n} {y}/{fn ...
by phifer2088
24 Jan 2015, 19:20
Forum: Help and Support
Topic: Post-process AMC script - Transmission on Mac OS X
Replies: 5
Views: 4815

Re: Post-process AMC script - Transmission on Mac OS X

Thanks, the Transmission forums go as far as pointing towards the Message Log I mention above, so it must be my fault :P I'll do some more in-depth research on OS X, its permissions and anything else that seems relevant and report back if I make any progress. Arny, Did you ever find a solution? I ...
by phifer2088
15 Jan 2015, 06:02
Forum: Help and Support
Topic: Limit reached on fetching subtitles
Replies: 5
Views: 3111

Re: Limit reached on fetching subtitles

Does this look like a good course of action? Running the AMC script when files finish downloading filebot -script fn:amc --output "/share/Multimedia" --log-file amc.log --action move --conflict override --def music=y --def subtitles=en --def artwork=y --def clean=y -non-strict "/share/Public" --def ...
by phifer2088
14 Jan 2015, 18:31
Forum: Help and Support
Topic: Limit reached on fetching subtitles
Replies: 5
Views: 3111

Re: Limit reached on fetching subtitles

The script I am using is posted below. Does FileBot not update the log file to prevent from processing the files already completed? Thanks for helping me learn more. filebot -script fn:amc --output "/share/Multimedia" --log-file amc.log --action move --conflict override --def music=y --def subtitles ...
by phifer2088
14 Jan 2015, 17:38
Forum: Help and Support
Topic: Limit reached on fetching subtitles
Replies: 5
Views: 3111

Limit reached on fetching subtitles

Will FileBot go back and look for subtitles each time if I have reached my limit or is there another command I can run so that is what it will do? Also, I installed this on my Windows PC and my QNAP NAS. I never setup a log-in for my NAS but it still downloaded the .srt files. Do I not need to ...
by phifer2088
13 Jan 2015, 14:44
Forum: Help and Support
Topic: QNAP Install and Setup
Replies: 13
Views: 15822

Re: QNAP Install and Setup

i686 means it's a package for 32-bit Intel x86 CPUs. So the IPKG package should be fine presuming QNAP supports ipkg and you generally know what ipkg is and does. Assuming java is setup already, this should work: wget http://sourceforge.net/projects/filebot/files/filebot/FileBot_4.5.3/filebot_4.5.3 ...
by phifer2088
13 Jan 2015, 09:28
Forum: Help and Support
Topic: QNAP Install and Setup
Replies: 13
Views: 15822

Re: QNAP Install and Setup

rednoah wrote:Why?

/usr/local/bin is always in the PATH so if you link the executables to /usr/local/bin you don't need to add anything to the PATH.
So how do I link the executables? I know my path is /share/homes/admin/FileBot_4.5.3

Is it as simple as ln -s /share/homes/admin/FileBot_4.5.3
by phifer2088
13 Jan 2015, 09:06
Forum: Help and Support
Topic: QNAP Install and Setup
Replies: 13
Views: 15822

Re: QNAP Install and Setup

I have placed the portable unzipped on my NAS and have also included the additional files into the folder. Now I am working on editing my .profile
Where should the file links be added?

Scratch this working on symlink
by phifer2088
13 Jan 2015, 06:48
Forum: Help and Support
Topic: QNAP Install and Setup
Replies: 13
Views: 15822

Re: QNAP Install and Setup

I would like to have the MediaInfo/7zip/AcoustID features so I will attempt setting Filebot up this way. Would the setup of each of these install types be similar to each other after being installed?
by phifer2088
13 Jan 2015, 05:47
Forum: Help and Support
Topic: QNAP Install and Setup
Replies: 13
Views: 15822

Re: QNAP Install and Setup

Java is installed and works. I am currently at work so I will be working this issue again when I get home. From the way your last line reads it sounds like the portable package could be a better option. Once I have this working I would like to create a install/setup guide from the ground up for ...
by phifer2088
12 Jan 2015, 20:32
Forum: Help and Support
Topic: QNAP Install and Setup
Replies: 13
Views: 15822

Re: QNAP Install and Setup

Java is already installed and is loacted in the application center on my qnap. I have used wget to retrieve the file located at http://sourceforge.net/projects/filebot/files/filebot/FileBot_4.5.3/FileBot_4.5.3.app.tar.gz/download I am unsure if that would be the correct file as it is still ...
by phifer2088
12 Jan 2015, 16:03
Forum: Help and Support
Topic: QNAP Install and Setup
Replies: 13
Views: 15822

QNAP Install and Setup

I have a QNAP TS-651 and I would love to get filebot with a script like the one listed in the link below. It automatically renames your TV shows to a format like this: "The Walking Dead 4x15 Us.mkv", places it in a folder like "TV Shows/The Walking Dead/Season 4/" and automatically downloads ...