2020-04-07, 15:08
I bet thats it, thanks for the help.
(2020-04-10, 13:43)fazendas Wrote: Hi,
TheGamesDb and ScreenScraper stop working for me.
Error messages:
TheGamesDB - "HTTP code None message "Unknown/unspecified error"
ScreenScraper - "Bad HTTP status code None"
It happen last night, both at the same time and still doens't work.
Someone knows what could be the problem?
Thanks.
(2020-04-14, 17:29)fazendas Wrote: Hi,
Can you tell me how can I get the information of the game plataform and icons, marked in red in the picture below?
I have all roms info and covers, but I don't have any for the plarforms.
Thank you.
(2020-04-14, 17:52)Wintermute0110 Wrote:(2020-04-14, 17:29)fazendas Wrote: Hi,
Can you tell me how can I get the information of the game plataform and icons, marked in red in the picture below?
I have all roms info and covers, but I don't have any for the plarforms.
Thank you.
Are you making some views for a skin? If so, AEL infolabels are documented here. Also, I recommend you visit my sking mod Estuary AEL and diff with the vanilla Estuary branch to see the changes.
(2020-04-14, 20:06)fazendas Wrote:Ok. Use the AEL Asset Library. Read the first post carefully.(2020-04-14, 17:52)Wintermute0110 Wrote:(2020-04-14, 17:29)fazendas Wrote: Hi,
Can you tell me how can I get the information of the game plataform and icons, marked in red in the picture below?
I have all roms info and covers, but I don't have any for the plarforms.
Thank you.
Are you making some views for a skin? If so, AEL infolabels are documented here. Also, I recommend you visit my sking mod Estuary AEL and diff with the vanilla Estuary branch to see the changes.
No, just trying to have a nice and complete rom collection.
The addon is amazing by the way
I'm using Aeon Silvo skin, mandatory, is the only one that I really like.
My question is, how can I scrape(don't know if it's the correct term), the covers and info from the several plataforms(GBA, GENESIS, etc), like I did for the roms.
I see in the launchers the option:
Edit Launcher->Edit metadata, but just the option for the nfo file, and not the option to scrape from GamesDB for example.
(2020-04-16, 11:01)huzzein Wrote: hello wintermute!
i have some problems with the addon. i'm using kodi 18.4 with ael 0.9.9 btw. also i'm using the rapier skin. i usually launch pc games through the frontend. the launching works most of the times - about 98% - but that's the games' problem.
i'm scraping with mobygames (i requested an api key from them), when i test the scraper, it turns out to be okay, but when i scan for new roms, it always exits with an error. i managed to dig up the error, it was an unhandled exeption in python:
https://paste.kodi.tv/basuyigoki.kodi
previously, when i was using 0.9.8, the mobygames metadata scraping worked fine, but when i added new games, it was really hard to manage to add new media manually (boxfronts and fanarts) to the games, as there is not any option to scrape for new media for multiple titles, only for per game.
also what i noticed while scraping with mobygames is that moby wants the search for titles to be punctuated correctly (with colons), but i can not write that into the filenames (ntfs filesystem), so the scraping always fails for more complex named titles (eg: override: mech city brawl, door kickers: action squad), unless i type in every game's name by hand.
(2020-04-16, 11:15)Wintermute0110 Wrote: 1) Please paste the full debug log following the instructions of the first post. I need to see the string (ROM name) that causes the crash.thanks for the quick reply!
2) MobyGames search engine is very picky. It does not support punctuation. For example, if you are scraping the PSP game "Tomb Raider: Adventures of Lara Croft" AEL will remove the ':' character, but MobyGames does not do a fuzzy search and may not find anything. What I usually do is to remove the trailing of the string until the first special character "Tomb Raider" as the search string, and the choose the game from the list.
MobyGames is a very good scraper for manual scraping and fine tuning of your collection, but not a good scraper for the scanner. I strongly recommend to use ScreenScraper and TheGamesDB for the scanner. TheGamesDB has a low allowance, if you have big collections use ScreenScraper. I hope this helps.
EDIT: 3) AEL includes now a "Scrape ROMs artwork" option in the Manage ROMs of the Launcher context menu. You can change the scraper settings and then use that option. Always set the policy "Local Images + Scrapers" to not download assets you already have. I have not tested that option much but it should work OK.
If you use ScreenScraper and have No-Intro collections you should get about 95% of the artwork correctly. If you only have common games (by common I mean the best 50 games of the catalog of each system, for example) you will get 100% matches with SS. SS uses SHA1 checksums to identify games which is the most accurate way. The only fews games without artwork are obscure ROMs or prototypes. Then, for my Favourites and ROM Collections I always used context menu scraping for fine tuning. For MAME download the full artwork collections or torrents.
(2020-04-16, 17:18)huzzein Wrote: thanks for the quick reply!
how's the situation in tokyo?
1: here's my debug log:
https://paste.kodi.tv/ofefuvumos.kodi
2: ok, i'll stick with thegamesdb. maybe you could add a simple google search for fanart?
3: i don't emulate roms and consoles, i have a different hardware and launcher for that. but that scrape artwork option is good to know.
(2020-04-17, 12:01)Wintermute0110 Wrote: Situation here is not bad but getting worse by the day. I'm doing well, fortunately I can telework but staying secluded home is kind of weird. Thanks for asking.
OK, now the log is useful and I can solve the problem. Give me some days to find time and fix the scraper.
(2020-04-16, 11:15)Wintermute0110 Wrote: EDIT: 3) AEL includes now a "Scrape ROMs artwork" option in the Manage ROMs of the Launcher context menu. You can change the scraper settings and then use that option. Always set the policy "Local Images + Scrapers" to not download assets you already have. I have not tested that option much but it should work OK.where is this manage roms and scrape artwork option that you mentioned above? i cannot find it.