Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: Screen saver  (Read 3702 times)

0 Members and 1 Guest are viewing this topic.

PaTrYcK

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 150
  • Last login:May 02, 2020, 05:22:19 am
Screen saver
« on: March 15, 2011, 02:38:29 pm »
Hello!
i use video as screensaver, many times i see video of unknow game and i want play it...but i don't know the name :(
Is possible show the name of the game in screensaver?
Thanks!
 :applaud:
« Last Edit: March 15, 2011, 02:43:44 pm by PaTrYcK »

TopJimmyCooks

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 2097
  • Last login:March 26, 2024, 01:18:39 pm
Re: Screen saver
« Reply #1 on: March 15, 2011, 05:03:08 pm »
I think that would be a programming change.  The only thing I could suggest is that the videos/screens pull from the gamelist that is active when it goes into screensaver, so if you narrow it down by letter, type of gameplay, etc. you can narrow the possibilities.  You might request this as a feature from Loadman, maybe it's an easy modification?

kako121

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 24
  • Last login:August 18, 2022, 01:54:05 pm
Re: Screen saver
« Reply #2 on: March 17, 2011, 06:28:17 am »
One of my suggestions for a future version of MaLa would be that, upon pressing a specific key be thrown the Game of the videosnap that is being visualized in the screensaver.

Loadman?   :angel:

PaTrYcK

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 150
  • Last login:May 02, 2020, 05:22:19 am
Re: Screen saver
« Reply #3 on: March 18, 2011, 08:32:04 pm »
Hi Loadman, What do you think about name game in screensaver?

Thanks  :applaud:

loadman

  • Moderator
  • Trade Count: (+3)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 4306
  • Last login:May 26, 2024, 05:14:32 am
  • Cocktail Cab owner and MaLa FE developer
    • MaLa
Re: Screen saver
« Reply #4 on: March 18, 2011, 10:14:29 pm »
Hi Loadman, What do you think about name game in screensaver?

Thanks  :applaud:

I fair bit of work.

It is straight forward to display the name of the video

What happens if the video name has exact matching game?

What happens if the video is for another emulator? Does mala search every single emu trying to work out if there is a match and then switch emu's then launch game?

Sounds like a lot of work.... :P


Gray_Area

  • -Banned-
  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 3363
  • Last login:June 23, 2013, 06:52:30 pm
  • -Banned-
Re: Screen saver
« Reply #5 on: March 19, 2011, 08:07:54 pm »
That's why I think a screen saver of MAME (or pick your emulator(s) ) running would be better. Then if you wanted to play it, you could just press coin up.
-Banned-

loadman

  • Moderator
  • Trade Count: (+3)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 4306
  • Last login:May 26, 2024, 05:14:32 am
  • Cocktail Cab owner and MaLa FE developer
    • MaLa
Re: Screen saver
« Reply #6 on: March 19, 2011, 08:28:29 pm »
That's why I think a screen saver of MAME (or pick your emulator(s) ) running would be better. Then if you wanted to play it, you could just press coin up.

Not sounding any easier to implement.

Sounds like a job for a keen plug-in creator.  ;D

That's what they are for.

PaTrYcK

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 150
  • Last login:May 02, 2020, 05:22:19 am
Re: Screen saver
« Reply #7 on: March 19, 2011, 08:56:13 pm »
Ah...I don't think it was very complicated...
It's option interesting but unnecessary !
Thanks!

 :applaud:

Stormrider

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 318
  • Last login:September 28, 2014, 11:01:54 am
Re: Screen saver
« Reply #8 on: March 21, 2011, 12:13:52 pm »
I implemented that in my layout, using Autohotkey scripts. After some minutes of inactivity (while in the gamelist), a random game is launched in MAME, it runs for some minutes, then quits, and another random game is launched. At any moment you can insert coin and start playing (breaking the cycle), or simply quit the running game and go back to the gamelist, which also breaks the cycle (cancelling the screensaver). This screensaver only works like that while in Mala's gamelist. If you are using Windows, he blank screensaver is used instead.

PaTrYcK

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 150
  • Last login:May 02, 2020, 05:22:19 am
Re: Screen saver
« Reply #9 on: March 21, 2011, 05:12:09 pm »
Great idea!
You can say how work your script Autohotkey?
 ;D

TopJimmyCooks

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 2097
  • Last login:March 26, 2024, 01:18:39 pm
Re: Screen saver
« Reply #10 on: March 22, 2011, 07:10:49 pm »
Definitely interested in a look at that autohotkey script as well, Stormrider.  Amazingly powerful tool, AHK. I need to spend more time with it.