Logo
It is currently November 20th, 2009, 10:18 pm

All times are UTC - 6 hours [ DST ]


Forum rules


In order to provide you with the best support possible please read the following topics before posting:
Forum Rules can be found here. Ignorance is not bliss.



Post new topic Reply to topic  [ 4 posts ] 
Author Message
 Post subject: Song Info to show all the categories a song is a member of
PostPosted: November 6th, 2009, 9:11 am 
Offline
Senior User
Senior User

Joined: January 1st, 2009, 8:50 pm
Posts: 107
Would like to have a place in Song Info that shows all of the categories that particular Song ID is in.


Top
 Profile E-mail  
 
 Post subject: Re: Song Info to show all the categories a song is a member of
PostPosted: November 9th, 2009, 1:10 pm 
Offline
Cygnus X-1
Cygnus X-1
User avatar

Joined: March 11th, 2003, 1:34 pm
Posts: 8704
Location: Maui, HI
Good idea and requested every so often.
A work-around is to display it on a website using a category lookup.

_________________
- Steve Kunitzer
- SVS (Spacial Volunteer Support) / Forum Administrator

Image
Image


Top
 Profile  
 
 Post subject: Re: Song Info to show all the categories a song is a member of
PostPosted: November 9th, 2009, 2:54 pm 
Offline
New User
New User

Joined: November 14th, 2007, 1:09 am
Posts: 3
FesterHead wrote:
A work-around is to display it on a website using a category lookup.


Oh? do tell? I did a search just now for "category lookup". Where might I find this talked about? Might help me in the short-term.


Top
 Profile  
 
 Post subject: Re: Song Info to show all the categories a song is a member of
PostPosted: November 9th, 2009, 4:51 pm 
Offline
Cygnus X-1
Cygnus X-1
User avatar

Joined: March 11th, 2003, 1:34 pm
Posts: 8704
Location: Maui, HI
Here's some (MySQL) SQL to get the categories for a given song id in ascending sort order:
Code:
select name from category c, categorylist cl where cl.songid = <insert_song_id_here> and cl.categoryid = c.id order by c.name asc

_________________
- Steve Kunitzer
- SVS (Spacial Volunteer Support) / Forum Administrator

Image
Image


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC - 6 hours [ DST ]


Who is online

Users browsing this forum: Ask Jeeves [Bot] and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group