MovieRetitle-1.0 ---------------- 2007-07-31 Anders Holst (aho@sics.se) With this module it is possible to change the filename, title, and description of a movie on DM7025. When installed it will show up in the file list menu (i.e. selecting a file in the file list and pressing the menu button) under the name "Change name...". Note: If you change the filename, there is *no* check that it doesn't overwrite an existing movie with the same name. Also, don't try to change the path to the movie with this plugin - the path and extension are removed before editing and added back afterwards, so it will most certainly end up in the wrong place. Comment: Both renaming the files, and modifying the title and description in the meta file, are done using C programs called from python. I am sure that all can be done with primitives from python, but the current solution was easier since I already had the working C programs. If someone wants to rewrite it "the right way", please be my guest.