You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because each of them were using their own schedule, there were several duplicate "Fahrplan" IDs.
As a result, the last Event releasing files to Media was overriding the timelens and thumb files for these duplicate IDs.
Example:
As you can see JH Ulm was last to upload with duplicate ID 1001.
And JH Heidelberg is now showing up with same thumb/timelens images.
Media itself can handle the duplicate IDs, but the thumb/timelens images are only relying on the ID it seems.
So my idea would be to implement more "random" into the thumb/timelens filenames, so they will become unique even in a situation when there are duplicate IDs in a single Media Conference.
The text was updated successfully, but these errors were encountered:
"Random" is really not a good description. Lets call it "divert".
Beside that, the general discussion that needs to take place is, if we want to allow non-unique Fahrplan-IDs, because thats the real thing here.
And well.. it's called ID for a reason. Lets not mix cause and cure. The actual wishlist item here is "I want multiple tracker projects to be published into one media project without any conflicts".
At first mixing to projects with douplicate IDs is a bad idear an should be fixed be not having duplicate IDs.
But we can't prevent people from doing it so instead of adding random which makes many things much harder we can add the project slug to the fileneme. As this is at least tracker wide unique we should not run into this issue again.
We had an issue with recent Media releasing for JH.
All of JH content is being merged into a single Media Conference:
https://media.ccc.de/c/jh19
Because each of them were using their own schedule, there were several duplicate "Fahrplan" IDs.
As a result, the last Event releasing files to Media was overriding the timelens and thumb files for these duplicate IDs.
Example:
https://media.ccc.de/v/jh19-ulm-1001-lightning_talk_einfuehrung_in_zulip
https://media.ccc.de/v/jh19-hd-1001-cross_plattformen_mit_flutter
As you can see JH Ulm was last to upload with duplicate ID 1001.
And JH Heidelberg is now showing up with same thumb/timelens images.
Media itself can handle the duplicate IDs, but the thumb/timelens images are only relying on the ID it seems.
So my idea would be to implement more "random" into the thumb/timelens filenames, so they will become unique even in a situation when there are duplicate IDs in a single Media Conference.
The text was updated successfully, but these errors were encountered: