Search found 83 matches

by bonelifer
21 Jul 2013, 05:23
Forum: Feature Requests and Bug Reports
Topic: Wishlist for New Features and Scripts
Replies: 108
Views: 80404

Re: Wishlist for New Features and Scripts

I personally use Ember Media Manager which can be found on the XBMC forums.
by bonelifer
07 Jul 2013, 17:43
Forum: Help and Support
Topic: 3.61 Sources?
Replies: 3
Views: 2765

Re: 3.61 Sources?

If you have it installed, go to it's folder and use a program like 7-zip to open FileBot.jar. JAR files by definition are just zip files with JAVA in them that is executable via the JAVA interpreter.
by bonelifer
10 Jun 2013, 05:31
Forum: Help and Support
Topic: Keeps Creating Subfolders and Format Naming Issue
Replies: 2
Views: 4529

Re: Keeps Creating Subfolders and Format Naming Issue

"_FileBot Portable\filebot.cmd" -script fn:amc "H:/Media Library/_To Sort" --output "H:/Media Library" --log-file "H:/Media Library/_Run FileBot on _To Sort.log" --action copy --conflict override -non-strict --def music=y subtitles=en artwork=y clean=y "...
by bonelifer
10 Jun 2013, 05:23
Forum: Episode / Movie Naming Scheme
Topic: XBMC naming schemes
Replies: 8
Views: 33116

Re: XBMC naming schemes

For anyone wanting to add specials support for their TV series that work with Frodo, I've found and applied an example from another post that now works: {["T:", "Y:"].collect{ drive -> def a=n; new File('Y:/incoming/scripts/names.csv').splitEachLine(';'){if (n==it[0]) a=it[1]}; r...
by bonelifer
04 Jun 2013, 13:07
Forum: Scripting and Automation
Topic: Invoke.vbs not working
Replies: 8
Views: 5619

Re: Invoke.vbs not working

Try changing

Code: Select all

Season {s}

Code: Select all

{"Season"} {s.pad(2)}
by bonelifer
28 Apr 2013, 13:34
Forum: Feature Requests and Bug Reports
Topic: BUG: TVDB matching...
Replies: 1
Views: 2233

BUG: TVDB matching...

File name: Burn_Notice--Question__Answer.mkv

TVDB: Burn Notice - [01x01] - Burn Notice

TVRAGE: Burn Notice - [03x02] - Question & Answer

The Entry on TVDB is correct: http://thetvdb.com/?tab=season&seriesid ... 4341&lid=7
by bonelifer
26 Apr 2013, 22:17
Forum: Feature Requests and Bug Reports
Topic: autoupdate FileBot
Replies: 7
Views: 8217

Re: autoupdate FileBot

Update for the batch file above, this time it checks for a backup of Filebot.jar, if the back up doesn't exist it renames the current one then retrieves the latest HEAD release. If it does exist then it deletes it and renames the current file and then retrieves the HEAD release. fbget.bat cd C:\prog...
by bonelifer
25 Apr 2013, 02:32
Forum: Feature Requests and Bug Reports
Topic: autoupdate FileBot
Replies: 7
Views: 8217

Re: autoupdate FileBot

Here's a batch file for Windows users: fbget.bat cd C:\progra~1\FileBot del FileBot.jar curl -L -O -z FileBot.jar http://sourceforge.net/projects/filebot/files/filebot/HEAD/FileBot.jar Download CURL for Windows(search for "Win32 - Generic" or "Win64 - Generic"): http://curl.haxx....
by bonelifer
23 Apr 2013, 13:54
Forum: Anything and Everything else
Topic: TNT makes me so mad...
Replies: 0
Views: 4734

TNT makes me so mad...

Oh how I hate TNT and sports... How many times have I got to a recording and only part of a show is there. The recording will usually have almost 30-40+ minutes from some sports thing that ran long. I now have to pad my shows on TNT with 60 minutes on each side just to make sure I get the show I was...
by bonelifer
19 Apr 2013, 18:11
Forum: Help and Support
Topic: Trying to combine these two...
Replies: 6
Views: 3828

Re: Trying to combine these two...

Thanks. Works perfectly.
by bonelifer
19 Apr 2013, 16:57
Forum: Help and Support
Topic: Trying to combine these two...
Replies: 6
Views: 3828

Re: Trying to combine these two...

I get this error:
ambig.gif
by bonelifer
19 Apr 2013, 04:15
Forum: Help and Support
Topic: Trying to combine these two...
Replies: 6
Views: 3828

Re: Trying to combine these two...

Couldn't figure that out. Plus does that even check to see if the Series folder already exist?
by bonelifer
18 Apr 2013, 18:45
Forum: Help and Support
Topic: Trying to combine these two...
Replies: 6
Views: 3828

Trying to combine these two...

