When using SQL export and exporting pictures, if some films have the same numbers, their pictures name will be the same ([table_name]_[number]), and thus only one picture will be available.
For example, if I have FILM1 with a picture, which has number 5 and FILM2 with another picture, which has number 5 too.
Only one picture will be available, as films_5.jpg (for example)
Both database rows will have 'films_5.jpg' as picturename.
It would be more interresting to use another formalism, such as films_5.jpg for FILM1 and films_5a.jpg for FILM2. The database information would allow us to know to which film the pictures are attached.
I know this topic could have been placed in comments instead of bugs, but my website now displays wrong pictures, which annoys me quite much. It appears to me this could be conidered as a real bug.
SQL + pictures export with same number for different films
No solution for me, then. At the moment I have a list with 30 movies on the same number and the structure I currently plan to use will probably repeat the same situation more than once.
What about adding a number tag starting with 00 or 000 instead of the letters?
What about adding a number tag starting with 00 or 000 instead of the letters?
Last edited by Ptraci on 2005-10-06 20:33:20, edited 1 time in total.