![]() |
|
[Release] MLBMC - a Major League Baseball (video) add-on - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27) +---- Forum: Video Add-ons (/forumdisplay.php?fid=154) +---- Thread: [Release] MLBMC - a Major League Baseball (video) add-on (/showthread.php?tid=104391) |
- divingmule - 2011-08-21 17:56 sdsnyr94 Wrote:There are no sub-folders in /tmp related to MLBMC. It should not be a permission issue, I can create folders in /tmp with no problems. Hi can you try running this python script - http://ubuntuone.com/p/1BtN/ From the command line cd to the containing directory Code: $ python fifo-test.pyIf no errors it should print the file name, check to see if it's created. - sdsnyr94 - 2011-08-21 19:59 Runs correctly, and the folder/files are created. - sdsnyr94 - 2011-08-21 22:39 OK, just tried it again and apparently it IS creating the temp folder/file, and I can play that file in mplayer until XBMC times out and kills the feed. Sorry for the misinformation earlier... the temp file was getting deleted quicker than I thought. Weird behavior though... maybe it would make sense to you..... I start xbmc from terminal (let's call that term1) and run it in a window. I now open another terminal (term2) and navigate to /tmp folder. In XBMC I select a game/feed.. then go to term2 and enter into newly created temp folder. I run : mplayer -demuxer lavf <Game Temp File> and now get output in term1: Code: >[MLB] Reading cfg file: mlb.cfgIn term2 I get output related to mplayer playing that file. Not sure if this helps, but I thought it looked a little odd. - Hack_kid - 2011-08-22 14:01 hey trying this with the latest git from 8 21 and i cant play any achrived games or live streams i click and nothing happens any idea whats going on? using windows 7 64bit - divingmule - 2011-08-22 14:56 sdsnyr94 Wrote:OK, just tried it again and apparently it IS creating the temp folder/file, and I can play that file in mplayer until XBMC times out and kills the feed. Sorry for the misinformation earlier... the temp file was getting deleted quicker than I thought. I guess the good news is that the add-on itself seems to be working correctly even cleaning up the temp files. The bad news is it does seem to be an issue with eden-pre playing from the fifo file. I'm not really sure where to go with this. I will try to reproduce and see what I can figure out. - divingmule - 2011-08-22 15:02 Hack_kid Wrote:hey trying this with the latest git from 8 21 and i cant play any achrived games or live streams i click and nothing happens any idea whats going on? If you could, turn on debugging in the add-on settings, try to play a game, paste the contents of the xbmc.log to http://pastebin.com, and post the link here. I will take a look. - Hack_kid - 2011-08-23 11:55 divingmule Wrote:If you could, turn on debugging in the add-on settings, try to play a game, paste the contents of the xbmc.log to http://pastebin.com, and post the link here. I will take a look. Here ya go says something about an atribute error anyways http://pastebin.com/v6cjaURp - divingmule - 2011-08-23 13:27 Hack_kid Wrote:Here ya go says something about an atribute error The error in this log is because somehow you are requesting an archived game with the Flash_1800k setting. Archive games are only available at 1200K or lower, so try switching the archive playback setting. - Hack_kid - 2011-08-24 04:23 Ok then its not using my settings archived was set to 1200 also tryed bumptious settings still fails on phone now will post log later - Hack_kid - 2011-08-24 04:27 http://pastebin.com/433G3NUb still looks like same errors to me maybe its not reading my settings? i am using portable mode if that makes a diff |