Page 1 of 1

Request: "Download All" link on the downloads page.

Posted: Sat Nov 24, 2018 10:42 am
by Qriist
Very simply, I'm requesting a link to download all the various dat infos in one zip, arranged in a sensible hierarchy:
(Small selected sample)

Code: Select all

Fujitsu FM Towns series\cues
Fujitsu FM Towns series\dat\
IBM PC compatible\cues\
IBM PC compatible\dat\
IBM PC compatible\sbi\
IBM PC compatible\led\

Alternatively, possibly the better option, is include a single folder for each disc type with all relevant files in that folder and just negate the need for subfolders per file type. This is probably the preferred option for both the user and for you as a coder.

Code: Select all

Fujitsu FM Towns series\    ;contains all cue,dat
IBM PC compatible\    ;contains all cue,dat,sbi,led
Thanks!

Re: Request: "Download All" link on the downloads page.

Posted: Fri Dec 14, 2018 1:08 am
by Qriist
Bump. Image

Re: Request: "Download All" link on the downloads page.

Posted: Fri Dec 14, 2018 12:04 pm
by iR0b0t
I don't think its gonna happen. It was available back in the day, but it produces to much calculation and you should only download what you need.

Re: Request: "Download All" link on the downloads page.

Posted: Fri Dec 14, 2018 1:20 pm
by johnsanc
What about a No-Intro style XML that can be used in something like clrmamepro that we can check for dat file versions?

http://datomatic.nointro.org/profile.xml

Re: Request: "Download All" link on the downloads page.

Posted: Fri Dec 14, 2018 1:34 pm
by iR0b0t
Sure. But can it be used by other datfile managers other than clrmamepro?

Re: Request: "Download All" link on the downloads page.

Posted: Fri Dec 14, 2018 3:43 pm
by johnsanc
Romulus has similar functionality. Romvault doesn't have any online dat checking feature AFAIK.

Either way a simple XML file would be easy for someone to build a little checker tool if they didn't use clrmamepro or romulus.

Re: Request: "Download All" link on the downloads page.

Posted: Fri Dec 14, 2018 9:00 pm
by Qriist
iR0b0t wrote:produces to much calculation
Based on your reply, I guess the zips are made on the fly, per request? If that's the case, why not have the site generate a given zip (and the "master" zip) on each submission to the db? That way you only have to generate one zip and then serve on request.