Jump to content

Brandon

Members
  • Posts

    366
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by Brandon

  1. Not only r/hockey. But also r/canucks, r/mapleleafs. All the teams have their own.
  2. I thought this was serious. I was like wait what. Got me too Mike.
  3. Now Moulson just got worse. Buffalo can't score to save their life. :'(
  4. Well we definitely started this thread off on the right foot... LOL.
  5. This is the reddit thread. http://www.reddit.com/r/hockey/comments/1o4sc1/update_a_fix_for_watching_live_nhl_games/ Apparently you must have OSX Mavericks. I think a lot of people run into problems on MAC with this.
  6. I liked it. What does the winner/top 3 placements get?
  7. Welcome! If you have any questions that aren't answered, you can message me. Enjoy your stay here
  8. Can a mod pin this? I think this would be useful for a lot of people.
  9. I'd do Eriksson for Fleischmann. We have no clue how long Eriksson is out for, and when he comes back, we have no idea how long it will take for him to get back to his groove. I think Fleischmann will generate almost the same amount of points without an injury from Eriksson. With the injury, it puts him past him.
  10. That is a really tough decision. Although according to Yahoo, Ottawa has been struggling with lines, and Ryan is being tossed around. Currently he is playing on the third line with Zach Smith and Corey Conacher. If it sticks, he will be used for his two-way play more than his offensive upside. I'd stick with Moulson, he is guarenteed points with Tavares.
  11. If you have any questions or suggestions about Fantasy Hockey, post below. Also post if there is any variation in the points of yours league. ex: Goals are worth 2 points, +/- is included, etc.
  12. Alright so for the entire time this season I have been watching NHL streams on my computer in 720p, WITHOUT GAMECENTER. This is basically gamecenter, but it is free, so I thought I should share it with all of you incase you don't know how. Since i've been gone for so long, I thought I might as well give back something useful. Step 1. Download VLC Media Player (Version 2.10). The link can be found here --> http://www.videolan.org/vlc/ Step 2. Find the sd folder in your VLC folder. Mine is here. Computer > C:Drive > Program Files (x86) > VideoLAN > VLC > lua > sd Step 3. Copy this entire code below. The original code link can be found here if you can't copy the code below--> https://raw.github.com/InfernoZeus/rhockey-vlc/no-time-mod/hockey.luac --[[ DISCLAIMER: SCRIPT IS PROVIDED AS IS USE AT YOUR OWN RISK! Save this script as "hockey.lua" Place this script in: - Windows (all users): %ProgramFiles%\VideoLAN\VLC\lua\sd\ - Windows (current user): %APPDATA%\VLC\lua\sd\ - Linux (all users): /usr/share/vlc/lua/sd/ - Linux (current user): ~/.local/share/vlc/lua/sd/ - Mac OS X (all users): VLC.app/Contents/MacOS/share/lua/sd/ --]] require "simplexml" function descriptor() return { title="/r/hockey" } end function main() local games = simplexml.parse_url("http://208.92.36.37/nlds/as3/get_games.php?client=nhl&playerclient=hop") local test_games = {} for _, game in ipairs( games.children ) do if(game.name == "game") then simplexml.add_name_maps( game ) local game_date, home_team, away_team, title = getInfoForGame(game) if string.find(home_team,"^T%d+$") or string.find (away_team,"^T%d+$") then table.insert(test_games, game) else local node = vlc.sd.add_node( { path = "", title = title } ) addNodeForGame(node, game, home_team, away_team) end end end if table.getn(test_games) > 0 then local test_node = vlc.sd.add_node( { path = "", title = "Test Streams" } ) for _, game in ipairs(test_games) do local game_date, home_team, away_team, title = getInfoForGame(game) node = test_node:add_subnode({ title = title }) addNodeForGame(node, game, home_team, away_team) end end end function getInfoForGame(game) local game_date = game.attributes["game_date"] local home_team = full_name(game.children_map['home_team'][1].children[1]) local away_team = full_name(game.children_map['away_team'][1].children[1]) local title = game_date .. " " .. away_team .. " @ " .. home_team return game_date, home_team, away_team, title end function addNodeForGame(parentNode, game, home_team, away_team) local quality = {400, 800, 1200, 1600, 2400, 3000, 4500} for _, ass in ipairs(game.children_map['assignments'][1].children) do local feed = ass.attributes["feed_display_name"] local feed_title = home_team if(feed == "away") then feed_title = away_team end local feed_node = parentNode:add_subnode({ title = feed_title }) local ipad = ass.children_map['ipad_url'][1].children[1] for _, q in ipairs(quality) do local url = string.gsub(ipad, "ipad", q) feed_node:add_subitem({ path = url, title = q .. ' kbps', options = { "http-user-agent=AppleCoreMedia/1.0.0.8C148 (iPad; U; CPU OS 4_2_1 like Mac OS X; en_us)" } }) end end end function full_name(abr) local all_names = { BOS = "Boston Bruins", BUF = "Buffalo Sabres", CGY = "Calgary Flames", CHI = "Chicago Blackhawks", DET = "Detroit Red Wings", EDM = "Edmonton Oilers", CAR = "Carolina Hurricanes", LOS = "Los Angeles Kings", MON = "Montreal Canadiens", DAL = "Dallas Stars", NJD = "New Jersey Devils", NYI = "New York Islanders", NYR = "New York Rangers", PHI = "Philadelphia Flyers", PIT = "Pittsburgh Penguins", COL = "Colorado Avalanche", STL = "St. Louis Blues", TOR = "Toronto Maple Leafs", VAN = "Vancouver Canucks", WSH = "Washington Capitals", PHX = "Phoenix Coyotes", SAN = "San Jose Sharks", OTT = "Ottawa Senators", TAM = "Tampa Bay Lightning", ANA = "Anaheim Ducks", FLA = "Florida Panthers", CMB = "Columbus Blue Jackets", MIN = "Minnesota Wild", NSH = "Nashville Predators", WPG = "Winnipeg Jets" } local name = all_names[abr] if name == nil then name = abr end return(name) end Step 4. Open up a notepad document and paste the previous text in the document. Step 5. Name the file "hockey.luac" (no quotations). Save the file type as "All Files" (right below the file name in a drop down menu). Step 6. Now save the file into the sd folder that you previously found. Or you save it anywhere and drag it into the folder. You choose. But it MUST be in that sd folder! Step 7. You have completed everything. Open up your VLC Media Player, click View > Playlist. Step 8. Look on the left side and click Internet, look underneath it and click "r/hockey" Step 9. Click on the game you want that is currently playing. Click the teams broadcast. Then click the quality you want. 4500 kbps being the highest, and 400 kbps being the lowest. If you internet is above 6mb download per second, you can watch in 4500kbps quality (highest quality) Step 10. Congratulations! You can now watch any single NHL game from any teams broadcast perspective! Enjoy Any questions? Feel free to ask below, i'll try my best to help anyone who has problems.
  13. ...coming S37 P.s. Second signature made in 3 years.
  14. Everyone needs to switch the V2 skin so I can chat with you. <3 :')
  15. OMG FUCKING ALFIE. I'm recreating, this is too much.
  16. No way! my Season 5 draft buddy who went 2 overalls higher than me THOU SHALL NAME THEMSELF
  17. Haha, I thought you left when I was still active. I guess you came back <3
  18. If anyone has any websites that they use to get stocks, or have any stock pack links, post it below! I'm in dire need of them.
  19. He has been my go to guy since 2008.
  20. Oh snap I just changed it. It only shows 3 people in the chat though. Chat is probs better so there isn't huge spam btw, check out this masterpiece of a profile. http://vhlsim.invisionzone.com/index.php?/user/123-brandon/
×
×
  • Create New...