[Release] MLBMC - a Major League Baseball (video) add-on

  Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
sdsnyr94 Offline
Fan
Posts: 427
Joined: Aug 2009
Reputation: 1
Location: Greensboro, NC
Post: #181
My wife is having an issue determining which feed to select... and it is because in Transparency! the 'List' view does not display enough characters to show the full station identification and if it is "Gameday Audio".... and it takes a little bit before it starts to scroll.

Is there an easy way that I can tell MLBMC that the feed selection screen should use a specific View mode? If I need to manually alter one of the files, just let me know which one and where so I can do it after each update.
find quote
rbrohman Offline
Senior Member
Posts: 233
Joined: Jan 2010
Reputation: 1
Location: Kitchener, ON
Post: #182
I'm using Transparency as well. I haven't looked into defaulting the view to list rather than fanart. But my workaround for now is that I just press the left arrow and then manually change the view to list. Yes, you have to do this each time you open a game, but it's better than waiting for the name to scroll.
find quote
sdsnyr94 Offline
Fan
Posts: 427
Joined: Aug 2009
Reputation: 1
Location: Greensboro, NC
Post: #183
I am not home right now... but I may of said 'List' when I meant 'Fanart' (I would have to see what it defaults to) .... I can work with your solution.... but my wife is not a fan of doing the extra steps.

Another option may be if you can organize the feeds to look like:
Code:
MLB.TV Video
New York Mets Coverage .....
Cincinnati Reds Coverage ....

Gameday Audio
New York Mets Coverage.....
Cincinnati Reds Coverage.....
etc...


May be a little easier to tell which one you want.
find quote
divingmule Offline
Posting Freak
Posts: 1,278
Joined: Oct 2008
Reputation: 54
Post: #184
(2012-05-16 21:13)sdsnyr94 Wrote:  I am not home right now... but I may of said 'List' when I meant 'Fanart' (I would have to see what it defaults to) .... I can work with your solution.... but my wife is not a fan of doing the extra steps.

Another option may be if you can organize the feeds to look like:
Code:
MLB.TV Video
New York Mets Coverage .....
Cincinnati Reds Coverage ....

Gameday Audio
New York Mets Coverage.....
Cincinnati Reds Coverage.....
etc...


May be a little easier to tell which one you want.

Hi, there's not really a good way to do that(with a plugin). You can set the view mode by adding these two lines at the end of the mlbGame function in the default.py.
Code:
........if xbmc.getSkinDir() == 'skin.transparency':
............xbmc.executebuiltin('Container.SetViewMode(52)')
Change the leading .'s to spacesConfused

Or swap your default.py with this one -> http://ubuntuone.com/31YwMpmndw2FnHfuWJyNyW

Maybe I should move the "Gameday Audio" to the front of the name? Something like
Code:
Gameday Audio: New York Mets Coverage.....
find quote
sdsnyr94 Offline
Fan
Posts: 427
Joined: Aug 2009
Reputation: 1
Location: Greensboro, NC
Post: #185
I tried your default.py... I tested with an archived game and the view did not change from 'fanart' .... will this only work for a live game? If so I will try later tonight.

Also, I was trying to figure out what view 'SetViewMode(52)' was, and if I could find a list of view modes to play with. I came across this thread : http://forum.xbmc.org/showthread.php?tid=125083

Based on that thread, is there an easier way to do this with Eden?

As far as moving "GameDay Audio" to the front of the feed title.... that should solve my wife's issue.
find quote
sdsnyr94 Offline
Fan
Posts: 427
Joined: Aug 2009
Reputation: 1
Location: Greensboro, NC
Post: #186
Ignore my above comment.. I had the Transparency SVN skin on this laptop... I had to change
Code:
if xbmc.getSkinDir() == 'skin.transparency':
to
Code:
if xbmc.getSkinDir() == 'skin.transparency.svn':

and now the view changes.... Thanks.
find quote
divingmule Offline
Posting Freak
Posts: 1,278
Joined: Oct 2008
Reputation: 54
Post: #187
(2012-05-17 16:47)sdsnyr94 Wrote:  I tried your default.py... I tested with an archived game and the view did not change from 'fanart' .... will this only work for a live game? If so I will try later tonight.

Shouldn't matter if it's live or not. Huh Let me retest, seemed to work for me. At first I set it to 51 witch changed it to "big list" then 52 changed to "full list".

(2012-05-17 16:47)sdsnyr94 Wrote:  Also, I was trying to figure out what view 'SetViewMode(52)' was, and if I could find a list of view modes to play with. I came across this thread : http://forum.xbmc.org/showthread.php?tid=125083

Based on that thread, is there an easier way to do this with Eden?

MaybeHuh I'll look for more documentation. It may have more to do with the way Transparency always defaults to "fanart".

(2012-05-17 16:47)sdsnyr94 Wrote:  As far as moving "GameDay Audio" to the front of the feed title.... that should solve my wife's issue.

Okay, will do.
find quote
sdsnyr94 Offline
Fan
Posts: 427
Joined: Aug 2009
Reputation: 1
Location: Greensboro, NC
Post: #188
Divingmule - don't miss my last comment....
find quote
divingmule Offline
Posting Freak
Posts: 1,278
Joined: Oct 2008
Reputation: 54
Post: #189
(2012-05-17 17:14)sdsnyr94 Wrote:  Divingmule - don't miss my last comment....

Smile Glad you got it working.

Just FYI, this seems to only be an issue with Transparency skin. Confluence is able to remember the last used view mode for this directory.
find quote
sdsnyr94 Offline
Fan
Posts: 427
Joined: Aug 2009
Reputation: 1
Location: Greensboro, NC
Post: #190
(2012-05-17 17:44)divingmule Wrote:  
(2012-05-17 17:14)sdsnyr94 Wrote:  Divingmule - don't miss my last comment....

Smile Glad you got it working.

Just FYI, this seems to only be an issue with Transparency skin. Confluence is able to remember the last used view mode for this directory.

Before I added the 'svn', I noticed that Transparency appeared to do this also... maybe something ronie fixed in the svn version.

New feature request: If you go to mlb.tv and click on 'watch/listen', if you look at the 'expanded' grid it shows the logos of the head to head matchup.... is there any way to pull those down and use them in the 'Thumbnail' view?
find quote
Post Reply