Active
Project:
Station
Version:
6.x-2.x-dev
Component:
Catalog
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 Jun 2009 at 21:38 UTC
Updated:
29 Sep 2009 at 12:44 UTC
While the Node Hierarchy module is really helping me define Tracks for my Albums, I really wish I could change around the fields for Album more.
Also, why is there a log number, and what use is it when each entry has a node id?
Comments
Comment #1
drewish commentedwhat sort of track info are you storing?
out station had sequential log numbers labeled on each album and the albums were ordered by number. since we had 14,000 albums at that point relabeling them wasn't a possibility. the node ids aren't sequential or specifiable so i added the log number field.
Comment #2
tim.plunkettThis is what I am going to be putting together using CCK fields. Also, if done this way, accessing the information from the database might be more standardized, i.e. from one table instead of
content_type_station_albumandstation_catalog.FOR ALBUM:
Artist
Album
Date (put in library)
Genre
Year
Format (CD, LP, 7")
Various Artist?
Live at WKDU?
Digitized?
In Storage?
Description
FOR TRACK:
Number
Title
Length
Lyrics
FCC Clean?
Comment #3
drewish commentedI'm interested in the possibility of adding track but I don't think it makes sense to add them as separate nodes. Those should either be a custom CCK field or done in a non-CCK manner.
Comment #4
drewish commentedThe rest of it seems like excellent candidates for CCK fields. I'd rather take the performance hit rather than force everyone into having all those fields.
Comment #5
tim.plunkettTracks as nodes is not necessarily the desired result, merely my current workaround.
I'm just not sure how to go about adding any functionality.
Comment #6
drewish commentedWell you could either steal some code from the station_playlist.module for putting a table of fields into a node or look at writing a CCK field.
Comment #7
drewish commentedComment #8
refreshingapathy commentedI am in unbelievably strong support of this idea.