Alright, so I have a manga script and need to make a list of the latest manga chapters.
Example:
Directory hierarchy:
main directory
>> Manga directory
>> Naruto / Bleach / Death Note << different directories on the same level
>>Chapter directories << chapter directories under each series directory
So pretty much I need to be able to make a script that will generate 1 list of the latest "chapter directories" from each "manga directory" preferably I would like it to cut off at about 50 chapters in total. Note that this list should be able to list chapters from any manga directory simultaneously.
an example of the list would be the following:
Latest Manga Chapters
--------------------------------
Naruto Manga Chapter 5000
Bleach Manga Chapter 3939
One Piece Manga Chapter 598
Death Note Manga Chapter 6803
Some Random Manga Chapter 67848
I'm sure this is possible to accomplish as I've seen it on some manga sites. Can anyone help me or point me into the right direction of how to code this? Thank!
Example in action:
Read Free Manga Online at Manga Volume. Online manga scans reader.
Note: don't worry about the "uploaded by" part, I don't need that.