home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
My Anime 2
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="yhoogi" data-source="post: 428491" data-attributes="member: 69599"><p>Were just making some research;</p><p></p><p>Example is from 07-Ghost (<a href="http://anidb.net/perl-bin/animedb.pl?show=anime&aid=6239);" target="_blank">http://anidb.net/perl-bin/animedb.pl?show=anime&aid=6239);</a> </p><p>as of today having 10 eps and 1 special identified in series info</p><p></p><p>Looking into the html source you find under "g_section episodes" class the entries with the ep id's and lots of other nice info in a single stroke:</p><p></p><p>e.g. for ep 1 (eid=99325; title, etc)</p><p></p><p> <tr class="g_odd" id="eid_99325"></p><p> <td class="action expand"><a class="i_icon i_plus" title="Expand this entry" href="animedb.pl?show=anime&amp;aid=6239&amp;eid=99325#eid_99325"><span>+</span></a></td></p><p> <td class="id eid"><a href="animedb.pl?show=ep&amp;eid=99325">1</a></td></p><p> <td class="lang"><span class="i_icon i_audio_en" title=" language: english"><span>en</span></span></td></p><p></p><p> <td class="title"></p><p> <span class="icons"></p><p> <span class="i_icon i_seen" title="Watched 24.05.2009 19:28"><span>W</span></span></p><p> <a class="i_icon i_state_unknown" title="File with status: unknown" href="http://wiki.anidb.net/w/Filestates" rel="anidb::wiki"><span>SU</span></a></p><p> </span></p><p> <label title="切なる想いの行く末は / Setsunaru Omoi no Yukusue wa">The Future Of Painful Thoughts Is</label></p><p> </td></p><p></p><p> <td class="duration">24m</td></p><p> <td class="date airdate">07.04.2009</td></p><p> <td class="number epusers"><a href="animedb.pl?show=userlist&amp;eid=99325">1181</a></td></p><p> <td class="number files">36</td></p><p> <td class="action episode"></p><p> <a class="i_icon i_file_add" title="Add new file" href="animedb.pl?show=addfile&amp;eid=99325"><span>FA</span></a></p><p></p><p> </td></p><p> </tr></p><p> <tr id="eid_99365"></p><p> <td class="action expand"><a class="i_icon i_plus" title="Expand this entry" href="animedb.pl?show=anime&amp;aid=6239&amp;eid=99365#eid_99365"><span>+</span></a></td></p><p> <td class="id eid"><a href="animedb.pl?show=ep&amp;eid=99365">2</a></td></p><p> <td class="lang"><span class="i_icon i_audio_en" title=" language: english"><span>en</span></span></td></p><p> <td class="title"></p><p></p><p> <span class="icons"></p><p> <span class="i_icon i_seen" title="Watched 24.05.2009 19:48"><span>W</span></span></p><p> <a class="i_icon i_state_unknown" title="File with status: unknown" href="http://wiki.anidb.net/w/Filestates" rel="anidb::wiki"><span>SU</span></a></p><p> </span></p><p> <label title="懐かしき記憶は痛みと共に / setsuna ru omoi no yukusue ha">Nostalgic Memories Accompany Pain</label></p><p> </td></p><p> <td class="duration">24m</td></p><p></p><p> <td class="date airdate">14.04.2009</td></p><p> <td class="number epusers"><a href="animedb.pl?show=userlist&amp;eid=99365">951</a></td></p><p> <td class="number files">28</td></p><p> <td class="action episode"></p><p> <a class="i_icon i_file_add" title="Add new file" href="animedb.pl?show=addfile&amp;eid=99365"><span>FA</span></a></p><p> </td></p><p> </tr></p><p></p><p>...etc</p><p>Gives at least one available navigation marker where these ep infos are centrally available</p><p></p><p>Associated ep-number to the id is stored in: </p><p><td class="id eid"><a href="animedb.pl?show=ep&amp;eid=99365">2</a></td></p><p>as epiD=99365 and episode number: 2</p><p>as structure ...show=ep&amp;eid=EPISODE ADB ID">EPISODE NUMBER</a></td></p><p></p><p></p><p>I think in case it is not trying to retrieve the same page several dozen times it should not strain the bandwidth.</p></blockquote><p></p>
[QUOTE="yhoogi, post: 428491, member: 69599"] Were just making some research; Example is from 07-Ghost ([url]http://anidb.net/perl-bin/animedb.pl?show=anime&aid=6239);[/url] as of today having 10 eps and 1 special identified in series info Looking into the html source you find under "g_section episodes" class the entries with the ep id's and lots of other nice info in a single stroke: e.g. for ep 1 (eid=99325; title, etc) <tr class="g_odd" id="eid_99325"> <td class="action expand"><a class="i_icon i_plus" title="Expand this entry" href="animedb.pl?show=anime&aid=6239&eid=99325#eid_99325"><span>+</span></a></td> <td class="id eid"><a href="animedb.pl?show=ep&eid=99325">1</a></td> <td class="lang"><span class="i_icon i_audio_en" title=" language: english"><span>en</span></span></td> <td class="title"> <span class="icons"> <span class="i_icon i_seen" title="Watched 24.05.2009 19:28"><span>W</span></span> <a class="i_icon i_state_unknown" title="File with status: unknown" href="http://wiki.anidb.net/w/Filestates" rel="anidb::wiki"><span>SU</span></a> </span> <label title="切なる想いの行く末は / Setsunaru Omoi no Yukusue wa">The Future Of Painful Thoughts Is</label> </td> <td class="duration">24m</td> <td class="date airdate">07.04.2009</td> <td class="number epusers"><a href="animedb.pl?show=userlist&eid=99325">1181</a></td> <td class="number files">36</td> <td class="action episode"> <a class="i_icon i_file_add" title="Add new file" href="animedb.pl?show=addfile&eid=99325"><span>FA</span></a> </td> </tr> <tr id="eid_99365"> <td class="action expand"><a class="i_icon i_plus" title="Expand this entry" href="animedb.pl?show=anime&aid=6239&eid=99365#eid_99365"><span>+</span></a></td> <td class="id eid"><a href="animedb.pl?show=ep&eid=99365">2</a></td> <td class="lang"><span class="i_icon i_audio_en" title=" language: english"><span>en</span></span></td> <td class="title"> <span class="icons"> <span class="i_icon i_seen" title="Watched 24.05.2009 19:48"><span>W</span></span> <a class="i_icon i_state_unknown" title="File with status: unknown" href="http://wiki.anidb.net/w/Filestates" rel="anidb::wiki"><span>SU</span></a> </span> <label title="懐かしき記憶は痛みと共に / setsuna ru omoi no yukusue ha">Nostalgic Memories Accompany Pain</label> </td> <td class="duration">24m</td> <td class="date airdate">14.04.2009</td> <td class="number epusers"><a href="animedb.pl?show=userlist&eid=99365">951</a></td> <td class="number files">28</td> <td class="action episode"> <a class="i_icon i_file_add" title="Add new file" href="animedb.pl?show=addfile&eid=99365"><span>FA</span></a> </td> </tr> ...etc Gives at least one available navigation marker where these ep infos are centrally available Associated ep-number to the id is stored in: <td class="id eid"><a href="animedb.pl?show=ep&eid=99365">2</a></td> as epiD=99365 and episode number: 2 as structure ...show=ep&eid=EPISODE ADB ID">EPISODE NUMBER</a></td> I think in case it is not trying to retrieve the same page several dozen times it should not strain the bandwidth. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
My Anime 2
Contact us
RSS
Top
Bottom