Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - xtermin8r

Pages: 1 [2] 3 4 ... 21
16
Depends on your desires. I'm seeing only 7 commands needed in the above, and it could be a bit less if you were to be slightly more consistent with your command choices. Is 7 commands too many?

Note that the phrase doesn't have to be at the beginning of the command. It can be after the payload. Below, the parts in quotations could be your phrases. The rest can be in your payloadxml file, if that's how you prefer to do it.

It's not what i had in mind, Thanks.

17
Hi
their are many more commands.

Most of them can be located here.
http://voxcommando.com/forum/index.php?topic=1598.msg14210#msg14210

18
howdy voxinaters

according to the wiki

Quote
One important note about payloadXML files is that they can't be the only part of a command. You should have some other phrase before them that the engine can use to identify which command to execute (in the example above, "Play song" is said first).

what if i want to use a payload xml or some other xml  WITHOUT using a phrase before the payload phrase.

for example I want to use the phrases like shown below to trigger the values as shown below.

Previous track button 40044
Next track button 40048
Play button 40045
Pause/Unpause button 40046
Stop button 40047
Fadeout and stop 40147
Stop after current track 40157
Fast-forward 5 seconds 40148
Fast-rewind 5 seconds 40144
Start of playlist 40154
Go to end of playlist 40158
Open file dialog 40029
Open URL dialog 40155
Open file info box 40188
Set time display mode to elapsed 40037
Set time display mode to remaining 40038
Toggle preferences screen 40012
Open visualization options 40190
Open visualization plug-in options 40191
Execute current visualization plug-in 40192
Toggle about box 40041
Toggle title Autoscrolling 40189
Toggle always on top 40019
Toggle Windowshade 40064
Toggle Playlist Windowshade 40266

http://forums.winamp.com/showthread.php?threadid=180297

I don't want to say "Jarvis" then VC comes out of standby then say "winamp open visualization options", what I would like to say is "open visualization plugin options", i also don't want to write a VC command for each winamp command, that's what I've been doing, and things are looking untidy, most of my groups are like this, in some scenarios I prefer payloads without speaking any phrases before.
can it be done in VC ? or should I try conjuring up something in python ?  ::hmm

19
VoxCommando Basics and Core Features / Re: Launch.Capture Command
« on: June 17, 2014, 04:10:02 PM »
I placed a true in the third parameter field, and problem is solved.

20
VoxCommando Basics and Core Features / Re: Launch.Capture Command
« on: June 17, 2014, 04:02:57 PM »
thank you.

21
howdy

I'm using a dos program called clever to control winamp and also using it to get useful information back from winamp, i recently discovered the new launch.capture command and it's working fine capturing the output, but the dos box being visible is annoying. I was wondering is there any way to keep the dos box hidden when using Launch.Capture ?

22
latest news, CLEveR - winamp command line control http://www.etcwiki.org/wiki/Winamp_command_line has been modified  so that I can voice command all of Winamp's WM_COMMAND Messages.

such as, all of these.

Previous track button 40044
Next track button 40048
Play button 40045 control
Pause/Unpause button 40046
Stop button 40047
Fadeout and stop 40147
Stop after current track 40157
Fast-forward 5 seconds 40148
Fast-rewind 5 seconds 40144
Start of playlist 40154
Go to end of playlist 40158
Open file dialog 40029
Open URL dialog 40155
Open file info box 40188
Set time display mode to elapsed 40037
Set time display mode to remaining 40038
Toggle preferences screen 40012
Open visualization options 40190
Open visualization plug-in options 40191
Execute current visualization plug-in 40192
Toggle about box 40041
Toggle title Autoscrolling 40189
Toggle always on top 40019
Toggle Windowshade 40064
Toggle Playlist Windowshade 40266
Toggle doublesize mode 40165
Toggle EQ 40036
Toggle playlist editor 40040
Toggle main window visible 40258
Toggle minibrowser 40298
Toggle easymove 40186
Raise volume by 1% 40058
Lower volume by 1% 40059
Toggle repeat 40022
Toggle shuffle 40023
Open jump to time dialog 40193
Open jump to file dialog 40194
Open skin selector 40219
Configure current visualization plug-in 40221
Reload the current skin 40291
Close Winamp 40001
Moves back 10 tracks in playlist 40197
Show the edit bookmarks 40320
Adds current track as a bookmark 40321
Play audio CD 40323
Load a preset from EQ 40253
Save a preset to EQF 40254
Opens load presets dialog 40172
Opens auto-load presets dialog 40173
Load default preset 40174
Opens save preset dialog 40175
Opens auto-load save preset 40176
Opens delete preset dialog 40178
Opens delete an auto load preset dialog 40180

