MadMuls

Tuesday, April 11, 2006

Backend counters

We've now created two more components for the backend.

First one is a counter that counts how many views the different videos have had.

The second component collects all keyword searches from the users so you can see what people search for. All words are stored in the database.

Both components can sort by month and year so you can see past months/years too.

We've also added a link to the Flash 8 download page at Macromedia in case the video doesn't show up. PCs seem to update Flash automatically but Mac users will most likely have to update manually.

Del Prado is working on the documentation which is quite a lot of work because the system is so big now. It should be finished pretty soon, before the deadline on friday.

Thursday, April 06, 2006

Metatags

We've had a meeting with Lars and had some really long and interesting discussions about the project. One of the things the player is/was lacking, was some sort of continuity when browsing the videos.

We've worked on a solution for that by using the keywords(metatags) from all the videos. The system will now find relevant keywords and list them at the bottom of the results list. It will also look for the keywords in the different videos' descriptions and replace the words with hyperlinks to searches for the word. It works like this:

1. User searches for "lost".
2. A list of 4 results show up.
3. The system collects all the keywords from all the videos and finds out if any of them show up more than once. If a keyword shows up more than once it is associated to more than one of the results and will be considered a relevant keyword.
4. Since David is often lost, "David" will be considered a relevant keyword as it is associated to several of the results for "lost".
5. The system pulls out all info about the results (title, image, description etc).
6. The system will go through all of the descriptions and compare all the words with the keywords.
7. If a word in a description matches a keyword, the word will be replaced with a hyperlink to a search for the keyword.
8. All relevant keywords will be listed in the bottom of the search results page.

The system seems to work very well and actually quite fast despite the tons of data processing. We still have to test it with a lot more videos too see the actual performance.