
So our usual disclaimer, fansubbing is a hobby for our group. We don't do it for profit and most of us have jobs and other stuff going on. But if you don't mind a little wait and enjoy our style, we'd love it if you can help offset some of the costs of this hobby
Our goal this time is $662:
Anyway, I'll leave this up for a week. If we make it, we make it. Otherwise it's no big deal. You can donate from our Paypal link, but e-mail if you want to pay using a different method and I can see if I can arrange something. Thank you for reading!
Right now, our main series page and episode pages draw upon a single file for various pieces of data like date, title, writer, director, etc. So each variable gets a separate call to the data file, which I find wasteful.
What I'm wondering is:
1) Is there a data structure that can fit multiple components like date, title, etc.? It'd be nice if we only had to draw out one data set per episode.
2) Can that data set be stored temporarily for a page and be accessed multiple times to fill in the various fields?