matthuisman / i.mjh.nz

Mirror of https://i.mjh.nz + issues / feature requests
245 stars 57 forks source link

Samsung: Show Titles contain both Show and Episode name #36

Closed bgiesing closed 1 year ago

bgiesing commented 1 year ago

I use Channels DVR with the US M3U/XML links and many channels put the show title and episode name together as the show title making for a new show entry for every single episode cluttering my library, any chance you can have your parser split the data?

For example, the Modern Marvels channel has guide entries named like "Modern Marvels: Beans" when it should be show "Modern Marvels" and episode "Beans". Some other channels instead use a dash as the separator like Dance Moms "Dance Moms - A Team On Trial".

matthuisman commented 1 year ago

What about shows that have : or - in their actual name?

On Mon, 16 Jan 2023, 11:46 pm Brandon Giesing, @.***> wrote:

I use Channels DVR with the US M3U/XML links and many channels put the show title and episode name together as the show title making for a new show entry for every single episode cluttering my library, any chance you can have your parser split the data?

For example, the Modern Marvels channel has guide entries named like "Modern Marvels: Beans" when it should be show "Modern Marvels" and episode "Beans". Some other channels instead use a dash as the separator like Dance Moms "Dance Moms - A Team On Trial".

— Reply to this email directly, view it on GitHub https://github.com/matthuisman/i.mjh.nz/issues/36, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABPQAKMN2WDNIC5D6TSHWKDWSURHPANCNFSM6AAAAAAT4SZJPE . You are receiving this because you are subscribed to this thread.Message ID: @.***>

bgiesing commented 1 year ago

The only thing I can think of is check the channel name as a comparision? Wouldn't cover every single instance but would prevent false positives.

Like if you see a show on a channel called "Modern Marvels" is called "Modern Marvels: Beans" it's a pretty safe assumption that it should actually be "Beans"

matthuisman commented 1 year ago

did a few tweaks. try the latest epg

bgiesing commented 1 year ago

Yep that seems to have fixed it in a lot of cases, still shows up occasionally on some channels that aren't just 24/7 of the same show (like #1233 Deal Zone) but it's likely the best that can be done unless Samsung provides better source data image