[Request] Daisuki.net add-on
#1
I'd like to request an add-on for Daisuki.net, a free (official) anime streaming site.

I took a look at the site's source and with my basic knowledge of html it looked to be well structured and named code, which should make parsing it easier.
One possible pitfall might be that the site uses a flash player, although it seems a lot of variables are accessible through the vars.

The site has 360p and 480p playback if the user's not logged in and with a free account you get 720p and 1080p.
Subtitles are softcoded, which in combination with the flash player might be an issue.

While I would be satisfied with a basic listing and watching, a profile also gives the user a play history and a favorites list.

Does anyone feel like creating such an add-on, if it's deemed to be possible?

Thanks in advance.
Reply
#2
Thread moved to add-on requests
|Banned add-ons (wiki)|Forum rules (wiki)|VPN policy (wiki)|First time user (wiki)|FAQs (wiki) Troubleshooting (wiki)|Add-ons (wiki)|Free content (wiki)|Debug Log (wiki)|

Kodi Blog Posts
Reply
#3
I found a Chrome extension that converts the Flash player to an HTML5 player, which should make getting the video and subtitle data easier.

Link to Chrome store
Reply
#4
They have a JSON api. here are some urls:

Anime list:
Code:
http://www.daisuki.net/bin/wcm/searchAnimeAPI?api=anime_list&searchOptions=&currentPath=%2Fcontent%2Fdaisuki%2Fus%2Fen
There is some localization info in at the end.

Anime info:
Code:
http://www.daisuki.net/bin/wcm/detailpage/check?cy=nl&le=en&sn=MOBILESUITGUNDAMIRONBLOODEDORPHANS
last part is the name of the series.

Subtitle example:
Code:
http://bngnwww.b-ch.com/caption/35470338/3362/673754764162283/7736238544.xml

I really hope somebody is willing to pick this up as it's a good and free official source. Good video quality and lots of subtitle languages.
Unfortunately my programming skills are too rudimentary to tackle this myself.
Reply
#5
I have an Plugin, Video is working. Now i Must Find how to add the XML or Convert them. When the Subtitle is working, i can amke an alpha release of the Plugin.

Thought to let you know the Main Part is already done (Select and Play Video)
Reply
#6
Plugin is now Online its some sort of prerelease
can be found in the Kodinerd Repo:
https://github.com/kodinerds/repo/blob/m...p?raw=true

It can Play all Videos, has all subtitle Language

Open is an Logo (in the Moment its Hello World),
List of Genres,Studio
i am Lso not very happy with the subtitle there are sometime to many, so it takes time to select the right one...

Looking forward for Feedback, since i can only test how its in Germany working. And you have other wishes what sould be implemented
Reply
#7
Thank ou L0RE. I installed your addon but somehow it doesn't play anything. As username I tried both my Daisuki username and my e-mail which I used for registration but it doesn't work.
Reply
#8
In the Moment the user Name has no funktionality. Can you set kodi to debug and send me the log.

Where are you Form ?
Debug setting is in settings in expert mode .
New Version Online, Try this one, maybe it helps
Reply
#9
(2016-10-29, 03:22)L0RE Wrote: In the Moment the user Name has no funktionality. Can you set kodi to debug and send me the log.

Where are you Form ?
Debug setting is in settings in expert mode .
New Version Online, Try this one, maybe it helps

Log: http://pastebin.com/emLTmPRc

I'm from the Netherlands. Thanks for your hard work!
Reply
#10
New Vdersion is Online. There was a Bug in Python&Kodi with datetime objects. Hopefully found an workaround
@baba420 Please try Again, with the New Version from the repo
Reply
#11
(2016-10-30, 02:47)L0RE Wrote: New Vdersion is Online. There was a Bug in Python&Kodi with datetime objects. Hopefully found an workaround
@baba420 Please try Again, with the New Version from the repo

Still not working, however this time I receive an error after bunch of tries, not after the first try.

https://dl.dropboxusercontent.com/u/1574...c/kodi.log
Reply
#12
If im correct the streams are https://
Kodi < 17 has problems with https . Try Kodi17 . i will look for a workaround. But im not shure if there is any workatounf

[UPDATE] Sorry no Workaround, the URLS doenst work on http,but there are also some build on kodi<17 with https.

What Platfrom for example: "(Rasberry) Kodi15" are you using? (There are some Build with https ans some without )
Reply
#13
New Version Onlien Now Genres and Studio can be selected
Reply
#14
(2016-10-31, 00:51)L0RE Wrote: New Version Onlien Now Genres and Studio can be selected
Mine got Daisuki Error using the latest one
Reply
#15
@Mechaherc: Sorry just read your feadback. Can you post the Logfile?
WHat Country are you from
Reply

Logout Mark Read Team Forum Stats Members Help
[Request] Daisuki.net add-on1