mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-21 21:45:39 +00:00
Merge branch 'cooker' of https://github.com/XargonWan/RetroDECK into cooker
This commit is contained in:
commit
04d2141753
|
@ -14,7 +14,7 @@
|
|||
<bool name="FoldersOnTop" value="true" />
|
||||
<bool name="GamelistFilters" value="true" />
|
||||
<bool name="GamelistVideoAudio" value="true" />
|
||||
<bool name="GamelistVideoPillarbox" value="true" />
|
||||
<bool name="GamelistVideoPillarbox" value="false" />
|
||||
<bool name="GamelistVideoScanlines" value="false" />
|
||||
<bool name="IgnoreGamelist" value="false" />
|
||||
<bool name="InputOnlyFirstController" value="false" />
|
||||
|
@ -49,9 +49,9 @@
|
|||
<bool name="ScrapeGameNames" value="true" />
|
||||
<bool name="ScrapeMarquees" value="true" />
|
||||
<bool name="ScrapeMetadata" value="true" />
|
||||
<bool name="ScrapePhysicalMedia" value="false" />
|
||||
<bool name="ScrapePhysicalMedia" value="true" />
|
||||
<bool name="ScrapeRatings" value="true" />
|
||||
<bool name="ScrapeScreenshots" value="false" />
|
||||
<bool name="ScrapeScreenshots" value="true" />
|
||||
<bool name="ScrapeTitleScreens" value="false" />
|
||||
<bool name="ScrapeVideos" value="true" />
|
||||
<bool name="ScraperExcludeRecursively" value="true" />
|
||||
|
@ -101,7 +101,7 @@
|
|||
<string name="LaunchScreenDuration" value="normal" />
|
||||
<string name="MediaDirectory" value="" />
|
||||
<string name="MenuOpeningEffect" value="scale-up" />
|
||||
<string name="MiximageBoxSize" value="medium" />
|
||||
<string name="MiximageBoxSize" value="small" />
|
||||
<string name="MiximagePhysicalMediaSize" value="medium" />
|
||||
<string name="MiximageResolution" value="1280x800" />
|
||||
<string name="MiximageScreenshotScaling" value="sharp" />
|
||||
|
@ -118,4 +118,4 @@
|
|||
<string name="ThemeSet" value="art-book-next" />
|
||||
<string name="TransitionStyle" value="slide" />
|
||||
<string name="UIMode" value="full" />
|
||||
<string name="UIMode_passkey" value="uuddlrlrba" />
|
||||
<string name="UIMode_passkey" value="uuddlrlrba" />
|
||||
|
|
|
@ -242,6 +242,8 @@ modules:
|
|||
|
||||
# ES-DE - END
|
||||
|
||||
# ES-DE Themes - START
|
||||
|
||||
- name: art-book-next
|
||||
buildsystem: simple
|
||||
build-commands:
|
||||
|
@ -250,27 +252,29 @@ modules:
|
|||
sources:
|
||||
- type: git
|
||||
url: https://github.com/anthonycaccese/art-book-next-retropie.git
|
||||
commit: 5b953838424e029e7ad534d2a20a7c7f7f5b9e8a
|
||||
|
||||
- name: art-book-next-no-meta
|
||||
commit: cbd282eb05bb2deb138dad99c3420be56d35c1b8
|
||||
|
||||
- name: alekfull-nx-light
|
||||
buildsystem: simple
|
||||
build-commands:
|
||||
- mkdir -p ${FLATPAK_DEST}/share/emulationstation/themes/art-book-next-no-meta/
|
||||
- mv -f * ${FLATPAK_DEST}/share/emulationstation/themes/art-book-next-no-meta/
|
||||
- mkdir -p ${FLATPAK_DEST}/share/emulationstation/themes/alekfull-nx-light/
|
||||
- mv -f * ${FLATPAK_DEST}/share/emulationstation/themes/alekfull-nx-light/
|
||||
sources:
|
||||
- type: git
|
||||
url: https://github.com/anthonycaccese/art-book-next-retropie.git
|
||||
commit: 3b93a8e2bea9d65aee5b0d07f07f56e76653a265
|
||||
|
||||
- name: art-book-next-miximage
|
||||
url: https://github.com/anthonycaccese/alekfull-nx-retropie.git
|
||||
commit: b02be0fde13b1a9c9f09064edbb517901beb62c7
|
||||
|
||||
- name: retrofix-revisited
|
||||
buildsystem: simple
|
||||
build-commands:
|
||||
- mkdir -p ${FLATPAK_DEST}/share/emulationstation/themes/art-book-next-miximage/
|
||||
- mv -f * ${FLATPAK_DEST}/share/emulationstation/themes/art-book-next-miximage/
|
||||
- mkdir -p ${FLATPAK_DEST}/share/emulationstation/themes/retrofix-revisited/
|
||||
- mv -f * ${FLATPAK_DEST}/share/emulationstation/themes/retrofix-revisited/
|
||||
sources:
|
||||
- type: git
|
||||
url: https://github.com/anthonycaccese/art-book-next-retropie.git
|
||||
commit: 87b580aceabcf53149e1398039377416bdbd056c
|
||||
url: https://github.com/anthonycaccese/retrofix-revisited-retropie.git
|
||||
commit: 6e75c9521426e69eb9abcb39d135d97a17d14568
|
||||
|
||||
# ES-DE Themes - END
|
||||
|
||||
# External manifests start
|
||||
|
||||
|
@ -1378,4 +1382,4 @@ modules:
|
|||
sources:
|
||||
- type: git
|
||||
url: https://github.com/XargonWan/RetroDECK.git
|
||||
branch: cooker
|
||||
branch: cooker
|
||||
|
|
Loading…
Reference in a new issue