Page 4 of 12 FirstFirst 123456789101112 LastLast
Results 31 to 40 of 115

Thread: Feature Requests

  1. #31
    My Village Called 0l33l's Avatar
    Join Date
    Jul 2004
    Location
    Berkeley, CA
    Posts
    10,520
    Fixed the macro bug were it would not reset (part of a bigger bug that caused the function to escape rather than just end loop (hey, I thought that "exit" was only for if commands))

    I want to do something that when you give a comand it would focus on the window automatically (so if I say play, it should not relay that command to notepad).

  2. #32
    Raw Wave tbird2340's Avatar
    Join Date
    Oct 2003
    Location
    Poland, OH
    Posts
    1,971
    Quote Originally Posted by 0l33l
    I did find a bug... the timer won't reset if you use the macros.

    About your problem: EACH key has to be separated by a comma (,) and end the VK_ keys in a (^) when you want to let go of them (otherwise NaviVoice will keep on holding the VK_ key forever). For example if I want to do CTRL + SHIFT + D I have to have it be "program_close454=VK_SHIFT,VK_CONTROL,D,^". Also, how'd u get multiple keys to work in Frodo? I can only do one key, so no Alt, Ctrl combos.
    Ok.. A guestion about your NaviVoice.doc. Down where you give the list of comands you have:

    VK_SHIFT 10 Shift key
    VK_CONTROL 11 CTRL key

    What do the numbers represent? I thought that those were part of the syntax no? I did have my command seperated by commas and ending with a ^ but I also had those numbers above in it. I will have to fix it and test today.

    I got FrodoPlayer to search by using the program "Automate". With this program I basically set it up that when it sees the key presses "CTRL+SHIFT+D" to run a script. I setup the script so that it focuses on FrodoPlayer, moves the mouse to a specific location (the search button) in FP then left clicks, then move the mouse to the artist button and left click again.
    Current Vehicle: 2007 Dodge Nitro

    Second Vehicle: Sold it :( 2005 Dodge Ram 1500 Quad Cab

    First Vehicle: 2003 Ford Ranger

  3. #33
    Clover Grayscale's Avatar
    Join Date
    May 2004
    Location
    Arkansas
    Posts
    1,549
    Quote Originally Posted by 0l33l
    I'm back I'm a bit confused on #1.
    He's saying also say the name of the command, not just the command number...basically also put what you have to say to recognize the command into the list beside the command number
    Quote Originally Posted by 0l33l
    Exactly. If Frodo had an option for like search by artist as a keystroke then you could say "eminem" and it would find all the eminem songs, etc..
    you'd have to put eminem in the command list, right?
    Quote Originally Posted by 0l33l
    When you say "mic off" or "done" it will stop doing the actions associated to the commands. If I were to cut off the mic then it would not be able to hear "leelo" or "mic on".
    A button on the main program that lets you toggle listen on/off maybe?


    Damn i need to get my power supply in (gave my other to a friend) so i can start using this in my carpc! i want to try all this stuff out just haven't had time. i'd have a better understanding im sure with first hand experience
    CarPC install is starting to come along again...

  4. #34
    Clover Grayscale's Avatar
    Join Date
    May 2004
    Location
    Arkansas
    Posts
    1,549
    Quote Originally Posted by frodobaggins
    I just thought of a solution for searching in frodoplayer for 1.09.
    The functionality is already there.
    You send a web request to frodoplayer, just like through a browser.
    You would send it like this:

    Code:
    http://localhost:37635/FPCOMMAND?FND=SEARCHDUMPARTIST&ITEM=eminem
    And just throw away the feedback. Can easily be done through api.

    Frodo
    I thought thats what the plan was all along

    Thats what i thought the whole reason you made the FP web server for, right? so you could send requests to and from it for easy control via network and for easy integration with other programs?

    oh and he doesn't do vb
    CarPC install is starting to come along again...

  5. #35
    My Village Called 0l33l's Avatar
    Join Date
    Jul 2004
    Location
    Berkeley, CA
    Posts
    10,520
    Quote Originally Posted by tbird2340
    Ok.. A guestion about your NaviVoice.doc. Down where you give the list of comands you have:

    VK_SHIFT 10 Shift key
    VK_CONTROL 11 CTRL key

    What do the numbers represent? I thought that those were part of the syntax no? I did have my command seperated by commas and ending with a ^ but I also had those numbers above in it. I will have to fix it and test today.

    I got FrodoPlayer to search by using the program "Automate". With this program I basically set it up that when it sees the key presses "CTRL+SHIFT+D" to run a script. I setup the script so that it focuses on FrodoPlayer, moves the mouse to a specific location (the search button) in FP then left clicks, then move the mouse to the artist button and left click again.
    I don't know what the numbers represent but I know not to put them Today I want to add a sleep function to wait for the program to respond, and to add mouse location/click to the syntax.
    Quote Originally Posted by Grayscale
    He's saying also say the name of the command, not just the command number...basically also put what you have to say to recognize the command into the list beside the command number

    A button on the main program that lets you toggle listen on/off maybe?

    Damn i need to get my power supply in (gave my other to a friend) so i can start using this in my carpc! i want to try all this stuff out just haven't had time. i'd have a better understanding im sure with first hand experience
    Me still confused on #1 I could put a mute MIC button on the form, that should do the trick
    Quote Originally Posted by Grayscale
    oh and he doesn't do vb
    Exactly

  6. #36
    I'm sorry, and you are....? frodobaggins's Avatar
    Join Date
    Jan 2003
    Location
    Ruston, LA
    Posts
    8,846
    Quote Originally Posted by Grayscale
    oh and he doesn't do vb
    If he can write in delphi, and read api, then he can understand the
    example fine.

    Frodo
    [H]4 Life
    My next generation Front End is right on schedule.
    It will be done sometime in the next generation.
    I'm a lesbian too.
    I am for hire!

  7. #37
    My Village Called 0l33l's Avatar
    Join Date
    Jul 2004
    Location
    Berkeley, CA
    Posts
    10,520
    Quote Originally Posted by frodobaggins
    If he can write in delphi, and read api, then he can understand the
    example fine.

    Frodo
    I used to program in VB6 so I can read it fine. It just goes to http://localhost:37635/FPCOMMAND?FND...ST&ITEM=stones. I'll make a small program that has a web browser and closes automatically for this

  8. #38
    I'm sorry, and you are....? frodobaggins's Avatar
    Join Date
    Jan 2003
    Location
    Ruston, LA
    Posts
    8,846
    Quote Originally Posted by 0l33l
    I used to program in VB6 so I can read it fine. It just goes to http://localhost:37635/FPCOMMAND?FND...ST&ITEM=stones. I'll make a small program that has a web browser and closes automatically for this
    That's a lot of overhead for a command.
    [H]4 Life
    My next generation Front End is right on schedule.
    It will be done sometime in the next generation.
    I'm a lesbian too.
    I am for hire!

  9. #39
    My Village Called 0l33l's Avatar
    Join Date
    Jul 2004
    Location
    Berkeley, CA
    Posts
    10,520
    Quote Originally Posted by frodobaggins
    That's a lot of overhead for a command.
    What do you mean?

    Updates: Finished doing sleep and mouse move and click functions for the macros. Also fixed bug were macros differed between the close program and the places functions (made it one function, ). Now going to do the focus on certain program function automatically.

  10. #40
    I'm sorry, and you are....? frodobaggins's Avatar
    Join Date
    Jan 2003
    Location
    Ruston, LA
    Posts
    8,846
    I request a nice HOWTO and a manual. I can't figure half this stuff out.
    [H]4 Life
    My next generation Front End is right on schedule.
    It will be done sometime in the next generation.
    I'm a lesbian too.
    I am for hire!

Similar Threads

  1. Feature Requests
    By Nic in forum NeoCar Media Center
    Replies: 34
    Last Post: 11-11-2004, 06:27 PM
  2. Feature Requests .... pretty please?
    By Chita79 in forum FrodoPlayer
    Replies: 24
    Last Post: 11-04-2004, 07:51 PM
  3. Feature Requests
    By frodobaggins in forum FP Feature Requests
    Replies: 0
    Last Post: 10-16-2004, 03:51 AM
  4. FP Feature Requests
    By frodobaggins in forum FrodoPlayer
    Replies: 171
    Last Post: 10-15-2004, 02:19 PM
  5. OLD Feature Requests
    By frodobaggins in forum FrodoPlayer
    Replies: 91
    Last Post: 06-12-2004, 03:21 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •