| View previous topic :: View next topic |
| Author |
Message |
ebelendez
Joined: 13 Oct 2007 Posts: 2
|
Posted: Sat Oct 13, 2007 5:27 pm Post subject: Add to Karafun playlist function |
|
|
Hi!
Does anybody knows if there is another way to access the function: Add to Karafun playlist.
In other words: When you right click a file in desktop the contextual menu appears and there is an option to add that file to Karafun Play list, which is very cool! but I need a way to automate (or control) this task.
Thanks! |
|
| Back to top |
|
 |
Z

Joined: 07 Sep 2006 Posts: 126
|
Posted: Fri Oct 19, 2007 3:31 pm Post subject: Re: Add to Karafun playlist function |
|
|
| ebelendez wrote: | | I need a way to automate (or control) this task. |
Hi,
It really depends on what you mean by 'automate'.
Maybe you can make the 'add to KaraFun playlist' the default action when clicking on a karafun file.
You can do this using the 'folder options'/'file type' menu in the Windows explorer. If you use another program that make use of that information when you double-click on a file listed inside its GUI, it will do what you expect. But if this program always uses the 'open' action, then you're out of luck, short of changing the 'open' action itself ( not too hard, but don't complain if you mess things up, please ).
If you could explain what you want to do, maybe I or other could help you out. |
|
| Back to top |
|
 |
Potitpanda
Joined: 21 Aug 2007 Posts: 39
|
Posted: Sat Oct 20, 2007 7:52 am Post subject: |
|
|
Z : apparament (je reponds en francais... ) d apres ce que je comprends
il voudrait en faisant un clic droit sur le fichier une option dans le menu contextuel "Ajouter a la playlist de karafun... _________________ Bonne journée
Potit Panda |
|
| Back to top |
|
 |
FireW0lf
Joined: 21 Aug 2008 Posts: 2
|
Posted: Thu Aug 21, 2008 8:29 pm Post subject: Re: Add to Karafun playlist function |
|
|
| ebelendez wrote: | Hi!
Does anybody knows if there is another way to access the function: Add to Karafun playlist.
In other words: When you right click a file in desktop the contextual menu appears and there is an option to add that file to Karafun Play list, which is very cool! but I need a way to automate (or control) this task.
Thanks! |
For scripting and automation, this is easy done - to see how, simply view the file types info:
"C:\Program Files\KaraFun\KaraFun.exe" /Enqueue "%1"
That format can be used directly in a batch file, or just tweak it with the /Enqueue <myfile> parameter in your powershell/vbscript etc - %1 is a placeholder for you .CDG file
Hope this helps |
|
| Back to top |
|
 |
|