Results 1 to 5 of 5

Thread: speak current winamp title

  1. #1
    Join Date
    Mar 2006
    Posts
    3

    Default speak current winamp title

    hi,
    the speak feature works fine... but iŽd like it to say the titel of the track currently played in winamp (or maybe some other media player...)
    is there some way to get this as a variable from winamp or something like that?

    thanksi

  2. #2
    Join Date
    Jul 2005
    Location
    Gliwice,Poland
    Posts
    81

    Default

    Hallo,
    All You need is DVDSpy plugin from http://girderplugins.sourceforge.net/DVDSpy/
    It generates events on Winamp (and other players) actions.
    One of them is song title played sent as pld1 to girder.
    Maciej Wąchalski

  3. #3
    Join Date
    Mar 2006
    Posts
    3

    Default

    hey,
    thanks so far....
    it triggers the speak command every time a new song is played... and really says the title

    but what i actually want to do is to trigger the speak command with remote...
    i tried it with [pld1] but the variable doesnt seem to be available out of the triggered tree

    any ideas?

  4. #4
    Join Date
    Sep 2003
    Location
    reading / bournemouth UK
    Posts
    1,106

    Default

    you will need to save the title to a variable using a simple lua script:
    Code:
    WinampTitle=pld1
    then you can use the speak command and put in [WinampTitle]

  5. #5
    Join Date
    Mar 2006
    Posts
    3

    Default

    GREAT!
    thanks a lot...

Posting Permissions

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