From: <che...@us...> - 2007-09-06 15:59:42
|
Revision: 897 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=897&view=rev Author: chef_koch Date: 2007-09-06 08:59:39 -0700 (Thu, 06 Sep 2007) Log Message: ----------- yup we can ;) Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/README.txt Modified: trunk/plugins/myGUIProgramsAlt/README.txt =================================================================== --- trunk/plugins/myGUIProgramsAlt/README.txt 2007-09-06 13:42:33 UTC (rev 896) +++ trunk/plugins/myGUIProgramsAlt/README.txt 2007-09-06 15:59:39 UTC (rev 897) @@ -93,32 +93,4 @@ - [low] genre: thumbs for genre, for example it could be created on AllGame lookup, for first file with this genre -Iso mounting -> pro/contra??? The user can easliy script this. - - - -CHEFKOCH: can we remove this? ------------------------------------------------------------------------------------ --> FileItems - - Filename: for the image of FileItem is parsed by FileItem Title, and is only the base filename, - this means that we can append out counter _1 _2 or anything else to have more than image per fileitem - - Filepath: GetSubfolder(Config.Dir.Thumbs, @"MyProgramsAlt\" + FatherApplicationItemTitle) - - database: remove 'imagefile' in tblFileItem - - config: remove the image label and textbox in fileDetailsForm - maybe add a label as a hint, which the contain two sample filenames, the plugin is searching for - these samples are created on the fly by Title - Example: Nintendo 64 Mario Kart 64 - "C:\Program Files\Team MediaPortal\Thumbs\MyProgramsAlt\Nintendo 64\Mario Kart 64_1.png" - "C:\Program Files\Team MediaPortal\Thumbs\MyProgramsAlt\Nintendo 64\Mario Kart 64_2.png" - -pros: - no need to config paths for imagesDirs, appitems or fileitems - - no need to store the paths in database -> which is not working correct atm - - no need to check whether we have write access, when downloading the images - -cons: - it's a bit coding work ;) <- Most should be done already, maybe some minor bug ;) - - after renaming an Application Item, - - appImage is not assigned - - subFolder with FileItemImages is not assigned anymore - -> 1. can be renamed by hand - -> 2. can be renamed by plugin, when renaming the appItem - -> 3. there could be a msgBox, which asks the user what to do, 1. or 2. ? go for two!! --------------------------------------------------------------------------------------- +Iso mounting -> pro/contra??? The user can easliy script this. \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |