Search found 6 matches

by larsser15
18 Mar 2013, 04:19
Forum: Scripting and Automation
Topic: How to use CLI in General
Replies: 1
Views: 2228

How to use CLI in General

Hello, awesome tool you have been developing. I'm not an advanced user, but I want to try using the media fetch scripts for TV shows and movies... I don't really know how to use the CLI though.

Is there a general guide for this?

Thanks so much!
by larsser15
07 Jun 2012, 02:41
Forum: Help and Support
Topic: Titles, put "The" at end of Title?
Replies: 2
Views: 3626

Re: Titles, put "The" at end of Title?

awesome, thank you
by larsser15
07 Jun 2012, 02:36
Forum: Help and Support
Topic: Strange values for video format (vf)
Replies: 14
Views: 10917

Re: Strange values for video format (vf)

So I feel that I'm only interested in 1080p and 720p, and anything less, I'll just call SD, so I came up with this slight modification. {def h = video.height as int; h >1000 ? "1080p" : h > 700 ? "720p" : h > 400 ? "480p" : "SD"} Code wise, I've only dabbled i...
by larsser15
06 Jun 2012, 01:24
Forum: Help and Support
Topic: Titles, put "The" at end of Title?
Replies: 2
Views: 3626

Titles, put "The" at end of Title?

A lot of things begin with "The"... and that makes it tough to find them...

is there a way to create a if statement, so that if a name begins with "The", put it at the end, after a comma?

Ex.
The Lord of the Rings
to
Lord of the Rings, The
by larsser15
09 Feb 2012, 05:12
Forum: Help and Support
Topic: Name Scheme Tags
Replies: 2
Views: 3888

Name Scheme Tags

FileBot looks like an awesome program, but there's no help file or help page what-so-ever to easily explain how to use this is there somewhere where all the available "tags" are explained is there somewhere that quickly explains what each pane does? if someone can guide me a little, i will...