SenexCrenshaw / StreamMaster

MIT License
257 stars 28 forks source link

Bug: PG's and SG's does not seem to "remove" old streams #107

Closed mLgz0rn closed 1 year ago

mLgz0rn commented 1 year ago

Describe the Bug

PG's and SG's does not seem to be correctly updated and representing the current streams from the imported m3u. Looks like streams that are no longer present in the m3u is not getting removed.

image image image

Stream Master Info

aniel300 commented 1 year ago

i think i have run into this in the past, deleting the db is the only thing that works for me. not sure if this has been fixed in the latest builds

mLgz0rn commented 1 year ago

i think i have run into this in the past, deleting the db is the only thing that works for me. not sure if this has been fixed in the latest builds

This is the latest

aniel300 commented 1 year ago

umm the idk, probably the bug still there i just can’t confirm it. i believe i did test this while doing some testing and i thought it was fixed but apparently it is not.

Sent from Yahoo Mail for iPhone

On Friday, October 6, 2023, 3:00 PM, mLgz0rn @.***> wrote:

i think i have run into this in the past, deleting the db is the only thing that works for me. not sure if this has been fixed in the latest builds

This is the latest

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

dp247 commented 1 year ago

Hello, I'm going to +1 on this bug. It seems that streams that are no longer present in a playlist are not removed from the editor, and it also appears that stream URLs are not updated when playlist data is refreshed.

SenexCrenshaw commented 1 year ago

Streams are based off of urls. If a url changes the old stream will be removed and a new is created.

That's how it's supposed to work with out the bugs.

dp247 commented 1 year ago

I'll happily help debug/relearn C# to help out - are there any instructions for building from source? @SenexCrenshaw

SenexCrenshaw commented 1 year ago

i got it! ill push some fixes out this afternoon.

mLgz0rn commented 1 year ago

There seems to be a somewhat reversed issue of this now with stream groups. New streams are not being added to stream groups, I have to deselect all playlist groups and select them again.