HFScode / zspin

zspin is an arcade frontend, working on windows, linux, and OSX.
http://forum.hfsplay.fr/zspin-f113/
Other
16 stars 11 forks source link

(IDEA) Show/hide artwork on button press #50

Open ryuuji89 opened 8 years ago

ryuuji89 commented 8 years ago

Would it possible to ,for example, to show box art (or cartridge/ video...) when pressing a button when browsing the game list ?

vikbez commented 8 years ago

A "theme action" button will be definable in settings; This will call the zspin_theme_action() function in the theme's javascript when the button is pressed.

Then you will be able to define a per-theme action in javascript to do

ghost commented 7 years ago

To push the idea a little further : it would be great on a button press to parse and show in an overlay the "hyperpause" content.

Inquisitom commented 7 years ago

Would be interesting in fact to be able to launch the "Hyperpause daemon" feature while browsing games/systems in ZSpin. Possible to launch external "exe" with parameters as zspin_theme_action() ?

ghost commented 7 years ago

Doing so would make zspin depend on RocketLauncher to display that type of content, so it would be unavailable to linux/osx users ?