Results 1 to 2 of 2

Thread: file tagging question

  1. #1
    Join Date
    Oct 2010
    Posts
    1
    Rep Power
    0

    Default file tagging question

    In an update, can you allow an an optional method of tagging where it tags the file with the browser heading. On many sites, the browser heading contains the name of the media file. I wrote a script in autohotkey that takes the browser headings and pastes them as they appear to wordpad, so i know you guys can do it if you want, I think it would be very useful. Here's my code if it helps, I wrote it for the seamonkey browser, to use it with another browser, just replace the word SeaMonkey with "Internet Explorer" , etc. You need to have wordpad already open. I did a version where you didn't need it, but then saving the rich text file became difficult. Programs like GetFLV have this built in, its very useful, it guarantees that each file is perfectly tagged and doesn't rely on databases.
    Code:
    SetTitleMatchMode, 2
    Dog:
    WinGetTitle, clipboard, SeaMonkey
    alphab = %clipboard% 
    WinActivate, WordPad 
    send, ^v
    send, ^h
    send, -
    send, {space}
    send, seamonkey
    send, {TAB}{TAB}{TAB}{TAB}{TAB}{TAB}
    send, {ENTER}
    WinWait, WordPad
    send, {Alt Down}{F4}{Alt Up} 
    WinWait, Replace
    send, {Alt Down}{F4}{Alt Up}
    send, {End}{PgDn}
    send, {ENTER}
    send, ^s
    WinActivate, SeaMonkey
    Loop, 10000
    {
    Sleep, 1000
    WinGetTitle, Title2, SeaMonkey
    if Title2 != %alphab%
    break
    }
    goto, Dog

  2. #2
    Join Date
    Feb 2008
    Location
    The Interwebs
    Posts
    1,954
    Rep Power
    10

    Default Re: file tagging question

    Hey there - our programmers DO read these forums, so your suggestion WILL be heard. Thanks for the feedback! :-)
    Best Regards,

    Jeff Lenney
    Technical Support
    Applian Technologies, Inc.

Similar Threads

  1. Replies: 10
    Last Post: 08-04-2010, 07:45 AM
  2. Applian 4 + Windows XP Pro + File tagging
    By rizwan602 in forum Replay Media Catcher
    Replies: 1
    Last Post: 07-19-2010, 07:14 AM
  3. Replies: 2
    Last Post: 11-25-2009, 12:01 PM
  4. Replies: 4
    Last Post: 09-22-2009, 11:10 PM
  5. Tagging Question
    By bdaoust in forum Replay Music
    Replies: 4
    Last Post: 06-08-2009, 12:56 AM

Tags for this Thread

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
  •  
About these forums...
Applian Technologies makes these discussion forums available for our customers to assist other users. We do read this content and appreciate all your suggestions and comments. If you need technical support or customer service, please visit the links to the right.
Let's Be Friends