Update Art Book Next to 2.0
- System View - Added the new "Multi" view. Also added 2 additional types that enable a user to add their own custom artwork. - Color Schemes - switch between 4 pre-built color schemes along the ability to create a custom one - Scroll Sounds - switch between 2 different scroll sounds - Status Bar Display - hide or display the wifi / battery indicator - Gamelist View - Updated the "Metadata On" view to display additional metadata. Changed the existing Metadata Off view to be called "Metadata Off (Zoomed)". Added a new "Metadata Off" view that does not zoom the image.
This commit is contained in:
parent
fea2fb2da7
commit
72a8bd4cff
2 changed files with 7 additions and 8 deletions
|
@ -4,14 +4,14 @@
|
|||
# Copyright (C) 2021 Fewtarius
|
||||
|
||||
PKG_NAME="es-theme-art-book-next"
|
||||
PKG_VERSION="50c82f871293c07e9feeb97c3b80bb2f290ba670"
|
||||
PKG_VERSION="36ede7bbd4f2b6149da8521c211b5641427a0625"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="CUSTOM"
|
||||
PKG_SITE="https://github.com/anthonycaccese/es-theme-art-book-next"
|
||||
PKG_SITE="https://github.com/anthonycaccese/art-book-next-batocera"
|
||||
PKG_URL="${PKG_SITE}.git"
|
||||
GET_HANDLER_SUPPORT="git"
|
||||
PKG_SHORTDESC="ArtBook"
|
||||
PKG_LONGDESC="Art Book theme"
|
||||
PKG_SHORTDESC="Art Book Next"
|
||||
PKG_LONGDESC="Art Book Next"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
makeinstall_target() {
|
||||
|
|
|
@ -64,8 +64,7 @@
|
|||
<string name="pcfx.HiddenExt" value="toc" />
|
||||
<!-- Art Book Next Theme Settings -->
|
||||
<string name="ThemeSet" value="system-theme" />
|
||||
<string name="subset.distribution" value="jelos" />
|
||||
<string name="subset.gamelist-layout" value="metadata-min" />
|
||||
<string name="subset.gamelist-font-size" value="small" />
|
||||
<!-- End of Art Book Settings -->
|
||||
<string name="subset.gamelist-layout" value="metadata-on" />
|
||||
<string name="subset.status-bar" value="on" />
|
||||
<!-- End of Art Book Next Theme Settings -->
|
||||
</config>
|
||||
|
|
Loading…
Reference in a new issue