I am a total rookie newbie to xcode, but have been playing around with it lately. Since I enjoy DVDpedia so much, I have been tweaking on the
Plugin you provide (thank you). I have it working for my needs, I am simply updating a field, nothing fancy.
However, I would like it to update the "Date Modified" field, but it doesn't because it is directly editing it I guess. As I can open the edit window and hit save it and it updates Date Modified. Is there a way to do something like this:
Code: Select all
setValue:currentDateTime forKey:@"datemodified"
Thanks for always helping people with stuff that has nothing to do with the intended purpose of your apps.