LinuxQuestions.org
Review your favorite Linux distribution.
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 06-11-2008, 04:15 PM   #691
deep64blue
LQ Newbie
 
Registered: Jun 2008
Location: Fife, Scotland
Distribution: Ubuntu 8.04
Posts: 5

Rep: Reputation: 0
Thumbs up Thanks!


Just registered here so I could say thanks for an excellent tool - it's a shining example of how to really build an efficient application. Much better than the MLB site.

I'm not a Python programmer but if you need help with documentation / web design / site hosting just shout. I'd love to give back.
 
Old 06-12-2008, 05:35 AM   #692
fang2415
Member
 
Registered: Jan 2007
Posts: 195

Rep: Reputation: 15
@cschanck

I would love to see the command-line version. I periodically want to listen on all sorts of crazy devices, so an ultra-lite option would be great.

@daftcat

I don't use CG or any of those other extras very much, but I think the third option is definitely the best. Much simpler and easier to understand than the others, and it sounds like it's fairly flexible too.

Something that's always annoyed me about curses is that some programs use it for a gui but still have ultra-cryptic interfaces (slashes or hyphens in obscure places that completely change program behavior, impossible-to-learn hotkeys, etc). I think the third option (and mlbviewer in general) hits the balance just right between simplicity and usability -- leave the cryptic stuff for the command-line tool!
 
Old 06-13-2008, 05:09 AM   #693
fang2415
Member
 
Registered: Jan 2007
Posts: 195

Rep: Reputation: 15
Windows VLC config

Incidentally, jhmiller42, you mentioned a few pages ago that you were able to tweak your VLC config in Windows to allow seeking. You posted a link with good instructions for installing Firefox's MediaPlayerConnectivity add-on, but I didn't see anything about the VLC config -- can you remember what steps you went through to enable seeking, and does it seek smoothly even after the stream has been open for a while?
 
Old 06-13-2008, 08:08 AM   #694
lephio
Member
 
Registered: Jun 2008
Posts: 46

Rep: Reputation: 15
mlbviewer alpha6 bug report:

something wrong with cg availability. on mlb media center cg of MIN@CLE is available. but on mlbviewer it doesn't.

(if you have a bugzilla platform, i can use it if you want)
 
Old 06-13-2008, 02:26 PM   #695
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86
Quote:
Originally Posted by lephio View Post
mlbviewer alpha6 bug report:

something wrong with cg availability. on mlb media center cg of MIN@CLE is available. but on mlbviewer it doesn't.

(if you have a bugzilla platform, i can use it if you want)
Which date? How long did you wait? Is it available now?

We get our CG availability from a jsp media listings page. That page does not get updated as often as I would like but that's the one we rely on. If that jsp isn't updated with CG availability, then we can't add it to mlbviewer until it does update.

Yesterday's page is:

http://mlb.mlb.com/components/game/y...amesbydate.jsp

Just change month and day in the URL to get whatever day's listing you are looking for.

I don't know about bugzilla. I subscribe to this thread so if you post here, I'll see it. Bug fixes are usually a quick turn-around in svn.

I'll likely have a new release (maybe even call it a beta?) by the end of the month. There's a big backend change planned to feed the gui raw data rather than pre-cooked strings and I'd like to have everyone using that version when it's ready.

In the longer term, I'll see if I can figure out where media center gets its listings (since they seem to be ahead of the jsp) and we might swap out the jsp code for xml pages. Don't expect that anytime soon though.
 
Old 06-13-2008, 02:32 PM   #696
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86
Quote:
Originally Posted by lephio View Post
mlbviewer alpha6 bug report:

something wrong with cg availability. on mlb media center cg of MIN@CLE is available. but on mlbviewer it doesn't.

(if you have a bugzilla platform, i can use it if you want)
Also, when reporting bugs, please use the svn revision rather than the release version. alpha6 tells me very little because I can't even tell you what svn revision we officially called alpha6. But if you tell me it was svn revision 75, I could tell whether you are using current code and whether an issue you reported is new or fixed in a more recent svn revision.

To find out what svn revision you are using:

Code:
matthew@tango:~/mlbtv/svn/mlbviewer$ svn info
Path: .
URL: https://mlbviewer.svn.sourceforge.net/svnroot/mlbviewer/trunk
Repository Root: https://mlbviewer.svn.sourceforge.net/svnroot/mlbviewer
Repository UUID: d37ac8f2-af4a-0410-91f3-abd50a2159f9
Revision: 75
Node Kind: directory
Schedule: normal
Last Changed Author: daftcat75
Last Changed Rev: 75
Last Changed Date: 2008-06-04 17:06:52 -0700 (Wed, 04 Jun 2008)
Thanks!
Matthew
 
Old 06-13-2008, 03:24 PM   #697
lephio
Member
 
Registered: Jun 2008
Posts: 46

Rep: Reputation: 15
ok, nice! i pulled revision 75 with svn, and yesterday's CG now are just there!

to me.. next release could be a beta.

if you need some betatesting (or alphatestig.. ;D) i'm here!

Last edited by lephio; 06-13-2008 at 03:41 PM.
 
Old 06-15-2008, 02:28 AM   #698
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86
New Condensed Game Support - No Spoilers

I finally got a moment to sit down and push around some code.

The new CG No Spoilers (CG-NS for short) feature is checked into svn. Update your svn revision with the 'svn up' command. You will need svn revision 76 or later for CG-NS.

Some notes about the CG-NS implementation in mlbviewer:

- When mlbviewer reads the jsp listings page, if a condensed game video is available, the Status line will read "Status: Final (Condensed Game Available)". If condensed game is not available, it will simply say, "Status: Final".

- To watch a condensed game, use the 'c' hotkey.

- Speed setting doesn't matter. It will always be 400K as that is the only speed CG's come in.

- Debug rules apply. If enabled, the URL only is displayed or if errors occur, they will crash on through to the shell prompt like a lead ball. This is useful for reporting bugs. Please post the entire traceback when reporting a bug.

- Condensed games are no longer supported from the Top Plays screen. Too much repetitive code would be needed for that.

- Condensed games rely on the status being 'CG' (or "Status: Final (Condensed Game Available)" if you don't know or care about the internal status codes we use.) If the game is not in 'CG' state, you will not be allowed to watch the CG even if Media Center says one is available. The jsp file must be updated by mlb.com for mlbviewer to know about Condensed Games.

- You may have to refresh the listings page if you think a game should be in 'CG' state and it's not. Use 'r' to refresh the listings. Again, the jsp lags behind the website so there's little we can do if the website says a CG is available but the jsp has not been updated.

Please update to revision 76 and let me know how CG-NS is working (or not working) for you.

Thanks,
Matthew

Last edited by daftcat; 06-15-2008 at 03:10 PM.
 
Old 06-15-2008, 07:00 PM   #699
lephio
Member
 
Registered: Jun 2008
Posts: 46

Rep: Reputation: 15
upd to 76.. great job!

if something goes wrong i'll post here any debug. everyday i watch twins cg's!
 
Old 06-16-2008, 03:39 PM   #700
jhmiller42
LQ Newbie
 
Registered: May 2008
Posts: 6

Rep: Reputation: 0
Quote:
Originally Posted by fang2415 View Post
Incidentally, jhmiller42, you mentioned a few pages ago that you were able to tweak your VLC config in Windows to allow seeking. You posted a link with good instructions for installing Firefox's MediaPlayerConnectivity add-on, but I didn't see anything about the VLC config -- can you remember what steps you went through to enable seeking, and does it seek smoothly even after the stream has been open for a while?
My bad. Should've added the final detail -- in the MPC config screen (shown in No. 9 of that tutorial) add --codec dmo before the %f. That's all I did, and it worked like a charm.

Incidentally, has there been any movement on seeking in Linux? I've gotten the impression it's an extremely tricky, and possibly insoluble, problem.
 
Old 06-17-2008, 01:56 AM   #701
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86
Quote:
Originally Posted by jhmiller42 View Post
My bad. Should've added the final detail -- in the MPC config screen (shown in No. 9 of that tutorial) add --codec dmo before the %f. That's all I did, and it worked like a charm.

Incidentally, has there been any movement on seeking in Linux? I've gotten the impression it's an extremely tricky, and possibly insoluble, problem.
Once I've given you the url, it's out of my hands. It's up to whatever media client you use to support it (or not.)

But the url's also expire after a very short period. Short of being able to ask for a new cookie (which I wouldn't know how to link that with the media player's seek function), it's not going to happen.

Last edited by daftcat; 06-17-2008 at 01:46 PM.
 
Old 06-18-2008, 06:30 PM   #702
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86
I suppose no news is good news on the CG-NS update?
 
Old 06-19-2008, 04:35 AM   #703
deep64blue
LQ Newbie
 
Registered: Jun 2008
Location: Fife, Scotland
Distribution: Ubuntu 8.04
Posts: 5

Rep: Reputation: 0
Oops yes - it works perfectly.

Thank you.
 
Old 06-20-2008, 01:40 PM   #704
lephio
Member
 
Registered: Jun 2008
Posts: 46

Rep: Reputation: 15
something wrong with a stream a couple of days ago.. but now it's ok!
 
Old 06-21-2008, 04:26 AM   #705
daftcat
mlbviewer Maintainer
 
Registered: Apr 2008
Posts: 1,883

Rep: Reputation: 86
Quote:
Originally Posted by lephio View Post
something wrong with a stream a couple of days ago.. but now it's ok!
The media servers can be moody sometimes but there's nothing mlbviewer can do for that. Think of mlbviewer as a middle man. It hooks you up with the server that can provide your game. But if that server is acting funny, it's out of my hands.
 
  


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:36 AM.

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