Search found 22 matches

by sam829
17 Feb 2015, 14:16
Forum: Help and Support
Topic: getFiles
Replies: 1
Views: 1811

getFiles

Good Day, Filebot Members, I would like to create a groovy script to perform on files, rather than folders as show in 'sorty.groovy' 1. Fetch Artwork & NFO 2. Rename and Move to Destination Would combining artwork.tmdb.groovy script be advisable? I'm working on one portion of the code at a time, yes ...
by sam829
10 Sep 2013, 18:47
Forum: Help and Support
Topic: Renaming TV Episodes Without Season and Episode Reference
Replies: 3
Views: 3302

Re: Renaming TV Episodes Without Season and Episode Referenc

The three file names below were extracted into the folder where Filebot is called to rename/move to the server. They were not processed for whatever reason. ridiculousness.0318-yestv under.the.dome.112.hdtv-lol bar.rescue.319.hdtv.x264-sys The file name below was the last one to be extracted into ...
by sam829
10 Sep 2013, 17:32
Forum: Help and Support
Topic: Renaming TV Episodes Without Season and Episode Reference
Replies: 3
Views: 3302

Renaming TV Episodes Without Season and Episode Reference

How do I get Filebot to rename file that do not include a season and episode reference in the tile? For example if a TV show has, s01e01 the file is handled with no problems. Now if the TV show does not have a season and an episode reference as shown below in the three examples it does nothing ...
by sam829
01 Oct 2012, 16:07
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1036
Views: 1036272

Re: Fully Automated Media Center

First bit of code is a VB script, .vbs extension. You ONLY need to modify the location of your batch file. Ex.) C:\Program Files\Filebot\tvdirwatcher.bat <-- Change this to the location of your batch file Set WshShell = CreateObject("WScript.Shell") WshShell.Run chr(34) & "C:\Program Files\Filebot ...
by sam829
29 Sep 2012, 17:55
Forum: Scripting and Automation
Topic: Script to replace (Event Ghost, SCRU, theRenamer)
Replies: 29
Views: 23122

Re: Script to replace (Event Ghost, SCRU, theRenamer)

Alright then, I guess I'll have to use both then
by sam829
29 Sep 2012, 02:20
Forum: Scripting and Automation
Topic: Script to replace (Event Ghost, SCRU, theRenamer)
Replies: 29
Views: 23122

Re: Script to replace (Event Ghost, SCRU, theRenamer)

C:\Windows\system32>filebot -rename M:/TVComplete --output \\ds212/TV --format "{n}/Season {s}/{n} {sxe} {t}" -non-strict --db TheTVDB Rename episodes using [TheTVDB] Auto-detected query: [CSI New York, flashpoint] Fetching episode data for [Flashpoint] [MOVE] Rename [M:\TVComplete\CSI.New.York ...
by sam829
17 Sep 2012, 17:07
Forum: Scripting and Automation
Topic: Script to replace (Event Ghost, SCRU, theRenamer)
Replies: 29
Views: 23122

Re: Script to replace (Event Ghost, SCRU, theRenamer)

I'll wait patiently in hopes of a change.

thank you
by sam829
17 Sep 2012, 05:36
Forum: Scripting and Automation
Topic: Script to replace (Event Ghost, SCRU, theRenamer)
Replies: 29
Views: 23122

Re: Script to replace (Event Ghost, SCRU, theRenamer)

Code: Select all

Failed to fetch episode data: [Diners Drive Ins and Dives]
<--- Output being displayed by Filebot (From Above)

Diners, Drive-ins and Dives <--- Name of file and title on theTVDB

Would characters such as ( , - ) cause problems?
by sam829
17 Sep 2012, 05:27
Forum: Scripting and Automation
Topic: Script to replace (Event Ghost, SCRU, theRenamer)
Replies: 29
Views: 23122

Re: Script to replace (Event Ghost, SCRU, theRenamer)

It is on the theTVDB ;) http://thetvdb.com/?tab=series&id=82918 When issues like this occur I end up just firing 'theRenamer', which is using theTVDB as it's source as well. Which leads me to believe there is something in the way Filebot is detecting the file name that is causing the unable to match ...
by sam829
17 Sep 2012, 02:02
Forum: Scripting and Automation
Topic: Script to replace (Event Ghost, SCRU, theRenamer)
Replies: 29
Views: 23122

Re: Script to replace (Event Ghost, SCRU, theRenamer)

Thank you for the info above. Finally got me over that hump ;-) C:\Windows\system32>filebot -rename M:/TVComplete --output \\ds212/TV --format "{n}/Season {s}/{n} {sxe} {t}" -non-strict --db TheTVDB Rename episodes using [TheTVDB] Auto-detected query: [Diners Drive Ins and Dives] Failed to fetch ...
by sam829
13 Sep 2012, 18:55
Forum: Scripting and Automation
Topic: Script to replace (Event Ghost, SCRU, theRenamer)
Replies: 29
Views: 23122

Re: Script to replace (Event Ghost, SCRU, theRenamer)

I've spent the better part of the last 72 hrs, sifting through example scripts and reading over the beginners guide @ 'http://groovy.codehaus.org/' and I'd say I'm further away then I was before I started. If you have the time maybe you could point me in the right direction. Not asking you to write ...
by sam829
11 Sep 2012, 02:18
Forum: Scripting and Automation
Topic: Script to replace (Event Ghost, SCRU, theRenamer)
Replies: 29
Views: 23122

