Search found 872 matches

by wbartels
Fri Mar 04, 2005 9:51 am
Forum: General discussion
Topic: I found it!!!
Replies: 7
Views: 10862

1: There are two ways to playback with netjukebox: streaming and LAN playback. Streaming is mostly used to play files over the internet. The bandwidth of streaming is configurable. At the moment it is possible to stream to MP3 and OGG Vorbis (Ogg Vorbis is only working correctly from IIS). With the ...
by wbartels
Thu Mar 03, 2005 3:59 pm
Forum: Implemented
Topic: Unicode support
Replies: 34
Views: 55594

Superlexx wrote:Yes, but ASP.NET is already installed by the Microsoft .NET Framework 1.1

See also http://php-compiler.net/Documentation/U ... plications
Thanks, I will read that later.
by wbartels
Thu Mar 03, 2005 12:02 pm
Forum: Implemented
Topic: [patch] artist streaming
Replies: 4
Views: 10943

Hello Superlexx, Track and title streaming is now intergrated in netjukebox 3.68 :D If you also want to add track streaming to view1() add something like this: '<a href="stream.php?command=playlist&artist=' . htmlentities($artist) '&order=title&sort=asc" target="dummy"...
by wbartels
Thu Mar 03, 2005 10:35 am
Forum: General discussion
Topic: I found it!!!
Replies: 7
Views: 10862

If you like the demo, than I expect you will like the complete netjukebox :D Donation will be highly appreciated, and used for maintain the website. I will also make a list from people who have made a donation. If someone will make an anonymous donation or use another name as the email address, send...
by wbartels
Thu Mar 03, 2005 10:08 am
Forum: Implemented
Topic: Unicode support
Replies: 34
Views: 55594

Pahalanger 1.0 Beta2 is out and they made some progress, now the update script can add files to the database, browse.php can list them and they can be downloaded. The further required functions pack(), unpack() and passthru() are on the Phalanger roadmap, so we can hope that in a few months njb wil...
by wbartels
Wed Mar 02, 2005 12:23 pm
Forum: Implemented
Topic: [patch] artist streaming
Replies: 4
Views: 10943

hm, I think I like selecting from artist better :D Do you mean: I think I like selecting from track better And it is gonne be that way :D I have decided to add artist playback/streaming on the bottom of view3all(). It is a little bit more complicated but more flexible. This way it is also possible ...
by wbartels
Wed Mar 02, 2005 9:13 am
Forum: General discussion
Topic: How to disable php_pdf.dll ?
Replies: 3
Views: 5908

Most of the code should work on Linux. I only expect a few problems with slashes and backslashes. You have to disable line 109 and 167 from stream.php (netjukebox 3.67) 109: //$file = str_replace('/', '\\', $file); 167: //$file = str_replace('/', '\\', $file); If it works with some changes, I can ma...
by wbartels
Tue Mar 01, 2005 11:10 pm
Forum: General discussion
Topic: Can't get streaming to work...
Replies: 11
Views: 13426

dyelton wrote:Perfect! Works like a charm!!
I'm glad to hear that :D
by wbartels
Tue Mar 01, 2005 11:08 pm
Forum: General discussion
Topic: How to disable php_pdf.dll ?
Replies: 3
Views: 5908

Re: How to disable php_pdf.dll ?

Hello, This software seems to be meant for running on Windows..? I wish to run it on a Linux box, once installed, it comes up with following error: PDF extension not loaded Enable php_pdf.dll in the php.ini Restart webserver There isn't such a line on my php.ini (on a lunux machine) and it makes se...
by wbartels
Tue Mar 01, 2005 8:33 pm
Forum: General discussion
Topic: Can't get streaming to work...
Replies: 11
Views: 13426

I'm most certain this is an issue with the php.ini file. Does anyone have one setup for Apache 2.0 on a Windows machine running the latest PHP (4.3.10) using all the defaults? I'm also running Apache 2 with PHP 4.3.10, and have no problems with streaming. I installed PHP as an apache module: LoadMo...
by wbartels
Tue Mar 01, 2005 9:58 am
Forum: General discussion
Topic: Can't get streaming to work...
Replies: 11
Views: 13426

This makes it difficult. Everything looks fine except from streaming below threshold. Does Winamp give the "HTTP 400 bad request" or the web browser? Save the playlist to your harddisk with left mouse click > Save Target As… And check with notepad if the url before the question mark is cor...
by wbartels
Tue Mar 01, 2005 12:21 am
Forum: General discussion
Topic: Can't get streaming to work...
Replies: 11
Views: 13426

Re: Can't get streaming to work...

Do you get the same error when you try to stream from your local network and/or the server itself? (use a local IP address, not your domain name or internet IP address) Ok, just got home and decided to try it locally to see if it was indeed a firewall issue (which doesn't matter now as you said it ...
by wbartels
Mon Feb 28, 2005 11:35 pm
Forum: General discussion
Topic: Can't get streaming to work...
Replies: 11
Views: 13426

Re: Can't get streaming to work...

I've got everything setup. HTTPQ works, I can play files on my computer at home remote controlled from my computer at work (does me no good as it's playing them at home, lol!) Ok, That is what it intend to do. It opens the M3U but I get an HTTP 400 error (bad request). All I can figure is that it's...
by wbartels
Mon Feb 28, 2005 8:19 pm
Forum: Windows related
Topic: Multiple Media Dirs
Replies: 8
Views: 27726

Re: Show latest additions

xdreamer wrote:It would be a nice feature to see the latest updates of your media folder on the brows window. Or make them browseable via an additional search field.
This is already possible with menu: Favorites > New
by wbartels
Mon Feb 28, 2005 1:08 am
Forum: General discussion
Topic: ogg vorbis streaming and WinAmp
Replies: 22
Views: 29898

oh, just forgot: here's a code snippet for menu.php: if ($menu == 'browse') { echo '<a href="browse.php?command=view1&filter=symbol&artist=%23" target="main">&nbsp;# </a>' . $seperation; for ($letter = 'a'; $letter != 'aa'; $letter++) { echo '<a href="browse.php...