Recalbox Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • recalbox.com
    • Gitlab repository
    • Documentation
    • Discord

    [SOFT] Universal XML Scraper V2

    Community projects
    [soft] universal xml scraper
    112
    670
    633476
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • screech
      screech last edited by

      Hi, the new 2.1.0.5 just come out.

      A lot's of change :

      • Corrected :

      ° Better stability on downloaded images (Some never download :S and miss in the MIX)

      • Added :

      ° Dynamique Handle to API server, now I can force the server to ask (for the futur when we have a fallback server 😉 or country based server )
      ° Lot's of new Picto media (Nb of player, Notes, Classification, Editor, Developer, Genre) -> Beta it can change soon.
      ° Added 3 news MIX Template for Bigshot Theme with these new picto (1 is directly on local, the 2 other are on the repository, you can download them directly from UXS)

      • WARNING Added things that can "broke" you existing MIX Template

      ° You need to put the full Xpath to the Source_Value node (exemple : Game need to start by 'Data/jeu/' and System by 'Data/systeme [id="%IDSYSTEM%"]')
      ° The CENTER/LEFT/RIGHT/UP/DOWN function in Target_TopLeftX, Target_TopLeftY (and other) now take the "origin" point of the picture (default are TopLeft corner of the Picture)
      ° You can now use Target_OriginPicX and Target_OriginPicY to fixe the origin point of the picture. So now to center a picture you need to put :

      • <Target_TopLeftX>CENTER</Target_TopLeftX>
      • <Target_OriginPicX>CENTER</Target_OriginPicX>
      • <Target_TopLeftY>CENTER</Target_TopLeftY>
      • <Target_OriginPicY>CENTER</Target_OriginPicY>

      (The Origin point of the picture will be the center, and we center this origin point to the final picture)

      This is exemple of the New MIX for BigShot Template :

      text alternatif

      text alternatif

      text alternatif

      Clean your Romset with Universal ROM Cleaner
      Scrape your Romset with Universal XML Scraper

      1 Reply Last reply Reply Quote 0
      • Weedfried
        Weedfried @Ramstatlon last edited by

        @Ramstatlon bonjour. J'ai du essayer vendredi dernier. Pas de soucis avec FBA Libretro, pas plus qu'avec la N64 mais toujours rien avec la GBA. Je testerais la mise a jour en fin de semaine.

        1 Reply Last reply Reply Quote 0
        • cotedeporc
          cotedeporc last edited by

          @screech

          Est-il possible de modifier la couleur des logos?

          Thème FoolScreen / Squared

          1 Reply Last reply Reply Quote 0
          • screech
            screech last edited by

            c'est à dire ?
            Le fond bleu ?
            bien sur ^^ regarde dans le mix, tu as un fichier bluesquare.png 😉
            Les picto sont monochrome sur fond transparent 😉
            (bientot, quand on aura trouvé un graphiste ^^ on fera des picto couleurs ^^)

            Clean your Romset with Universal ROM Cleaner
            Scrape your Romset with Universal XML Scraper

            cotedeporc 1 Reply Last reply Reply Quote 0
            • cotedeporc
              cotedeporc @screech last edited by

              Ce n'est pas le fond, mais plutôt ce qui est en noir.
              Comment pourrais-je faire pour afficher le logo du développeur en blanc?

              L'API ScreenScraper le permet-il?

              Thème FoolScreen / Squared

              1 Reply Last reply Reply Quote 0
              • screech
                screech last edited by

                En blanc non 😞 ce n'est pas possible...

                Actuellement sont récupérable 2 types de logos :

                Monochrome :

                text alternatif

                Couleur :

                text alternatif

                à voir si un jour j'ajoute une fonction de "matrice" pour modifier les couleurs à la volée ><

                Clean your Romset with Universal ROM Cleaner
                Scrape your Romset with Universal XML Scraper

                1 Reply Last reply Reply Quote 0
                • azvarel
                  azvarel last edited by

                  @screech

                  I would like to understand why UXS does not save the screenshots correctly in some roms, example image.

                  alt text

                  The name of the roms is identical to the screenscraper.fr, after many attempts the image of the game The Immortal appeared, but the others I could not

                  My roms are named on no-intro.org which in turn are identical to the relation of screenscraper.fr

                  Any solution?

                  Zodian Theme | #SNESProject

                  1 Reply Last reply Reply Quote 0
                  • screech
                    screech last edited by

                    Unfortunatly it's not a "rom" problem... It's a download problem we are trying to fix with the database Big Boss 😉

                    We have some clue... And working on it 😉

                    Clean your Romset with Universal ROM Cleaner
                    Scrape your Romset with Universal XML Scraper

                    1 Reply Last reply Reply Quote 0
                    • azvarel
                      azvarel last edited by

                      Is there a possibility to choose mirror / server?

                      Zodian Theme | #SNESProject

                      1 Reply Last reply Reply Quote 0
                      • screech
                        screech last edited by

                        Not yet... And when it's become possible, it will be automatic...

                        Clean your Romset with Universal ROM Cleaner
                        Scrape your Romset with Universal XML Scraper

                        1 Reply Last reply Reply Quote 0
                        • stamstamstam
                          stamstamstam last edited by

                          Bonjour, est-ce que quelqu'un pourrait ajouter ces jeux dans la base de donnée?
                          http://pastebin.com/ExHxEfWY
                          Ce sont tous des jeux PS1.
                          Merci d'avance.

                          1 Reply Last reply Reply Quote 0
                          • yrojoue
                            yrojoue last edited by

                            @screech

                            Bonjour,
                            Je suis en train de créer les mix en lien avec mon thème mais je n'arrive pas à "télécharger" les photos systèmes, j'utilise la ligne de code suivante: Data/systeme/medias/media_photos/media_photo_%COUNTRY% (comme indiqué sur le wiki).

                            J'ai cru comprendre qu'il y a des problèmes avec la base de screenscraper. Est ce que ceci explique cela?

                            merci.

                            1 Reply Last reply Reply Quote 0
                            • screech
                              screech last edited by

                              @yrojoue désolé, je n'ai pas encore mis le wiki à jour.

                              Il y a eu quelque modif sur les mix (notamment sur le system ^^)

                              la ligne (pour les systemes uniquement) doit commencer par : Data/systeme [id="%IDSYSTEM%"]/

                              pour toi ça fait
                              Data/systeme [id="%IDSYSTEM%"]/medias/media_photos/media_photo_%COUNTRY%

                              Clean your Romset with Universal ROM Cleaner
                              Scrape your Romset with Universal XML Scraper

                              1 Reply Last reply Reply Quote 0
                              • yrojoue
                                yrojoue last edited by

                                @screech

                                Je vient de tester (avec plusieurs consoles, avec choix automatique ou manuel) mais je n'ai pas plus de résultat.

                                <Root>
                                	<Source_Value>Data</Source_Value>
                                	<Target_Value>gameList</Target_Value>>
                                </Root>
                                <Game>
                                	<Source_Value>Data/jeu</Source_Value>
                                	<Target_Value>gameList/game</Target_Value>
                                </Game>
                                <Country>
                                	<Source_Value>Data/jeu/region</Source_Value>
                                </Country>
                                <Element>
                                	<Name>fondecranTEMP</Name>
                                	<Source_Type>XML_Value</Source_Type>
                                	<source_Origin>System</source_Origin>
                                	<Source_Value>Data/systeme [id="%IDSYSTEM%"]/medias/media_photos/media_photo_%COUNTRY%</Source_Value>
                                

                                j'ai fait une erreur quelque part?

                                1 Reply Last reply Reply Quote 0
                                • screech
                                  screech last edited by

                                  voila un exemple complet :

                                  <Element>
                                  	<Name>fanartTEMP</Name>
                                  	<Source_Type>XML_Value</Source_Type>
                                  	<source_Origin>System</source_Origin>
                                  	<Source_Value>Data/systeme [id="%IDSYSTEM%"]/medias/media_photos/media_photo_%COUNTRY%</Source_Value>
                                  	<Target_Width>%1</Target_Width>
                                  	<Target_Height>%1</Target_Height>
                                  	<Target_TopLeftX>CENTER</Target_TopLeftX> 
                                  	<Target_OriginPicX>CENTER</Target_OriginPicX> 
                                  	<Target_TopLeftY>CENTER</Target_TopLeftY> 
                                  	<Target_OriginPicY>CENTER</Target_OriginPicY> 
                                  	<Target_Maximize>Yes</Target_Maximize> 
                                  </Element>
                                  

                                  Clean your Romset with Universal ROM Cleaner
                                  Scrape your Romset with Universal XML Scraper

                                  1 Reply Last reply Reply Quote 0
                                  • yrojoue
                                    yrojoue last edited by

                                    @screech

                                    J'ai beau le tourner dans tous les sens, je ne retrouve pas mon erreur.

                                    <Element>
                                    	<Name>fondecranTEMP</Name>
                                    	<Source_Type>XML_Value</Source_Type>
                                    	<source_Origin>System</source_Origin>
                                    	<Source_Value>Data/systeme [id="%IDSYSTEM%"]/medias/media_photos/media_photo_%COUNTRY%</Source_Value>
                                    	<Target_Width>%0.3</Target_Width>
                                    	<Target_Height>%0.38</Target_Height>
                                    	<Target_TopLeftX>%0.63</Target_TopLeftX>
                                    	<Target_OriginPicX>CENTER</Target_OriginPicX>
                                    	<Target_TopLeftY>%0.74</Target_TopLeftY>
                                    	<Target_OriginPicY>CENTER</Target_OriginPicY>
                                    	<Target_Maximize>Yes</Target_Maximize>
                                    </Element>
                                    <Element>
                                    	<Name>fondecranTransTEMP</Name>
                                    	<Source_Type>GDI_Function</Source_Type>
                                    	<Source_Function>Transparency</Source_Function>
                                    	<Source_Value>0.3</Source_Value>
                                    </Element>
                                    

                                    J'ai essayer sur nes, pc engine et virtual boy; j'ai essayé de copier ton exemple dans un nouveau mix, j'ai aussi essayé en supprimant le screenshot dans le mix big picture... Rien à faire... Il y a que chez moi que ça ne fonctionne pas?

                                    Parce que sinon tous le reste fonctionne à merveille...

                                    1 Reply Last reply Reply Quote 0
                                    • screech
                                      screech last edited by

                                      Oh put¨$%¨µù¨ù !! C'est ma faute ><

                                      Je corrige 😉

                                      Clean your Romset with Universal ROM Cleaner
                                      Scrape your Romset with Universal XML Scraper

                                      1 Reply Last reply Reply Quote 0
                                      • azvarel
                                        azvarel last edited by

                                        @screech To translate UXS has something not poedit.com? Help translating in Brazilian Portuguese

                                        Zodian Theme | #SNESProject

                                        1 Reply Last reply Reply Quote 0
                                        • stamstamstam
                                          stamstamstam last edited by

                                          Est-ce qu'il y'a un moyen d'ajouter soi-même les roms à la base de donnée? (et d'etre indépendant finalement)
                                          Merci d'avance 🙂

                                          1 Reply Last reply Reply Quote 0
                                          • vahire
                                            vahire last edited by

                                            Hello Screech!

                                            Je me permets de faire un ptit C/C de mon post sur le theme de foolscreen 😉

                                            J'ai un soucis avec UXS. Pour info, j'ai la derniere version de recalbox, et j'utilise UXS 2.1.0.6 .

                                            J'ai télécharger les MIX "Foolscreen (OldTV)", "Foolscreen (GB)" "Foolscreen (GBC)" et "Foolscreen (GBA)".

                                            J'ai lancé le scrap de mon dossier Megadrive en choisissant bien "Foolscreen (OldTV)" avec le menue "Changer le Profil Mix Images".

                                            Je finis le Scrap sans erreur, et pourtant quand je relance recalbox, j'ai juste une image énorme qui cache quasi entièrement la liste des jeux.

                                            Comment je peux régler ce problème ?

                                            Et j'ai l'impression que lorsque je scrappe des jeux qui ont déjà été scrappé, il ne remplace rien.

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Want to support us ?

                                            63
                                            Online

                                            99.6k
                                            Users

                                            28.1k
                                            Topics

                                            187.1k
                                            Posts

                                            Copyright © 2021 recalbox.com