Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - PittStone

Pages: [1]
1
General / Re: Music Video Jukebox Attract Mode (Finished)
« on: March 05, 2022, 03:08:15 PM »
@Mark Norville "I can imagine that would be fantastic for movies as well and TV shows."

The Biggest Problem is, that Attract Mode cant play normal .mkv or .mp4 without desynchronizing Audio from Video. I have converted many Video formats and framerates and audio formats.  The Only best working solution is, to convert all MusicVideos to .avi container but with .h264 (thats normal for .mkv) and .ac3 audio (something other will work to). Copy existent video and audio streams (.mp4)  to .avi container alone, will desynchronizing Audio, too. It must be Complete new Converted to .avi container in .h264 video.

2
General / Music Video Jukebox Attract Mode (Finished)
« on: March 05, 2022, 02:14:48 PM »
Music Video Jukebox

Finaly i realized my Music Video Jukebox with Attract Mode.
It has a Timer to Show after Video Ends till to next One and plays it.
I can activate scanlines for Old Videos, too. :D 

Help are Welcome.
Maybe we can work together to make it better with some new Ideas or plugins.

Its not Released yet. Its showing up first Time.

https://youtu.be/iTdAWRCj5co

3
Is it possible to show a Bezel for every preview video (snap) in the Fullscreen Menu?

4
Themes / Re: HUD 1.0.7 Theme
« on: January 21, 2021, 06:35:43 AM »
add a delay

line 791

animation.add( PropertyAnimation( title, { when=Transition.ToNewSelection, property="y", start=-flh*0.30, end=flh*0.00, time=t*2.5, delay=t*2, tween=Tween.Circle }));

for snaps I use only .mp4 480p, sorry I can't help you.

Again, nothing happens. :(

5
Themes / Re: HUD 1.0.6 Theme
« on: January 20, 2021, 08:38:55 AM »
Hi

This Layout not work in Attract Mode 2.6

Thanks Jate!
Theme Updated!

@Giacomo1982  Can you help with edit the layout.nut?    The Title must be faded out after view Seconds. Please can you help?


go to line 791 and change time=t*2.5 in what you want, for example time=t*6.0

Thanks for the fast help. But if i change it nothing happens. I testet =t*0.1 or 0.5 or 1.0!  Nothing happens.

Another Major Thing i need to help. I testet .avi and .mkv! My Videos with .avi shows the right Time and going to the next snap. But it has Problems with .mkv videos. The Time is very long e.g. "1511045"!

6
Themes / Re: HUD 1.0.6 Theme
« on: January 19, 2021, 05:21:30 PM »
Hi

This Layout not work in Attract Mode 2.6

Thanks Jate!
Theme Updated!

@Giacomo1982  Can you help with edit the layout.nut?    The Title must be faded out after view Seconds. Please can you help?

7
General / Re: Videosnaps Playback auto skip to the next possible?
« on: January 16, 2021, 01:39:25 PM »
or you can use the sequencer plugin, 

Sequencer plugin is for the AttractMode front end. It selects a random game after a period of inactivity

https://github.com/keilmillerjr/sequencer-plugin

Its nice, but it must play snaps in variable Playtime and after finish the full snap it should go to the next. Not after a periode of the same time again and again.

8
General / Videosnaps Playback auto skip to the next possible?
« on: January 15, 2021, 07:30:18 AM »
Is there a option that after finish playing a videosnap, the next videosnap in the list is played? And not always repeat one? The next game should be selected automatically from the list.

9
General / Re: Playing music video in attract mode
« on: April 03, 2020, 03:01:00 PM »
@scooby52
Its working fine by me. All Resolutions, 1080p, 720p,...
The Only thing i chanced is: If i downloaded a musicvideo from youtube, i have the .mp4 than i copy it with Xmedia Recode (Video and Audio) to a .mkv without reencoding.
Mkv container works fine. I tested some .vob from dvd and thats works fine, too. Avi under 720p works fine, too.
If you reencode all files to .mkv it should work on any resolutions.
Sadly the Videosnap doesnt skip to the next, after video ending. Nobody will help since four Years.

10
General / Re: Attract mode for Playback Videosnaps as Playlist
« on: March 05, 2020, 02:29:18 PM »
You need to learn to program, and be more clear with what you want.

I have never learnt to Program.
I have the layout.nut from the "HP2-Systems-Menu" folder and i will change this to if i select a game its playing the Videosnap. This is Fine. But after End of this Video it should go to the Next Game, so it can play the next Videosnap.

Someone says to me i can check in tick() if yourimage.video_time >= yourimage.video_duration and then trigger next_game signal.

I Dont know how i do this.

11
General / Re: Attract mode for Playback Videosnaps as Playlist
« on: March 05, 2020, 06:43:54 AM »
Why is this a Hard Thing? Its a Simple Mode, after a End of a Video it goes to the Next.  :-\

It’s really not. Ive already created everything you would need to do it. Looking at my intro layout making use of rand function, you should be able to do it.

I need Help.
I copy "helpers" to "modules" folder.
I copy "shuffle" to "modules" folder.
I copy "mvscomplete" to "layouts" folder.
I changed attract.cfg to "layout  mvscomplete".
If i start attract.exe and go to the playlist with "mvscomplete" the Snap is playing, but its in loop. Its not going to the next Snap.

You have randtro-intro with random video of folder, but how can i use it not only for Intro Video?

12
General / Re: Attract mode for Playback Videosnaps as Playlist
« on: March 04, 2020, 11:23:50 AM »
Why is this a Hard Thing? Its a Simple Mode, after a End of a Video it goes to the Next.  :-\

13
General / Re: Attract mode for Playback Videosnaps as Playlist
« on: February 19, 2020, 04:15:42 PM »
just wanted to men-chin that you could use your sequencer plugin,  to switch to random game,  with your one set time...
this works good for me....

say average snap is 20 sec just set for say 15 sec...   

Thanks for Answere, but you dont know what im using it for.
My Snaps are different duration times and only use one timer for the snaps isnt usefull for me. It must be go to the next snap in the list after video duration finished.

14
General / Re: Attract mode for Playback Videosnaps as Playlist
« on: February 19, 2020, 04:13:44 PM »
You can use the random function in common module within my attract fork. Squirrel doesn’t implement it well. math.rand() isnt really random.

Thanks for Answere. I searched in "     attract\config\modules\common
for your random function.
I dont know how i do that.

15
General / Attract mode for Playback Videosnaps as Playlist
« on: February 16, 2020, 11:24:09 AM »
Programming attract mode for Playback Videosnaps as Playlist!

Is there a programmer who can insert an option that after a videosnap, the next videosnap in the list is played? And not always the same thing? The next game should be selected automatically from the list.

I would like to pay the programmer who can insert this option.

Pages: [1]