hi willam,
I think it would be cool if NJB would allow using SQLite as database engine (as found in PHP5). This would save about half of NJB installation efforts; management apps (phpMyAdmin-like) for this DB are being developed.
Search found 45 matches
- Mon Feb 27, 2006 12:43 pm
- Forum: Rejected
- Topic: optional sqlite
- Replies: 1
- Views: 15825
- Thu Oct 20, 2005 9:48 pm
- Forum: Implemented
- Topic: Unicode support
- Replies: 34
- Views: 113492
- Fri Apr 22, 2005 2:20 pm
- Forum: Rejected
- Topic: Retrieving Covers and other information from id3tag
- Replies: 7
- Views: 31562
you can try the WMP8/9/10, it will automatically download track info from the web, rename your files and put them into the %artist%/%album% folder, also download the cover when avaiable (not as good as a scan, but OK for the netjukebox). The WMP isn't very user-friendly though (it needs at least 3x ...
- Sat Apr 02, 2005 12:15 pm
- Forum: General discussion
- Topic: FLAC streaming
- Replies: 5
- Views: 10542
With Apache2 I don't get the FLAC errors anymore (but they occur with IIS5.1), but the foobar problem is stilll there (try streaming whole album in FLAC, it takes quite long).
The PC of my little sister is pretty old and MP3 decoding takes 50% of CPU so one can hardly use it for anything else while ...
The PC of my little sister is pretty old and MP3 decoding takes 50% of CPU so one can hardly use it for anything else while ...
- Fri Apr 01, 2005 6:10 pm
- Forum: General discussion
- Topic: FLAC streaming
- Replies: 5
- Views: 10542
FLAC streaming
hi, I'm trying to make NJB stream to FLAC, having some success but also problems. My settings are:
$cfg['mime_type']['flac'] = 'application/x-flac';
$cfg['stream_extension'][] = 'flac';
$cfg['stream_codec'][] = 'FLAC';
$cfg['stream_encode'][] = 'D:\bin\codec\flac.exe --tag=TITLE=%title --tag=ARTIST ...
$cfg['mime_type']['flac'] = 'application/x-flac';
$cfg['stream_extension'][] = 'flac';
$cfg['stream_codec'][] = 'FLAC';
$cfg['stream_encode'][] = 'D:\bin\codec\flac.exe --tag=TITLE=%title --tag=ARTIST ...
- Sat Mar 26, 2005 5:59 pm
- Forum: Implemented
- Topic: Making netjukebox frameless.
- Replies: 8
- Views: 37451
- Sat Mar 26, 2005 4:21 pm
- Forum: Implemented
- Topic: Making netjukebox frameless.
- Replies: 8
- Views: 37451
- Sat Mar 26, 2005 3:02 pm
- Forum: Implemented
- Topic: Making netjukebox frameless.
- Replies: 8
- Views: 37451
hm, iframe in a div sounds good. You can use position:fixed and for IE you can fake it like this: http://tagsoup.com/-dev/null-/css/fixed/top/0-0-0
- Sat Mar 26, 2005 2:02 pm
- Forum: Implemented
- Topic: Making netjukebox frameless.
- Replies: 8
- Views: 37451
- Fri Mar 25, 2005 2:42 am
- Forum: General discussion
- Topic: accept-range stuff fails on IIS5.1
- Replies: 16
- Views: 39933
- Wed Mar 23, 2005 12:32 pm
- Forum: General discussion
- Topic: accept-range stuff fails on IIS5.1
- Replies: 16
- Views: 39933
you can disable compression by ini_set("zlib.output_compression", "Off"); before any HTML output. But I still have problems after that (the output isn't zipped, but there's buffering going on somewhere, although it's turned off in PHP.ini and IIS). The idea of client-side tooltip generation is good ...
- Wed Mar 23, 2005 1:50 am
- Forum: General discussion
- Topic: accept-range stuff fails on IIS5.1
- Replies: 16
- Views: 39933
- Tue Mar 22, 2005 5:35 pm
- Forum: General discussion
- Topic: accept-range stuff fails on IIS5.1
- Replies: 16
- Views: 39933
- Tue Mar 22, 2005 12:28 am
- Forum: General discussion
- Topic: accept-range stuff fails on IIS5.1
- Replies: 16
- Views: 39933
- Mon Mar 21, 2005 10:58 pm
- Forum: General discussion
- Topic: accept-range stuff fails on IIS5.1
- Replies: 16
- Views: 39933
accept-range stuff fails on IIS5.1
hi, with the IIS 5.1 running on winXP here, range requests fail (the playback starts from the beginning) while they succeed on Apache2. Any quick fix for this? (otherwise I'd modify stream.php to use Apache2 for direct streaming and downloads)
Btw, I've got the select-bitrate-per-tooltip thing ...
Btw, I've got the select-bitrate-per-tooltip thing ...