Recalbox Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • recalbox.com
    • Gitlab repository
    • Documentation
    • Discord
    1. Home
    2. VJ
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 14
    • Best 0
    • Controversial 0
    • Groups 0

    VJ

    @VJ

    0
    Reputation
    421
    Profile views
    14
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    VJ Unfollow Follow

    Latest posts made by VJ

    • RE: Screeenscraper fails for special characters in game name in 7.2

      @xglacius
      I just fount that it is a bug
      https://forum.recalbox.com/topic/24634/scraper-does-not-download-coverart-when-there-is-a-colom-in-the-gamename/4
      As a workaround I fix it by manual downloading the files form http://screenscraper.fr and the updates on the gamelist.xml using vim ;

      or could use https://www.skraper.net/ to scrape it ...

      posted in Recalbox General
      VJ
      VJ
    • Screeenscraper fails for special characters in game name in 7.2

      I have noticed that some scrappings fail, looking for the cause I noticed that the game name usually has special characters that cannot be used in filenames, eg:
      Alundra 2: A New Legend Begins

      root@pi4:/recalbox/share/roms/psx$ cat gamelist.xml |grep "Alundra 2"
      
                       <path>Alundra 2.PBP</path>
                       <video>media/videos/Alundra 2 : The New Legend Begins_9e0a5dda8df9bee0be15dce4a0df3677.mp4</video>
                       <image>media/images/Alundra 2 : A New Legend Begins_126d6c6f357139b618712655ecbb71a8.png</image>
                       <name>Alundra 2: A New Legend Begins</name>
      

      My conclusion is that even though the rom was found and the metadata saved in gamelist.xml the files cannot be saved because they use characters incompatible with the filesystem.

      I understand that it is possible to optimize the scrapping code using the ROM name in the image and video name to avoid this problem.

      root@pi4:/recalbox/share/roms/psx$ df -Th /recalbox/share
      Filesystem           Type            Size      Used Available Use% Mounted on
      /dev/mmcblk0p2       fuseblk       234.3G    216.3G     18.0G  92% /recalbox/share
      

      Here is my question, is this adjustable?

      posted in Recalbox General
      VJ
      VJ
    • RE: Composite not working on 7.2

      @zing @Pitch64 ,
      I try it many times with different cables , that works on PI OS and not on Recallbox 7.2.1.

      Is it a bug ?

      posted in Recalbox General
      VJ
      VJ
    • RE: Composite not working on 7.2

      @zing
      I notice in pi4 documentation the need of turn the CRT-OUT on with enable_tvout=1 , based on it my configuration there are some lines on /boot/recalbox-user-config.txt

      hdmi_force_hotplug=0
      hdmi_ignore_hotplug=1
      enable_tvout=1
      sdtv_mode=0
      disable_overscan=1
      sdtv_aspect=1
      sdtv_aspect=3:4
      global.videomode=default
      

      ref : https://www.raspberrypi.org/documentation/configuration/config-txt/video.md
      But it is not working on 7.2.1.
      Note: the same sets using PIOS works as expected ( it means no hardware or cable problem).

      What is wrong guys ?

      posted in Recalbox General
      VJ
      VJ
    • RE: EmulationStation hangout in UI theme change after upgrade to 18.04.20

      Ok ,
      I can reimage that ,
      I will proced it and return the result in next days...

      Thanks for your support.

      posted in Themes & Interface
      VJ
      VJ
    • RE: EmulationStation hangout in UI theme change after upgrade to 18.04.20

      @OyyoDams follow the support file for evaluation
      https://file.ac/hZci3YZKAyk/

      In any way I should notice the it's jammed in the recallbox-next Theme any one more can be load.

      Looking for the problem i found some thing that appear a hardconde:

      root@RECALBOX:~/.emulationstation# cat /recalbox/scripts/recalbox-themes.sh
      #!/bin/bash

      upGradeToRecalboxNextTheme() {
      tmpFile=/tmp/es_setting.cfg.tmp
      # Set theme as recalbox-next + get default values from the share_init version
      # 1st rename ThemeSet value to recalbox-next
      # 2nd remove the last tag
      # 3rd add the required lines from the share_init version
      # close XML
      (
      sed 's+name="ThemeSet" value="recalbox"+name="ThemeSet" value="recalbox-next"+' /recalbox/share/system/.emulationstation/es_settings.cfg |
      sed '/</config>/d' ;
      grep -E 'name="ThemeMenu|ThemeSystemView|ThemeIconSet|ThemeGamelistView|ThemeColorSet"' /recalbox/share_init/system/.emulationstation/es_settings.cfg ;
      echo "</config>"
      ) | xmllint --format - > $tmpFile

      # If all of this has succeeded, itmeans the resulting file is valid and we can upgrade the user file
      if [[ $? == 0 ]] ; then
          cp $tmpFile /recalbox/share/system/.emulationstation/es_settings.cfg
          return 0
      fi
      return 1
      

      }

      if grep -q 'name="ThemeSet" value="recalbox"' /recalbox/share/system/.emulationstation/es_settings.cfg ; then
      recallog "Upgrading theme to recalbox-next"
      upGradeToRecalboxNextTheme && recallog "recalbox-next Succeeded !" || recallog "recalbox-next failed !"
      fi

      posted in Themes & Interface
      VJ
      VJ
    • RE: EmulationStation hangout in UI theme change after upgrade to 18.04.20

      It starts changing from Galisteo_V2.3 to recalbox-next an in this theme it becomes hanged. I try to change to recalbox and back to Galisteo_V2 without success..

      posted in Themes & Interface
      VJ
      VJ
    • RE: EmulationStation hangout in UI theme change after upgrade to 18.04.20

      It's the official one with no customization at this point.

      posted in Themes & Interface
      VJ
      VJ
    • RE: EmulationStation hangout in UI theme change after upgrade to 18.04.20

      It backs by start;restart command by Recalbox-Manager , only ES process die and don't start again from switch theme operation , and even restarted the theme continues the same.

      posted in Themes & Interface
      VJ
      VJ
    • RE: EmulationStation hangout in UI theme change after upgrade to 18.04.20

      any error noted
      root@RECALBOX:~/.emulationstation# cat es_log.txt |grep -v Ign

      lvl2: EmulationStation - v 18.04.20, built Apr 20 2018 - 10:07:34
      lvl2: Setting local directory to /usr/bin/locale/lang
      lvl2: Locals set...
      lvl2: Creating surface...
      lvl2: Created window successfully.
      lvl2: Added known joystick Xbox 360 Wireless Receiver (instance ID: 0, device index: 0)
      lvl2: Added known joystick GPIO Controller 1 (instance ID: 1, device index: 1)
      lvl2: Added known joystick GPIO Controller 2 (instance ID: 2, device index: 2)
      lvl2: Checking available OpenGL extensions...
      lvl2: ARB_texture_non_power_of_two: MISSING
      lvl2: SDL AUDIO Initialized
      lvl2: Loading system config file /recalbox/share/system/.emulationstation/es_systems.cfg...
      lvl2: creating thread for system snes
      lvl2: creating thread for system snes
      lvl2: creating thread for system snes
      lvl2: creating thread for system nes
      lvl2: creating thread for system n64
      lvl2: creating thread for system gba
      lvl2: creating thread for system gbc
      lvl2: creating thread for system gb
      lvl2: creating thread for system fds
      lvl2: creating thread for system virtualboy
      lvl2: creating thread for system gw
      lvl2: creating thread for system megadrive
      lvl2: creating thread for system segacd
      lvl2: creating thread for system sega32x
      lvl2: creating thread for system mastersystem
      lvl2: creating thread for system mastersystem
      lvl2: creating thread for system gamegear
      lvl2: creating thread for system sg1000
      lvl2: creating thread for system psx
      lvl2: creating thread for system pcengine
      lvl2: creating thread for system pcenginecd
      lvl2: creating thread for system supergrafx
      lvl2: creating thread for system scummvm
      lvl2: creating thread for system fba
      lvl2: creating thread for system fba_libretro
      lvl2: creating thread for system mame
      lvl2: creating thread for system neogeo
      lvl2: creating thread for system atari2600
      lvl2: creating thread for system atari7800
      lvl2: creating thread for system lynx
      lvl2: creating thread for system ngp
      lvl2: creating thread for system ngpc
      lvl2: creating thread for system wswan
      lvl2: creating thread for system wswanc
      lvl2: creating thread for system prboom
      lvl2: creating thread for system vectrex
      lvl2: creating thread for system lutro
      lvl2: creating thread for system cavestory
      lvl2: creating thread for system atarist
      lvl2: creating thread for system amstradcpc
      lvl2: creating thread for system msx
      lvl2: creating thread for system msx1
      lvl2: creating thread for system msx2
      lvl2: creating thread for system odyssey2
      lvl2: creating thread for system zx81
      lvl2: creating thread for system zxspectrum
      lvl2: creating thread for system moonlight
      lvl2: creating thread for system imageviewer
      lvl2: creating thread for system favorites
      lvl2: Parsing XML file "/recalbox/share/roms/playtronic/gamelist.xml"...
      lvl2: Parsing XML file "/recalbox/share/roms/snesh/gamelist.xml"...
      lvl0: from theme "/etc/emulationstation/themes/recalbox-next/theme.xml"
      from included file "./data/config.xml":
      Included file "./playtronic/custom.xml" not found! (resolved to "/etc/emulationstation/themes/recalbox-next/playtronic/custom.xml")
      lvl2: Parsing XML file "/recalbox/share/roms/n64/gamelist.xml"...
      lvl0: from theme "/etc/emulationstation/themes/recalbox-next/theme.xml"
      from included file "./data/config.xml":
      Included file "./snesh/custom.xml" not found! (resolved to "/etc/emulationstation/themes/recalbox-next/snesh/custom.xml")
      lvl1: Adding "snes" in system list.
      lvl2: Parsing XML file "/recalbox/share/roms/snes/gamelist.xml"...
      lvl2: Parsing XML file "/recalbox/share/roms/nes/gamelist.xml"...
      lvl1: Adding "n64" in system list.
      lvl2: Parsing XML file "/recalbox/share/roms/gba/gamelist.xml"...
      lvl2: Parsing XML file "/recalbox/share/roms/gbc/gamelist.xml"...
      lvl1: Adding "gbc" in system list.
      lvl1: Adding "nes" in system list.
      lvl1: Adding "snes" in system list.
      lvl2: Parsing XML file "/recalbox/share/roms/fds/gamelist.xml"...
      lvl2: Parsing XML file "/recalbox/share/roms/virtualboy/gamelist.xml"...
      lvl2: Parsing XML file "/recalbox/share/roms/gb/gamelist.xml"...
      lvl1: Adding "virtualboy" in system list.
      lvl2: Parsing XML file "/recalbox/share/roms/gw/gamelist.xml"...
      lvl1: Adding "fds" in system list.
      lvl2: Parsing XML file "/recalbox/share/roms/segacd/gamelist.xml"...
      lvl2: Parsing XML file "/recalbox/share/roms/megadrive/gamelist.xml"...
      lvl1: Adding "segacd" in system list.
      lvl2: Parsing XML file "/recalbox/share/roms/sega32x/gamelist.xml"...
      lvl1: Adding "sega32x" in system list.
      lvl1: Adding "gba" in system list.
      lvl2: Parsing XML file "/recalbox/share/roms/tectoy/gamelist.xml"...
      lvl2: Parsing XML file "/recalbox/share/roms/mastersystem/gamelist.xml"...
      lvl1: Adding "gb" in system list.
      lvl0: from theme "/etc/emulationstation/themes/recalbox-next/theme.xml"
      from included file "./data/config.xml":
      Included file "./tectoy/custom.xml" not found! (resolved to "/etc/emulationstation/themes/recalbox-next/tectoy/custom.xml")
      lvl1: Adding "mastersystem" in system list.
      lvl2: Parsing XML file "/recalbox/share/roms/gamegear/gamelist.xml"...
      lvl2: Parsing XML file "/recalbox/share/roms/sg1000/gamelist.xml"...
      lvl1: Adding "sg1000" in system list.
      lvl2: Parsing XML file "/recalbox/share/roms/psx/gamelist.xml"...
      lvl1: Adding "mastersystem" in system list.
      lvl1: Adding "gamegear" in system list.
      lvl2: Parsing XML file "/recalbox/share/roms/pcenginecd/gamelist.xml"...
      lvl2: Parsing XML file "/recalbox/share/roms/pcengine/gamelist.xml"...
      lvl1: Adding "psx" in system list.
      lvl2: Parsing XML file "/recalbox/share/roms/supergrafx/gamelist.xml"...
      lvl1: Adding "pcenginecd" in system list.
      lvl2: Parsing XML file "/recalbox/share/roms/scummvm/gamelist.xml"...
      lvl1: Adding "supergrafx" in system list.
      lvl1: Adding "scummvm" in system list.
      lvl1: Adding "megadrive" in system list.
      lvl1: Adding "pcengine" in system list.
      lvl2: Parsing XML file "/recalbox/share/roms/fba/gamelist.xml"...
      lvl2: Parsing XML file "/recalbox/share/roms/fba_libretro/gamelist.xml"...
      lvl1: Adding "fba" in system list.
      lvl2: Parsing XML file "/recalbox/share/roms/neogeo/gamelist.xml"...
      lvl1: Adding "fba_libretro" in system list.
      lvl2: Parsing XML file "/recalbox/share/roms/atari7800/gamelist.xml"...
      lvl2: Parsing XML file "/recalbox/share/roms/atari2600/gamelist.xml"...
      lvl1: Adding "atari7800" in system list.
      lvl2: Parsing XML file "/recalbox/share/roms/lynx/gamelist.xml"...
      lvl1: Adding "neogeo" in system list.
      lvl2: Parsing XML file "/recalbox/share/roms/ngp/gamelist.xml"...
      lvl1: Adding "ngp" in system list.
      lvl2: Parsing XML file "/recalbox/share/roms/ngpc/gamelist.xml"...
      lvl1: Adding "lynx" in system list.
      lvl2: Parsing XML file "/recalbox/share/roms/wswan/gamelist.xml"...
      lvl2: Parsing XML file "/recalbox/share/roms/wswanc/gamelist.xml"...
      lvl1: Adding "ngpc" in system list.
      lvl2: Parsing XML file "/recalbox/share/roms/prboom/gamelist.xml"...
      lvl2: Parsing XML file "/recalbox/share/roms/vectrex/gamelist.xml"...
      lvl1: Adding "prboom" in system list.
      lvl2: Parsing XML file "/recalbox/share/roms/lutro/gamelist.xml"...
      lvl1: Adding "vectrex" in system list.
      lvl2: Parsing XML file "/recalbox/share/roms/cavestory/gamelist.xml"...
      lvl2: Parsing XML file "/recalbox/share/roms/atarist/gamelist.xml"...
      lvl1: Adding "atari2600" in system list.
      lvl2: Parsing XML file "/recalbox/share/roms/msx1/gamelist.xml"...
      lvl2: Parsing XML file "/recalbox/share/roms/amstradcpc/gamelist.xml"...
      lvl2: Parsing XML file "/recalbox/share/roms/msx/gamelist.xml"...
      lvl2: Parsing XML file "/recalbox/share/roms/msx2/gamelist.xml"...
      lvl2: Parsing XML file "/recalbox/share/roms/mame/gamelist.xml"...
      lvl2: Parsing XML file "/recalbox/share/roms/o2em/gamelist.xml"...
      lvl1: Adding "msx" in system list.
      lvl2: Parsing XML file "/recalbox/share/roms/zx81/gamelist.xml"...
      lvl2: Parsing XML file "/recalbox/share/roms/zxspectrum/gamelist.xml"...
      lvl1: Adding "odyssey2" in system list.
      lvl2: Parsing XML file "/recalbox/share/roms/moonlight/gamelist.xml"...
      lvl1: Adding "amstradcpc" in system list.
      lvl2: Parsing XML file "/recalbox/share/screenshots/gamelist.xml"...
      lvl0: System "favorites" is missing name, path, extension, or command!
      lvl1: Adding "imageviewer" in system list.
      lvl1: Adding "mame" in system list.
      lvl2: creating favorite system
      lvl2: emulationstation.selectedsystem variable set to psx system found !
      lvl2: CommandThread started
      lvl2: req music [system.bgsound]
      lvl2: (missing)
      lvl2: playing
      lvl2: Cannot upgrade
      lvl2: MusicEnded
      lvl2: playing
      lvl2: MusicEnded
      lvl2: playing

      posted in Themes & Interface
      VJ
      VJ