mightymouse2016 / wiiflow

Automatically exported from code.google.com/p/wiiflow
0 stars 0 forks source link

Other Region Download Covers Issue #398

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Some covers wont download even thought there available on Wiitdb

Example
For SISAOH wont download this may be that the region maybe effecting wether the 
cover is downloaded of not i.e. SISAOH is region free in according to WBFS 
manager).

If I'm not mistaken Wiiflow looks at
http://wiitdb.com/wiitdb/artwork/cover3D/EN/SISAOH.png

but is actually stored at 
http://wiitdb.com/wiitdb/artwork/cover3D/other/SISAOH.png

Original issue reported on code.google.com by StevenMB...@gmail.com on 1 Nov 2010 at 3:16

GoogleCodeExporter commented 8 years ago
Open your wiiflow.ini, and add the url in there. You will find a configuration 
item which contains something like 
http://wiitdb.com/wiitdb/artwork/cover3D/{LOC}/{ID6}.png. Add a pipeline (|), 
followed by http://wiitdb.com/wiitdb/artwork/cover3D/other/{ID6}.png.

I'm not entirely sure about the syntax, you'll have to peek at the other 
entries there.

We will add this url also to the default wiiflow installation.

Original comment by r-...@live.com on 2 Nov 2010 at 7:56

GoogleCodeExporter commented 8 years ago
remove and added this line to allow download from other directory

url_full_covers=http://wiitdb.com/wiitdb/artwork/coverfullHQ/{loc}/{gameid6}.png
|http://wiitdb.com/wiitdb/artwork/coverfullHQ/EN/{gameid6}.png|http://wiitdb.com
/wiitdb/artwork/coverfull/{loc}/{gameid6}.png|http://wiitdb.com/wiitdb/artwork/c
overfull/EN/{gameid6}.png|http://wiitdb.com/wiitdb/artwork/coverfullHQ/other/{ga
meid6}.png|http://wiitdb.com/wiitdb/artwork/coverfull/EN/{gameid6}.png|http://wi
itdb.com/wiitdb/artwork/coverfull/other/{gameid6}.png

now works

also attached working wiiflow.ini

Original comment by StevenMB...@gmail.com on 3 Nov 2010 at 10:06

Attachments:

GoogleCodeExporter commented 8 years ago
Added to source.

Original comment by r-...@live.com on 4 Nov 2010 at 10:10