Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

anthonycaccese/es-theme-art-book-pocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Art Book Pocket, an EmulationStation theme for small screens

A simple theme for Emulation Station and RetroPie based on the look of a coffee table book. Designed for 320x240 resolution screens. Discussion is ongoing in this thread: https://retropie.org.uk/forum/topic/11728/new-theme-art-book

Preview

Video Walkthrough

https://www.youtube.com/watch?v=k_fKUiH_j-8

Screenshots

Detailed View (Snap)

Detailed View

Detailed View (Boxart)

Detailed View

Basic View

Basic View

Details

Acknowledgments

  • Some game console logo graphics are modified from the Carbom theme by Eric Hettervik
  • ChangaOne font by Eduardo Tunni

Scraping

using selph's scraper: https://github.com/sselph/scraper

Arcade

  • Run the following commands in an arcade system's folder (i.e. /roms/mame-libretro, /roms/fba):
  • First Scrape Flyers (from theGamesDB): /opt/retropie/supplementary/scraper/scraper -mame=true -mame_src=gdb,adb,ss -mame_img=fly,b,t,s -max_height=540 -max_width=394 -image_dir=media -image_path=media
  • Then if you want Videos and Marquees (from ScreenScraper) run this: /opt/retropie/supplementary/scraper/scraper -mame=true -mame_src=ss,gdb,adb -download_videos=true -download_marquees=true -image_dir=media -image_path=media -video_dir=media -video_path=media -marquee_dir=media -marquee_path=media

Console

  • Run this command in a system's folder (i.e. /roms/nes): /opt/retropie/supplementary/scraper/scraper -console_src=ss -max_height=540 -max_width=505 -download_videos=true -download_marquees=true -image_dir=media -image_path=media -video_dir=media -video_path=media -marquee_dir=media -marquee_path=media -use_nointro_name=false
  • Other Notes:
  • If you only want images (no video/marquee) then you can modfiy the command to this: /opt/retropie/supplementary/scraper/scraper -console_src=ss -max_height=540 -max_width=505 image_dir=media -image_path=media -use_nointro_name=false
  • If you want higher quality art, add -img_format=png to the end of the command (that will download pngs instead of jpgs but will also result in larger filesizes - which may add lag if you are on a pi0)

Game & Watch

  • Run this command in the /roms/gameandwatch folder: /opt/retropie/supplementary/scraper/scraper -console_src=ss -console_img=clabel,b,s -img_format=png -max_height=540 -max_width=505 -image_dir=media -image_path=media

About

A simple theme for Emulation Station and RetroPie based around the look of a coffee table book

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published