Current TV renaming scheme: Y:/Videos/TV/{def a; new File('Y:/incoming/scripts/names.csv').splitEachLine(';'){ if (n == it[0]) a = it[1]}; a ?: n.upperInitial().replaceTrailingBrackets()}/{"Season"} {s.pad(2)}/{def a; new File('Y:/incoming/scripts/names.csv').splitEachLine(';'){ if (n == i...
by bonelifer
14 Apr 2013, 16:24
Forum: Scripting and Automation
Topic: [Script] Email yourself missing and upcoming episodes
Replies: 16
Views: 11583

Re: [Script] Email yourself missing and upcoming episodes

I already have Apache running on the system due to it being a mythtv system, so having Filebot write out html to the same name in the same directory would be easier than having to check an account. I've actually set up a filter in GMAIL for the Filebot email so it's not a problem, but would be easie...
by bonelifer
10 Apr 2013, 17:03
Forum: Scripting and Automation
Topic: [Script] Email yourself missing and upcoming episodes
Replies: 16
Views: 11583

Re: [Script] Email yourself missing and upcoming episodes

G_G inks could you possibly add a new function so that it can be called to instead write out the html in a directory on the computer? I keep a cheap($27.00 shipped 7" android tablet in the living room) and it would be nice to check via the Dolphin web browser in those cases.
by bonelifer
09 Apr 2013, 01:35
Forum: Scripting and Automation
Topic: [Script] Email yourself missing and upcoming episodes
Replies: 16
Views: 11583

Re: [Script] Email yourself missing and upcoming episodes

Thanks everyone for the help. On my MythBuntu 11.10 system I had implement c.murphy360's code change(with the new regex) to get it to work. I ended up removing "missed", because I really don't need it and it was telling me that I was missing every episode of M*A*S*H, despite having the maj...
by bonelifer
08 Apr 2013, 17:20
Forum: Scripting and Automation
Topic: [Script] Email yourself missing and upcoming episodes
Replies: 16
Views: 11583

Re: [Script] Email yourself missing and upcoming episodes

Could you give me the regex for:

/media/Store/Videos/TV/Bones/Season 01/Bones - [01x01] - Pilot.mkv
by bonelifer
07 Apr 2013, 18:17
Forum: Help and Support
Topic: Not Getting This Movie Right without adding the IMDB id to..
Replies: 2
Views: 2651

Re: Not Getting This Movie Right without adding the IMDB id

I figured it was something like that. Sometimes AMC throws them in to take up time and I end up with them fully recorded with whatever I'm recording. Most of them make nice intermissions.
by bonelifer
07 Apr 2013, 04:50
Forum: Help and Support
Topic: Not Getting This Movie Right without adding the IMDB id to..
Replies: 2
Views: 2651

Not Getting This Movie Right without adding the IMDB id to..

It's not getting this one right:

Just_What_I_Needed.mkv

Had to rename it this before it would be recognized
Just_What_I_Needed.tt1636508.mkv

It would match it with "What?" without the imdb-id.
by bonelifer
28 Mar 2013, 00:38
Forum: Scripting and Automation
Topic: NOOB - rename MOVIES and find english subs
Replies: 10
Views: 9100

Re: NOOB - rename MOVIES and find english subs

tmanto02 those are ran from the command line/terminal. You'll need to change "/path/to/movies" to the path of the folder that contains your movies. It'll will expect that only movies are in the folder, so don't have any TV series episodes mixed in the folder.
by bonelifer
28 Mar 2013, 00:27
Forum: Help and Support
Topic: Need help figuring out how to deal with certain tv show name
Replies: 17
Views: 10768

Re: Need help figuring out how to deal with certain tv show

bonelifer wrote:As soon as I can, I'll donate some money.
And money came in early, so done. Filebot makes one of the most tedious and time consuming parts of recording shows and storing them so completely easy. Thanks.
by bonelifer
27 Mar 2013, 03:46
Forum: Help and Support
Topic: Need help figuring out how to deal with certain tv show name
Replies: 17
Views: 10768

Re: Need help figuring out how to deal with certain tv show

Filbot via theTVDB or TVRage

is taking:
NCIS_Los_Angeles--Red_Part_Two.mkv

and producing:
NCIS- LA - [03x14] - Partners.mkv

Should be something like:
NCIS- LA - [04x19] - Red (2).mkv

It was tonight's episode, but it's already on their site. Cache or not properly matching?
by bonelifer
26 Mar 2013, 23:45
Forum: Help and Support
Topic: Need help figuring out how to deal with certain tv show name
Replies: 17
Views: 10768

Re: Need help figuring out how to deal with certain tv show

This maybe one of those that's hard to do or will just require manual renaming but here's another scenario that just hit me:

Filename:
How_I_Met_Your_Mother--Robin_101.mkv

Should be:
How I Met Your Mother - [05x03] - Robin 101.mkv

Filebot sees that as:
How I Met Your Mother - [01x01] - Pilot.mkv
by bonelifer
26 Mar 2013, 03:26
Forum: Help and Support
Topic: Need help figuring out how to deal with certain tv show name
Replies: 17
Views: 10768

Re: Need help figuring out how to deal with certain tv show

2. Should work better by tomorrow. My still ask though. Thank you. Works. Donation hopefully at the beginning of the month. I'm also available as a Moderator if you need the help. References can be had from my TL at phpbb.com or Marshalrusty(i'm sure he won't mind me suggesting that :) ) : bonelife...