[request] Roosterteeth.com addon
#16
As a dev of a playonscript for Red Vs Blue (that I am letting die because of this) the reason for the trending was a Monday with a new episode coming (6/25/12 was a monday) and why people couldn't recreate the problem the next day. My script doesn't work monday's when a new episode is going to hit and if you go to the main roosterteeth page on a monday, you'll find that it's different.

I don't know if it's getting /.'d or they just do something different because an upload is incoming or what, but trending is what you get monday's with a new episode. Just a heads up, and I don't think there is anything you can do to change it.

Will be DL'ing and testing this out soon.

EDIT: Ok re-reading some of this not sure I made sense. I'm assuming an addon for XBMC works similar to PlayOn in that it grabs the HTML. When it's Monday and a new Episode, RT changes something or because of /. effect, you don't get the expected HTML of the pages. It seems to ALWAYS replace more with trending. ie: http://roosterteeth.com/archive/?id=1344&v=more&s=8 becomes http://roosterteeth.com/archive/?id=1344&v=trending&s=8 on it's own. It's hard to show when it's not monday/new episode but anyways hope that explains it better.
#17
That would make sense. So it's primarily an issue during the RvB season?
#18
Well I guess it depends, if it's more of a /. effect, then prolly just RvB season, if it's how they change the website in prep for uploading then the day any new show episode is uploaded (they have a few now not just RvB).
#19
This is not working for me. Clicking an episode just says working for like 2 seconds then back to episode list.
Ahh mostly Season 10 at least. If it's like my playon script, seaon 8/9 will be messed also. As for some reason blip.tv marks certain episodes as private. Even random ones within a season. I don't know if this is RT when uploading or Blip.tv.
#20
For instance:

if you go to season 10 episode 7. If you have flashblock, you can mouse over the flash thing. In that URL is a number, which if you do blip.tv/archive/-that number, it will bring you to http://blip.tv/red-vs-blue/red-vs-blue-s...-7-6257429 and saying marked private.
#21
Here is an update -> http://divingmules-repo.googlecode.com/f...-0.0.2.zip

This fixes an issue where occasionally we would get a subtitle file instead of the video file. Also some videos are marked sponsor only, I don't know a way around this but you will be notified if this is the case.

Let me know of any issues.


(2012-07-26, 04:21)dardack Wrote: For instance:

if you go to season 10 episode 7. If you have flashblock, you can mouse over the flash thing. In that URL is a number, which if you do blip.tv/archive/-that number, it will bring you to http://blip.tv/red-vs-blue/red-vs-blue-s...-7-6257429 and saying marked private.

I'm guessing maybe you can't watch directly from blipHuh, It seems to be okay from the addon.
#22
(2012-07-26, 14:54)divingmule Wrote: I'm guessing maybe you can't watch directly from blipHuh, It seems to be okay from the addon.

Just DL'd new one. Have you tried Season 10 any episodes? Sure season 1/2/3/4 work but Season 10 def doesn't work. I didn't try 8/9.

Now is there a way an addon can grab the original file like FlashGot addon for firefox?
#23
Everything plays fine for me, could you pastebin a xbmc.log after a video fails to play?
#24
http://pastebin.com/RCYLsZfC

Copying the URL from the Blip.tv in the log, It plays in chrome fine. Not sure what's wrong.
#25
From your log -
Code:
NOTICE: DVDPlayer: Opening: http://blip.tv/file/get/Redvsblue-RedVsBlueSeason10Episode8818.srt

It's trying to play a subtitle file, notice the .srt extension. I don't think that is possible with version 0.0.2. Maybe something went wrong when updatingHuh

I would uninstall, then check ~/.xbmc/addons/packages/ and remove any roosterteeth zip. Then download and install again.
#26
OK I'll try that tonite. TY. Missing my RT fix.
#27
BTW does this grab the HD version (season 10 at least has a HD version) or only SD?
#28
In the add-on settings, select high, if there's a HD version it should play it.

The add-on is now available from the main XBMC.org repository.
#29
Looks like the python parser is having a problem with the site when using Kodi 14. Not sure if this is part of a bigger problem.

http://xbmclogs.com/show.php?id=300219

edit: for comparison, here's XBMC 13.2 loading the same site. http://xbmclogs.com/show.php?id=300224

Logout Mark Read Team Forum Stats Members Help
[request] Roosterteeth.com addon1