Day[9] Plugin Playback Help

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Webbeh Offline
Junior Member
Posts: 28
Joined: Sep 2010
Reputation: 0
Post: #11
czarphanguye Wrote:Few ideas on this plug-in. 1) List the entire archive. 2.) Include the ep name, like "Funday Monday Carrier rush" in the listings.

ty.

I'd love a much older archive too. That'd be great.

Would it be possible to scrape the ep name into the title, and the date into the description?
find quote
aikouka Offline
Junior Member
Posts: 2
Joined: Oct 2010
Reputation: 0
Post: #12
Webbeh Wrote:I'd love a much older archive too. That'd be great.

Would it be possible to scrape the ep name into the title, and the date into the description?

I definitely agree with a better naming scheme, as for me... I have no idea which daily number I'm on as sometimes I might be a day or two behind (heinous, I know!).

But you can actually easily change this yourself. If you open Default.py in your favorite text editor (notepad, wordpad, gedit, vi, etc)...

if you look a few lines under the line "def VIDEOLINKS(url, name):", you'll see a line that says "name = name.split(' - ')". This combined with a function call a few lines down is where the name is being created. So how does it work?

Here's an example of the string being used...
"Day[9] Daily #191 - How to Analyze a Map and Adjust Your Play"

What this is doing is taking that string and returning an array of two values:
0 - "Day[9] Daily #191"
1 - "How to Analyze a Map and Adjust Your Play"

D0nR0sa is using the first array value to name the episodes in the listing. What I did was change the value being passed into name.split from ' - ' to 'Daily #'. You could possibly argue that '#' would be sufficient, but to avoid any future oddities with Day9 using a number sign in his title, I went a bit more specific. So what do we get in the array now?

0 - "Day[9] "
1 - "191 - How to Analyze a Map and Adjust Your Play"

I like the value of 1 for my daily names. So in the "addLink(...)" line that is before "def get_params():", just change the "name[0]" to "name[1]".

As for allowing more than 12 videos. The reason it doesn't do this is because it only grabs the first page in the video archive. It would need some sort of back and forward option in the listing. The only problem you run into... Day9 hasn't been consistent with his naming scheme the entire way through, so it might require some extra logic just to come up with a valid name.
find quote
ForeverNixNub Offline
Junior Member
Posts: 43
Joined: Apr 2010
Reputation: 0
Post: #13
czarphanguye Wrote:BTW Finally found a great way to watch day9, just add a new source rss://day9tv.blip.tv/rss gives you access to watch all vODs. Smile

I tried this as well...

I notice though I'm not getting updates, as I never restart XMBC. I just suspend/resume all the time. Any way to manually refresh the RSS Feed?
find quote
czarphanguye Offline
Junior Member
Posts: 20
Joined: Nov 2009
Reputation: 1
Post: #14
ForeverNixNub Wrote:I tried this as well...

I notice though I'm not getting updates, as I never restart XBMC. I just suspend/resume all the time. Any way to manually refresh the RSS Feed?

Still no idea how to get the RSS://Source to update, so the OP's plug-in is the best way to watch recent Day9 VoDs IMHO. Thx Smile
(This post was last modified: 2010-10-08 15:55 by czarphanguye.)
find quote
Webbeh Offline
Junior Member
Posts: 28
Joined: Sep 2010
Reputation: 0
Post: #15
Is this project dead?

I was hoping we'd see an update to this, since Day[9] is really fun to watch.
find quote
D0nR0s4 Offline
Senior Member
Posts: 271
Joined: Nov 2009
Reputation: 0
Location: Germany
Post: #16
Well, I continued it a bit but never actually got around to finish it.
I will see that I will upload what I got on the Weekend (probably Sunday) and maybe I will finish it now that you ask Big Grin

Can't promise anything though.
find quote
relyter Offline
Senior Member
Posts: 149
Joined: Dec 2010
Reputation: 4
Post: #17
D0nR0sa Wrote:Well, I continued it a bit but never actually got around to finish it.
I will see that I will upload what I got on the Weekend (probably Sunday) and maybe I will finish it now that you ask Big Grin

Can't promise anything though.

Yes, Yes, Please. At least do something with naming scheme because Day9 uploads now tourney replays causing scripts error. And i could not adopt aikouka advice since it's totally different names.
find quote
Webbeh Offline
Junior Member
Posts: 28
Joined: Sep 2010
Reputation: 0
Post: #18
D0nR0sa Wrote:Well, I continued it a bit but never actually got around to finish it.
I will see that I will upload what I got on the Weekend (probably Sunday) and maybe I will finish it now that you ask Big Grin

Can't promise anything though.

If you make any progress, please let us know.

I'd also like to see this in the official repo, since I guess when you're finished, there's not a whole lot of additions you can make to the plug-in.
find quote
ensy3k Offline
Member
Posts: 60
Joined: Nov 2011
Reputation: 0
Location: Germany
Post: #19
Download link is died. Refresh please
find quote
pcvii Offline
Member
Posts: 65
Joined: Nov 2009
Reputation: 0
Post: #20
Well this is an old post but the current Day9 plugin doesnt list any videos. But Day9 does have all of his vids on youtube so you can watch them threw that. though i think it is harder to find them.
find quote