CARVIEW |
helmsman / plex-mlb forked from rfletcher/plex-mlb
- Source
- Commits
- Network (4)
- Downloads (3)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
A Plex plugin for mlb.com. Coverage includes video clips, interviews, exclusive stories, as well as live games for MLB.tv subscribers. — Read more
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Sun Feb 21 17:07:42 -0800 2010 | cleaned up .gitignore [rfletcher] |
![]() |
.gitmodules | Sat Jan 30 20:22:10 -0800 2010 | Fixed docs submodule url [rfletcher] |
![]() |
README.rst | Wed Mar 10 00:50:04 -0800 2010 | Updated README with notes about additional audi... [rfletcher] |
![]() |
Rakefile | Sun Feb 21 17:07:42 -0800 2010 | Fixed rake:install tasks for new layout [rfletcher] |
![]() |
bundle/ | Wed Mar 10 00:42:54 -0800 2010 | Added popup stream menu to the Today's Games. I... [rfletcher] |
![]() |
docs - 10bbfd9 | Sun Mar 07 17:51:58 -0800 2010 | Updated docs submodule [rfletcher] |
![]() |
templates/ | Sun Mar 07 17:50:07 -0800 2010 | Updated for new player [rfletcher] |
Plex-MLB
A Plex plugin for mlb.com. Coverage includes video clips, interviews, exclusive stories, as well as live games for MLB.tv subscribers.
Changelog
0.3beta1
- new: national video stream, when available
- new: audio streams, when available (including alt. language streams)
- new: mlb.tv "basic" video stream, when available
- new: now available as a standalone plugin installer (*.plexapp)
- fix: fixed a number of highlight searching/listing bugs stemming from changes to the mlb.com backend
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 bundle/ and templates/ directories. 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
If you'd like to remove the plugin later, use:
$ rake uninstall
Or, rake uninstall:hard to get uninstall the plugin and it's preferences and data.
Contributing
Code contributions are welcome! If you'd like to add a feature, just fork the project on GitHub and send me a pull request. Be aware that this is the only thing I've ever written in Python. If you don't know Python well, don't mimic my style. If you do, go easy on me (and please do refactor!).
After you've forked Plex-MLB on GitHub, install the development version of the bundle:
$ rake install:dev
Plex is now watching bundle/ for changes. Any edits you make will be automatically loaded by Plex. Push them up to GitHub and send a pull request.
Links
- Plex
- Plex-MLB on GitHub
- Plex-MLB's page in the Plex Wiki