Author Topic: New Theme - Unified  (Read 25181 times)

cupid-stunt

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: New Theme - Unified
« Reply #15 on: May 14, 2018, 06:53:06 PM »
OK much much googling later - created a batch file with following commands to replicate the favourites script on a windows machine  :)
just change the path as required ....


@echo off
d:
cd D:\frontends\attract-v2.3.0-win64\romlists - change this path to suit your setup
del Favorites.tag
cls

echo This script will generate a new romlist called Favorites.txt
echo The new romlist will contain all of your current tagged favorites from all different romlists.
timeout /t 3 /nobreak >nul

echo Renaming old Favorites.txt file .....
copy Favorites.txt Favorites.txt.backup
timeout /t 3 /nobreak >nul
echo Gathering file listing of tagged favorites .....
timeout /t 3 /nobreak >nul
echo Generating new Favorites.txt file .....
timeout /t 3 /nobreak >nul
dir/b *.tag > tagfiles

for /f %%a in (tagfiles) do (echo "Using %%~na ....."
   for /f %%b in (%%~na.tag) do (findstr %%b; %%~na.txt >> Favorites.txt )
)
timeout /t 3 /nobreak >nul
del tagfiles

echo "Finished creating new Favorites.txt ....."

echo "Using this new romlist, create a new Display and choose Favorites as the romlist for it."
   
echo "You may need to periodically update the Favorites romlist as you add tad new favorites."
timeout /t 6 /nobreak >nul

ajayx

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: New Theme - Unified
« Reply #16 on: July 14, 2018, 10:52:51 PM »
Hello. I'm having a little problem getting out of the ATRACT MODE with the Unified theme. Instead of showing the output confirmation screen, the "Display's Menu" appears.
This does not happen in version 2.21, only on 2.3.
I hope someone can help me.

Thank you.

Sorry for my Google english. :o

dmmarti

  • Sr. Member
  • ****
  • Posts: 106
    • View Profile
Re: New Theme - Unified
« Reply #17 on: July 15, 2018, 09:41:23 AM »
This is a very old theme ..... however, in the layout.nut file ... find this section and delete everything that comes after it.

///////////////////////////////////////

// Themed Overlay Display Menu
// Add this block of code to the very end of any layout.nut file to have
// a centered theme-able menu


Remove all of the lines that are below that section.  This theme was written well before the displays menu could be assigned a layout/theme. By removing those lines in the layout.nut file, that should let Attract Mode work normally.

ajayx

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: New Theme - Unified
« Reply #18 on: July 20, 2018, 11:24:38 PM »
This is a very old theme ..... however, in the layout.nut file ... find this section and delete everything that comes after it.

///////////////////////////////////////

// Themed Overlay Display Menu
// Add this block of code to the very end of any layout.nut file to have
// a centered theme-able menu


Remove all of the lines that are below that section.  This theme was written well before the displays menu could be assigned a layout/theme. By removing those lines in the layout.nut file, that should let Attract Mode work normally.

Many thanks friend ...

Helped me a lot ... It's working perfect now ...



This theme for me is the best, sorry it was discontinued.



The problem is now being made to work in version 2.4.