Kodi Community Forum
Bug Rom files with a .bin extension aren't working. - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+---- Forum: RetroPlayer Development (https://forum.kodi.tv/forumdisplay.php?fid=194)
+---- Thread: Bug Rom files with a .bin extension aren't working. (/showthread.php?tid=342502)



Rom files with a .bin extension aren't working. - GotProblemNeedHelp - 2019-03-28

Just nothing happens when you try to start a .bin rom. No open with emulator dialog, nothing.


RE: Rom files with a .bin extension aren't working. - garbear - 2019-04-01

By default bin is associated with movies, can you try adding this to advancedsettings.xml?

Code:
<advancedsettings>
  <videoextensions>
    <remove>.bin|.img|.iso|.zip</remove>
  </videoextensions>
  <musicextensions>
    <remove>.cue|.zip</remove>
  </musicextensions>
  <pictureextensions>
    <remove>.zip</remove>
  </pictureextensions>
</advancedsettings>



RE: Rom files with a .bin extension aren't working. - GotProblemNeedHelp - 2019-04-03

(2019-04-01, 19:47)garbear Wrote: By default bin is associated with movies, can you try adding this to advancedsettings.xml?

Code:
<advancedsettings>
  <videoextensions>
    <remove>.bin|.img|.iso|.zip</remove>
  </videoextensions>
  <musicextensions>
    <remove>.cue|.zip</remove>
  </musicextensions>
  <pictureextensions>
    <remove>.zip</remove>
  </pictureextensions>
</advancedsettings>
Now it works


RE: Rom files with a .bin extension aren't working. - dirk.vranken - 2019-04-30

(2019-04-03, 20:57)GotProblemNeedHelp Wrote:
(2019-04-01, 19:47)garbear Wrote: By default bin is associated with movies, can you try adding this to advancedsettings.xml?
Code:
<advancedsettings>
  <videoextensions>
    <remove>.bin|.img|.iso|.zip</remove>
  </videoextensions>
  <musicextensions>
    <remove>.cue|.zip</remove>
  </musicextensions>
  <pictureextensions>
    <remove>.zip</remove>
  </pictureextensions>
</advancedsettings>
Now it works 
Hi there

I am facing the same problem. Where can I find the advanced settings on my RetroPlayer and how can I change them?


RE: Rom files with a .bin extension aren't working. - GotProblemNeedHelp - 2019-05-04

(2019-04-30, 16:52)dirk.vranken Wrote:
(2019-04-03, 20:57)GotProblemNeedHelp Wrote:
(2019-04-01, 19:47)garbear Wrote: By default bin is associated with movies, can you try adding this to advancedsettings.xml?
Code:
<advancedsettings>
  <videoextensions>
    <remove>.bin|.img|.iso|.zip</remove>
  </videoextensions>
  <musicextensions>
    <remove>.cue|.zip</remove>
  </musicextensions>
  <pictureextensions>
    <remove>.zip</remove>
  </pictureextensions>
</advancedsettings>
Now it works   
Hi there

I am facing the same problem. Where can I find the advanced settings on my RetroPlayer and how can I change them?  
Do you use windows? If yes go to C:\Users\yourname\AppData\Roaming\Kodi\userdata and create a file named advancedsettings.xml. copy and paste 

<advancedsettings>
  <videoextensions>
    <remove>.bin|.img|.iso|.zip</remove>
  </videoextensions>
  <musicextensions>
    <remove>.cue|.zip</remove>
  </musicextensions>
  <pictureextensions>
    <remove>.zip</remove>
  </pictureextensions>
</advancedsettings>

inside the file and save it. start kodi and try starting the bin files. should work.


RE: Rom files with a .bin extension aren't working. - dirk.vranken - 2019-05-07

(2019-05-04, 13:10)GotProblemNeedHelp Wrote:
(2019-04-30, 16:52)dirk.vranken Wrote:
(2019-04-03, 20:57)GotProblemNeedHelp Wrote: Now it works   
Hi there

I am facing the same problem. Where can I find the advanced settings on my RetroPlayer and how can I change them?   
Do you use windows? If yes go to C:\Users\yourname\AppData\Roaming\Kodi\userdata and create a file named advancedsettings.xml. copy and paste 

<advancedsettings>
  <videoextensions>
    <remove>.bin|.img|.iso|.zip</remove>
  </videoextensions>
  <musicextensions>
    <remove>.cue|.zip</remove>
  </musicextensions>
  <pictureextensions>
    <remove>.zip</remove>
  </pictureextensions>
</advancedsettings>

inside the file and save it. start kodi and try starting the bin files. should work. 
Hi there

Thank you but I am using a raspberri pi. 

Greetings