topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 10:02 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Need some help here  (Read 13726 times)

Coeluh

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 273
  • Family Guy ^^
    • View Profile
    • Jeroen Coelen
    • Donate to Member
Need some help here
« on: April 08, 2009, 03:21 AM »
I've this thing called μTorrent, which I sometimes want to open from FARR. But when I can't find the μ-key and i do not want to learn it. Can i assign a nickname to μTorrent, like utorrent?

bgd77

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 203
    • View Profile
    • Donate to Member
Re: Need some help here
« Reply #1 on: April 08, 2009, 04:10 AM »
I think this is down by using aliases, but I do not know exactly how to configure it. Hope a more expert member will lighten us.

I have the same problem with this program, but I search for "torrent" to open the program.

bgd77

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 203
    • View Profile
    • Donate to Member
Re: Need some help here
« Reply #2 on: April 08, 2009, 04:21 AM »
Ok, I found how to do it.  :D

1) open FARR.
2) open the options.
3) in Lists, go to Aliases/Groups.
4) from "Select Aliases/Group file to configure" select myaliases.alias
5) right click in the empty space and choose "Add new entry"
6) in the "Group Alias Name" enter utorrent (or what you want)
7) in the Results enter the path to utorrent (or click the open folder icon from the bottom and go to the executable)
8) click OK. the next time you search utorrent in FARR, it will the first option

FARR - it is a GREAT program!

tomos

  • Charter Member
  • Joined in 2006
  • ***
  • Posts: 11,959
    • View Profile
    • Donate to Member
Re: Need some help here
« Reply #3 on: April 08, 2009, 04:51 AM »
well if I search for maker i get
Textmaker
Planmaker
etc.

so you could always just search for torrent as bgd77 says
it's probably found it by the time you've the second r typed (if not the first time probably the second time)
Tom

lanux128

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 6,277
    • View Profile
    • Donate to Member
Re: Need some help here
« Reply #4 on: April 08, 2009, 05:49 AM »
µTorrent is also commonly known as uTorrent so you need to type just 'utorrent' to get the result. but i'm not sure what name it goes by in the start menu link so the previous responses are also valid, you can type something like 'torrent' unless you already have an alias with the same name.

Enzomaticus

  • Supporting Member
  • Joined in 2008
  • **
  • default avatar
  • Posts: 12
    • View Profile
    • Donate to Member
Re: Need some help here
« Reply #5 on: April 08, 2009, 08:24 AM »
I find that if I type in utorr... it doesn't show up but uT.. pops it up immediately without even needing my aliases. As bgd77 said, it's a fantastic program and I couldn't live without it on my machine. When you get into aliases and other advanced uses it will save you so much time.

Coeluh

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 273
  • Family Guy ^^
    • View Profile
    • Jeroen Coelen
    • Donate to Member
Re: Need some help here
« Reply #6 on: April 11, 2009, 10:23 AM »
aliases works great here with utorrent now.

Can I create some alias to search in a particular folder. I've these tv shows and sometimes i want an episode. so when i would type "family guy blue harvest" it would start searching in a specified folder. Is that possible?

nitrix-ud

  • Charter Member
  • Joined in 2005
  • ***
  • default avatar
  • Posts: 560
    • View Profile
    • Donate to Member
Re: Need some help here
« Reply #7 on: April 11, 2009, 12:26 PM »
Can I create some alias to search in a particular folder. I've these tv shows and sometimes i want an episode. so when i would type "family guy blue harvest" it would start searching in a specified folder. Is that possible?

sorry i have no time to answer your question...
but here are some hints:

search folders optional keyword modifier (specify your folder there then add a keyword modifier : tvshow)
+
use dosearch command in an alias :
name of alias : tvshow
regex mask : ^tvshow (.*)
(Search tvshow $$1 | dosearch +tvshow $$1)

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Need some help here
« Reply #8 on: April 11, 2009, 04:59 PM »
What nitrix says is right, though his instructions may be too brief to be enough for you to figure it out.

I've been meaning to put up some video demos and tutorials but i've been really sick for the last couple of days and so i haven't been so productive lately.

To do what you want there is 1 mandatory step, and one optional step.

The mandatory step is to go create an entry in the Search Folders tab with the directory you want to sometimes search.  For that directory, specify an Optional Modifier keyword, like: tv

Once you do that, the tv directory will be searched (and only be searched) when you add +tv to your search, for example: "family guy +tv"

Now the second step comes in if you dont want to have to type +tv, you can do what nitrix says and create an alias to simulate this, by making an alias with a regular expression like ^tvshow (.*) and for the result of that specify dosearch +tv $$1

The creation of the alias is a bit contrived in this case since it doesnt save you much typing, but there are cases where it might be useful.

tomos

  • Charter Member
  • Joined in 2006
  • ***
  • Posts: 11,959
    • View Profile
    • Donate to Member
Re: Need some help here
« Reply #9 on: April 11, 2009, 05:14 PM »
hope you're feeling better mouser ...

I know next to nothing about how FARR works but wouldn't it make more sense to be able to type "+tv" first and then FARR would know where to start searching when you start typing -
otherwise it's searching all the time you're typing f-a-m-i-l-y- -g-u-y etc.