23
Are you able to directly export xml in a format that VC can recognize as a valid payloadXML file, or do you need to modify the xml after export?

I am able to export xml in a format that VC can recognize, without any modifications after export.

24
This is quite interesting, but is there any way to create a payload XML file that would work with this but uses the ID3 tags? I have working Media libraries in WMC and MediaPortal, but they both use some other method to launch the files I suppose (MP seems to be using a number ID for each file). If I understood correctly the script you have made reads the filename and changes it so it can be interpreted by Vox. My file names are so random that this is not gonna help. Is there any way to get the file location info to the payload file from the WMC or MP scan for example, but read the Artist and Track name info from the ID3 tag?

YES, It is now possible to create a payload xml file using id3 tags, can be done using the export feature of TagScanner, which can be downloaded from :
http://www.xdlab.ru/en/index.htm



Features:

    Rename files based on the tag and file information
    Powerful multiple files tag editor
    Import tag information and album art from online databases like freedb or Amazon
    Generate tag information from file/foldernames
    Tag fields formatting and rearrangement
    Words replacement and case conversion from tags and filenames
    Supports MP3, OGG, FLAC, WMA, MPEG-4, Opus, Musepack, Monkey's Audio, AAC, OptimFROG, SPEEX, WavPack, TrueAudio files
    Supports ID3 1.0/1.1/2.2/2.3/2.4 tags, APE v1 and v2 tags, Vorbis Comments, WMA tags and MP4(iTunes) metadata
    Supports for embedded lyrics and cover art
    Resize cover art for portable devices on the fly
    TAGs versions conversions
    Quick playlists creation
    Export information to HTML, XML CSV or any user-defined format
    Full support for Unicode
    Multilanguage interface
    Built-in multiformat player

Tried and tested, working fine.

25
Sending messages to Milkdrop Visualisation.


26
Last night i completed another part of the integration, voice control all winamp buttons , play, next, prev, stop etc and  for  "set volume" to a certain percentage using a command line program that works for winamp called CLEveR http://www.etcwiki.org/wiki/Winamp_command_line.

27
Latest news  on the Winamp integration, can now say to vc "play mp3s by artist or band name then generate a playlist file and then get winamp to execute this playlist file.

I will release the python script soon as i iron out some stuff.

28
Integration Ideas / Re: Voxcommando Media Player Classic Integration.
« on: June 09, 2014, 08:33:24 PM »
MPC = MPC-HC = Media Player Classic Home Cinema if you didn't know.

Latest news  on the MPC integration, I managed to write a python program that collects info like artist names  from file names and then create a artist  xml  payload for vc so that I can command vc to play all music videos or all mp3's ,  by Artist name, I also created another Python program that makes a playlist for MPC using the artist xml payload, a vc command executes this script and sends the playlist to MPC using command line arguments.


I'm gonna clean up the code before I decide to release it.

I might upload a video, who knows.






29
Integration Ideas / Re: Voxcommando Speech to Milkdrop Visualisation.
« on: June 06, 2014, 10:56:07 AM »
Are you using some kind of "line-in" trick in WinAmp?

Yes for now  ;D

30
Integration Ideas / Voxcommando Speech to Milkdrop Visualisation.
« on: June 06, 2014, 09:25:36 AM »
Hi

here's a demo of voxcommando tts to milkdrop visualisation.



http://youtu.be/9DQXPorzDMo

Pages: 1 [2] 3 4 ... 21