RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login

    YARMan Web (BETA)

    Scheduled Pinned Locked Moved Ideas and Development
    metadataeditorweb
    84 Posts 15 Posters 34.8k Views
    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.
    • daeksD
      daeks @J.Beau
      last edited by

      @J.Beau great :) how does the content of /var/www/html/ look like? maybe you should rerun the script after update. The content from the repro should be locatated at /var/www/html/(assuming you are using a PI3)

      J 1 Reply Last reply Reply Quote 0
      • daeksD
        daeks @pjft
        last edited by daeks

        @pjft said in RetroPie WebGUI + Metadata Editor (BETA):

        Wow, this looks awesome! I do have the question, though, which is whether having Apache running in the background takes a meaningful toll on the Pi's performance and memory or not.

        @BuZz already suggested to switch to the php integrated webserver, but I am no bash guru :). Starting the process in the background, pushing output somewhere, etc...

        as far as I figured out it could be started with

        php -S "$(hostname -I):8001" -t "/var/www/html" > /dev/null 2>&1 &

        1 Reply Last reply Reply Quote 1
        • J
          J.Beau @daeks
          last edited by

          @daeks said in RetroPie WebGUI + Metadata Editor (BETA):

          @J.Beau great :) how does the content of /var/www/html/ look like? maybe you should rerun the script after update. The content from the repro should be locatated at /var/www/html/(assuming you are using a PI3)

          After some tinkering, I removed everything and followed the instructions again. It's working great in Safari now :) Thanks!

          1 Reply Last reply Reply Quote 0
          • daeksD
            daeks @BuZz
            last edited by daeks

            @BuZz said in RetroPie WebGUI + Metadata Editor (BETA):

            How about just using something like the built in php webserver? - primarily for development and shouldn't be used for any public site - but it should be enough for this, and you can avoid messing around with installing a full webserver etc. eg

            What do you think on that approach? https://github.com/daeks/RetroPie-WebGui/blob/master/scriptmodules/supplementary/webgui_default.sh

            BuZzB 1 Reply Last reply Reply Quote 0
            • BuZzB
              BuZz administrators @daeks
              last edited by BuZz

              @daeks the install function seems to be copying from md_inst to md_build (the wrong direction ?).

              I would checkout directly to "$md_inst" - in fact you can just have a single install_bin_webgui function which does the git clone - keeps it simple.

              it will need a remove function that removes it from /etc/rc.local - there are some bash things that I would change too, but looks much better and simpler without the apache stuff.

              Cheers.

              To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

              daeksD 1 Reply Last reply Reply Quote 0
              • daeksD
                daeks @BuZz
                last edited by

                @BuZz Have changed it again. Hopefully everything is now fine :)

                BuZzB 1 Reply Last reply Reply Quote 0
                • BuZzB
                  BuZz administrators @daeks
                  last edited by BuZz

                  @daeks almost :) - the configure and remove need a few changes - if you submit it as a PR once you are ready I will advise - easier then as I can reference code lines.

                  To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

                  1 Reply Last reply Reply Quote 0
                  • daeksD
                    daeks
                    last edited by

                    Just as a note here: I have rebranded the whole app with a more individual untaken name to avoid naming conflicts with other "web guis".

                    The name will be "YARMan Web (Yet Another RetroPie Manager)"

                    pjftP 1 Reply Last reply Reply Quote 1
                    • pjftP
                      pjft @daeks
                      last edited by

                      @daeks I love it. :)

                      1 Reply Last reply Reply Quote 0
                      • herb_fargusH
                        herb_fargus administrators
                        last edited by

                        Looks brilliant. I'll have to find time test the latest changes though I'll defer to Jools for the setup script integration.

                        If you read the documentation it will answer 99% of your questions: https://retropie.org.uk/docs/

                        Also if you want a solution to your problems read this first: https://retropie.org.uk/forum/topic/3/read-this-first

                        daeksD 1 Reply Last reply Reply Quote 0
                        • daeksD
                          daeks @herb_fargus
                          last edited by daeks

                          @herb_fargus said in Rebranded: YARMan Web (former RetroPie WebGUI) + Metadata Editor (BETA):

                          Looks brilliant. I'll have to find time test the latest changes though I'll defer to Jools for the setup script integration.

                          Great :) - As a side note: Currently on each save in the metadata module, a backup copy will be done for the gamelist.

                          General Questions:

                          • What would be the location for videos / marquees? For the time being I am uploading everything to the emulationstation/downloaded_images location.

                          • Whats the purpose of the thumbnail tag in the gamelist?

                          herb_fargusH 1 Reply Last reply Reply Quote 0
                          • herb_fargusH
                            herb_fargus administrators @daeks
                            last edited by herb_fargus

                            @daeks

                            1. Seems like some people put them in diff folders /videos and /marquees but I think people use screenscraper to generate the gamelists on a PC, I'm not sure if we have defined a standard for retropie

                            If you note the scraper module they can be put in the default location or in the ROM folder (which I'm more partial to as it means I only have to scrape once and they are in my backups with the ROMs) so it may be worth considering a setting for which folders/paths it saves?

                            1. I don't know I thought it was to scrape a lower res image faster for the pi as it doesn't have the specs of a PC and full res images can slow it down?

                            If you read the documentation it will answer 99% of your questions: https://retropie.org.uk/docs/

                            Also if you want a solution to your problems read this first: https://retropie.org.uk/forum/topic/3/read-this-first

                            pjftP 1 Reply Last reply Reply Quote 0
                            • pjftP
                              pjft @herb_fargus
                              last edited by

                              I'll second that.

                              I certainly have the videos and marquees in a completely separate folder, for organization's sake. Also, as I load things from a USB, I don't want to store them in the SD card - which is the where the default scraper folder stores things.

                              I know it's yet another small thing, but I would not object to having the user set the folders in a preferences tab. My structure currently is:

                              /home/pi/RetroPie/roms/%SYSTEM_NAME%
                              /home/pi/RetroPie/videos/%SYSTEM_NAME%
                              /home/pi/RetroPie/marquees/%SYSTEM_NAME%
                              /home/pi/RetroPie/roms/%SYSTEM_NAME%/images (as this was how it was by default, and I'm too lazy to redo all the gamelists by hand).

                              I suppose I left the images folder insider the systems, but this way it's easier to manage. If I want, at any point in time, to have a lighter setup I can just ignore the videos folder, for instance.

                              daeksD 2 Replies Last reply Reply Quote 0
                              • daeksD
                                daeks @pjft
                                last edited by daeks

                                @pjft As I am not fixed on that as well, I will revert the path to be a common config parameter. I will move that to the fields definition itself on the next change with default pointing to emulationstation/downloaded_images.

                                Then its up to the installation later on which path will be used for uploading new media objects (common name I used for that).
                                Currently it is "static" in the defaults/config.json for all media objects (later on for each field with type "upload" in defaults/fields.json).

                                1 Reply Last reply Reply Quote 1
                                • daeksD
                                  daeks @pjft
                                  last edited by

                                  @pjft That would be my proposal for it: PR #21 Commit Diff

                                  1 Reply Last reply Reply Quote 0
                                  • daeksD
                                    daeks
                                    last edited by

                                    Anyhow, as the project progresses, I have applied some "standards" to it. The master branch is now protected and changes can only be applied by pull request if they are reviewed and checked against a modified version of the PSR2 coding standard.

                                    Beside contributors, I think it would be nice to have some persons in place for testing changes and reviewing pull requests beside me before merging them.

                                    1 Reply Last reply Reply Quote 0
                                    • J
                                      J.Beau
                                      last edited by

                                      Just reinstalled YARMan. Looking good! It doesn't display any emulators/roms at the moment. Is that correct?

                                      daeksD 1 Reply Last reply Reply Quote 0
                                      • daeksD
                                        daeks @J.Beau
                                        last edited by daeks

                                        @J.Beau yes you are right... I am testing with apache started with default "pi", but retropie starts the integrated server as root - sorry didnt know that :( - I updated the install script. Please retry it.

                                        J 1 Reply Last reply Reply Quote 0
                                        • J
                                          J.Beau @daeks
                                          last edited by

                                          @daeks Worked! Just tested it with some Atari 2600 games. Started with an empty gamelist.xml. I was able to change one name, it doesn't seem to save any other changes after that. Uploading images doesn't work btw. Also, it doesn't use the gamelist.xml/images in the roms directory. They are also listed as roms. Not a problem, because I can move things over easily. I was doing everything manually anyway :) This looks very promising!

                                          daeksD 1 Reply Last reply Reply Quote 0
                                          • daeksD
                                            daeks @J.Beau
                                            last edited by daeks

                                            @J.Beau have you tested it only with safari? is it possible to try the upload in another browser?

                                            I will test it with an empty gamelist :) haven't tried that. my fault.

                                            gamelist.xml can be in the rom directory as well or have you changed anything? I am only aware of /home/pi/.emulationstation/gamelists as location. Interesting to see that images from the rom folder are listed as there is some extension white listing.

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

                                            Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

                                            Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.