[RELEASE] Starcraft2 (Plugin) with Day9 and djWHEAT
#16
Just wanted to say thanks!

Day9 plugin works great for me. On occasion, I'll find a stream that has buffering issues, but usually selecting the alternate (HD vs SD or vice versa) stream works perfectly.
Reply
#17
I can't seem to get this plugin to work. I tried installing from both the official repo and the zip file, to no avail.

When I run the addon, it brings up a bunch of videos named simply "Day". Selecting any of them gives a script failure error, with no specific details. Using Dharma and ellipsis on windows. Haven't had any problems with any other streaming video plugins

Also, even better than TL functionality would be GOMTV functionality Nod
Reply
#18
Hi!

The plugin doesn't work at the moment, gonna take care of it as soon as possible

EDIT:
Found the problem, blip.tv changed the URLConfused for the videos, if you want a quick fix edit this:

Code:
self.addDir(info[i][1],[u][b]'http://day9tv.blip.tv'+[/b][/u]info[i][0],3,info[i][2],duration[i])

'http://day9tv.blip.tv'+
delete the bold part on line 40 in day9.py.

Gonna update the the plugin tomorrow probably.

Thanks!
Reply
#19
Yup, that fixed it for now.

I think the only thing that could substantially improve this plugin is in the filtering/sorting/naming options for the episodes. There's really no way of knowing what you're watching until you click on something. For example:

Image

Having the episode title on that page would be great, so I know if I'm clicking on a daily, a funday monday, etc. Searching for individual dailies isn't very effective either.

Otherwise, thanks for fixing the earlier problem so quickly!! Great plugin!
Reply
#20
Hey!

The plugin is now updated to version 0.4.0 in the official repo!

ff8demon Wrote:Yup, that fixed it for now.

I think the only thing that could substantially improve this plugin is in the filtering/sorting/naming options for the episodes. There's really no way of knowing what you're watching until you click on something.

That's very strange but i don't think it has to do with the plugin. For me it prints out the episodes like this:
Day[9] Daily #275 - Mana vs Duckload
Day[9] Daily #274 - Newbie Tuesday: Using Reapers

Tried the plugin with another skin?
Reply
#21
Hi all

With the upcoming NASL tournament (with something like 5 matches a night, 50 days in a row) I was hoping there was a plugin to play TeamLiquid streams. So far no one seems to have succeeded, but Krill appears to have worked on it?

Do you guys know what it would take to play the TL streams? Krill mentioned "probably getting it to work" using wireshark if someone would help him out. So what help do you need, Krill? Is this something that could be whipped up before the NASL ends? I'm a programmer myself (though completely unfamiliar with Python/Wireshark) so I might be of some minor assistance.
Reply
#22
ff8demon Wrote:Yup, that fixed it for now.

I think the only thing that could substantially improve this plugin is in the filtering/sorting/naming options for the episodes. There's really no way of knowing what you're watching until you click on something. For example:

[removed image]

Having the episode title on that page would be great, so I know if I'm clicking on a daily, a funday monday, etc. Searching for individual dailies isn't very effective either.

Otherwise, thanks for fixing the earlier problem so quickly!! Great plugin!

I'm using the Night skin, and I had this same problem with the episodes showing only as "Day". I ended up fixing it by turning off the option "Clean file and folder names" under Settings>Video>File lists.

Hope this helps.
Reply
#23
Does this work with the latest day[9] blip.tv update?
Reply
#24
I've had no luck, the episode list just comes up empty.
Reply
#25
I guess the author of the plugin is on vacation, since I mailed him a patch for the current problem a week ago.

Until he can update the plugin in the repos, here's the patch for you to apply yourself (it's a simple patch really).

http://pastebin.com/CpUmk4Vf

Greetings,

Erwin
Reply
#26
ErwinJunge Wrote:Erwin

Thanks Erwin!
Reply
#27
Hi guys and sorry for the problems.

Posted an update last week with the patch that Erwin has included in his post but apparently the plugin hasn't been updated yet. So I e-mailed them about the problem and probably they will fix this as soon as possible.

Thanks!
Reply
#28
Thank you! Big Grin
Reply
#29
Hello

I have been getting the following error while trying to run day9 plugin.

Code:
01:10:51 T:3032480624   ERROR: Error Type: <type 'exceptions.IndexError'>
01:10:51 T:3032480624   ERROR: Error Contents: list index out of range
01:10:51 T:3032480624   ERROR: Traceback (most recent call last):
                                              File "/home/cliff/.xbmc/addons/plugin.video.day9/default.py", line 20, in <module>
                                                Day9.action(params)
                                              File "/home/cliff/.xbmc/addons/plugin.video.day9/day9.py", line 17, in action
                                                self.showTitles(params)
                                              File "/home/cliff/.xbmc/addons/plugin.video.day9/day9.py", line 52, in showTitles
                                                self.addCategory(title[i], 'http://blip.tv'+url[i], 'showGames', '')
                                            IndexError: list index out of range
01:10:51 T:5401:10:51 T:5498672   ERROR: GetDirectory - Error getting plugin://plugin.video.day9/?url=http%3A%2F%2Fblip.tv%2Fpr%2Fshow_get_full_episode_list%3Fusers_id%3D570336%26lite%3D0%26esi%3D1&title=recent episodes&actio$
01:10:51 T:5498672   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.day9/?url=http%3A%2F%2Fblip.tv%2Fpr%2Fshow_get_full_episode_list%3Fusers_id%3D570336%26lite%3D0%26esi%3D1&title=recent episodes&action=showTitles$
01:10:51 T:2948586352  NOTICE: -->Python Interpreter Initialized<--
98672   ERROR: GetDirectory - Error getting plugin://plugin.video.day9/?url=http%3A%2F%2Fblip.tv%2Fpr%2Fshow_get_full_episode_list%3Fusers_id%3D570336%26lite%3D0%26esi%3D1&title=recent episodes&action=showTitles&page=1
01:10:51 T:5498672   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.day9/?url=http%3A%2F%2Fblip.tv%2Fpr%2Fshow_get_full_episode_list%3Fusers_id%3D570336%26lite%3D0%26esi%3D1&title=recent episodes&action=showTitles$
01:10:51 T:2948586352  NOTICE: -->Python Interpreter Initialized<--
Reply
#30
I had the same problem. Solved it by editting the showTitles method of:
.xbmc/addons/plugin.video.day9/day9.py to look like this:
Code:
def showTitles(self, params = {}):
                get = params.get
                link = self.getRequest(get("url"))
                #title = re.compile('<span class="Title">\n\t\t\n\t\t\t(.*?)\n\t\t\n\t</span>').findall(link)
                title = re.compile('<span class="Title" title="\n\t\t\n\t\t\t(.*?)\n\t\t\n\t">').findall(link)
                #url = re.compile('<a class="ArchiveCard" href="(.*?)">').findall(link)
                url = re.compile('<a class="ArchiveCard"\n\t\n\t\thref="(.*?)"').findall(link)

(i.e. on top of the previous bug fix I had to change the url = re.compile ...)

Ideally the code should just ignore most whitespace, since this will only work till the next blip tv update, but my python/regex understanding is not good enough to do that.
Reply

Logout Mark Read Team Forum Stats Members Help
[RELEASE] Starcraft2 (Plugin) with Day9 and djWHEAT1