stari4ek / tvirl

Public resources for TVirl: IPTV for Android TV
32 stars 2 forks source link

Bug? Info about the url-tvg tag #43

Closed lars18th closed 3 years ago

lars18th commented 3 years ago

Hi @stari4ek ,

I readed the wiki at this point: https://github.com/stari4ek/tvirl/wiki/M3U#m3u-header And this response regarding one issue: https://github.com/stari4ek/tvirl/issues/32#issuecomment-655401003

But I'm not sure about the current behaviour of the EPG reading. Please, can you explain these questions?

I ask about this because I done some changes in my M3U list, but the new values are not used. Only the values configured in the list about the EPG sources are in use.

So, if you use this header only one time: why not add a button to "re-read" this tag and generate new entries for the EPG sources? Or you use this tag header every time the list is reloaded?

Please, provide more information. Thank you.

stari4ek commented 3 years ago

TVirl reads url-tvg during playlist initial setup and automatically add it to playlist configuration. You can add/remove/replace this EPG during initial setup and this list will be remembered for any further updates.

So, TVirl does not track changes in url-tvg and uses what was selected during initial setup.

If you updated url-tvg in the playlist - you can edit current playlist settings via TVirl's UI and edit url for assigned EPG. Or you can start new playlist configuration and TVirl will read new value for EPG and pre-fill it by default.

lars18th commented 3 years ago

Hi @stari4ek ,

Thank you for the information. It's now very clear. However I suggest these two actions:

  1. Put this information inside the Wiki.
  2. Add one manual option to "reload EPG inside the list". The code is just the same as now, you only need to call to the same function that creates the EPG entries after clearing them. Remember that's quite difficult to write URL's with a remote RC. And a simple reload button is more user friendly.

I hope you want to consider these two suggestions. Thank you for listening us!