zer0net / ifs-master

IFS Master
http://127.0.0.1:43110/12MVkvYGcRW6u2NYbpfwVad1oQeyG4s9Er/
5 stars 1 forks source link

Idea: Allow associate each file with which frontend program to open/run it #151

Open haschimoto opened 6 years ago

haschimoto commented 6 years ago

E.g. a ZIP isnt automatically a DOS-GAME, like this: /12MVkvYGcRW6u2NYbpfwVad1oQeyG4s9Er/index.html?view:item+id:1Mz1_1Mq4fxVstdUkLbViZfh4yubGHKgoJQNxAf_item_103+type:game

So one should be able in the file-backend to to associate which Emulator Frontend or whatever to use (in this case SuperNintendo) with it.

dnelband commented 6 years ago

in the upload view, user can choose content type / emulator on file upload. im working now on a solution to read the zip file and include only relevant emulator options according to which files are in the archive

haschimoto commented 6 years ago

@dnelband : any success with the atari7800 files?

dnelband commented 6 years ago

Im working on it, the problem is not the emulators ir files but the fact that zeronet makes serious restrictions on ajax (which javatari needs to make) by requiring an ajax key on the request. Im working currently with tamas on this issue to find a viable workaround

On Mon 12. Mar 2018 at 14:37, haschimoto notifications@github.com wrote:

@dnelband https://github.com/dnelband : any success with the atari7800 files?

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/zer0net/ifs-master/issues/151#issuecomment-372311718, or mute the thread https://github.com/notifications/unsubscribe-auth/AE-JeQ5bPzEM9DpMOqLMaElC5j50bcOVks5tdnoPgaJpZM4RrRd- .

haschimoto commented 6 years ago

Has something been restricted that formerly worked?

dnelband commented 6 years ago

The restriction makes it problematic because its in a zip file, so we need to read the zip file and inside of it fetch a specific file, and these things create a conflict. But no its nothing that used to work before

On Mon 12. Mar 2018 at 15:24, haschimoto notifications@github.com wrote:

Has something been restricted that formerly worked?

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/zer0net/ifs-master/issues/151#issuecomment-372327230, or mute the thread https://github.com/notifications/unsubscribe-auth/AE-JeRnF_aQ5iRZSVdUUmw3Th3nlD7Kkks5tdoUggaJpZM4RrRd- .

dnelband commented 6 years ago

but now testing the format on another upload, it seems javatari doesnt support this .a78 which is strange, so im looking for a solution for that as well (these are two issues)

dnelband commented 6 years ago

so it seems that javatari is only able to run atari 2600, and it seems that for atari 7800 there are only C++ / Java based emulators that cannot be run on a browser, but im still trying to find a solution / workaround