Recalbox Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • recalbox.com
    • Gitlab repository
    • Documentation
    • Discord
    1. Home
    2. Tags
    3. recalbox-next
    Log in to post
    • All categories
    • Ninjaman500

      Recalbox-next theme
      Themes & Interface • recalbox-next theme • • Ninjaman500

      3
      0
      Votes
      3
      Posts
      1821
      Views

      M__a__a__x

      https://wiki.recalbox.com/en/tutorials/frontend-customization/add-themes-into-emulationstation

    • MichaelK

      Recalbox Theme Customization: "Recalbox-Next"
      Themes & Interface • recalbox theme customization recalbox-next • • MichaelK

      3
      0
      Votes
      3
      Posts
      1921
      Views

      Zing

      @MichaelK Read this:
      https://recalbox.gitbook.io/documentation/v/francais/tutoriels/personnalisation-du-frontend/ajouter-des-themes-a-emulationstation

    • MichaelK

      Personalizacion de Temas Recalbox: "Recalbox-Next"
      Recalbox general • personalizacion temas recalbox recalbox-next • • MichaelK

      2
      0
      Votes
      2
      Posts
      478
      Views

      Zing

      @MichaelK Publicación duplicada, por favor ¡No hagas SPAM!
      https://forum.recalbox.com/topic/23110/recalbox-theme-customization-recalbox-next

    • olivierdroid92

      Theme Recalbox-next - Best setting with Skraper
      Themes & Interface • recalbox-next setting skraper theme • • olivierdroid92

      1
      1
      Votes
      1
      Posts
      657
      Views

      No one has replied

    • Norde

      Some personnal systems for Recalbox-next theme
      Themes & Interface • personnal systems recalbox-next theme • • Norde

      2
      1
      Votes
      2
      Posts
      860
      Views

      Bkg2k

      Great!

      Nice work 😉

    • Rob1

      recalbox-next : icones pour manette 8bitdo M30 / Retroflag Classic USB Controller-M
      Recalbox Général • recalbox-next icones 8bitdo m30 retroflag • • Rob1

      1
      0
      Votes
      1
      Posts
      631
      Views

      No one has replied

    • Galere

      Theme Recalbox-Next et liste de jeux dans les systemes
      Recalbox Général • theme recalbox-next liste systemes • • Galere

      5
      0
      Votes
      5
      Posts
      1708
      Views

      Galere

      Nope, j'ai dl l'image disque depuis le site Recalbox. La dernière version est la 18.07.13. Je suis up to date.
      Est ce que c'est la taille de l'écran qui fait cela (19 pouces) avec ce thème ?
      Un setting dans le recalbox.conf peut être ?
      "Nous ne le savons, ni nous ni vous :D"

    • Cthulhus

      Unsolved Plantage avec le theme Recalbox-Next et imp. de changer le theme via interface
      Recalbox Général • theme recalbox-next imp interface • • Cthulhus

      6
      0
      Votes
      6
      Posts
      2242
      Views

      dav78

      @pegoncology said in Plantage avec le theme Recalbox-Next et imp. de changer le theme via interface:

      J'ai le même souci. J'étais sous Recalbox-multi, j'ai voulu tester le Recalbox-Next et depuis lors impossible de revenir ou de changer de thème. Lors de la validation, je retombe sur la page noire avec le numéro de build....
      Je n'ai pas encore essayé les émulateurs pour ma part, je vais tester cela et je reviendrai donner mes résultats

      Nouveau venu dans le monde Recalbox, je suis dans le même cas.
      J'ai voulu de suite essayer les différents thèmes proposés mais rien à faire. Ecran noir avec le logo Recalbox en bas de l'écran.
      On va attendre sagement une mise à jour.

    • supernature2k

      Theme Recalbox-next what is your favorite combo?
      Themes & Interface • theme recalbox-next favorite combo • • supernature2k

      16
      0
      Votes
      16
      Posts
      20086
      Views

      Spakowski

      Here is my theme configuration 🙂

      0_1580626862173_theme.png

    • korni

      Problem of lag in Recalbox-next theme (18.03.16)
      Recalbox General • lag recalbox-next theme 18.03.16 • • korni

      8
      1
      Votes
      8
      Posts
      2576
      Views

      korni

      @supermagicom Yes, as I can take it from the German forum:

      https://forum.recalbox.com/topic/13260/recalbox-18-03-2016-theme-symbol-lag

    • db_666

      Recalbox-Next - Add custom systems
      Themes & Interface • recalbox-next systems • • db_666

      2
      0
      Votes
      2
      Posts
      4179
      Views

      db_666

      I think I found the problem. I edited the name in es_systems.cfg famicom isn't a core so that's why it wouldn't launch. Even if the gui show you the options to configure a famicom.core somehow it doesn't exist. So the <name></name> tag need to be named nes. Same applies for super famicom.

      <name>nes</name>

      I guess if I could find the core folder I might be able to copy that folder and have a new famicom core.

      So in short to add famicom/super famicom to show in your US/EUR roms collection you need to:

      edit your /recalbox/share/system/.emulationstation/es_systems.cfg

      <system>

      <fullname>Family Computer</fullname>
      <name>nes</name>
      <path>/recalbox/share/roms/famicom</path>
      <extension>.nes .NES .zip .ZIP</extension>
      <command>python /usr/lib/python2.7/site-packages/configgen/emulatorlauncher.pyc %CONTROLLERSCONFIG% -system %SYSTEM% -rom %ROM% -emulator %EMULATOR% -core %CORE% -ratio %RATIO%</command>
      <platform>nes</platform>
      <theme>famicom</theme>
      <emulators>
      <emulator name="libretro">
      <cores>
      <core>fceunext</core>
      <core>quicknes</core>
      <core>fceumm</core>
      <core>nestopia</core>
      </cores>
      </emulator>
      </emulators>
      </system>

      copy nes folder to /recalbox/share/system/.emulationstation/themes/recalbox-next/famicom

      copy the svg art from jp to famicom/data directory

      delete us/eu/jp sub folders

      edit custom.xml and remove region section at the bottom of code

      Last two steps might ot be needed but if you like to keep the code neat and clean you can do it.

      Imgur