From: <nor...@us...> - 2007-06-10 17:45:27
|
Revision: 508 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=508&view=rev Author: northern_sky Date: 2007-06-10 10:45:25 -0700 (Sun, 10 Jun 2007) Log Message: ----------- Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/README.txt Modified: trunk/plugins/myGUIProgramsAlt/README.txt =================================================================== --- trunk/plugins/myGUIProgramsAlt/README.txt 2007-06-10 17:39:18 UTC (rev 507) +++ trunk/plugins/myGUIProgramsAlt/README.txt 2007-06-10 17:45:25 UTC (rev 508) @@ -1,10 +1,11 @@ -Work in progress on alternative/update to myprograms. -not 0.1 yet, so still some features and bugs to fix. -Do not use on your real MP-installation, only for tests. -In fact, i'm not interested in bug-reports yet, as -there are a few known to fix first. +Work in progress on an alternative/update to myprograms. +Not releaseready yet, as there still are some features and bugs to fix. +Do not use on your real MP-installation, only for tests.. +Not really interested in bug-reports yet, as +there are a few known bugs to fix first. Copy contents of metadata-folder to MP root folder , and the GUIPrograms.dll to MP/windowsplugins to run. +There will possibly be db-changes and xml-changes between versions, so always make sure that you have a clean install between updates. Done so far: @@ -23,16 +24,16 @@ Allgamesupport updated. Mame, Gamebase support partially rewritten.much faster. -Some new options . skip mahjong games, etc +Some new options: Skip mahjong games,etc To-do next: Revise the code, clear out bugs. -Add more specific emulator support -Test all gamebase variants,some more options. +Add some more specific emulator support.. +Testing!! Small restructure of db. .... Iso mounting? -Add some of chef_koch fixes? +Add some of chef_koch fixes? UPDATE: chef_koch is also doing updates on this version. Great,it will for sure speed up development! Quit key for joystick.. Fileoptions etc This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <che...@us...> - 2007-06-10 21:38:43
|
Revision: 511 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=511&view=rev Author: chef_koch Date: 2007-06-10 14:38:41 -0700 (Sun, 10 Jun 2007) Log Message: ----------- added some ideas to README.txt Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/README.txt Modified: trunk/plugins/myGUIProgramsAlt/README.txt =================================================================== --- trunk/plugins/myGUIProgramsAlt/README.txt 2007-06-10 20:58:23 UTC (rev 510) +++ trunk/plugins/myGUIProgramsAlt/README.txt 2007-06-10 21:38:41 UTC (rev 511) @@ -26,14 +26,58 @@ Mame, Gamebase support partially rewritten.much faster. Some new options: Skip mahjong games,etc -To-do next: -Revise the code, clear out bugs. +---------------- +.: To-do next :. +---------------- +Revise the code, clear out bugs + Add some more specific emulator support.. -Testing!! -Small restructure of db. -.... + - bring/keep the profiles up-to-date -Iso mounting? +ConfigurationTool redesign: + - InfoScraperForm redesign -> first redesign done, still needs some work + +DB redesign/restructure: + - small changes + +AllTime Todo: + --> TESTING ;) + --> BugFixing :P + + +--------------------- +.: things to clear :. +--------------------- +Add some more specific emulator support.. + - using system and emulator ids??? can be used for + - filter in fileinfoscraperForm + - easier application image assigning together with thumbsdir -> we also could provide icons for most common system + +ConfigurationTool redesign: + - saving the path to file for import + - saving the path to image dir, or using thumbsDir of MP, are there any pros? + +DB redesign/restructure: + - saving gameURL from AllGame.com??? or maybe only the AllGame.com-ID? + +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 + +....... + Add some of chef_koch fixes? UPDATE: chef_koch is also doing updates on this version. Great,it will for sure speed up development! Quit key for joystick.. -Fileoptions etc +Fileoptions etc \ 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: <nor...@us...> - 2007-06-13 22:08:26
|
Revision: 538 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=538&view=rev Author: northern_sky Date: 2007-06-13 15:08:24 -0700 (Wed, 13 Jun 2007) Log Message: ----------- small changes Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/README.txt Modified: trunk/plugins/myGUIProgramsAlt/README.txt =================================================================== --- trunk/plugins/myGUIProgramsAlt/README.txt 2007-06-13 22:07:13 UTC (rev 537) +++ trunk/plugins/myGUIProgramsAlt/README.txt 2007-06-13 22:08:24 UTC (rev 538) @@ -22,6 +22,7 @@ Database/views: grouping added, fileinfodetails back again. Allgamesupport updated. +Fileinfoscraper reworked Mame, Gamebase support partially rewritten.much faster. Some new options: Skip mahjong games,etc @@ -29,14 +30,19 @@ ---------------- .: To-do next :. ---------------- -Revise the code, clear out bugs +Revise the code, clear out BUGS: +-fileinfodetails : fixup + Add some more specific emulator support.. - bring/keep the profiles up-to-date + - Maybe some more "special" items like mame,gamebase 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. + DB redesign/restructure: - small changes @@ -57,9 +63,6 @@ - saving the path to file for import - saving the path to image dir, or using thumbsDir of MP, are there any pros? -DB redesign/restructure: - - saving gameURL from AllGame.com??? or maybe only the AllGame.com-ID? - Iso mounting -> pro/contra??? "Minimize MP before starting a file" as a new option for application items: @@ -78,6 +81,7 @@ ....... -Add some of chef_koch fixes? UPDATE: chef_koch is also doing updates on this version. Great,it will for sure speed up development! -Quit key for joystick.. -Fileoptions etc \ No newline at end of file +Add some of chef_koch fixes? +UPDATE: chef_koch is also doing updates on this version now. Great,it will for sure speed-up development! +Quit key for joystick..don't know, there is joy2key and scripting too... +Fileoptions etc This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <che...@us...> - 2007-06-19 19:47:06
|
Revision: 569 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=569&view=rev Author: chef_koch Date: 2007-06-19 12:47:03 -0700 (Tue, 19 Jun 2007) Log Message: ----------- added note about an allgame bug Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/README.txt Modified: trunk/plugins/myGUIProgramsAlt/README.txt =================================================================== --- trunk/plugins/myGUIProgramsAlt/README.txt 2007-06-19 19:42:19 UTC (rev 568) +++ trunk/plugins/myGUIProgramsAlt/README.txt 2007-06-19 19:47:03 UTC (rev 569) @@ -31,9 +31,9 @@ .: To-do next :. ---------------- Revise the code, clear out BUGS: + - AllGame-Import: rating is not imported correctly + - fileinfodetails : fixup --fileinfodetails : fixup - Add some more specific emulator support.. - bring/keep the profiles up-to-date - Maybe some more "special" items like mame,gamebase This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <che...@us...> - 2007-06-20 18:27:58
|
Revision: 577 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=577&view=rev Author: chef_koch Date: 2007-06-20 11:27:55 -0700 (Wed, 20 Jun 2007) Log Message: ----------- added a few notes for cleaning code Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/README.txt Modified: trunk/plugins/myGUIProgramsAlt/README.txt =================================================================== --- trunk/plugins/myGUIProgramsAlt/README.txt 2007-06-20 18:20:58 UTC (rev 576) +++ trunk/plugins/myGUIProgramsAlt/README.txt 2007-06-20 18:27:55 UTC (rev 577) @@ -33,6 +33,10 @@ Revise the code, clear out BUGS: - 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 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: <nor...@us...> - 2007-06-22 01:12:37
|
Revision: 594 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=594&view=rev Author: northern_sky Date: 2007-06-21 18:12:35 -0700 (Thu, 21 Jun 2007) Log Message: ----------- added some stuff Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/README.txt Modified: trunk/plugins/myGUIProgramsAlt/README.txt =================================================================== --- trunk/plugins/myGUIProgramsAlt/README.txt 2007-06-22 00:58:50 UTC (rev 593) +++ trunk/plugins/myGUIProgramsAlt/README.txt 2007-06-22 01:12:35 UTC (rev 594) @@ -1,9 +1,11 @@ Work in progress on an alternative/update to myprograms. -Not releaseready yet, as there still are some features and bugs to fix. -Do not use on your real MP-installation, only for tests.. -Not really interested in bug-reports yet, as -there are a few known bugs to fix first. +Still features and bugs to fix. +Do NOT USE on your real MP-installation, only for tests.. +Bug-reports ,not yet, there are a few=) known to fix first. +chefkoch is also doing updates on this version now. Great,it will for sure speed-up development! + +:--INSTALLATIOM Copy contents of metadata-folder to MP root folder , and the GUIPrograms.dll to MP/windowsplugins to run. There will possibly be db-changes and xml-changes between versions, so always make sure that you have a clean install between updates. @@ -30,14 +32,17 @@ ---------------- .: To-do next :. ---------------- -Revise the code, clear out BUGS: - - AllGame-Import: rating is not imported correctly +BUGS: + - 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.. + +FEATURES: Add some more specific emulator support.. - bring/keep the profiles up-to-date - Maybe some more "special" items like mame,gamebase @@ -45,19 +50,28 @@ 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. + - Dynamic checkbox list in the different filesview, allow us to "plugin" as many options we want for a special appitem - DB redesign/restructure: - small changes + -remove last remains pincode, + - use parameters in queries?? + +Code: +Revise the code partially. + AllTime Todo: --> TESTING ;) --> BugFixing :P --------------------- -.: things to clear :. +.: Things to clear :. --------------------- +Comment: lets fix some more of the above issues and then head for these? + + Add some more specific emulator support.. - using system and emulator ids??? can be used for - filter in fileinfoscraperForm @@ -85,7 +99,6 @@ ....... -Add some of chef_koch fixes? -UPDATE: chef_koch is also doing updates on this version now. Great,it will for sure speed-up development! -Quit key for joystick..don't know, there is joy2key and scripting too... -Fileoptions etc +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. |
From: <nor...@us...> - 2007-06-22 01:15:20
|
Revision: 595 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=595&view=rev Author: northern_sky Date: 2007-06-21 18:15:19 -0700 (Thu, 21 Jun 2007) Log Message: ----------- tired..=) Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/README.txt Modified: trunk/plugins/myGUIProgramsAlt/README.txt =================================================================== --- trunk/plugins/myGUIProgramsAlt/README.txt 2007-06-22 01:12:35 UTC (rev 594) +++ trunk/plugins/myGUIProgramsAlt/README.txt 2007-06-22 01:15:19 UTC (rev 595) @@ -5,7 +5,7 @@ chefkoch is also doing updates on this version now. Great,it will for sure speed-up development! -:--INSTALLATIOM +:--INSTALLATION Copy contents of metadata-folder to MP root folder , and the GUIPrograms.dll to MP/windowsplugins to run. There will possibly be db-changes and xml-changes between versions, so always make sure that you have a clean install between updates. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
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. |
From: <che...@us...> - 2007-06-22 23:01:05
|
Revision: 607 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=607&view=rev Author: chef_koch Date: 2007-06-22 16:01:02 -0700 (Fri, 22 Jun 2007) Log Message: ----------- removed the genre-bug comment, with fixed view definition your new genre stuff is really rockin ;) yeah Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/README.txt Modified: trunk/plugins/myGUIProgramsAlt/README.txt =================================================================== --- trunk/plugins/myGUIProgramsAlt/README.txt 2007-06-22 22:59:41 UTC (rev 606) +++ trunk/plugins/myGUIProgramsAlt/README.txt 2007-06-22 23:01:02 UTC (rev 607) @@ -40,7 +40,6 @@ -> 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: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <che...@us...> - 2007-06-22 23:41:03
|
Revision: 608 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=608&view=rev Author: chef_koch Date: 2007-06-22 16:41:00 -0700 (Fri, 22 Jun 2007) Log Message: ----------- some ideas about thumbs Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/README.txt Modified: trunk/plugins/myGUIProgramsAlt/README.txt =================================================================== --- trunk/plugins/myGUIProgramsAlt/README.txt 2007-06-22 23:01:02 UTC (rev 607) +++ trunk/plugins/myGUIProgramsAlt/README.txt 2007-06-22 23:41:00 UTC (rev 608) @@ -59,6 +59,11 @@ - 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 +ThumbnailSupport: + - [high] general: using thumbs in all views, if you browse files, not in all views the files/games, show their thumbnail + - [low] rating: thumbs for 0-10 maybe as stylish numbers or maybe as smileys :( -> :| -> :), so that the user could choose it for himself + - [low] genre: thumbs for genre, for example it could be created on AllGame lookup, for first file with this genre + - ....... Code: Revise the code partially. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <che...@us...> - 2007-06-24 09:48:09
|
Revision: 616 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=616&view=rev Author: chef_koch Date: 2007-06-24 02:48:03 -0700 (Sun, 24 Jun 2007) Log Message: ----------- added some comments Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/README.txt Modified: trunk/plugins/myGUIProgramsAlt/README.txt =================================================================== --- trunk/plugins/myGUIProgramsAlt/README.txt 2007-06-24 09:16:20 UTC (rev 615) +++ trunk/plugins/myGUIProgramsAlt/README.txt 2007-06-24 09:48:03 UTC (rev 616) @@ -37,6 +37,7 @@ - fileinfodetails : fixup - cleanup for old/obsolete view/sort/db code -> ApplicationItem.cs: old db-sort code (replaced by ProgramSort) + -> remove (maybe) obsolete DatabaseSorter.cs, replaced by ProgramSort.cs -> 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.. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nor...@us...> - 2007-06-24 12:54:49
|
Revision: 620 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=620&view=rev Author: northern_sky Date: 2007-06-24 05:54:41 -0700 (Sun, 24 Jun 2007) Log Message: ----------- removed some fixed stuff Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/README.txt Modified: trunk/plugins/myGUIProgramsAlt/README.txt =================================================================== --- trunk/plugins/myGUIProgramsAlt/README.txt 2007-06-24 12:52:32 UTC (rev 619) +++ trunk/plugins/myGUIProgramsAlt/README.txt 2007-06-24 12:54:41 UTC (rev 620) @@ -40,7 +40,6 @@ -> remove (maybe) obsolete DatabaseSorter.cs, replaced by ProgramSort.cs -> 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.. FEATURES: @@ -55,9 +54,7 @@ DB redesign/restructure: - small changes - - 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 + - use parameters in queries?? heah? ;) could you explain this more? =) we take it on icq=) - only saving filename without " . We add them if use qoutes is enabled when we create the procInfo ThumbnailSupport: @@ -66,12 +63,11 @@ - [low] genre: thumbs for genre, for example it could be created on AllGame lookup, for first file with this genre - ....... -Code: -Revise the code partially. AllTime Todo: --> TESTING ;) --> BugFixing :P + --> Revise the code =) --------------------- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <che...@us...> - 2007-06-24 16:35:10
|
Revision: 626 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=626&view=rev Author: chef_koch Date: 2007-06-24 09:35:08 -0700 (Sun, 24 Jun 2007) Log Message: ----------- added some notes Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/README.txt Modified: trunk/plugins/myGUIProgramsAlt/README.txt =================================================================== --- trunk/plugins/myGUIProgramsAlt/README.txt 2007-06-24 16:28:13 UTC (rev 625) +++ trunk/plugins/myGUIProgramsAlt/README.txt 2007-06-24 16:35:08 UTC (rev 626) @@ -56,9 +56,11 @@ - small changes - use parameters in queries?? heah? ;) could you explain this more? =) we take it on icq=) - only saving filename without " . We add them if use qoutes is enabled when we create the procInfo + - Do we need those Database patches on start anymore? + PatchEmptyValues for example (maybe some more): we always insert the files now with dateTime.MinValue and launchCount 0, + i implented this in original MyPrograms just to update old Databases, but we use now completly new, so obsolete imo. ThumbnailSupport: - - [high] general: using thumbs in all views, if you browse files, not in all views the files/games, show their thumbnail - [low] rating: thumbs for 0-10 maybe as stylish numbers or maybe as smileys :( -> :| -> :), so that the user could choose it for himself - [low] genre: thumbs for genre, for example it could be created on AllGame lookup, for first file with this genre - ....... This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nor...@us...> - 2007-06-25 20:36:15
|
Revision: 631 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=631&view=rev Author: northern_sky Date: 2007-06-25 13:35:11 -0700 (Mon, 25 Jun 2007) Log Message: ----------- removed fixed stuff Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/README.txt Modified: trunk/plugins/myGUIProgramsAlt/README.txt =================================================================== --- trunk/plugins/myGUIProgramsAlt/README.txt 2007-06-25 20:33:27 UTC (rev 630) +++ trunk/plugins/myGUIProgramsAlt/README.txt 2007-06-25 20:35:11 UTC (rev 631) @@ -56,9 +56,6 @@ - small changes - use parameters in queries?? heah? ;) could you explain this more? =) we take it on icq=) - only saving filename without " . We add them if use qoutes is enabled when we create the procInfo - - Do we need those Database patches on start anymore? - PatchEmptyValues for example (maybe some more): we always insert the files now with dateTime.MinValue and launchCount 0, - i implented this in original MyPrograms just to update old Databases, but we use now completly new, so obsolete imo. ThumbnailSupport: - [low] rating: thumbs for 0-10 maybe as stylish numbers or maybe as smileys :( -> :| -> :), so that the user could choose it for himself This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <che...@us...> - 2007-06-26 13:29:01
|
Revision: 640 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=640&view=rev Author: chef_koch Date: 2007-06-26 06:28:59 -0700 (Tue, 26 Jun 2007) Log Message: ----------- added many new ideas Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/README.txt Modified: trunk/plugins/myGUIProgramsAlt/README.txt =================================================================== --- trunk/plugins/myGUIProgramsAlt/README.txt 2007-06-26 00:47:40 UTC (rev 639) +++ trunk/plugins/myGUIProgramsAlt/README.txt 2007-06-26 13:28:59 UTC (rev 640) @@ -33,8 +33,14 @@ .: To-do next :. ---------------- BUGS: - - AllGame-Import: rating is not imported correctly + - AllGame-Import + -> rating is not imported correctly + -> Do we want to import the Name of the game, too? + -> a " in Title cause display issues, try to look up 'Grand Theft Auto San Andreas' <-- PC Game + -> some decsriptions contain characters which are not displayed in details view, try to look up 'World Series of Poker: Tournament of Champions' <-- PC Game - fileinfodetails : fixup + - plugin is always starting in Genre View + -> not sure, i will have a look at it. -chef - cleanup for old/obsolete view/sort/db code -> ApplicationItem.cs: old db-sort code (replaced by ProgramSort) -> remove (maybe) obsolete DatabaseSorter.cs, replaced by ProgramSort.cs @@ -74,7 +80,56 @@ --------------------- Comment: lets fix some more of the above issues and then head for these? + - 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. +What do you think about it, i know how we can handle most of these stuff. It's just a question, whether we agree both to it. ;) +-> ApplicationItems + - Filename: for the image of ApplicationItem is parsed by ApplicationItem Title + - Filepath: GetSubfolder(Config.Dir.Thumbs, "MyProgramsAlt") + - database: remove 'imagefile' in tblApplicationItem + - config: remove the App.Picture label and textbox + maybe add a label as a hint, which the contain the filename, the plugin is searching for + this sample is created on the fly by Title + Example: Nintendo 64 - "C:\Program Files\Team MediaPortal\Thumbs\MyProgramsAlt\Nintendo 64.png" +-> 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 + +cons: - it's a bit coding work ;) + - after renaming an item, file must be renamed, too --> can also be don by code + + + - What should be the name for the plugin, when we will release it? - +Imo MyProgramsAlt sounds a bit uggly. I think it should not be too long and complicated. + - MyProgramsV2 + - MyProgramsAlt + - MyProgramsAlternative + - NewMyPrograms + - NewPrograms + ..... + could contain: new, alt +What about using a complete new name? + something with Games or Emu? + + + - What about an BackUp feature? - +Don't worry should not backup all stuff, just save in any fileformat you want: + - filepath and filename: to identify the file + - Launchcount + - LastTimeLaunched + + Add some more specific emulator support.. - using system and emulator ids??? can be used for - filter in fileinfoscraperForm This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nor...@us...> - 2007-06-26 20:47:43
|
Revision: 643 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=643&view=rev Author: northern_sky Date: 2007-06-26 13:47:39 -0700 (Tue, 26 Jun 2007) Log Message: ----------- some bits Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/README.txt Modified: trunk/plugins/myGUIProgramsAlt/README.txt =================================================================== --- trunk/plugins/myGUIProgramsAlt/README.txt 2007-06-26 20:34:51 UTC (rev 642) +++ trunk/plugins/myGUIProgramsAlt/README.txt 2007-06-26 20:47:39 UTC (rev 643) @@ -61,7 +61,6 @@ DB redesign/restructure: - small changes - use parameters in queries?? heah? ;) could you explain this more? =) we take it on icq=) - - only saving filename without " . We add them if use qoutes is enabled when we create the procInfo ThumbnailSupport: - [low] rating: thumbs for 0-10 maybe as stylish numbers or maybe as smileys :( -> :| -> :), so that the user could choose it for himself @@ -80,6 +79,7 @@ --------------------- Comment: lets fix some more of the above issues and then head for these? +--------------------------------------------------------------------------------- - 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. What do you think about it, i know how we can handle most of these stuff. It's just a question, whether we agree both to it. ;) @@ -108,8 +108,10 @@ cons: - it's a bit coding work ;) - after renaming an item, file must be renamed, too --> can also be don by code +-------------------------------------------------------------------------------------- +Above: mabey add an advanced option for the user. In short, allowing a merge between "easy setup" (as above) +and total control filepaths etc. - - What should be the name for the plugin, when we will release it? - Imo MyProgramsAlt sounds a bit uggly. I think it should not be too long and complicated. - MyProgramsV2 @@ -122,7 +124,14 @@ What about using a complete new name? something with Games or Emu? +-myGemu --nahh +-myEmu maybe... there already is myEmulators--- but this would be the most fitting maybe, as i plan to add a lot of preconfigs for this kind of stuff. +-myProgramsV2 ...boring +-myProgramsRemix -- nope +-myOHmy -- i'm tired and need to go to bed + + - What about an BackUp feature? - Don't worry should not backup all stuff, just save in any fileformat you want: - filepath and filename: to identify the file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nor...@us...> - 2007-06-27 21:53:16
|
Revision: 646 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=646&view=rev Author: northern_sky Date: 2007-06-27 14:53:13 -0700 (Wed, 27 Jun 2007) Log Message: ----------- more ramblings Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/README.txt Modified: trunk/plugins/myGUIProgramsAlt/README.txt =================================================================== --- trunk/plugins/myGUIProgramsAlt/README.txt 2007-06-27 21:50:31 UTC (rev 645) +++ trunk/plugins/myGUIProgramsAlt/README.txt 2007-06-27 21:53:13 UTC (rev 646) @@ -34,10 +34,10 @@ ---------------- BUGS: - AllGame-Import - -> rating is not imported correctly - -> Do we want to import the Name of the game, too? - -> a " in Title cause display issues, try to look up 'Grand Theft Auto San Andreas' <-- PC Game + -> Do we want to import the Name of the game, too? :Will add some more options under save later.. so user can choose to owerwrite title. -> some decsriptions contain characters which are not displayed in details view, try to look up 'World Series of Poker: Tournament of Champions' <-- PC Game + More info about this one. You mean the file-details view in config tool?. try, but can see all values here with that game. + - fileinfodetails : fixup - plugin is always starting in Genre View -> not sure, i will have a look at it. -chef @@ -128,10 +128,9 @@ -myEmu maybe... there already is myEmulators--- but this would be the most fitting maybe, as i plan to add a lot of preconfigs for this kind of stuff. -myProgramsV2 ...boring -myProgramsRemix -- nope --myOHmy -- i'm tired and need to go to bed +What do you feel is the best? - - What about an BackUp feature? - Don't worry should not backup all stuff, just save in any fileformat you want: - filepath and filename: to identify the file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nor...@us...> - 2007-06-27 22:28:27
|
Revision: 647 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=647&view=rev Author: northern_sky Date: 2007-06-27 15:28:10 -0700 (Wed, 27 Jun 2007) Log Message: ----------- Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/README.txt Modified: trunk/plugins/myGUIProgramsAlt/README.txt =================================================================== --- trunk/plugins/myGUIProgramsAlt/README.txt 2007-06-27 21:53:13 UTC (rev 646) +++ trunk/plugins/myGUIProgramsAlt/README.txt 2007-06-27 22:28:10 UTC (rev 647) @@ -34,10 +34,8 @@ ---------------- BUGS: - 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 owerwrite title. - -> some decsriptions contain characters which are not displayed in details view, try to look up 'World Series of Poker: Tournament of Champions' <-- PC Game - More info about this one. You mean the file-details view in config tool?. try, but can see all values here with that game. - + -> 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. + -> strange char in overview... will look into this later on noticed that to now "World Series of Poker: Tournament of Champions" - fileinfodetails : fixup - plugin is always starting in Genre View -> not sure, i will have a look at it. -chef This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nor...@us...> - 2007-06-28 18:52:14
|
Revision: 650 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=650&view=rev Author: northern_sky Date: 2007-06-28 11:51:29 -0700 (Thu, 28 Jun 2007) Log Message: ----------- remove char bug Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/README.txt Modified: trunk/plugins/myGUIProgramsAlt/README.txt =================================================================== --- trunk/plugins/myGUIProgramsAlt/README.txt 2007-06-28 18:49:44 UTC (rev 649) +++ trunk/plugins/myGUIProgramsAlt/README.txt 2007-06-28 18:51:29 UTC (rev 650) @@ -35,7 +35,7 @@ BUGS: - 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. - -> strange char in overview... will look into this later on noticed that to now "World Series of Poker: Tournament of Champions" + - fileinfodetails : fixup - plugin is always starting in Genre View -> not sure, i will have a look at it. -chef This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <che...@us...> - 2007-06-28 22:42:16
|
Revision: 654 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=654&view=rev Author: chef_koch Date: 2007-06-28 15:42:15 -0700 (Thu, 28 Jun 2007) Log Message: ----------- Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/README.txt Modified: trunk/plugins/myGUIProgramsAlt/README.txt =================================================================== --- trunk/plugins/myGUIProgramsAlt/README.txt 2007-06-28 22:33:41 UTC (rev 653) +++ trunk/plugins/myGUIProgramsAlt/README.txt 2007-06-28 22:42:15 UTC (rev 654) @@ -103,9 +103,15 @@ 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 ;) - - after renaming an item, file must be renamed, too --> can also be don by code +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. ? -------------------------------------------------------------------------------------- Above: mabey add an advanced option for the user. In short, allowing a merge between "easy setup" (as above) and total control filepaths etc. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nor...@us...> - 2007-07-01 13:52:24
|
Revision: 660 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=660&view=rev Author: northern_sky Date: 2007-07-01 06:52:18 -0700 (Sun, 01 Jul 2007) Log Message: ----------- comments about latest changes etc Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/README.txt Modified: trunk/plugins/myGUIProgramsAlt/README.txt =================================================================== --- trunk/plugins/myGUIProgramsAlt/README.txt 2007-07-01 13:47:34 UTC (rev 659) +++ trunk/plugins/myGUIProgramsAlt/README.txt 2007-07-01 13:52:18 UTC (rev 660) @@ -26,19 +26,21 @@ Allgamesupport updated. Fileinfoscraper reworked -Mame, Gamebase support partially rewritten.much faster. +Mame, Gamebase support partially rewritten.much faster... now sloq again as we import stuff to lexicon tables.. Some new options: Skip mahjong games,etc ---------------- .: To-do next :. ---------------- BUGS: +- Probaly some introduced with latest big resturcture: + - 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. - fileinfodetails : fixup - plugin is always starting in Genre View - -> not sure, i will have a look at it. -chef + -> not sure, i will have a look at it. -chef--- this doesn't happen here at least. - cleanup for old/obsolete view/sort/db code -> ApplicationItem.cs: old db-sort code (replaced by ProgramSort) -> remove (maybe) obsolete DatabaseSorter.cs, replaced by ProgramSort.cs @@ -57,7 +59,7 @@ - Dynamic checkbox list in the different filesview, allow us to "plugin" as many options we want for a special appitem DB redesign/restructure: - - small changes + - small changes--- starting to get there. - use parameters in queries?? heah? ;) could you explain this more? =) we take it on icq=) ThumbnailSupport: @@ -65,6 +67,7 @@ - [low] genre: thumbs for genre, for example it could be created on AllGame lookup, for first file with this genre - ....... +Clean programviews--- it'a a alltime hacking class and gets worse=) AllTime Todo: --> TESTING ;) @@ -111,7 +114,7 @@ - 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. ? + -> 3. there could be a msgBox, which asks the user what to do, 1. or 2. ? go for two!! -------------------------------------------------------------------------------------- Above: mabey add an advanced option for the user. In short, allowing a merge between "easy setup" (as above) and total control filepaths etc. @@ -143,8 +146,8 @@ Add some more specific emulator support.. - - using system and emulator ids??? can be used for - - filter in fileinfoscraperForm + - using emulator ids??? can be used for + - filter in fileinfoscraperForm.. we got system id's now.. so feel free to implement. - easier application image assigning together with thumbsdir -> we also could provide icons for most common system ConfigurationTool redesign: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nor...@us...> - 2007-07-05 19:08:23
|
Revision: 674 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=674&view=rev Author: northern_sky Date: 2007-07-05 12:08:21 -0700 (Thu, 05 Jul 2007) Log Message: ----------- Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/README.txt Modified: trunk/plugins/myGUIProgramsAlt/README.txt =================================================================== --- trunk/plugins/myGUIProgramsAlt/README.txt 2007-07-05 19:07:07 UTC (rev 673) +++ trunk/plugins/myGUIProgramsAlt/README.txt 2007-07-05 19:08:21 UTC (rev 674) @@ -26,21 +26,20 @@ Allgamesupport updated. Fileinfoscraper reworked -Mame, Gamebase support partially rewritten.much faster... now sloq again as we import stuff to lexicon tables.. +Mame, Gamebase support partially rewritten.much faster... now slow again as we import stuff to lexicon tables.. Some new options: Skip mahjong games,etc ---------------- .: To-do next :. ---------------- BUGS: -- Probaly some introduced with latest big resturcture: - 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. - fileinfodetails : fixup - plugin is always starting in Genre View - -> not sure, i will have a look at it. -chef--- this doesn't happen here at least. + -> not sure, i will have a look at it. -chef--- this doesn't happen here at least?? verify - cleanup for old/obsolete view/sort/db code -> ApplicationItem.cs: old db-sort code (replaced by ProgramSort) -> remove (maybe) obsolete DatabaseSorter.cs, replaced by ProgramSort.cs @@ -67,7 +66,7 @@ - [low] genre: thumbs for genre, for example it could be created on AllGame lookup, for first file with this genre - ....... -Clean programviews--- it'a a alltime hacking class and gets worse=) +Clean programviews--- some redundancy etc.. and gets worse=) AllTime Todo: --> TESTING ;) @@ -138,7 +137,7 @@ What do you feel is the best? - - What about an BackUp feature? - + - What about an BackUp feature? - Don't worry should not backup all stuff, just save in any fileformat you want: - filepath and filename: to identify the file - Launchcount This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nor...@us...> - 2007-07-07 21:15:17
|
Revision: 677 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=677&view=rev Author: northern_sky Date: 2007-07-07 14:15:11 -0700 (Sat, 07 Jul 2007) Log Message: ----------- Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/README.txt Modified: trunk/plugins/myGUIProgramsAlt/README.txt =================================================================== --- trunk/plugins/myGUIProgramsAlt/README.txt 2007-07-07 21:10:58 UTC (rev 676) +++ trunk/plugins/myGUIProgramsAlt/README.txt 2007-07-07 21:15:11 UTC (rev 677) @@ -9,7 +9,7 @@ Copy contents of metadata-folder to MP root folder , and the GUIPrograms.dll to MP/windowsplugins to run. There will possibly be db-changes and xml-changes between versions, so always make sure that you have a clean install between updates. -Done so far: +So far: Code restructure phase 1: - code divided into more fitting entitys. @@ -41,12 +41,11 @@ - plugin is always starting in Genre View -> not sure, i will have a look at it. -chef--- this doesn't happen here at least?? verify - cleanup for old/obsolete view/sort/db code - -> ApplicationItem.cs: old db-sort code (replaced by ProgramSort) - -> remove (maybe) obsolete DatabaseSorter.cs, replaced by ProgramSort.cs - -> maybe: merging CurrentView/CurrentSort..... code in GUIprograms.cs DatabaseSettings.cs: - or having this stuff only in one place + -needs some more work, but is partially implemented now. ++ a lot others;) + FEATURES: Add some more specific emulator support.. - bring/keep the profiles up-to-date @@ -66,14 +65,7 @@ - [low] genre: thumbs for genre, for example it could be created on AllGame lookup, for first file with this genre - ....... -Clean programviews--- some redundancy etc.. and gets worse=) -AllTime Todo: - --> TESTING ;) - --> BugFixing :P - --> Revise the code =) - - --------------------- .: Things to clear :. --------------------- @@ -137,7 +129,7 @@ What do you feel is the best? - - What about an BackUp feature? - + - What about an BackUp feature? - I you wanna do it.... ...Same goes for report features. Don't worry should not backup all stuff, just save in any fileformat you want: - filepath and filename: to identify the file - Launchcount @@ -146,7 +138,8 @@ Add some more specific emulator support.. - using emulator ids??? can be used for - - filter in fileinfoscraperForm.. we got system id's now.. so feel free to implement. + - filter in fileinfoscraperForm.. we got system id's now.. so feel free to implement.Will add emulator table at some point. + - easier application image assigning together with thumbsdir -> we also could provide icons for most common system ConfigurationTool redesign: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nor...@us...> - 2007-07-11 22:03:25
|
Revision: 684 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=684&view=rev Author: northern_sky Date: 2007-07-11 15:03:07 -0700 (Wed, 11 Jul 2007) Log Message: ----------- Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/README.txt Modified: trunk/plugins/myGUIProgramsAlt/README.txt =================================================================== --- trunk/plugins/myGUIProgramsAlt/README.txt 2007-07-11 21:55:32 UTC (rev 683) +++ trunk/plugins/myGUIProgramsAlt/README.txt 2007-07-11 22:03:07 UTC (rev 684) @@ -11,17 +11,11 @@ So far: -Code restructure phase 1: -- code divided into more fitting entitys. -- redundant code,classes moved/removed +Code restructure.. -GUI restructure phase 1: -- drag n drop instead of up/down buttons. Menu items -- Some unnecessary applicationitems removed. May re-add some later, but not in the same form as before. -- Is now dbcentric. -- files options moved to fileviews instead, makes for better "division" of gui settings (specific app or file setting.) +GUI restructure.. -Database/views: grouping added, fileinfodetails back again. +Database/views: grouping added, fileinfodetails Allgamesupport updated. Fileinfoscraper reworked @@ -37,11 +31,8 @@ - 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. - - fileinfodetails : fixup - - plugin is always starting in Genre View - -> not sure, i will have a look at it. -chef--- this doesn't happen here at least?? verify - - cleanup for old/obsolete view/sort/db code - -needs some more work, but is partially implemented now. + - fileinfodetails : replaced with real window from videodetails...not done yet. + - cleanup for old/obsolete view/sort/db code: needs some more work, but is partially implemented now. + a lot others;) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nor...@us...> - 2007-07-22 18:48:07
|
Revision: 751 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=751&view=rev Author: northern_sky Date: 2007-07-22 11:47:56 -0700 (Sun, 22 Jul 2007) Log Message: ----------- Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/README.txt Modified: trunk/plugins/myGUIProgramsAlt/README.txt =================================================================== --- trunk/plugins/myGUIProgramsAlt/README.txt 2007-07-22 18:44:53 UTC (rev 750) +++ trunk/plugins/myGUIProgramsAlt/README.txt 2007-07-22 18:47:56 UTC (rev 751) @@ -1,12 +1,12 @@ WIP on an alternative/update to myprograms. Still features and bugs to fix. Do NOT USE on your real MP-installation, only for tests.. -Bug-reports ,not yet, there are a few=) known to fix first. +Bug-reports..no, not yet. It's quite buggy, as things changes still. -chefkoch is also doing updates on this version now. Great,it will for sure speed-up development! +chefkoch is doing some stuff on this to,Great,it will for sure speed-up development! :--INSTALLATION -Copy contents of metadata-folder to MP root folder , and the GUIPrograms.dll to MP/windowsplugins to run. +Copy contents of metadata-folder to MP root folder ,skin to relevant folder, and the GUIPrograms.dll to MP/windowsplugins to run. 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. @@ -21,7 +21,7 @@ Allgamesupport updated. Fileinfoscraper reworked -Mame, Gamebase support partially rewritten.much faster... now slow again as we import stuff to lexicon tables.. +Mame, Gamebase support partially rewritten.much faster...( now slow again as we import stuff to lexicon tables.). Some new options: Skip mahjong games,etc ---------------- @@ -54,6 +54,7 @@ ThumbnailSupport: - [low] rating: thumbs for 0-10 maybe as stylish numbers or maybe as smileys :( -> :| -> :), so that the user could choose it for himself + using stars as also used in videoinfo details etc. - [low] genre: thumbs for genre, for example it could be created on AllGame lookup, for first file with this genre - ....... This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |