Giter VIP home page Giter VIP logo

galaxygenericimporterplugin's People

Contributors

andrewdwhite avatar dandrucyk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

galaxygenericimporterplugin's Issues

Document update process

Update documentation with directions for updating.

  • Optional: To keep existing database copy game_cache and game_cache-times into unzipped new copy
  • Delete old installation and replace with new

Add better mechanism to determine program

Add a better mechanism to better determine the program added to galaxy. Potentially use hash of file contents to pull metadata from on online data base. Another potential option is to add an option to throw the file to another program on the device to determine this information. This is linked to #6

Games with dots in their name only show the text before the first dot

If the gam name has dots like B.A.T., the plugin only return B as a name.

I solve the issue using:
{
"name" : "Amiga",
"execution" : ""D:\Emulation\RetroArch\retroarch.exe" -f -L "D:\Emulation\RetroArch\cores\puae_libretro.dll" "%ROM_RAW%"",
"path_regex" : ["D:\Applications et jeux\Amiga"],
"tags" : ["Amiga"],
"game_name_regex" : ".\\([\(\[].)[.][^\\.]+$",
"game_name_regex_group" : 1,
"system_rom_name_regex_group" : 1,
"filename_regex" : ["
[.]lha","*[.]zip"],
"gameShouldBeInstalled" : true,
"hashContent" : false
},

It's an exemple for my Amiga games using Retroarch. It works for other platforms

Update the configuration code

Update the configuration code to correctly pull optional configuration options. Including the file which only has the user name in it.

Determine if the local galaxy-2.0.db can be used to send less information to galaxy

Determine if the local galaxy-2.0.db, located in C:\ProgramData\GOG.com\Galaxy\storage , can be used to send less information to galaxy.

  • Determine if the time is synced to the database before we have to update the played times to support multiple computers

Look at LastPlayedDates and GameTimes databases for the stored information to update

  • Determine if this data is synced soon enough to not have to send as many update messages at startup

Send less owned games updates

Determine if any examples need path updates as well

Investigate whether or not any of the example sources also need the path updated as well like a few applications needed for the itch plugin. The command I used there was something like the following:
"%windir%\\Sysnative\\cmd.exe /c \"cd /d \""+my_base_path+"\" && \""+my_full_path+"\"\""

Debugging page links to gog database may be out of date

Debugging page links to gog database may be out of date as the link I tested today no longer returns the expected result. The provided information is correct but research needs to be done to determine the new links or if the page is just currently down.

Create interface for enrichment endpoints

Create an endpoint to enabling data enrichment from endpoints such as igdb to pull more complete data to send to galaxy. This would be useful for example with ps3 hdd backups to automatically determine which game is which based on the release id.

Look into characters which cause Galaxy to be unable to name a game

Look into characters which cause Galaxy to be unable to name a game. While testing it was discovered that some characters like ( and ) will cause Galaxy to be unable to assign a game name without returning an error to the log. Determine what is causing this and if there is some list of undocumented reserved characters which need to be dropped.

Look into the feasibility of implementing a better mechanism to tie applications with multiple executables together

Look into the feasibility of implementing a better mechanism to tie applications with multiple executables together. Currently platforms such as Dos and Amazon can have an issue where the program will automatically define multiple executables as either multiple applications in Galaxy of as one with multiple executions available. Look into providing a better option to the user for interfacing with these programs. Suggested to look into seeing if tying the application id to the folder, to ensure it is the same, for these platforms which utilize folders as the root of the application along with any way to provide differentiation between the executables.

Add hashing of file contents

Determine the issue causing the hashing of file contents to crash script while running when spawned by Galaxy. This ticket will be obsolete if #7 is determined to not need this.

Refactor to be thread safe

After refactoring to use another thread for library updates, the code is no longer thread safe and may cause issues where the library is out of date between the two threads. This can cause data to be lost. The code needs to be refactored to pass changes and lock the cache when writes, deletes are preformed or improve the system to be eventually consistent instead of dropping data.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.