Jump to content
LaunchBox Community Forums

slipsystem

Members
  • Posts

    102
  • Joined

  • Last visited

Everything posted by slipsystem

  1. Sorry guys l have a problem with maintaining focus. I haven't used launchbox for a while so I would need some time to figure out what is goin wrong. The source is available is anyone wants to do there own digging: https://github.com/slipsystem/LaunchBox-Plugin-Examples
  2. Yes Yes I know I have been gone for a while. I have been focusing on my band. I am going to be coming back to fix some of my plugins and maybe update some stuff. I cant put as many hours in as I used to but I will try my best to keep my projects updated. I will also be updating my source on github so other people can fork my projects.
  3. hey guys, sorry for not being there. I have been focusing on my band and not been doing much after hours coding. I will have a look at what caused this to break but I cant commit as many hours as I used to. on the plus side I work as a full time C# Developer so my coding skills will have improved since I was last here.
  4. Thank you so much @Tony Birt for donating to this project. you have encouraged me to do some more development on this. if anyone has feature requests for the next version I am taking them now.
  5. Version 1.0.0

    455 downloads

    Description this program is a repository of all all my plugins. Simply extract the 2 files to your root LaunchBox directory. Close LaunchBox before running this program. simply click download and the program will download the desired plugin and extract it to the correct folder. you are able to add other repositorys from other developers by add the repo url to the Repositorys.txt This is the first build more functions will be added later. BUY ME A BEER
  6. LaunchBox Plugin Repository View File Description this program is a repository of all all my plugins. Simply extract the 2 files to your root LaunchBox directory. Close LaunchBox before running this program. simply click download and the program will download the desired plugin and extract it to the correct folder. you are able to add other repositorys from other developers by add the repo url to the Repositorys.txt This is the first build more functions will be added later. BUY ME A BEER Submitter slipsystem Submitted 12/13/2017 Category Third-party Apps and Plugins  
  7. Added a new update. Windows is not able to be resized, and it will not show hidden games. At the moment the database matcher only links them to the correct Games Database Id. to populate the metadata you would need to update metadata and images for the platform and select do not replace any existing fields. Launchbox will download all missing information. I will put a messagebox about this in the next build, I could probably download the information but I dont want to confuse launchbox with what was downloaded from the games database.
  8. added a checkbox for automatch. you will be able to disable the automatching feature. added a log file to show you games in your library vs games in the gamesdatabase.
  9. done. when clicking done it will check for games with both launchboxids and wikiids. doing it this way will prevent auto matched games from removing the wiki link if they are unset.
  10. Uploaded a new version, this will prevent the bug from happening in the future. it will also fix the ones from the previous version. simply select the same platform again and it will check for games with both a launchboxid and wikiid.
  11. thank you for this bug report. I had no idea that the wiki entries needed to be removed. give me 2 minutes to fix this.
  12. added a update to sort platforms. I am not sure what is causing the text issue, can you try adjusting your screen resolution? all the labels are added dynamically so for me it gets a bit confusing setting sizes.
  13. Just uploaded an Update, Fixed size and sorted games alphabetically.
  14. LaunchBox Games Database Matcher View File DESCRIPTION One of the biggest problems with my games collection was missing artwork, So I decided to build numerous tools to scrape for missing media. the problem I found was not the fact that the LaunchBox database didn't have the game I was trying to get the artwork for but, the fact that the Title didn't match the Title on the Games Database. So I decided to build a plugin that will allow you to link the games that are missing a database Id. this plugin is not perfect, this will not work for Arcade at the moment. the Id can be reset by selecting unset but will not allow you to do so after clicking DONE. WARNINGS please check that games are matched correctly as the auto matching links the game before displaying the GUI so it is matched even if you don't click done. Auto matching uses regex to strip non letter and number characters from the game title then compares it with the same expression in the games database. it uses string contains which means if you have a game called A or the games Database contains a game called A, it will match it to a game that has the letter A in the title. for example GameTitle is Alien 2, Games Database Name is Aliens these will get matched together or vice versa. HOW IT WORKS after selecting your desired platform to match the plugin will scan all the games in that platform to get all the games missing a LaunchBox Database ID. the plugin will then scan the Metadata.xml and find all the games in that platform that have not been linked to a game in your collection. HOW TO 1. unzip and extract to plugins folder 2. open LaunchBox 3. Click Tools> Games Database Match 4. Select your platform 5. Match your games BUY ME A BEER Submitter slipsystem Submitted 07/02/2017 Category Third-party Apps and Plugins  
  15. Version 1.4.0

    786 downloads

    DESCRIPTION One of the biggest problems with my games collection was missing artwork, So I decided to build numerous tools to scrape for missing media. the problem I found was not the fact that the LaunchBox database didn't have the game I was trying to get the artwork for but, the fact that the Title didn't match the Title on the Games Database. So I decided to build a plugin that will allow you to link the games that are missing a database Id. this plugin is not perfect, this will not work for Arcade at the moment. the Id can be reset by selecting unset but will not allow you to do so after clicking DONE. WARNINGS please check that games are matched correctly as the auto matching links the game before displaying the GUI so it is matched even if you don't click done. Auto matching uses regex to strip non letter and number characters from the game title then compares it with the same expression in the games database. it uses string contains which means if you have a game called A or the games Database contains a game called A, it will match it to a game that has the letter A in the title. for example GameTitle is Alien 2, Games Database Name is Aliens these will get matched together or vice versa. HOW IT WORKS after selecting your desired platform to match the plugin will scan all the games in that platform to get all the games missing a LaunchBox Database ID. the plugin will then scan the Metadata.xml and find all the games in that platform that have not been linked to a game in your collection. HOW TO 1. unzip and extract to plugins folder 2. open LaunchBox 3. Click Tools> Games Database Match 4. Select your platform 5. Match your games BUY ME A BEER
  16. just updated. hopefully this should fix the problem. I added a new colum to the sql database. so it is vital that you run the update database, I would recommend deleting the database under Kodi\userdata\addons\plugins.video.bigbox\database.db
  17. Im going to rewrite the code over the weekend. there is a problem with the way I create items. i cannot pass strange characters wich is becoming more and more of a problem. Im going to be rewriting the code to pass the rom id aswell as normalize the game names, hopefully this will fix allot of bugs.
  18. It seems to be picking up a problem with one of your platform xmls. Can you upload your data folder?
  19. hey I think you are misunderstanding. this program does not replace any theme elements. this will provide the theme with the data it needs. so in short, the video snap will not automatically play unless it is build that way by the theme. to access the trailer you would do it the same way you play trailers on movies. right click on the game or press c on your keyboard (this will bring up a context menu) go to information sorry in recent versions ok kodi information is not available in the context menu. you need to press i on your keyboard or the button that corresponds to information on your controller. click on trailer.
  20. thanks for the images. i will probably incorporate some of these in the next update. i am not a designer so if anyone wants to create images for this plugin I will be glad to include them.
  21. Trailers are available for all platforms. please make sure you are running the latest version by downloading my repository, also it looks for video snaps under LaunchBox\videos\platform name\game name.mp4 so also make sure there are video snaps available and they are in the standard LaunchBox naming structure. the other thing you need to check is if your theme actually supports this. funny enough i could not find the trailer button on the aeon nox theme.
  22. I added a new version, it now looks for emulators in lowercase aswell(i think that was the problem). if that didnt solve it please send me the full location of the kodi database (ie C:\LaunchBox\Emulators\Kodi\portable_data\userdata\Databases\MyVideos.db) i also added music as well as the option to import TV Show Seasons Seperatly.
×
×
  • Create New...