Special renumber
Posted: 2008-08-01 02:33:17
Hi out there,
I have a little problem: I use AMC quite long right now, and the "movie numbers" weren't really important for me until now.
But now I want to put my Disks in DVD-boxes and need a special renumbering for my current catalogue. Because if I had added some TV series (i.e. 7 disks), AMC just took the next possible number.
For excample:
Right now it looks like this way:
I want to change it like this way:
What it should do:
1. Begin with movie number #1
2. Set integer (last_movienumber + Disks_of_last_movienumber)
3. Find next movie (1. +1)
4. Set new Number
Could someone please help me to do a script for it? I tried it already by myself, but I am not skilled enough to do it alone yet.
Thank you very much in advance!!
mfg
I have a little problem: I use AMC quite long right now, and the "movie numbers" weren't really important for me until now.
But now I want to put my Disks in DVD-boxes and need a special renumbering for my current catalogue. Because if I had added some TV series (i.e. 7 disks), AMC just took the next possible number.
For excample:
Right now it looks like this way:
Code: Select all
#50 | Some movie | Disks: 1
#51 | TV-series | Disks: 7
#52 | some movie | Disks: 1
Code: Select all
#50 | Some movie | Disks: 1
#51 | TV-series | Disks: 7
#58 | some movie | Disks: 1
1. Begin with movie number #1
2. Set integer (last_movienumber + Disks_of_last_movienumber)
3. Find next movie (1. +1)
4. Set new Number
Could someone please help me to do a script for it? I tried it already by myself, but I am not skilled enough to do it alone yet.
Thank you very much in advance!!
mfg