Hello,
Le 12/06/2012 22:10, Sasa M a �crit :
Using SQL commands, it should be possible to copy/move the content of
the field movies.media_num to the field
volumes.name. They are located
in two different tables, but it should be possible to link on the volume_id.
But: how about using instead the field movies.classification to store
your DVD numbers? It can hold up to 128 characters, plenty of space for
your numbering scheme, and it is searchable in the advanced search
screen (like volumes and collections). Are you really interested in
PG-ratings and such things? Also, you would keep free both fields volume
and collection to maintain and further sort your DVDs.
And since it is a field in the same table (movies), the transfer is even
easier to realize with SQL commands.
If your database is in the SQLite format (the default one) and if you
don't know how to use SQL commands (or SQL Alchemy), then you can send
me your database, I'll (try to) do the changes for you.
--
Cin�phOli
Using Griffith v0.13 on Ubuntu 10.04 LTS