0360.html 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Transform FireTV Stick Into An Awesome Emulation Device, Part 2</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="FireOS,FireTV,FireTV Stick,Emulation,2021,DIG,Frontend,Retro Gaming,How To,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Transform FireTV Stick Into An Awesome Emulation Device, Part 2">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <meta name="revised" content="06/21/2022 08:57:00 PM" />
  12. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  13. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  14. <script type="text/javascript" src="includes/js/steps.js"></script>
  15. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  16. </head>
  17. <body>
  18. <div id="gridContainer">
  19. <div class="topMargin"></div>
  20. <div id="listName" class="topMargin">
  21. <h1>Transform FireTV Stick Into An Awesome Emulation Device, Part 2</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <h2>Setting Up FTP Access to USB Drive</h2>
  26. <ol>
  27. <li>On the FireTV device&nbsp;search for ES File Explorer</li>
  28. <li>Install ES File Explorer</li>
  29. <li>Launch ES File Explorer</li>
  30. <li>Scroll down the left navigation to the USB flash drive</li>
  31. <li>Navigate in the right pane to any file &gt; Long press the file &gt; Select Copy</li>
  32. <li>Navigate back to the root of the USB flash drive &gt; Select Paste</li>
  33. <li>When prompted, allow ES File Explorer access to the USB flash drive</li>
  34. <li>Long press the copied file &gt; Select Delete &gt; Confirm deleting the file</li>
  35. <li>Scroll up on left navigation and select Network&nbsp;&gt; View on PC</li>
  36. <li>Click the Settings button at the bottom</li>
  37. <li>Click the Mount Path option and set the path to the root of the USB flash drive</li>
  38. <li>Click the big Turn On button to start the FTP server</li>
  39. <li>The IP address and port will display, by default anonymous access is enabled</li>
  40. <li>Download FileZilla FTP client <a href="https://filezilla-project.org/download.php?show_all=1" target="_blank">Download</a></li>
  41. <li>Extract the downloaded .zip file</li>
  42. <li>Launch FileZilla.exe</li>
  43. <li>Enter the IP address and port (3721 by default) in the quick connect fields and press Enter to connect</li>
  44. <li>If everything is setup correctly, a listing of folders on the USB flash drive should be displayed in the right pane</li>
  45. </ol>
  46. <h2>Customizing Artwork</h2>
  47. <p>With FTP access setup, artwork can be easily customized</p>
  48. <p><em>NOTE: Image files must match the ROM file name exactly, IE artwork for &quot;i12bretro Strikes Back (USA).zip&quot; must be name &quot;i12bretro Strikes Back (USA).png&quot;</em></p>
  49. <ol>
  50. <li>Download the artwork to be used (<a href="https://emumovies.com/" target="_blank">EmuMovies</a> and <a href="https://forums.launchbox-app.com/files/category/18-game-box-art/" target="_blank">LaunchBox </a>forums are&nbsp;great resources)</li>
  51. <li>Launch FileZilla</li>
  52. <li>Enter the IP address and port (3721 by default) in the quick connect fields and press Enter to connect</li>
  53. <li>Navigate the USB flash drive in the right pane to the Covers or Screenshots directory &gt; Find the folder for the system to modify</li>
  54. <li>Drag/Drop files to copy into the right pane</li>
  55. <li>Launch Dig and the updated artwork should appear, if it does not, back out of the system and reload it again&nbsp;</li>
  56. </ol>
  57. <h2>Installing Themes</h2>
  58. <p>Some of my favorite themes are Blast 16, Comic Book, Mega-PI USA, Unified Arkade, NES, Retroman UltimateVideo, Riivive, SNES Classic Official UI</p>
  59. <p><em>NOTE: Not all themes support every system</em></p>
  60. <ol>
  61. <li>Download the theme(s) to be installed <a href="https://digdroid.com/forums/categories/themes" target="_blank">Download</a></li>
  62. <li>Launch FileZilla.exe</li>
  63. <li>Enter the IP address and port (3721 by default) in the quick connect fields and press Enter to connect</li>
  64. <li>Drag/Drop downloaded theme zip files into the right pane</li>
  65. <li>Launch Dig&nbsp;and go to &gt; Options &gt; Themes &gt; Install theme</li>
  66. <li>Navigate to the root of the USB flash drive and select the theme .zip file to install&nbsp;</li>
  67. <li>Click Confirm</li>
  68. <li>Dig will extract the contents of the zip file and install the theme</li>
  69. <li>To set the theme go to Options &gt; Themes &gt; Select theme and select it from the dropdown</li>
  70. </ol>
  71. </div>
  72. </div>
  73. </body>
  74. </html>