Advertisement
cdaters

RetroPie RetroPieMenu gamelist.xml

Feb 19th, 2022
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 21.88 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <gameList>
  3.   <game>
  4.     <path>./audiosettings.rp</path>
  5.     <name>Audio</name>
  6.     <desc>Configure audio settings. Choose default of auto, 3.5mm jack, or HDMI. Mixer controls, and apply default settings.</desc>
  7.     <image>/home/pi/RetroPie/retropiemenu/icons/audiosettings.png</image>
  8.   </game>
  9.   <game>
  10.     <path>./bluetooth.rp</path>
  11.     <name>Bluetooth</name>
  12.     <desc>Register and connect to Bluetooth devices. Unregister and remove devices, and display registered and connected devices.</desc>
  13.     <image>/home/pi/RetroPie/retropiemenu/icons/bluetooth.png</image>
  14.   </game>
  15.   <game>
  16.     <path>./configedit.rp</path>
  17.     <name>Configuration Editor</name>
  18.     <desc>Change common RetroArch options, and manually edit RetroArch configs, global configs, and non-RetroArch configs.</desc>
  19.     <image>/home/pi/RetroPie/retropiemenu/icons/configedit.png</image>
  20.   </game>
  21.   <game>
  22.     <path>./esthemes.rp</path>
  23.     <name>ES Themes</name>
  24.     <desc>Install, uninstall, or update EmulationStation themes. Most themes can be previewed at https://retropie.org.uk/docs/Themes/.</desc>
  25.     <image>/home/pi/RetroPie/retropiemenu/icons/esthemes.png</image>
  26.   </game>
  27.   <game>
  28.     <path>./filemanager.rp</path>
  29.     <name>File Manager</name>
  30.     <desc>Basic ASCII file manager for Linux allowing you to browse, copy, delete, and move files.</desc>
  31.     <image>/home/pi/RetroPie/retropiemenu/icons/filemanager.png</image>
  32.   </game>
  33.   <game>
  34.     <path>./raspiconfig.rp</path>
  35.     <name>Raspi-Config</name>
  36.     <desc>Change user password, boot options, internationalization, camera, add your Pi to Rastrack, overclock, overscan, memory split, SSH and more.</desc>
  37.     <image>/home/pi/RetroPie/retropiemenu/icons/raspiconfig.png</image>
  38.   </game>
  39.   <game>
  40.     <path>./retroarch.rp</path>
  41.     <name>Retroarch</name>
  42.     <desc>Launches the RetroArch GUI so you can change RetroArch options. Note: Changes will not be saved unless you have enabled the "Save Configuration On Exit" option.</desc>
  43.     <image>/home/pi/RetroPie/retropiemenu/icons/retroarch.png</image>
  44.   </game>
  45.   <game>
  46.     <path>./retronetplay.rp</path>
  47.     <name>RetroArch Net Play</name>
  48.     <desc>Set up RetroArch Netplay options, choose host or client, port, host IP, delay frames, and your nickname.</desc>
  49.     <image>/home/pi/RetroPie/retropiemenu/icons/retronetplay.png</image>
  50.   </game>
  51.   <game>
  52.     <path>./rpsetup.rp</path>
  53.     <name>RetroPie Setup</name>
  54.     <desc>Install RetroPie from binary or source, install experimental packages, additional drivers, edit Samba shares, custom scraper, as well as other RetroPie-related configurations.</desc>
  55.     <image>/home/pi/RetroPie/retropiemenu/icons/rpsetup.png</image>
  56.   </game>
  57.   <game>
  58.     <path>./runcommand.rp</path>
  59.     <name>Run Command Configuration</name>
  60.     <desc>Change what appears on the runcommand screen. Enable or disable the menu, enable or disable box art, and change CPU configuration.</desc>
  61.     <image>/home/pi/RetroPie/retropiemenu/icons/runcommand.png</image>
  62.   </game>
  63.   <game>
  64.     <path>./splashscreen.rp</path>
  65.     <name>Splash Screens</name>
  66.     <desc>Enable or disable the splashscreen on RetroPie boot. Choose a splashscreen, download new splashscreens, and return splashscreen to default.</desc>
  67.     <image>/home/pi/RetroPie/retropiemenu/icons/splashscreen.png</image>
  68.   </game>
  69.   <game>
  70.     <path>./wifi.rp</path>
  71.     <name>WiFi</name>
  72.     <desc>Connect to or disconnect from a WiFi network and configure WiFi settings.</desc>
  73.     <image>/home/pi/RetroPie/retropiemenu/icons/wifi.png</image>
  74.   </game>
  75.   <game>
  76.     <path>./imp</path>
  77.     <name>Music Player</name>
  78.     <desc>[IMP] Integrated Music Player.</desc>
  79.     <image>./icons/imp.png</image>
  80.   </game>
  81.   <game>
  82.     <path>./imp/Previous Track.sh</path>
  83.     <name>&lt;&lt; Previous Track</name>
  84.     <desc>[IMP] Integrated Music Player.</desc>
  85.     <image>./icons/impprevious.png</image>
  86.   </game>
  87.   <game>
  88.     <path>./imp/Play.sh</path>
  89.     <name>&lt;&gt; Play</name>
  90.     <desc>[IMP] Integrated Music Player.</desc>
  91.     <image>./icons/impplay.png</image>
  92.   </game>
  93.   <game>
  94.     <path>./imp/Pause.sh</path>
  95.     <name>= Pause</name>
  96.     <desc>[IMP] Integrated Music Player.</desc>
  97.     <image>./icons/imppause.png</image>
  98.   </game>
  99.   <game>
  100.     <path>./imp/Stop.sh</path>
  101.     <name>&gt;&lt; Stop</name>
  102.     <desc>[IMP] Integrated Music Player.</desc>
  103.     <image>./icons/impstop.png</image>
  104.   </game>
  105.   <game>
  106.     <path>./imp/Next Track.sh</path>
  107.     <name>&gt;&gt; Next Track</name>
  108.     <desc>[IMP] Integrated Music Player.</desc>
  109.     <image>./icons/impnext.png</image>
  110.   </game>
  111.   <game>
  112.     <path>./imp/Current Playlist.sh</path>
  113.     <name># Current Playlist #</name>
  114.     <desc>[IMP] Integrated Music Player.</desc>
  115.     <image>./icons/impplaylist.png</image>
  116.   </game>
  117.   <game>
  118.     <path>./imp/Shuffle On.sh</path>
  119.     <name>Shuffle On</name>
  120.     <desc>[IMP] Integrated Music Player.</desc>
  121.     <image>./icons/impshuffleon.png</image>
  122.   </game>
  123.   <game>
  124.     <path>./imp/Shuffle Off.sh</path>
  125.     <name>Shuffle Off</name>
  126.     <desc>[IMP] Integrated Music Player.</desc>
  127.     <image>./icons/impshuffleoff.png</image>
  128.   </game>
  129.   <game>
  130.     <path>./imp/Start All Music.sh</path>
  131.     <name>Start All Music</name>
  132.     <desc>[IMP] Integrated Music Player
  133.  ~/RetroPie/roms/music/*</desc>
  134.     <image>./icons/impstartall.png</image>
  135.   </game>
  136.   <game>
  137.     <path>./imp/Start BGM Music.sh</path>
  138.     <name>Start BGM Music</name>
  139.     <desc>[IMP] Integrated Music Player
  140.  ~/RetroPie/roms/music/bgm/A-SIDE/*
  141.  ~/RetroPie/roms/music/bgm/B-SIDE/*</desc>
  142.     <image>./icons/impstartbgm.png</image>
  143.   </game>
  144.   <game>
  145.     <path>./imp/music</path>
  146.     <name>[Music]</name>
  147.     <desc>[IMP] Integrated Music Player
  148.  ~/RetroPie/roms/music</desc>
  149.     <image>./icons/impmusicdir.png</image>
  150.   </game>
  151.   <game>
  152.     <path>./imp/Settings</path>
  153.     <name>{Settings}</name>
  154.     <desc>[IMP] Integrated Music Player Settings.</desc>
  155.     <image>./icons/impsettings.png</image>
  156.   </game>
  157.   <game>
  158.     <path>./imp/Settings/Current Settings.sh</path>
  159.     <name>Current Settings</name>
  160.     <desc>[IMP] Integrated Music Player.</desc>
  161.     <image>./icons/impsettingscurrent.png</image>
  162.   </game>
  163.   <game>
  164.     <path>./imp/Settings/IMP Lite [On].sh</path>
  165.     <name>IMP Lite [On]</name>
  166.     <desc>[ENABLE]: IMP Lite Mode.</desc>
  167.     <image>./icons/impliteon.png</image>
  168.   </game>
  169.   <game>
  170.     <path>./imp/Settings/IMP Lite [Off].sh</path>
  171.     <name>IMP Lite [Off]</name>
  172.     <desc>[DISABLE]: IMP Lite Mode.</desc>
  173.     <image>./icons/impliteoff.png</image>
  174.   </game>
  175.   <game>
  176.     <path>./imp/Settings/Infinite IMP [On].sh</path>
  177.     <name>Infinite IMP [On]</name>
  178.     <desc>[ENABLE]: Infinite Repeat Mode.</desc>
  179.     <image>./icons/impinfiniteon.png</image>
  180.   </game>
  181.   <game>
  182.     <path>./imp/Settings/Infinite IMP [Off].sh</path>
  183.     <name>Infinite IMP [Off]</name>
  184.     <desc>[DISABLE]: Infinite Repeat Mode.</desc>
  185.     <image>./icons/impinfiniteoff.png</image>
  186.   </game>
  187.   <game>
  188.     <path>./imp/Settings/BGM Settings</path>
  189.     <name>{BGM Settings}</name>
  190.     <desc>[IMP] Integrated Music Player Settings.</desc>
  191.     <image>./icons/impsettings.png</image>
  192.   </game>
  193.   <game>
  194.     <path>./imp/Settings/BGM Settings/BGM A-Side [On].sh</path>
  195.     <name>BGM A-Side [On]</name>
  196.     <desc>[IMP] Background Music.
  197.  ~/RetroPie/roms/music/bgm/A-SIDE</desc>
  198.     <image>./icons/impsettingbgmaon.png</image>
  199.   </game>
  200.   <game>
  201.     <path>./imp/Settings/BGM Settings/BGM A-Side [Off].sh</path>
  202.     <name>BGM A-Side [Off]</name>
  203.     <desc>[IMP] Background Music.
  204.  ~/RetroPie/roms/music/bgm/A-SIDE</desc>
  205.     <image>./icons/impsettingbgmaoff.png</image>
  206.   </game>
  207.   <game>
  208.     <path>./imp/Settings/BGM Settings/BGM B-Side [On].sh</path>
  209.     <name>BGM B-Side [On]</name>
  210.     <desc>[IMP] Background Music.
  211.  ~/RetroPie/roms/music/bgm/B-SIDE</desc>
  212.     <image>./icons/impsettingbgmbon.png</image>
  213.   </game>
  214.   <game>
  215.     <path>./imp/Settings/BGM Settings/BGM B-Side [Off].sh</path>
  216.     <name>BGM B-Side [Off]</name>
  217.     <desc>[IMP] Background Music.
  218.  ~/RetroPie/roms/music/bgm/B-SIDE</desc>
  219.     <image>./icons/impsettingbgmboff.png</image>
  220.   </game>
  221.   <game>
  222.     <path>./imp/Settings/Game Settings</path>
  223.     <name>{Game Settings}</name>
  224.     <desc>[IMP] Integrated Music Player Settings.</desc>
  225.     <image>./icons/impsettings.png</image>
  226.   </game>
  227.   <game>
  228.     <path>./imp/Settings/Game Settings/Music Over Games [On].sh</path>
  229.     <name>Music Over Games [On]</name>
  230.     <desc>[IMP] Integrated Music Player.</desc>
  231.     <image>./icons/impsettingmusicon.png</image>
  232.   </game>
  233.   <game>
  234.     <path>./imp/Settings/Game Settings/Music Over Games [Off].sh</path>
  235.     <name>Music Over Games [Off]</name>
  236.     <desc>[IMP] Integrated Music Player.</desc>
  237.     <image>./icons/impsettingmusicoff.png</image>
  238.   </game>
  239.   <game>
  240.     <path>./imp/Settings/Game Settings/Volume Fade At Game [On].sh</path>
  241.     <name>Volume Fade At Game [On]</name>
  242.     <desc>[IMP] Integrated Music Player.</desc>
  243.     <image>./icons/impsettingfadeon.png</image>
  244.   </game>
  245.   <game>
  246.     <path>./imp/Settings/Game Settings/Volume Fade At Game [Off].sh</path>
  247.     <name>Volume Fade At Game [Off]</name>
  248.     <desc>[IMP] Integrated Music Player.</desc>
  249.     <image>./icons/impsettingfadeoff.png</image>
  250.   </game>
  251.   <game>
  252.     <path>./imp/Settings/Game Settings/[00] Delay At Game End.sh</path>
  253.     <name>[00] Delay At Game End</name>
  254.     <desc>[IMP] Integrated Music Player.</desc>
  255.     <image>./icons/impsettingadjust.png</image>
  256.   </game>
  257.   <game>
  258.     <path>./imp/Settings/Game Settings/[05] Delay At Game End.sh</path>
  259.     <name>[05] Delay At Game End</name>
  260.     <desc>[IMP] Integrated Music Player.</desc>
  261.     <image>./icons/impsettingadjust.png</image>
  262.   </game>
  263.   <game>
  264.     <path>./imp/Settings/Game Settings/[10] Delay At Game End.sh</path>
  265.     <name>[10] Delay At Game End</name>
  266.     <desc>[IMP] Integrated Music Player.</desc>
  267.     <image>./icons/impsettingadjust.png</image>
  268.   </game>
  269.   <game>
  270.     <path>./imp/Settings/Game Settings/[15] Delay At Game End.sh</path>
  271.     <name>[15] Delay At Game End</name>
  272.     <desc>[IMP] Integrated Music Player.</desc>
  273.     <image>./icons/impsettingadjust.png</image>
  274.   </game>
  275.   <game>
  276.     <path>./imp/Settings/Game Settings/[20] Delay At Game End.sh</path>
  277.     <name>[20] Delay At Game End</name>
  278.     <desc>[IMP] Integrated Music Player.</desc>
  279.     <image>./icons/impsettingadjust.png</image>
  280.   </game>
  281.   <game>
  282.     <path>./imp/Settings/Game Settings/[25] Delay At Game End.sh</path>
  283.     <name>[25] Delay At Game End</name>
  284.     <desc>[IMP] Integrated Music Player.</desc>
  285.     <image>./icons/impsettingadjust.png</image>
  286.   </game>
  287.   <game>
  288.     <path>./imp/Settings/Game Settings/[30] Delay At Game End.sh</path>
  289.     <name>[30] Delay At Game End</name>
  290.     <desc>[IMP] Integrated Music Player.</desc>
  291.     <image>./icons/impsettingadjust.png</image>
  292.   </game>
  293.   <game>
  294.     <path>./imp/Settings/HTTP Server Settings</path>
  295.     <name>{HTTP Server}</name>
  296.     <desc>[IMP] http.server Settings.</desc>
  297.     <image>./icons/impsettings.png</image>
  298.   </game>
  299.   <game>
  300.     <path>./imp/Settings/HTTP Server Settings/HTTP Server Log.sh</path>
  301.     <name>HTTP Server Log</name>
  302.     <desc>[LOG]: http.server</desc>
  303.     <image>./icons/imphttplog.png</image>
  304.   </game>
  305.   <game>
  306.     <path>./imp/Settings/HTTP Server Settings/HTTP Server Music [On].sh</path>
  307.     <name>HTTP Server Music [On]</name>
  308.     <desc>[ENABLE]: http.server
  309.  ~/RetroPie/roms/music/*</desc>
  310.     <image>./icons/imphttpon.png</image>
  311.   </game>
  312.   <game>
  313.     <path>./imp/Settings/HTTP Server Settings/HTTP Server Roms [On].sh</path>
  314.     <name>HTTP Server Roms [On]</name>
  315.     <desc>[ENABLE]: http.server
  316.  ~/RetroPie/roms/*</desc>
  317.     <image>./icons/imphttpon.png</image>
  318.   </game>
  319.   <game>
  320.     <path>./imp/Settings/HTTP Server Settings/HTTP Server [Off].sh</path>
  321.     <name>HTTP Server [Off]</name>
  322.     <desc>[DISABLE]: http.server </desc>
  323.     <image>./icons/imphttpoff.png</image>
  324.   </game>
  325.   <game>
  326.     <path>./imp/Settings/Startup Settings</path>
  327.     <name>{Startup Settings}</name>
  328.     <desc>[IMP] Integrated Music Player Settings.</desc>
  329.     <image>./icons/impsettings.png</image>
  330.   </game>
  331.   <game>
  332.     <path>./imp/Settings/Startup Settings/Music At Startup [On].sh</path>
  333.     <name>Music At Startup [On]</name>
  334.     <desc>[IMP] Integrated Music Player.</desc>
  335.     <image>./icons/impsettingmusicon.png</image>
  336.   </game>
  337.   <game>
  338.     <path>./imp/Settings/Startup Settings/Music At Startup [Off].sh</path>
  339.     <name>Music At Startup [Off]</name>
  340.     <desc>[IMP] Integrated Music Player.</desc>
  341.     <image>./icons/impsettingmusicoff.png</image>
  342.   </game>
  343.   <game>
  344.     <path>./imp/Settings/Startup Settings/[000] Delay At Startup.sh</path>
  345.     <name>[000] Delay At Startup</name>
  346.     <desc>[IMP] Integrated Music Player.</desc>
  347.     <image>./icons/impsettingadjust.png</image>
  348.   </game>
  349.   <game>
  350.     <path>./imp/Settings/Startup Settings/[005] Delay At Startup.sh</path>
  351.     <name>[005] Delay At Startup</name>
  352.     <desc>[IMP] Integrated Music Player.</desc>
  353.     <image>./icons/impsettingadjust.png</image>
  354.   </game>
  355.   <game>
  356.     <path>./imp/Settings/Startup Settings/[010] Delay At Startup.sh</path>
  357.     <name>[010] Delay At Startup</name>
  358.     <desc>[IMP] Integrated Music Player.</desc>
  359.     <image>./icons/impsettingadjust.png</image>
  360.   </game>
  361.   <game>
  362.     <path>./imp/Settings/Startup Settings/[015] Delay At Startup.sh</path>
  363.     <name>[015] Delay At Startup</name>
  364.     <desc>[IMP] Integrated Music Player.</desc>
  365.     <image>./icons/impsettingadjust.png</image>
  366.   </game>
  367.   <game>
  368.     <path>./imp/Settings/Startup Settings/[020] Delay At Startup.sh</path>
  369.     <name>[020] Delay At Startup</name>
  370.     <desc>[IMP] Integrated Music Player.</desc>
  371.     <image>./icons/impsettingadjust.png</image>
  372.   </game>
  373.   <game>
  374.     <path>./imp/Settings/Startup Settings/[025] Delay At Startup.sh</path>
  375.     <name>[025] Delay At Startup</name>
  376.     <desc>[IMP] Integrated Music Player.</desc>
  377.     <image>./icons/impsettingadjust.png</image>
  378.   </game>
  379.   <game>
  380.     <path>./imp/Settings/Startup Settings/[030] Delay At Startup.sh</path>
  381.     <name>[030] Delay At Startup</name>
  382.     <desc>[IMP] Integrated Music Player.</desc>
  383.     <image>./icons/impsettingadjust.png</image>
  384.   </game>
  385.   <game>
  386.     <path>./imp/Settings/Startup Settings/[035] Delay At Startup.sh</path>
  387.     <name>[035] Delay At Startup</name>
  388.     <desc>[IMP] Integrated Music Player.</desc>
  389.     <image>./icons/impsettingadjust.png</image>
  390.   </game>
  391.   <game>
  392.     <path>./imp/Settings/Startup Settings/[040] Delay At Startup.sh</path>
  393.     <name>[040] Delay At Startup</name>
  394.     <desc>[IMP] Integrated Music Player.</desc>
  395.     <image>./icons/impsettingadjust.png</image>
  396.   </game>
  397.   <game>
  398.     <path>./imp/Settings/Startup Settings/[045] Delay At Startup.sh</path>
  399.     <name>[045] Delay At Startup</name>
  400.     <desc>[IMP] Integrated Music Player.</desc>
  401.     <image>./icons/impsettingadjust.png</image>
  402.   </game>
  403.   <game>
  404.     <path>./imp/Settings/Startup Settings/[050] Delay At Startup.sh</path>
  405.     <name>[050] Delay At Startup</name>
  406.     <desc>[IMP] Integrated Music Player.</desc>
  407.     <image>./icons/impsettingadjust.png</image>
  408.   </game>
  409.   <game>
  410.     <path>./imp/Settings/Startup Settings/[055] Delay At Startup.sh</path>
  411.     <name>[055] Delay At Startup</name>
  412.     <desc>[IMP] Integrated Music Player.</desc>
  413.     <image>./icons/impsettingadjust.png</image>
  414.   </game>
  415.   <game>
  416.     <path>./imp/Settings/Startup Settings/[060] Delay At Startup.sh</path>
  417.     <name>[060] Delay At Startup</name>
  418.     <desc>[IMP] Integrated Music Player.</desc>
  419.     <image>./icons/impsettingadjust.png</image>
  420.   </game>
  421.   <game>
  422.     <path>./imp/Settings/Startup Settings/[070] Delay At Startup.sh</path>
  423.     <name>[070] Delay At Startup</name>
  424.     <desc>[IMP] Integrated Music Player.</desc>
  425.     <image>./icons/impsettingadjust.png</image>
  426.   </game>
  427.   <game>
  428.     <path>./imp/Settings/Startup Settings/[080] Delay At Startup.sh</path>
  429.     <name>[080] Delay At Startup</name>
  430.     <desc>[IMP] Integrated Music Player.</desc>
  431.     <image>./icons/impsettingadjust.png</image>
  432.   </game>
  433.   <game>
  434.     <path>./imp/Settings/Startup Settings/[090] Delay At Startup.sh</path>
  435.     <name>[090] Delay At Startup</name>
  436.     <desc>[IMP] Integrated Music Player.</desc>
  437.     <image>./icons/impsettingadjust.png</image>
  438.   </game>
  439.   <game>
  440.     <path>./imp/Settings/Startup Settings/[100] Delay At Startup.sh</path>
  441.     <name>[100] Delay At Startup</name>
  442.     <desc>[IMP] Integrated Music Player.</desc>
  443.     <image>./icons/impsettingadjust.png</image>
  444.   </game>
  445.   <game>
  446.     <path>./imp/Settings/Startup Settings/[110] Delay At Startup.sh</path>
  447.     <name>[110] Delay At Startup</name>
  448.     <desc>[IMP] Integrated Music Player.</desc>
  449.     <image>./icons/impsettingadjust.png</image>
  450.   </game>
  451.   <game>
  452.     <path>./imp/Settings/Startup Settings/[120] Delay At Startup.sh</path>
  453.     <name>[120] Delay At Startup</name>
  454.     <desc>[IMP] Integrated Music Player.</desc>
  455.     <image>./icons/impsettingadjust.png</image>
  456.   </game>
  457.   <game>
  458.     <path>./imp/Volume</path>
  459.     <name>{Volume}</name>
  460.     <desc>[IMP] Integrated Music Player Settings.</desc>
  461.     <image>./icons/impvolume.png</image>
  462.   </game>
  463.   <game>
  464.     <path>./imp/Volume/[05] Player Volume.sh</path>
  465.     <name>[05] Player Volume</name>
  466.     <desc>[IMP] Integrated Music Player.</desc>
  467.     <image>./icons/impvolume05.png</image>
  468.   </game>
  469.   <game>
  470.     <path>./imp/Volume/[10] Player Volume.sh</path>
  471.     <name>[10] Player Volume</name>
  472.     <desc>[IMP] Integrated Music Player.</desc>
  473.     <image>./icons/impvolume10.png</image>
  474.   </game>
  475.   <game>
  476.     <path>./imp/Volume/[20] Player Volume.sh</path>
  477.     <name>[20] Player Volume</name>
  478.     <desc>[IMP] Integrated Music Player.</desc>
  479.     <image>./icons/impvolume20.png</image>
  480.   </game>
  481.   <game>
  482.     <path>./imp/Volume/[30] Player Volume.sh</path>
  483.     <name>[30] Player Volume</name>
  484.     <desc>[IMP] Integrated Music Player.</desc>
  485.     <image>./icons/impvolume30.png</image>
  486.   </game>
  487.   <game>
  488.     <path>./imp/Volume/[40] Player Volume.sh</path>
  489.     <name>[40] Player Volume</name>
  490.     <desc>[IMP] Integrated Music Player.</desc>
  491.     <image>./icons/impvolume40.png</image>
  492.   </game>
  493.   <game>
  494.     <path>./imp/Volume/[50] Player Volume.sh</path>
  495.     <name>[50] Player Volume</name>
  496.     <desc>[IMP] Integrated Music Player.</desc>
  497.     <image>./icons/impvolume50.png</image>
  498.   </game>
  499.   <game>
  500.     <path>./imp/Volume/[60] Player Volume.sh</path>
  501.     <name>[60] Player Volume</name>
  502.     <desc>[IMP] Integrated Music Player.</desc>
  503.     <image>./icons/impvolume60.png</image>
  504.   </game>
  505.   <game>
  506.     <path>./imp/Volume/[70] Player Volume.sh</path>
  507.     <name>[70] Player Volume</name>
  508.     <desc>[IMP] Integrated Music Player.</desc>
  509.     <image>./icons/impvolume70.png</image>
  510.   </game>
  511.   <game>
  512.     <path>./imp/Volume/[80] Player Volume.sh</path>
  513.     <name>[80] Player Volume</name>
  514.     <desc>[IMP] Integrated Music Player.</desc>
  515.     <image>./icons/impvolume80.png</image>
  516.   </game>
  517.   <game>
  518.     <path>./imp/Volume/[90] Player Volume.sh</path>
  519.     <name>[90] Player Volume</name>
  520.     <desc>[IMP] Integrated Music Player.</desc>
  521.     <image>./icons/impvolume90.png</image>
  522.   </game>
  523.   <game>
  524.     <path>./imp/Volume/[MAX] Player Volume.sh</path>
  525.     <name>[MAX] Player Volume</name>
  526.     <desc>[IMP] Integrated Music Player.</desc>
  527.     <image>./icons/impvolume100.png</image>
  528.   </game>
  529.   <game>
  530.     <path>./imp/music/bgm</path>
  531.     <name># BGM #</name>
  532.     <desc>[IMP] Background Music.
  533.  ~/RetroPie/roms/music/bgm</desc>
  534.     <image>./icons/impbgmdirs.png</image>
  535.   </game>
  536.   <game>
  537.     <path>./imp/music/bgm/A-SIDE</path>
  538.     <name># A-SIDE #</name>
  539.     <desc>[IMP] Background Music.
  540.  ~/RetroPie/roms/music/bgm/A-SIDE</desc>
  541.     <image>./icons/impbgmdira.png</image>
  542.   </game>
  543.   <game>
  544.     <path>./imp/music/bgm/B-SIDE</path>
  545.     <name># B-SIDE #</name>
  546.     <desc>[IMP] Background Music.
  547.  ~/RetroPie/roms/music/bgm/B-SIDE</desc>
  548.     <image>./icons/impbgmdirb.png</image>
  549.   </game>
  550.   <game>
  551.     <path>./imp/music/_bgm</path>
  552.     <name>_bgm</name>
  553.     <desc>_bgm
  554.  ~/bgm</desc>
  555.     <image>./icons/backgroundmusic.png</image>
  556.   </game>
  557.   <game>
  558.     <path>./imp/music/_backgroundmusic</path>
  559.     <name>_backgroundmusic</name>
  560.     <desc>_backgroundmusic
  561.  ~/RetroPie/backgroundmusic</desc>
  562.     <image>./icons/backgroundmusic.png</image>
  563.   </game>
  564.   <game>
  565.     <path>./imp/music/_jukebox_mp3</path>
  566.     <name>_jukebox_mp3</name>
  567.     <desc>_jukebox
  568.  ~/RetroPie/roms/jukebox/mp3</desc>
  569.     <image>./icons/jukebox.png</image>
  570.   </game>
  571.   <game>
  572.     <path>./imp/music/SLAYRadio</path>
  573.     <name>[SLAYRadio]</name>
  574.     <desc>[slayradio.org]: SLAY Radio is an internet-based radio station, transmitting from Gothenburg (G&#xF6;teborg) in Sweden... </desc>
  575.     <image>./icons/slayradio-logo.png</image>
  576.   </game>
  577.   <game>
  578.     <path>./imp/music/SLAYRadio/slayradio.128.m3u</path>
  579.     <name>SLAYRadio</name>
  580.     <desc>SLAYRadio: Quality &gt;&gt; High &gt;&gt; Mp3</desc>
  581.     <image>./icons/slayradio.png</image>
  582.   </game>
  583.   <game>
  584.     <path>./imp/music/Mp3RadioFM</path>
  585.     <name>[Mp3Radio.FM]</name>
  586.     <desc>[mp3radio.fm]: MP3Radio.Fm is an Internet Radio Station based in Miami ...hosts live DJ sets, weekly radio shows with on air personalities, DJ&#x2019;s, radio shows.</desc>
  587.     <image>./icons/mp3radiofm.png</image>
  588.   </game>
  589.   <game>
  590.     <path>./imp/music/Mp3RadioFM/mp3radio.pls</path>
  591.     <name>Main Channel</name>
  592.     <desc>MP3Radio.Fm Main Channel: Playing hits 24/7 and Broadcasting Live Shows all week long.</desc>
  593.     <image>./icons/mp3radiofm.png</image>
  594.   </game>
  595.   <game>
  596.     <path>./showip.rp</path>
  597.     <name>Show IP</name>
  598.     <desc>Displays your current IP address, as well as other information provided by the command "ip addr show."</desc>
  599.     <image>/home/pi/RetroPie/retropiemenu/icons/showip.png</image>
  600.     <playcount>1</playcount>
  601.     <lastplayed>20220219T201836</lastplayed>
  602.   </game>
  603. </gameList>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement