From 877c7d75a6986e3bb2ffe54453733f399f6986f0 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Fri, 23 Jun 2023 13:50:30 +0300 Subject: [PATCH] Remove prefix from filenames --- sites/i.mjh.nz/i.mjh.nz.test.js | 4 ++-- ...nz_au-foxtel.channels.xml => i.mjh.nz_foxtel.channels.xml} | 0 ...mjh.nz_us-plex.channels.xml => i.mjh.nz_plex.channels.xml} | 2 +- ...h.nz_us-pluto.channels.xml => i.mjh.nz_pluto.channels.xml} | 2 +- ..._us-samsung.channels.xml => i.mjh.nz_samsung.channels.xml} | 0 ...h.nz_au-skygo.channels.xml => i.mjh.nz_skygo.channels.xml} | 0 ...h.nz_us-stirr.channels.xml => i.mjh.nz_stirr.channels.xml} | 0 7 files changed, 4 insertions(+), 4 deletions(-) rename sites/i.mjh.nz/{i.mjh.nz_au-foxtel.channels.xml => i.mjh.nz_foxtel.channels.xml} (100%) rename sites/i.mjh.nz/{i.mjh.nz_us-plex.channels.xml => i.mjh.nz_plex.channels.xml} (99%) rename sites/i.mjh.nz/{i.mjh.nz_us-pluto.channels.xml => i.mjh.nz_pluto.channels.xml} (98%) rename sites/i.mjh.nz/{i.mjh.nz_us-samsung.channels.xml => i.mjh.nz_samsung.channels.xml} (100%) rename sites/i.mjh.nz/{i.mjh.nz_au-skygo.channels.xml => i.mjh.nz_skygo.channels.xml} (100%) rename sites/i.mjh.nz/{i.mjh.nz_us-stirr.channels.xml => i.mjh.nz_stirr.channels.xml} (100%) diff --git a/sites/i.mjh.nz/i.mjh.nz.test.js b/sites/i.mjh.nz/i.mjh.nz.test.js index 6ba886c0..07f4b976 100644 --- a/sites/i.mjh.nz/i.mjh.nz.test.js +++ b/sites/i.mjh.nz/i.mjh.nz.test.js @@ -1,5 +1,5 @@ -// npm run channels:parse -- --config=./sites/i.mjh.nz/i.mjh.nz.config.js --output=./sites/i.mjh.nz/i.mjh.nz_us-pluto.channels.xml --set=path:PlutoTV/us -// npx epg-grabber --config=sites/i.mjh.nz/i.mjh.nz.config.js --channels=sites/i.mjh.nz/i.mjh.nz_au-skygo.channels.xml --output=guide.xml +// npm run channels:parse -- --config=./sites/i.mjh.nz/i.mjh.nz.config.js --output=./sites/i.mjh.nz/i.mjh.nz_pluto.channels.xml --set=path:PlutoTV/all +// npx epg-grabber --config=sites/i.mjh.nz/i.mjh.nz.config.js --channels=sites/i.mjh.nz/i.mjh.nz_plex.channels.xml --output=guide.xml const { parser, url } = require('./i.mjh.nz.config.js') const dayjs = require('dayjs') diff --git a/sites/i.mjh.nz/i.mjh.nz_au-foxtel.channels.xml b/sites/i.mjh.nz/i.mjh.nz_foxtel.channels.xml similarity index 100% rename from sites/i.mjh.nz/i.mjh.nz_au-foxtel.channels.xml rename to sites/i.mjh.nz/i.mjh.nz_foxtel.channels.xml diff --git a/sites/i.mjh.nz/i.mjh.nz_us-plex.channels.xml b/sites/i.mjh.nz/i.mjh.nz_plex.channels.xml similarity index 99% rename from sites/i.mjh.nz/i.mjh.nz_us-plex.channels.xml rename to sites/i.mjh.nz/i.mjh.nz_plex.channels.xml index c4e77d63..41007070 100644 --- a/sites/i.mjh.nz/i.mjh.nz_us-plex.channels.xml +++ b/sites/i.mjh.nz/i.mjh.nz_plex.channels.xml @@ -329,4 +329,4 @@ - + \ No newline at end of file diff --git a/sites/i.mjh.nz/i.mjh.nz_us-pluto.channels.xml b/sites/i.mjh.nz/i.mjh.nz_pluto.channels.xml similarity index 98% rename from sites/i.mjh.nz/i.mjh.nz_us-pluto.channels.xml rename to sites/i.mjh.nz/i.mjh.nz_pluto.channels.xml index 4a2dad2f..a33d75b1 100644 --- a/sites/i.mjh.nz/i.mjh.nz_us-pluto.channels.xml +++ b/sites/i.mjh.nz/i.mjh.nz_pluto.channels.xml @@ -75,7 +75,7 @@ Classic TV: Families CMT Equal Play CMT Pluto TV - CNN + CNN RePlay Cold Case Files Combate World Comedy Central Animation diff --git a/sites/i.mjh.nz/i.mjh.nz_us-samsung.channels.xml b/sites/i.mjh.nz/i.mjh.nz_samsung.channels.xml similarity index 100% rename from sites/i.mjh.nz/i.mjh.nz_us-samsung.channels.xml rename to sites/i.mjh.nz/i.mjh.nz_samsung.channels.xml diff --git a/sites/i.mjh.nz/i.mjh.nz_au-skygo.channels.xml b/sites/i.mjh.nz/i.mjh.nz_skygo.channels.xml similarity index 100% rename from sites/i.mjh.nz/i.mjh.nz_au-skygo.channels.xml rename to sites/i.mjh.nz/i.mjh.nz_skygo.channels.xml diff --git a/sites/i.mjh.nz/i.mjh.nz_us-stirr.channels.xml b/sites/i.mjh.nz/i.mjh.nz_stirr.channels.xml similarity index 100% rename from sites/i.mjh.nz/i.mjh.nz_us-stirr.channels.xml rename to sites/i.mjh.nz/i.mjh.nz_stirr.channels.xml