[mythtv] cddb ID
Isaac Richards
mythtv-dev@snowman.net
Fri, 15 Nov 2002 17:15:46 -0500
On Saturday 16 November 2002 04:05 pm, Christian wrote:
> Hi,
>
> I'm working on mythtv.
>
> I tought about a feature that I think is missing in the CD RIPPING code :
> The ability to keep track of the original cddb id.
>
> That way we might later update the database if there are updates on the
> cddb site to correct mistakes.
> We might add a cddb id field to the database, it wouldn't be big addition
> and it would allow us for example to later add a picture of the album being
> played or anyt service that might be created based on the id later.
>
> What do think of this ?
Sure, if you want to add that to the database, go right ahead. The easiest
way would probably be to add it per-track, but you could also make an 'album'
table, and associate tracks and stuff like the cddb id to that.
Isaac