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.


Topics - 8bitsdeep

Pages: [1]
1
Help / Use info .conf text in menu?
« on: July 14, 2019, 08:56:47 PM »
For example, if I have a ROM named "Game Name - Subtitle (USA)".  In the .conf file for that game, I put

name  = Game Name: Subtitle

Is there a way to have a menu use the name info from .conf instead of the ROM filename?

2
Feature Requests / Suggestions / "Pulse" animations
« on: July 07, 2019, 11:16:19 PM »
It'd be cool if we could make animations "pulse" back and forth between the FROM and TO values.

Example:
<animate type="alpha" from="0.7" to="1" pulse="true" />

Would cause the animate value to do something like this:
0.7
0.8
0.9
1.0
0.9
0.8
0.7
0.8
etc.

3
Help / Custom path for meta conf files?
« on: July 07, 2019, 11:06:15 PM »
Not sure if this is implemented.  I like to keep my metadata/media files separate from the frontend. I have everything working except the .conf metadata files only seem to work when they're within a collection's file structure in RetroFE.

Is something like this possible?

media.info    = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/info

4
General Discussion & Help / Set a video to loop?
« on: July 04, 2019, 06:41:06 PM »
Hi all!  I just switched over from Attract Mode and I'm really impressed with RetroFE so far.

I'm making a theme and I have a background video I'd like to loop, as it's only 30 secs long.  Is there any way to do that?  I wasn't able to find anything in the docs.

Pages: [1]