From: <che...@us...> - 2007-08-05 08:48:46
|
Revision: 791 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=791&view=rev Author: chef_koch Date: 2007-08-05 01:48:44 -0700 (Sun, 05 Aug 2007) Log Message: ----------- Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/README.txt Modified: trunk/plugins/myGUIProgramsAlt/README.txt =================================================================== --- trunk/plugins/myGUIProgramsAlt/README.txt 2007-08-05 08:18:21 UTC (rev 790) +++ trunk/plugins/myGUIProgramsAlt/README.txt 2007-08-05 08:48:44 UTC (rev 791) @@ -30,6 +30,8 @@ ---------------- BUGS: + - deleting an AppItem throws an Exception + - AllGame-Import -> Do we want to import the Name of the game, too? --Will add some more options under save later.. so user can choose to overwrite title. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nor...@us...> - 2007-08-10 10:46:10
|
Revision: 825 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=825&view=rev Author: northern_sky Date: 2007-08-10 03:46:08 -0700 (Fri, 10 Aug 2007) Log Message: ----------- Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/README.txt Modified: trunk/plugins/myGUIProgramsAlt/README.txt =================================================================== --- trunk/plugins/myGUIProgramsAlt/README.txt 2007-08-10 10:44:20 UTC (rev 824) +++ trunk/plugins/myGUIProgramsAlt/README.txt 2007-08-10 10:46:08 UTC (rev 825) @@ -41,7 +41,7 @@ ConfigurationTool redesign: - InfoScraperForm redesign -> first redesign done, still needs some work - - Appsettingsrootform: do not use inheritance, make this individual, so we easily can add global-options etc. + - Appsettingsrootform: do not use inheritance, make this individual, so we easily can add global-options etc. CHEFKOCH working on this - Dynamic checkbox list in the different filesview, allow us to "plugin" as many options we want for a special appitem @@ -49,9 +49,6 @@ - [low] genre: thumbs for genre, for example it could be created on AllGame lookup, for first file with this genre -Genre: - - Change to genre/categoryinstead. - --------------------- .: Things to clear :. --------------------- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nor...@us...> - 2007-08-13 23:50:57
|
Revision: 834 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=834&view=rev Author: northern_sky Date: 2007-08-13 16:50:51 -0700 (Mon, 13 Aug 2007) Log Message: ----------- Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/README.txt Modified: trunk/plugins/myGUIProgramsAlt/README.txt =================================================================== --- trunk/plugins/myGUIProgramsAlt/README.txt 2007-08-13 23:44:56 UTC (rev 833) +++ trunk/plugins/myGUIProgramsAlt/README.txt 2007-08-13 23:50:51 UTC (rev 834) @@ -44,15 +44,51 @@ special appitem. Same approch as the dynamic checkboxes +--------------------- +.: Things to clear :. +--------------------- + +Name: +MyEmu...? + + +Add some more specific emulator support.. + - using emulator ids??? yes at some point. this could benefit automatic downloads etc + - easier application image assigning together with thumbsdir -> we also could provide icons for most common system + + +"Minimize MP before starting a file" as a new option for application items: + - sometimes after starting a file (here with fullscreen DirectX PC games, i.e. NFS Most Wanted) + MP use too much resources, so the started game slows down and is impossible to play properly + - tried it already, but did not get it working properly + i used messaging of mp (Messages: MP_SEND_TO_TRAY, MP_SEND_TO_TRAY_DONE, MP_RESTORE_FROM_TRAY, MP_RESTORE_FROM_TRAY_DONE) + - how it can work: + -> GUIListItem clicked -> WaitForExit-true? -> MinimizeMPonFileLunch-true? + --> Minimize MP by sending MP_SEND_TO_TRAY + --> wait for MP_SEND_TO_TRAY_DONE + -> start file -> wait for fileExit -> IsMPinTray-true? + --> Restore MP by sending MP_RESTORE_FROM_TRAY + --> 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 + +---- Suggested features i won't do -------------- + + - BackUp feature? - I you wanna do it.... ...Same goes for report features. + ThumbnailSupport: - [low] genre: thumbs for genre, for example it could be created on AllGame lookup, for first file with this genre ---------------------- -.: Things to clear :. ---------------------- -Comment: lets fix some more of the above issues and then head for these? +Iso mounting -> pro/contra??? The user can easliy script this. +Fixed by chefkoch ... can i remove this? --------------------------------------------------------------------------------- - How do we want to handle images in future? - Currently it is really strange for example if we need to recreate the db from the scratch, you always have to set up the whole stuff. @@ -91,37 +127,3 @@ -------------------------------------------------------------------------------------- Above: maybe add an advanced option for the user. In short, allowing a merge between "easy setup" (as above) and total control filepaths etc. - -MyEmu...i think - - -Add some more specific emulator support.. - - using emulator ids??? yes at some point. this could benefit automatic downloads etc - - easier application image assigning together with thumbsdir -> we also could provide icons for most common system - -Iso mounting -> pro/contra??? - -"Minimize MP before starting a file" as a new option for application items: - - sometimes after starting a file (here with fullscreen DirectX PC games, i.e. NFS Most Wanted) - MP use too much resources, so the started game slows down and is impossible to play properly - - tried it already, but did not get it working properly - i used messaging of mp (Messages: MP_SEND_TO_TRAY, MP_SEND_TO_TRAY_DONE, MP_RESTORE_FROM_TRAY, MP_RESTORE_FROM_TRAY_DONE) - - how it can work: - -> GUIListItem clicked -> WaitForExit-true? -> MinimizeMPonFileLunch-true? - --> Minimize MP by sending MP_SEND_TO_TRAY - --> wait for MP_SEND_TO_TRAY_DONE - -> start file -> wait for fileExit -> IsMPinTray-true? - --> Restore MP by sending MP_RESTORE_FROM_TRAY - --> 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 - -----Suggested features i won't do-------------- - - - What about an BackUp feature? - I you wanna do it.... ...Same goes for report features. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nor...@us...> - 2007-08-21 23:03:06
|
Revision: 852 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=852&view=rev Author: northern_sky Date: 2007-08-21 16:03:01 -0700 (Tue, 21 Aug 2007) Log Message: ----------- Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/README.txt Modified: trunk/plugins/myGUIProgramsAlt/README.txt =================================================================== --- trunk/plugins/myGUIProgramsAlt/README.txt 2007-08-21 23:00:30 UTC (rev 851) +++ trunk/plugins/myGUIProgramsAlt/README.txt 2007-08-21 23:03:01 UTC (rev 852) @@ -10,8 +10,9 @@ Copy skin to relevant folder. There will possibly be db-changes and xml-changes between versions, so always make sure that you have a clean install between updates. -So far: +Done so far: + Code/GUI restructure.. Now using the excellent ADO.NET opensource wrapper for System.Data.SQLite.It rocks! @@ -24,6 +25,8 @@ Mame, Gamebase support partially rewritten. Some new options: Skip mahjong games,etc ++ other stuff + ---------------- .: To-do next :. ---------------- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
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. |
From: <che...@us...> - 2007-10-07 12:28:22
|
Revision: 980 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=980&view=rev Author: chef_koch Date: 2007-10-07 05:28:20 -0700 (Sun, 07 Oct 2007) Log Message: ----------- just added a minor bug note Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/README.txt Modified: trunk/plugins/myGUIProgramsAlt/README.txt =================================================================== --- trunk/plugins/myGUIProgramsAlt/README.txt 2007-10-06 22:11:51 UTC (rev 979) +++ trunk/plugins/myGUIProgramsAlt/README.txt 2007-10-07 12:28:20 UTC (rev 980) @@ -38,9 +38,8 @@ -Change graphics for fileinfobackground (it says mymovies...) BUGS: + - When starting the configuration and the "myProgramsAltPreconfiguration.xml" is missing, it will throw an exception. -- goes here.. - FEATURES: Add some more specific emulator support.. - bring/keep the profiles up-to-date This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <che...@us...> - 2007-10-09 20:34:32
|
Revision: 985 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=985&view=rev Author: chef_koch Date: 2007-10-09 13:34:28 -0700 (Tue, 09 Oct 2007) Log Message: ----------- added a bug and question about logging ;) Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/README.txt Modified: trunk/plugins/myGUIProgramsAlt/README.txt =================================================================== --- trunk/plugins/myGUIProgramsAlt/README.txt 2007-10-09 16:00:36 UTC (rev 984) +++ trunk/plugins/myGUIProgramsAlt/README.txt 2007-10-09 20:34:28 UTC (rev 985) @@ -39,6 +39,10 @@ BUGS: - When starting the configuration and the "myProgramsAltPreconfiguration.xml" is missing, it will throw an exception. + + - Exception when opening the plugin in GUI, something with currentapplication == null, catched it with try{}catch{}-statement + + - when an fileitem without albumtag is focused a logmsg is written -> OK, but should this msg also be logged when it's only a backbutton [..] !? FEATURES: Add some more specific emulator support.. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <che...@us...> - 2007-10-09 21:01:51
|
Revision: 989 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=989&view=rev Author: chef_koch Date: 2007-10-09 14:01:38 -0700 (Tue, 09 Oct 2007) Log Message: ----------- added a question/suggestion Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/README.txt Modified: trunk/plugins/myGUIProgramsAlt/README.txt =================================================================== --- trunk/plugins/myGUIProgramsAlt/README.txt 2007-10-09 20:56:11 UTC (rev 988) +++ trunk/plugins/myGUIProgramsAlt/README.txt 2007-10-09 21:01:38 UTC (rev 989) @@ -54,7 +54,9 @@ .: Things to clear :. --------------------- +Would it be possible to keep the downloaded infos in db, when doing a reimport, and only delete the info for files which does not exists anymore? + Add some more specific emulator support.. - using emulator ids??? yes at some point. this could benefit automatic downloads etc - easier application image assigning together with thumbsdir -> we also could provide icons for most common system This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <che...@us...> - 2007-10-09 21:19:55
|
Revision: 990 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=990&view=rev Author: chef_koch Date: 2007-10-09 14:19:45 -0700 (Tue, 09 Oct 2007) Log Message: ----------- changed the readme a bit, what do you think about it? Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/README.txt Modified: trunk/plugins/myGUIProgramsAlt/README.txt =================================================================== --- trunk/plugins/myGUIProgramsAlt/README.txt 2007-10-09 21:01:38 UTC (rev 989) +++ trunk/plugins/myGUIProgramsAlt/README.txt 2007-10-09 21:19:45 UTC (rev 990) @@ -1,3 +1,46 @@ +============================== +=== MyPrograms Alternative === +============================== + +----------------- +-- Plugin Info -- +----------------- + +Version: 0.1 +Release date: 2007-??-?? + +Author: northern, chefkoch, based on work by weabeard + +Forums: http://forum.team-mediaportal.com/my_programs_update-t21757.html?t=21757 +Download: http://www.team-mediaportal.com/files/Download/MediaPortalInstaller(MPI)/Games/MyProgramsAlt/ + +svn branch: http://mp-plugins.svn.sourceforge.net/viewvc/mp-plugins/trunk/plugins/myGUIProgramsAlt/ + +------------------ +-- What's this? -- +------------------ + +......blabla History, changes since old plugin, new features, ... blabla + +------------------ +-- Known Issues -- +------------------ + + +--------------- +-- ChangeLog -- +--------------- +2007-10-09: chefkoch : new readme layout +2007-10-09: chefkoch : fixed navigation in bluetwo skin file + + + + + + +---------------- +-- more infos -- +---------------- WIP on an alternative/update to myprograms. Still features and bugs to fix. Do NOT USE on your real MP-installation, only for tests.. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <che...@us...> - 2007-11-04 18:16:23
|
Revision: 1027 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=1027&view=rev Author: chef_koch Date: 2007-11-04 10:16:22 -0800 (Sun, 04 Nov 2007) Log Message: ----------- Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/README.txt Modified: trunk/plugins/myGUIProgramsAlt/README.txt =================================================================== --- trunk/plugins/myGUIProgramsAlt/README.txt 2007-11-04 18:09:40 UTC (rev 1026) +++ trunk/plugins/myGUIProgramsAlt/README.txt 2007-11-04 18:16:22 UTC (rev 1027) @@ -30,7 +30,10 @@ --------------- -- ChangeLog -- --------------- +v0.1.0.9 2007-11-04: chefkoch : changed: remember last used application is now optional + +v0.1.0.8 2007-11-04: chefkoch : plugin is distributed as MPI package from now on 2007-11-04: chefkoch : changed: plugin uses now it's own WindowsIDs (not Window.Files anymore) to prevent problems with old MyPrograms PluginName 2007-11-04: chefkoch : fixed: if default title "My Programs Alt." was used, "My Programs" was displayed in GUI This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <che...@us...> - 2007-11-29 01:06:55
|
Revision: 1104 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=1104&view=rev Author: chef_koch Date: 2007-11-28 17:06:54 -0800 (Wed, 28 Nov 2007) Log Message: ----------- added some known issues Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/README.txt Modified: trunk/plugins/myGUIProgramsAlt/README.txt =================================================================== --- trunk/plugins/myGUIProgramsAlt/README.txt 2007-11-28 23:10:24 UTC (rev 1103) +++ trunk/plugins/myGUIProgramsAlt/README.txt 2007-11-29 01:06:54 UTC (rev 1104) @@ -29,7 +29,10 @@ - bei mame werden auch die Konsolen-roms importiert (quasi die betriebssystem images der konsolen), das m\xFCsste auch noch raus... schau mal in den thread, ich habe eine anleitung verfasst, da siehst du was ich meine + - config -> FilesViewTab -> press "update database" -> press no when asked, if you really want to reimport -> no the button is disabled, and can't be clicked again + - There is no skin-file for BlueTwo wide out-of-the-box. + --------------- -- ChangeLog -- --------------- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |