LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 05-29-2014, 03:24 AM   #4486
mkomko
Member
 
Registered: Mar 2010
Posts: 97

Rep: Reputation: 3

Thanks daftcat, sounds good!
 
Old 05-29-2014, 04:42 PM   #4487
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86
Quote:
Originally Posted by mkomko View Post
Thanks daftcat, sounds good!
Let me know if you encounter any more SOR's. If it works well, I will update the sourceforge release this weekend.
 
Old 06-01-2014, 07:59 PM   #4488
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86
Sourceforge release 2014-sf-3 uploaded

If you are using SVN, 2014-sf-3 is SVN revision 635. If you do an svn up, you don't need to download 2014-sf-3.

Among other bug fixes, a couple of minor changes went into revision 633 and 634. The default configuration file has been greatly reduced with most options taking default values. The default configuration file only contains the most useful options now with a pointer to the wiki page for a complete list of options. As a result of this, the README file has been cut in half with only the essentials to get started and a pointer to the Wiki for more complete documentation.
 
Old 06-02-2014, 03:33 PM   #4489
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86
SVN revision 637: Added birth and death dates to player stats

So as I was watching Buerhle dominate my team yesterday, I wanted to see what his career numbers were and how close he might get to 300 wins. But without knowing how old he is, that became a difficult task. So I added birth dates to player stats. But what about old time players? Obviously Christy Mathewson is not still with us, so I added death dates to deceased players as well.

Another change I made this weekend was to reduce the default configuration file and with it, trim the README. The default configuration file now contains the 10 most important settings (at least from a "let's get going quickly" point of view) instead of every setting under the sun. This meant I can also trim the README in half and point users to the Wiki for more information.

If you get a chance, I encourage you to backup your config by moving it to another name and then run mlbviewer to generate a new default configuration file. Configure the new file with your must-have settings and let me know which settings you absolutely needed to add to get up and running again. Many settings, while definitely useful (video_follow/audio_follow, top_plays_player), are not absolutely required to get started.

Also, if you can review the new README, let me know if there is anything that should absolutely be in the README. If there is something that shouldn't absolutely be in the README but should be documented somewhere, like the Wiki, let me know that too.
 
Old 06-04-2014, 10:24 PM   #4490
tcamdg
LQ Newbie
 
Registered: Jun 2014
Posts: 3

Rep: Reputation: Disabled
I'm getting an MLB_HOME_TEAM_BLACKOUT error when trying to listen with a Gameday Audio-only subscription. It looks like this has been an issue in the past. Is this simply not supported due to most people not using audio-only accounts? Is nexdef needed for audio-only?

Edit: Nevermind, got audio with:
Code:
python2 mlbplay.py a=teamcode

Last edited by tcamdg; 06-04-2014 at 11:19 PM. Reason: figured it out
 
Old 06-04-2014, 11:29 PM   #4491
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86
Quote:
Originally Posted by tcamdg View Post
I'm getting an MLB_HOME_TEAM_BLACKOUT error when trying to listen with a Gameday Audio-only subscription. It looks like this has been an issue in the past. Is this simply not supported due to most people not using audio-only accounts? Is nexdef needed for audio-only?

Edit: Nevermind, got audio with:
Code:
python2 mlbplay.py a=teamcode
If that was a video stream, that's a blackout and you'd be S.O.L. But I believe audio streams are exempt from blackouts so I'll have a look into it the next time my blackout teams are live (tomorrow morning.)

I'm glad you have a workaround until then.
 
Old 06-05-2014, 03:31 AM   #4492
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86
Quote:
Originally Posted by tcamdg View Post
I'm getting an MLB_HOME_TEAM_BLACKOUT error when trying to listen with a Gameday Audio-only subscription. It looks like this has been an issue in the past. Is this simply not supported due to most people not using audio-only accounts? Is nexdef needed for audio-only?

Edit: Nevermind, got audio with:
Code:
python2 mlbplay.py a=teamcode
Can you post your ~/.mlb/blackout.xml file? Whenever you encounter a blackout status like the one above, the full media response containing this blackout status gets written to this file.
 
