Skip to content

Commit

Permalink
v2.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
m0ngr31 committed Feb 12, 2024
1 parent 3d9b1c6 commit 54f0e64
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<img src="https://i.imgur.com/FIGZdR3.png">
</p>

Current version: **2.1.9**
Current version: **2.1.10**

# About
This takes ESPN/ESPN+, FOX Sports, Paramount+, MSG+, and MLB.tv programming and transforms it into a "live TV" experience with virtual linear channels. It will discover what is on, and generate a schedule of channels that will give you M3U and XMLTV files that you can import into something like [Jellyfin](https://jellyfin.org) or [Channels](https://getchannels.com).
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eplustv",
"version": "2.1.9",
"version": "2.1.10",
"description": "",
"scripts": {
"start": "ts-node index.ts",
Expand Down
2 changes: 2 additions & 0 deletions services/msg-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,8 @@ class MSGHandler {
return;
}

console.log('Looking for MSG+ events...');

try {
const today = new Date();
const entries = [];
Expand Down
2 changes: 2 additions & 0 deletions services/paramount-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,8 @@ class ParamountHandler {
return;
}

console.log('Looking for Paramount+ events...');

const events: IParamountEvent[] = [];

try {
Expand Down

0 comments on commit 54f0e64

Please sign in to comment.