☰
Current Page
Main Menu
Home
Home
Editing
Games
Edit
Preview
h1
h2
h3
Keybinding
default
vim
emacs
Markup
Markdown
Plain Text
Pod
RDoc
reStructuredText
AsciiDoc
BibTeX
Creole
MediaWiki
Org-mode
Textile
Help 1
Help 1
Help 1
Help 2
Help 3
Help 4
Help 5
Help 6
Help 7
Help 8
Autosaved text is available. Click the button to restore it.
Restore Text
--- title: Games --- # Installing RetroPie in OSMC <https://github.com/RetroPie/RetroPie-Setup/wiki/OSMC> The script: * requires `pv` * assumes you're running from /home/osmc as user osmc * outdated now # Debian Bullseye * Hack retroarch to force own_sdl=0 * Use the launcher https://github.com/hissingshark/retrOSMCmk2 but note [Issue #21](https://github.com/hissingshark/retrOSMCmk2/issues/21) # Auto-mount ROMs from CIFS ## Configure AutoFS sudo apt-get install autofs `/etc/auto.mediasys` /auto/mediasys -fstype=cifs,rw,credentials=/etc/auto.xbmc.credentials,iocharset=utf8,uid=osmc,gid=osmc ://media/mediasys Add to `/etc/auto.d/whalebarn.autofs` /- /etc/auto.mediasys --timeout 15 browse This combination mounts `//media/mediasys` as `/auto/mediasys`. ## Reconfigure EmulationStation `/etc/emulationstation/es_systems.cfg` using :%s%/home/osmc/RetroPie/roms/%/auto/mediasys/games/library/%g in vim: <?xml version="1.0"?> <systemList> <system> <name>amstradcpc</name> <fullname>Amstrad CPC</fullname> <path>/auto/mediasys/games/library/amstradcpc</path> <extension>.cdt .cpc .dsk .zip .CDT .CPC .DSK .ZIP</extension> <command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 \_SYS\_ amstradcpc %ROM%</command> <platform>amstradcpc</platform> <theme>amstradcpc</theme> </system> <system> <name>arcade</name> <fullname>Arcade</fullname> <path>/auto/mediasys/games/library/arcade</path> <extension>.7z .cue .fba .iso .zip .7Z .CUE .FBA .ISO .ZIP</extension> <command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 \_SYS\_ arcade %ROM%</command> <platform>arcade</platform> <theme>arcade</theme> </system> ... <!-- vim: filetype=markdown -->
Uploading file...
Sidebar
# SideBar * [Home][1] * [Projects][2] * * * <!-- --> * [Code][3] * [Tech][4] * [Network][5] * [MediaCentre][6] * [UAV][7] * * * <!-- --> * [Travel][8] * [Music][9] * [Horse Riding][10] * [Study][11] * [Games][12] * [Other Activities][13] * * * <!-- --> * [Car][14] * [House][15] * [Watch][16] * [Clothing][17] * [Miscellany][18] * * * [1]: /Home [2]: /Projects [3]: /Code/Code [4]: /Tech/Tech [5]: /Network/Network [6]: /MediaCentre/MediaCentre [7]: /UAV/UAV [8]: /Travel/Travel [9]: /Music/Music [10]: /HorseRiding/HorseRiding [11]: /Study/Study [12]: /Games/Games [13]: /Do/Do [14]: /Car/Car [15]: /House/House [16]: /Watch/Watch [17]: /Clothing/Clothing [18]: /Miscellany/Miscellany <!-- vim: filetype=markdown -->
Edit message:
Cancel