Search found 5 matches

by Antauri
Thu Dec 28, 2006 7:44 pm
Forum: Fixed
Topic: Case sensitive and httpQ
Replies: 10
Views: 50841

Fix:

- I'm going to allow users to stream and individual download of music I already have. Didn't yet let them record cause I don't have any ideea how to set that thing up.

Why?:

- using httpQ is annoying, and I found out that he automatically ads the .mp3 extension to any music the user wants to ...
by Antauri
Thu Dec 28, 2006 6:05 pm
Forum: Fixed
Topic: Case sensitive and httpQ
Replies: 10
Views: 50841

E-mail them cause I have a hard time compiling the plugin in Microsoft Visual C++ Exp. 2005. [a.k.a can't find the C standard libraries].

I don't need a samba server to run the httpQ plugin. Let's take it easy:

1. I installed netjukebox on a linux machine.
2. I uploaded files on the server.
3. If ...
by Antauri
Thu Dec 28, 2006 1:42 pm
Forum: Fixed
Topic: Case sensitive and httpQ
Replies: 10
Views: 50841

In query.cpp [the source code for the httpQ] at function Query::SetArgument the received string from the server is transformed into lowercase. I wanna find a way to re-compile the plugin. [I've taken out all the strtolower C functions in that function].
by Antauri
Thu Dec 28, 2006 1:06 pm
Forum: Fixed
Topic: Case sensitive and httpQ
Replies: 10
Views: 50841

:)

I'm hosting netjukebox on a Linux server. What's got Samba to do with it? Damn for that httpQ bug. Mmm, I may just go get a look at its source code, recompile it for windows, work it out.

So, you say i must use the -scsutf-8 paramater, try it. If not, go and uncommnet the ICONV line in download.php ...
by Antauri
Thu Dec 28, 2006 11:29 am
Forum: Fixed
Topic: Case sensitive and httpQ
Replies: 10
Views: 50841

Case sensitive and httpQ

I've been killing my brain here. The problem.

If I upload a file named:

ahearortwo.mp3 - It plays with httpQ.

If I upload the same file, named:

AHeartOrTwo.mp3 - it doesn't play in httpQ and it gives me a 404 - Not Found in Winamp.

So, everything works for me, but the httpQ output does a ...