Re: [Netjuke-devel] Some patches you may want to include
Status: Beta
Brought to you by:
blakewatters
|
From: Jay R. <ja...@gm...> - 2005-01-24 15:24:58
|
Since Netjuke will be used by people with many different languages it
would probably be best to have a place in the configuration files to
store a list of leading articles and have the code reference that list
rather than hard code it. That way each language would simply need a
different leading article setting.
On Sat, 22 Jan 2005 14:37:06 -0500, Michael Sokolov <mso...@gm...> wrote:
> On my setup (Fedora 3/alsa/mpg321) I needed to replace
>
> @exec ("kill $pid");
>
> with
>
> @exec ("kill -9 $pid");
>
> in jukebox-edit.php. On the whole I would love a more interactive
> jukebox interface that would enable viewing/modifying the current
> playlist. I might even work on it, except I have a full time job and
> kids...
>
> Here's another pointer though. It was annoying me that band names
> beginning "The " sorted under T, so I made this patch to address this
> (in alphabet.php):
>
> 36,37c36
> < . " where (lower(".$col.".name) like
> '".strtolower($_REQUEST['val'])."%' "
> < . " or lower(".$col.".name) like 'the
> ".strtolower($_REQUEST['val'])."%' )"
> ---
> > . " where lower(".$col.".name) like '".strtolower($_REQUEST['val'])."%' "
> 39c38
> < . " order by replace(upper(".$col.".name),'THE ','') ";
> ---
> > . " order by upper(".$col.".name) ";
>
> This still doesn't merge the two entries together (which would be the
> best), but at least it makes them appear near each opther in the
> browse list...
>
> Another request I have is some way to completely disable the
> authentication mechanism. I have netjuke installed on a server that
> is already locked down in another way and I don't care to track who is
> using the site, since it is basically used for playing music on my
> home stereo from a central server. So the login is kind of annoying
> more than anything else for me. I hacked this by adding:
>
> 719,722d718
> < if (!isset($NETJUKE_SESSION_VARS["email"])) {
> < $NETJUKE_SESSION_VARS["email"] = "my...@my...";
> < $NETJUKE_SESSION_VARS["gr_id"] = 1;
> < }
>
> to inc-common.php and setting security mode to 0.2, but I think it
> might be better to do something like this in the install script.
>
> Thanks for all the hard work you folks are putting in - glad to see
> this project seems to be getting revived.
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
> Tool for open source databases. Create drag-&-drop reports. Save time
> by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
> Download a FREE copy at http://www.intelliview.com/go/osdn_nl
> _______________________________________________
> Netjuke-devel mailing list
> Net...@li...
> https://lists.sourceforge.net/lists/listinfo/netjuke-devel
>
--
- I stopped complaining about Microsoft when I started using Horizon. -
Jay Roos
Computer Systems Analyst
Great River Regional Library
405 W. St. Germain
St. Cloud, MN 56301
(320) 650-2534
|