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

Post Reply
Qriist
Posts: 8
Joined: Mon Jun 08, 2026 1:26 am

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

Post 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!
Last edited by Qriist on Sat Nov 24, 2018 10:42 am, edited 1 time in total.
Qriist
Posts: 8
Joined: Mon Jun 08, 2026 1:26 am

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

Post by Qriist »

Bump. Image
User avatar
iR0b0t
Posts: 3397
Joined: Mon Jun 08, 2026 1:26 am

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

Post 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.
PX-760A (+30), PX-W4824TA (+98), GSA-H42L (+667), GDR-8164B (+102), SH-D162D (+6), SOHD-167T (+12)
johnsanc
Posts: 170
Joined: Mon Jun 08, 2026 1:27 am

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

Post 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
User avatar
iR0b0t
Posts: 3397
Joined: Mon Jun 08, 2026 1:26 am

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

Post by iR0b0t »

Sure. But can it be used by other datfile managers other than clrmamepro?
PX-760A (+30), PX-W4824TA (+98), GSA-H42L (+667), GDR-8164B (+102), SH-D162D (+6), SOHD-167T (+12)
johnsanc
Posts: 170
Joined: Mon Jun 08, 2026 1:27 am

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

Post 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.
Qriist
Posts: 8
Joined: Mon Jun 08, 2026 1:26 am

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

Post 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.
Post Reply