Skip to content

ivaano/attract-scrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Another attract mode scrapper

I wanted to update the artwork in my attract mode install but i didnt found a reliable scrapper that got me the snaps and marquee so I wrote one that uses http://screenscraper.fr api.

Install Instructions

sudo easy_install virtualenv

or even better:

$ sudo pip install virtualenv

One of these will probably install virtualenv on your system. Maybe it’s even in your package manager. If you use Ubuntu, try:

$ sudo apt-get install python-virtualenv

Once you have virtualenv installed, just fire up a shell and create your own environment:

$ mkdir at_scrapper
$ cd myproject
$ virtualenv venv

Now we just need to activate the new env.

$ . venv/bin/activate

Once in the new environment we can install the scrapper

at_scrapper $ git clone repo app
at_scrapper $ cd app
at_scrapper $ pip install -e

And thats it!

Now you can start using the scrapper, remember that you need to activate your environment or you need to call the scrapper bin that is installed in the venv/bin folder

Usage

Usage: attract_scrapper scrap [OPTIONS] ROMSDIR SCRAPERDIR

  Get requested metadata for all roms

Options:
  --system TEXT     System Name, default fba.
  --listfile TEXT   Write the meta data to this gamelist file. (Should be something like ~/.attract/romlist/Final Burn Alpha.txt)
  --overwrite TEXT  If enabled It will overwrite snaps, marquees, and wheels,
                    if disabled only listfile will be updated
  --help            Show this message and exit.

Example

(venv) ivan@taco:~ $ attract_scrapper scrap --listfile ~/.attract/romlists/Final\ Burn\ Alpha.txt ~/roms/fba/ ~/roms/fba/
Procesing ROM 1944.zip
Found 1944: The Loop Master
Downloading marquee for 1944: The Loop Master
Downloading video for 1944: The Loop Master
Downloading wheel for 1944: The Loop Master
Procesing ROM armwaru.zip
Found Armored Warriors
Downloading marquee for Armored Warriors
Downloading video for Armored Warriors
Downloading wheel for Armored Warriors

About

Attract mode scrapper using screnscraper.fr api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages