Messages - Nod5 [ switch to compact view ]

Pages: prev1 ... 175 176 177 178 179 [180] 181 182 183 184 185 ... 234next
896
Lanux128, try AHK_xmplay_input_to_playlist_DDEML   v080821

;-----------------------------------
; autohotkey script for silently adding to Xmplay playlist through DDE
;  takes file(s)/folder(s)/playlist(s) as input parameter
; - drop input on AHK_xmplay_input_to_playlist_DDEML.exe or
; - pass input as quote enclosed, space separated command line parameters
;  (use no end slash for folders!)
;   example: C:\AHK_xmplay_input_to_playlist_DDEML.exe "C:\musicfolder" "C:\music2\song.mp3"
;
; made by nod5 , version 080821
; using DDEML by sean, http://www.autohotkey.com/forum/topic19169.html
;-----------------------------------

The attached zip includes:
68b207b3d1dca7511752b8fd8a2d3cac *AHK_xmplay_input_to_playlist_DDEML.ahk
390dc531993efe6af2ac7d271f2d8712 *AHK_xmplay_input_to_playlist_DDEML.exe

note: to add all input files one by one to Xmplay playlist through DDE took noticeably long time. To speed things up I let the script first make a temporary .pls playlist file containing all input files, then add the .pls to Xmplay though DDE, then delete the .pls. Xmplay automatically adds all files from the .pls.

note2: there might be some upper limit to the number of files or total length of the command line string that can be passed to the script, though I haven't looked into that (it is not built in by me but might be due to some limit in autohotkey or windows)

897
Find And Run Robot / Re: Hotkeys & FarrQuickView
« on: August 20, 2008, 02:16 PM »
@nitrix-ud: But after my proposed change those wanting a hotkey to start FARR and then operate on what is already on the clipboard can still just set "no clipboard copy" and then put %cliptext% something in the Search Edit Box, right? I haven't actually tried that but I assume that FARR reads whatever is on the clipboard only when it executes something with the %cliptext% variable in it. If I am right about that, then what is the point with keeping the current behaviour as an option?  :tellme:

898
As far as I know you can only use command line to open files (which clears any previous track from the playlist).
http://support.xmplay.com/article.php?id=35
Opening Files
This is done by giving the full path name to XMPlay. For example:
"c:\XMPlay.exe" "c:\Music\Garbage - Supervixen.ogg"
And multiple songs:
"c:\XMPlay.exe" "c:\Music\Garbage - Supervixen.ogg" "c:\Music\Creed - One.ogg"
Opening Folders
This is done by giving the full path of the directory to XMPlay. For example:
"c:\XMPlay.exe" "c:\Music\Ogg\"
And multiple directories:
"c:\XMPlay.exe" "c:\Music\Ogg\" c:\Music\Mp3\"

Adding files can be done through DDE via autohotkey. See the ahk source for my small scripts above for details and http://support.xmplay.com/article.php?id=17 . I also want to be able to add files to the xmplay playlist (specifically from the FARR plugin albumdisplayer that I've been working on) so I'll sooner or later try to make a small AHK script that just takes one or more file paths as input and then silently adds them to the xmplay playlist. If you don't make it first that is  ;D

899
Find And Run Robot / Re: Hotkeys & FarrQuickView
« on: August 19, 2008, 08:12 AM »
Here's another suggestion relating to the hotkeys - it is at least in the vicinity of this thread so I'll put it here instead of wasting space on an extra thread.

When using "copy selected text", let FARR clear the clipboard before copying the selected text.

That way, if the selected text isn't added to the clipboard (for some reason) then FARR will not accidentally go on to operate on whatever was on the clipboard prior to the hotkey press. Accidentally using prior clipboard content could be problematic if used with a plugin/alias that sends the (potentially sensitive) content to some website, for example via a google search alias or the ninjawords plugin, as illustrated here (note: I have changed the ninjawords plugin alias from "nw" to "df"):
hotkey.png

900
FARR Plugins and Aliases / Re: Plugin: AlbumDisplayer (BETA)
« on: August 12, 2008, 06:14 PM »
AlbumDisplayer v080813 v080814
-- link removed, use newer version below -- (md5 ebb905356dd7aa7e3a27ece19302de1e)
changelog:
v080814
- folders with ' in path now works
v080813
- now trims all % in input to avoid FARR crash (example: "alb abc%" previously caused crash)
- special search phrase "alb *" displays all albums (first 100 then 50 more at each scroll to page bottom)
- ctrl+click album to open its folder

Let me hear your impressions on "alb *" - does it freeze FARR too long/too often?

Pages: prev1 ... 175 176 177 178 179 [180] 181 182 183 184 185 ... 234next
Go to full version