gnump3d-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnump3d-users] modifying some of the archive browse types


From: Marty Huntzberry
Subject: Re: [Gnump3d-users] modifying some of the archive browse types
Date: Wed, 28 Jun 2006 19:23:48 -0400

Solved the first question but I don't know Perl to answer the second.

Modify tagbrowse.pm:

pico -w /usr/lib/perl5/5.8.7/gnump3d/plugins/tagbrowse.pm

Modify the html section to look like this:

# top level options, how we can browse
# 
sub sendTagBrowseTop ()
{
    fillTagBrowseTemplate("Browse Archive",
      "<tr><td colspan=3 align='left'><a href='" . $plugin . "year'>Browse by 
year</a></td></tr>
       <tr><td colspan=3 align='left'><a href='" . $plugin . "genre'>Browse by 
genre</a></td></tr>");
}

Any idea how to order it by album?

Marty



On Sat, 24 Jun 2006 10:14:27 -0400
Marty Huntzberry <address@hidden> wrote:

> I'd like to modify the archive browse options in the default theme.  
> Currently when I click on "Browse By Category" I am taken to a new page with 4
> categories-Browse by Album, Artist, Year, and Genre.  I'd like to make 2 
> changes:
> 
> 1) I want to omit the first 2 since it takes forever for my 200 MHz server to 
> sort these.
> 2) I want the remaining 2 categories to sort by not only year and genre but 
> also by Album Title (cd).
> 
> How do I do this?
> 
> Marty
> 
> 
> _______________________________________________
> Gnump3d-users mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/gnump3d-users


><>Marty<><

Visit my server for mp3 downloads: http://linuxhippy.servemp3.com:8001





reply via email to

[Prev in Thread] Current Thread [Next in Thread]