Hello
I'm trying to implement simple "viewed" field for movies (actualy, series - I have a lot of cartoons and tv series so I can't keep track which one boy or I have seen and which not). Ofcourse xDatabase is logical candidate for this
Just let me streighten a couple of things before I try to do it. I should use "Routines for adding last played data to a category". There is "database set played" command, which works for selected item in a category, and sets 4 fields. So far so good.
But! Can I just use this command on "execute category" without any alternations to the database? I saw "database add extra tags" which adds all extra fields to all records (items) in a category. Is this necessary prior to "database set played" or not?
What does comment "acts on the whole category (NOT THE DATABASE)" mean? If I do "database set played" on movies with 1 movie selected, will these extra fields with date/count ne added to the database (xml) or not (just remain in RAM)?
What steps exactly do I need to do in order to increase counter each time a movie is played and have it remain in database (xml file)?
Thanx for clearing this up...
D.