Re: Script to replace (Event Ghost, SCRU, theRenamer)

I decided to tinker with adding artwork to my movies just to speed up the process on my Boxee Box's. filebot -script fn:artwork.tmdb -rename M:/MoviesComplete --output \\ds212/Movies --format "{n} ({y})/{n} ({y}){"CD$pi"}" -non-strict --db TheMovieDB I tried maybe a half dozen different movies and ...
by sam829
09 Sep 2012, 00:25
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1036
Views: 1036272

Re: Fully Automated Media Center

I fixed my original post. I had 100+ tabs open should payed closer attention.

Code: Select all

filebot -script "path/to/script.groovy" args...
http://filebot.sourceforge.net/cli.html
by sam829
08 Sep 2012, 20:59
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1036
Views: 1036272

Re: Fully Automated Media Center

Code: Select all

filebot -script "C:\Program Files\Filebot\watcher.groovy"
Just add the full path to 'watcher.groovy'.
by sam829
07 Sep 2012, 06:49
Forum: Scripting and Automation
Topic: Script to replace (Event Ghost, SCRU, theRenamer)
Replies: 29
Views: 23122

Re: Script to replace (Event Ghost, SCRU, theRenamer)

I'd certainly help fund your troubles along the way for coming up with a working solution. ;)

EDIT: Things are finally to a satisfactory point. A bit further and you'll be leaving similar packages in the dust. Much respect to you kind sir!
by sam829
06 Sep 2012, 20:01
Forum: Scripting and Automation
Topic: Script to replace (Event Ghost, SCRU, theRenamer)
Replies: 29
Views: 23122

Re: Script to replace (Event Ghost, SCRU, theRenamer)

Thank you for your reply.

However, I've found some info that may or not be a look in the right direction. :)

http://jnotify.sourceforge.net/

http://java.dzone.com/articles/using-ja ... tchservice
by sam829
06 Sep 2012, 05:04
Forum: Scripting and Automation
Topic: Script to replace (Event Ghost, SCRU, theRenamer)
Replies: 29
Views: 23122

Re: Script to replace (Event Ghost, SCRU, theRenamer)

Is it possible to change my configuration slightly to alleviate the issue. Along the lines of your full automated script http://filebot.sourceforge.net/forums/viewtopic.php?f=4&t=215#p1561 EDIT: The ultimate goal is to have the files end up on my NAS in their respective folders. The method of ...
by sam829
06 Sep 2012, 01:14
Forum: Scripting and Automation
Topic: Script to replace (Event Ghost, SCRU, theRenamer)
Replies: 29
Views: 23122

Re: Script to replace (Event Ghost, SCRU, theRenamer)

I fixed the issue by increasing 'watchman.commitDelay = 10 * 1000' //default = 5 However what I'm noticing is that the if a program moves files from /Incomplete --> /Complete/TV the script does not pick up on the moved files. EX.) uTorrent downloads into Incomplete, Moves to complete (based on ...
by sam829
06 Sep 2012, 00:49
Forum: Scripting and Automation
Topic: Script to replace (Event Ghost, SCRU, theRenamer)
Replies: 29
Views: 23122

Re: Script to replace (Event Ghost, SCRU, theRenamer)

I'm a bit slow, fixed the above issue.

However, the extracted video I get comes up as broken/incomplete in VLC. This does not happen when I manually extract the files.

EDIT: It appears that it's trying to complete the process before the multi part RAR's are finished...
by sam829
05 Sep 2012, 17:11
Forum: Scripting and Automation
Topic: Script to replace (Event Ghost, SCRU, theRenamer)
Replies: 29
Views: 23122

Re: Script to replace (Event Ghost, SCRU, theRenamer)

c:\Program Files\FileBot>filebot -script fn:housekeeping -extract -rename 'M:\Complete\TV' --output '\\ds212\TV' --format "{n}/Season {s}/{n} - {sxe} - {t}" --db TheTVDB Sep 05, 2012 12:55:22 PM net.sourceforge.filebot.cli.ArgumentBean getFiles WARNING: The filename, directory name, or volume label ...
by sam829
05 Sep 2012, 16:24
Forum: Scripting and Automation
Topic: Script to replace (Event Ghost, SCRU, theRenamer)
Replies: 29
Views: 23122

Re: Script to replace (Event Ghost, SCRU, theRenamer)

@rednoah Thank you for your quick response. Although, I'm not the most familiar with scripting. Hopefully, I'll learn something and be able to contribute help to those with similar questions. How can I execute the scripts automatically? I do understand though how to run them from the CLI manually ...
by sam829
05 Sep 2012, 05:43
Forum: Scripting and Automation
Topic: Script to replace (Event Ghost, SCRU, theRenamer)
Replies: 29
Views: 23122

Script to replace (Event Ghost, SCRU, theRenamer)

I have been using SCRU and theRenamer, tied together with Event Ghost and recently someone suggested I have a look at Filebot to make things more efficient. Below is a run down of what I am currently working with. I'd like to know if what I'm even trying to do is possible with Filebot. If so a ...