To me that's the big plus about FARR - that I dont have to type so much, but then I'm no typist ...
Tom

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Need some help here
« Reply #10 on: April 11, 2009, 05:15 PM »
sorry i wasn't clear, you can put the +tv anywhere in the search string, it doesn't matter.

lanux128

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 6,277
    • View Profile
    • Donate to Member
Re: Need some help here
« Reply #11 on: April 11, 2009, 08:27 PM »
hey mouser, didn't know that you're feeling not well. hope you're feeling better now..

@Coeluh: i've posted here some screenshots on how to do this here. from there on, creating alias is dependent on the modifier keyword which can be used as in nitrix-ud's and mouser's instructions.

Coeluh

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 273
  • Family Guy ^^
    • View Profile
    • Jeroen Coelen
    • Donate to Member
Re: Need some help here
« Reply #12 on: April 12, 2009, 03:00 AM »
What nitrix says is right, though his instructions may be too brief to be enough for you to figure it out.

I've been meaning to put up some video demos and tutorials but i've been really sick for the last couple of days and so i haven't been so productive lately.

To do what you want there is 1 mandatory step, and one optional step.

The mandatory step is to go create an entry in the Search Folders tab with the directory you want to sometimes search.  For that directory, specify an Optional Modifier keyword, like: tv

Once you do that, the tv directory will be searched (and only be searched) when you add +tv to your search, for example: "family guy +tv"

Now the second step comes in if you dont want to have to type +tv, you can do what nitrix says and create an alias to simulate this, by making an alias with a regular expression like ^tvshow (.*) and for the result of that specify dosearch +tv $$1

The creation of the alias is a bit contrived in this case since it doesnt save you much typing, but there are cases where it might be useful.



Well the program crashes when I type +tv, so that sucks..

Coeluh

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 273
  • Family Guy ^^
    • View Profile
    • Jeroen Coelen
    • Donate to Member
Re: Need some help here
« Reply #13 on: June 21, 2009, 06:18 AM »
One more time: How do I create a prefix which immediately points to a folder to search in?

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Need some help here
« Reply #14 on: June 21, 2009, 07:33 AM »
the thread posts about show how to do it..
are you still getting that crash? if so could you tell me what you set up to try?'

also, i'd like to make a plea for people to name their topics in a way that will help others identify them as something useful or non-useful for them to read.

Coeluh

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 273
  • Family Guy ^^
    • View Profile
    • Jeroen Coelen
    • Donate to Member
Re: Need some help here
« Reply #15 on: June 21, 2009, 08:42 AM »
the thread posts about show how to do it..
are you still getting that crash? if so could you tell me what you set up to try?'
Well I'm testing it right now. The +tv thingy is really working. How could I remove the need of typing the '+' symbol?

also, i'd like to make a plea for people to name their topics in a way that will help others identify them as something useful or non-useful for them to read.
Yeah sorry, I made a mistake. Normally mine are clear as a whistle, arent they?
« Last Edit: June 21, 2009, 08:45 AM by Coeluh »

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Need some help here
« Reply #16 on: June 21, 2009, 08:56 AM »
How could I remove the need of typing the '+' symbol?

see post above about using dosearch.

Let's say you wanted it to work if you type "tvshow family guy"
You can do what nitrix says and create an alias to simulate this, by making an alias with a regular expression like ^tvshow (.*) and for the result of that specify dosearch +tv $$1



Coeluh

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 273
  • Family Guy ^^
    • View Profile
    • Jeroen Coelen
    • Donate to Member
Re: Need some help here
« Reply #17 on: June 22, 2009, 03:49 AM »
How could I remove the need of typing the '+' symbol?

see post above about using dosearch.

Let's say you wanted it to work if you type "tvshow family guy"
You can do what nitrix says and create an alias to simulate this, by making an alias with a regular expression like ^tvshow (.*) and for the result of that specify dosearch +tv $$1


Does not work. I am doing something wrong, I just know it.

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Need some help here
« Reply #18 on: June 22, 2009, 05:10 AM »
it looks ok to me.

can i confirm you are saying that with this alias and the other thing you did, it works if you type:
+tv family guy

but it doesn't work if you type:
tvshow family guy


Coeluh

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 273
  • Family Guy ^^
    • View Profile
    • Jeroen Coelen
    • Donate to Member
Re: Need some help here
« Reply #19 on: June 27, 2009, 04:08 AM »
it looks ok to me.

can i confirm you are saying that with this alias and the other thing you did, it works if you type:
+tv family guy

but it doesn't work if you type:
tvshow family guy

True

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Need some help here
« Reply #20 on: June 27, 2009, 06:49 AM »
something must be wrong with your tvshow regular expression alias - check to make sure you havent unchecked/disabled it.  what happens when you type tvshow family guy?

Coeluh

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 273
  • Family Guy ^^
    • View Profile
    • Jeroen Coelen
    • Donate to Member
Re: Need some help here
« Reply #21 on: June 29, 2009, 03:46 AM »
something must be wrong with your tvshow regular expression alias - check to make sure you havent unchecked/disabled it.  what happens when you type tvshow family guy?
I have fixed it. Now it is TV instead of tvshow, and it works. Dont ask me why. But when I search now it is displaying all the results, not just the first 9. We're almost there...