From: <che...@us...> - 2007-06-22 17:42:48
|
Revision: 597 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=597&view=rev Author: chef_koch Date: 2007-06-22 10:42:35 -0700 (Fri, 22 Jun 2007) Log Message: ----------- the readme is really useful, imo ;) Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/README.txt Modified: trunk/plugins/myGUIProgramsAlt/README.txt =================================================================== --- trunk/plugins/myGUIProgramsAlt/README.txt 2007-06-22 01:16:13 UTC (rev 596) +++ trunk/plugins/myGUIProgramsAlt/README.txt 2007-06-22 17:42:35 UTC (rev 597) @@ -33,15 +33,16 @@ .: To-do next :. ---------------- BUGS: - - AllGame-Import: rating is not imported correctly + - AllGame-Import: rating is not imported correctly - fileinfodetails : fixup - cleanup for old/obsolete view/sort/db code -> ApplicationItem.cs: old db-sort code (replaced by ProgramSort) -> maybe: merging CurrentView/CurrentSort..... code in GUIprograms.cs DatabaseSettings.cs: or having this stuff only in one place - Filesview in config file sometime remebers wrong appid dirs.. - + - GenreView does not work anymore, what about using an addition genreTable in database, like we do in Music? + FEATURES: Add some more specific emulator support.. - bring/keep the profiles up-to-date @@ -54,8 +55,10 @@ DB redesign/restructure: - small changes - -remove last remains pincode, - - use parameters in queries?? + - remove last remains pincode, + - use parameters in queries?? heah? ;) could you explain this more? + - removing the filepath in fileitems? we can parse it from filename + - only saving filename without " . We add them if use qoutes is enabled when we create the procInfo Code: @@ -97,8 +100,11 @@ --> wait for MP_RESTORE_FROM_TRAY_DONE -> now it should be able to work with GUI again -....... +Pause/Close Games by input devices: + - Gamepads/Joysticks: + # try to use MediaPortal's DirectInput feature -> Configuration -> Remote -> DirectInput + # or joystick..don't know, there is joy2key and scripting too.. + - Remotes, in general, maybe we should handle it like DirectInput + imo lower priority, if you play with keyboard, use it to close the app, if you play with joystick try first point -Quit key for joystick..don't know, there is joy2key and scripting too.. - This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |