Notalib / LYT

m.e17.dk
GNU Lesser General Public License v3.0
10 stars 12 forks source link

Integration with MTM's DODP service #680

Closed saebekassebil closed 8 years ago

saebekassebil commented 9 years ago

Fixes issue #678

This PR makes it possible to use LYT with a new provider, namely MTM. No playback functionality has changed, but there has been some substantial changes to implement Dynamic Menus, and to work around some MTM-specific "bugs".

New things introduced:

$ cake -e mtm app # uses the "config.mtm.coffee" configuration file
$ ./server.coffee -e mtm -r http://dod.mtm.se # Uses the mtm config file

Other than that there's been no real changes. It should be noted that MTM's bookmarking service doesn't quite work right now, but the functionality is still there.

@m-abs - When you find the time, could you go over the changes and comment/feedback on it?