FansubDB / fansubdb.github.io

List all the subs-group
https://fansubdb.github.io/
GNU General Public License v3.0
5 stars 6 forks source link

Thai: add fansub data from menome.in.th #76

Closed pureexe closed 7 years ago

pureexe commented 7 years ago

Menome.in.th is Thai anime fan Webboard launch on early 2011 and shutdown on 30 October 2013. However, they were released data dump at https://archive.org/details/menome

So, I want to merge fansub data from Menome into this project.

FansubDB commented 7 years ago

I'll check that later, thank you very much for that!

FansubDB commented 7 years ago

For next time, can you reindent the json files using http://jsonlint.com/ please?

pureexe commented 7 years ago

for indent, i used nodejs. and use JSON.stringify(data,null,2). How can i build JSON for this project?

FansubDB commented 7 years ago

it's co-sub NTCS-Fs&DJ-FS on EP1 and EP2 but after that, it was changed to NTCS-Fs&Ayumu-FS

On this situation I sometimes put status dropped for NTCS-Fs&DJ-FS and status release for NTCS-Fs&Ayumu-FS. Same for

from menome data Emergency-FS was alone release until EP.6 and since EP.7 is co-sub with DW

FansubDB commented 7 years ago

for indent, i used nodejs. and use JSON.stringify(data,null,2). How can i build JSON for this project?

I build JSON using jsoneditoronline and JSONLint (see this help)

If you have an external software to help you building JSON file, JSON.stringify(data,null, "\t") seems to be more correct.

FansubDB commented 7 years ago

Can I merge the PR? Or do you want to change some things?

pureexe commented 7 years ago

Ok. I'm ready to merge.