Old 06-05-2014, 07:39 AM   #4493
tcamdg
LQ Newbie
 
Registered: Jun 2014
Posts: 3

Rep: Reputation: Disabled
Will do when I get back to that computer. I recall it looked like it was requesting video.
 
Old 06-05-2014, 11:50 AM   #4494
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86
Quote:
Originally Posted by tcamdg View Post
Will do when I get back to that computer. I recall it looked like it was requesting video.
I reviewed the code and tested this just now. It looks like that code can only be triggered through video. Did you press Enter or "a"? Enter = video, a = audio.
 
Old 06-05-2014, 04:28 PM   #4495
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86
SVN revision 639: new gameday_audio= option to remap Enter to AUDIO action

In the latest SVN revision (639 or higher), I have added a gameday_audio= config file option. If gameday_audio=1, the Enter key will be remapped to the AUDIO action.

This change should have no effect unless you add "gameday_audio=1" to your config. I have tested this as best as I can but wouldn't mind if MLB.TV basic and premium subscribers updated to 639 (without adding that option to their config) and let me know that everything still continues to work as before.

EDIT: The one place where this new option is going to fail is the Free MLB.TV Game Of The Day. If you are an audio-only subscriber and want to use the gameday_audio=1 option, I would create a custom keybinding file to remap video action to "v" if you want to also watch the video stream for the FREE game of the day.

Code:
$ echo "VIDEO=v" >> ~/.mlb/keybindings
 
1 members found this post helpful.
Old 06-05-2014, 08:04 PM   #4496
tcamdg
LQ Newbie
 
Registered: Jun 2014
Posts: 3

Rep: Reputation: Disabled
I was hitting ENTER, not "a"...

639 is working for me, in my limited testing (free video, audio, "VIDEO=v", gameday_audio=1).

Thanks!
 
Old 06-08-2014, 07:13 PM   #4497
mgoetze
LQ Newbie
 
Registered: Aug 2013
Posts: 12

Rep: Reputation: Disabled
Trying to watch Red Sox @ Tigers (ESPN), audio works but the screen is completely green. Tried 1800, 2400 and nexdef. I can watch it in my browser just fine.
 
Old 06-09-2014, 02:17 AM   #4498
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86
Quote:
Originally Posted by mgoetze View Post
Trying to watch Red Sox @ Tigers (ESPN), audio works but the screen is completely green. Tried 1800, 2400 and nexdef. I can watch it in my browser just fine.
Which player are you using?

Archive looks okay. Don't know what to tell you.
 
Old 06-10-2014, 05:39 PM   #4499
Redbullsnation
LQ Newbie
 
Registered: Jun 2014
Posts: 21

Rep: Reputation: Disabled
Any one has success in getting mlbviewer to work in windows? I'm struggling badly
 
Old 06-10-2014, 11:38 PM   #4500
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86
Quote:
Originally Posted by Redbullsnation View Post
Any one has success in getting mlbviewer to work in windows? I'm struggling badly
Are you using cygwin? That would be a required first step.

See if the Wiki instructions work for cygwin:

https://sourceforge.net/p/mlbviewer/wiki/INSTALL/

Install a windows build of mpv for the video_player.

http://mpv.srsfckn.biz/

And post specific errors if you want specific answers.

---------- Post added 06-10-14 at 09:39 PM ----------

Also, what version of Windows are we talking about? I had it working with cygwin under XP awhile back.
 
  


Reply

Tags
help, install, installation, instructions, seek, vlc, windows



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
mlb.com gameday audio stream statmobile Linux - Newbie 6 05-06-2008 10:16 PM
link dies intermittently-seemingly at random- between win<->linux not linux<->linux?? takahaya Linux - Networking 10 03-09-2007 10:37 PM
triple boot linux/linux/linux No Windows involved toastermaker Linux - Newbie 12 03-02-2006 10:40 PM
Redhat (rhel v2.1) bootup problem with linux (linux vs linux-up) namgor Linux - Software 2 06-24-2004 02:49 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 04:01 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration