public
Description: An MLB.com plugin for Plex Media Server
Homepage:
Clone URL: git://github.com/rfletcher/plex-mlb.git
Click here to lend your support to: plex-mlb and make a donation at www.pledgie.com !
name age message
file .gitignore Sun May 03 14:58:10 -0700 2009 Added **/*.pyc and *.tar.gz to .gitignore [rfletcher]
file .gitmodules Wed Apr 29 11:56:57 -0700 2009 Using public clone URL for docs submodule [rfletcher]
file README.rst Tue Jun 02 23:21:51 -0700 2009 Fixing rst syntax [rfletcher]
file Rakefile Sun May 24 15:46:14 -0700 2009 Added rake tasks to tail log files: tail:plugin... [rfletcher]
submodule docs - e8394b5 Tue Apr 28 22:19:50 -0700 2009 Updated to support new version of MLB player th... [rfletcher]
directory lib/ Sat May 02 22:31:27 -0700 2009 The Rakefile and Python code now share the conf... [rfletcher]
directory src/ Sat Jun 13 16:55:00 -0700 2009 Don't show the current inning for in-progress g... [rfletcher]
README.rst

Plex-MLB

Plex-MLB lets you watch video from mlb.com in Plex.

Changelog

Upcoming

  • new: added preference for streaming your favorite team's broadcast, even when they're on the road

0.2

  • new: added live game streaming for MLB.tv subscribers
  • new: added shortcuts to some of mlb.com's better daily highlights (FastCast, MLB Network, Plays of the Day)
  • new: added preference for favorite team
  • new: added preference to show/hide spoilers (default: show)
  • change: removed "popular searches", since it is no longer being updated by mlb.com
  • fix: fixed team highlights, broken due to a change on mlb.com

0.1.1

  • fix: team, popular and search pages now display current team, keyword or query instead of the word "Search" in the page title
  • new: added standard search icon

0.1

  • new: initial version
  • new: search/browse video clips from mlb.com

Building From Source

The Plex-MLB plugin bundle is built from files in the src/ directory. To build the bundle you'll need:

With those tools installed, get a copy of the source and install the plugin:

$ git clone git://github.com/rfletcher/plex-mlb.git
$ cd plex-mlb
$ rake install

Note that this installs a development version of the plugin, which won't be auto-updated by the App Store, for example.

If you'd like to remove the plugin later, use:

$ rake uninstall