-
Hi!
I made a small windows client for this plugin. Useful if you don't want to be working with the url's the whole day. You can find it here:
[http://shobu.drupalcafe.com][1]
[1]: http://shobu.drupalcafe.com.
2009-11-12 11:15:32 UTC by shobuayame
-
Have found, how it works: httpQ('playfile','file','cda://F');httpQ('play','',''); The key is "cda://[DriveLetter]. It works also with CD Extra. If you want access videos on CD Extra you can use: httpQ('playfile','file','F:\\');httpQ('play','','');
Best regards, Andreas.
2009-07-21 10:54:13 UTC by aheggendorn
-
I miss the command "play audio cd". Is this integrated but not documented? Thanks for your support. Andreas.
2009-07-20 20:21:35 UTC by aheggendorn
-
How can I connect to a shoutcast server?.
2009-05-24 20:54:25 UTC by computerfreak1
-
Is it not possible to use 127.0.0.1:port with HTTPQ? I have a jukebox written in php/mysql and I'm using winamp/HTTPQ as the backend. The problem is that the machine that it runs on uses a wireless network connection, and sometimes loses connection. HTTPQ will only allow me to use the network IP address for the machine (ie. 192.168.1.70) but when the machine loses connection, HTTPQ stops...
2009-05-13 22:11:07 UTC by gapingwound
-
I run 3 streams on 1 server....however HTTPQ only allows one instance... can this be fixed?.
2009-04-17 06:32:59 UTC by rknabben78
-
I use getoutputtime command to get current song length. What about other song in playlist? it is possible to get song length at certain index?.
2009-04-14 06:07:37 UTC by bassgf
-
Encode the the filename:
c%3A%5CMy%2520Music%5CSong%26Singer.mp3%20
I program in PHP and use rawurlencode for that.
Good luck
Willem.
2009-03-31 18:57:23 UTC by wbartels
-
This is a bit old I know, but I too would be extremely interested in this. In particular with ID3 embedded cover art.
I had a quick look through the HTTPQ source and thought this may have something to do with getting the cover art out of the ID3 tag.
ID3_C_EXPORT int ID3_GetPictureData(const ID3_Tag*, const char* TempPicPath); - found in misc_support.h
Maybe someone with a bit more...
2009-02-15 06:10:40 UTC by mattyh_82
-
If you have a filename with the "&" caractere the filename is trucates a that place. So de complete filename is not pass to Winamp.
http://localhost:4800/playfile?p=pass&file=c:\My%20Music\Song&Singer.mp3
some one have a way around this problem? I try many thing, without success.
Lozik.
2009-01-28 12:35:27 UTC by illozik