- Thread starter
- Moderator
- #621
In the newly uploaded version (which should be the last one before release) I've fixed the sqlite_error in the log (thanks dir for the heads up), and when listing subfolders the plugin now skips the ones that are hidden. Furthermore, the skinning labels ajp put in are there now. That means that the following labels or strings can be used to show game meta data:
ID = 40, or #game_description, to show Description property
ID = 41, or #game_yearmade, to show Year property
ID = 42, or #game_genre, to show Genre property
ID = 43, or #game_company, to show Company property
ID = 44, or #game_latestplay, to show Latest Play property
ID = 45, or #game_playcount, to show Playcount property
I love the idea to make the thumbnails for favourite games special, but I think we should find a better way to generate them to not disturb the user. Perhaps doing it on the ConfigurationForm_Closing()?
ID = 40, or #game_description, to show Description property
ID = 41, or #game_yearmade, to show Year property
ID = 42, or #game_genre, to show Genre property
ID = 43, or #game_company, to show Company property
ID = 44, or #game_latestplay, to show Latest Play property
ID = 45, or #game_playcount, to show Playcount property
I love the idea to make the thumbnails for favourite games special, but I think we should find a better way to generate them to not disturb the user. Perhaps doing it on the ConfigurationForm_Closing()?
Sweden