Skip to content
This repository has been archived by the owner on Mar 2, 2021. It is now read-only.

[FEATURE] Change static structure "Stream" to dynamic structure #23

Open
s79dev opened this issue May 27, 2020 · 0 comments
Open

[FEATURE] Change static structure "Stream" to dynamic structure #23

s79dev opened this issue May 27, 2020 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@s79dev
Copy link

s79dev commented May 27, 2020

Is your feature request related to a problem? Please describe.
This request is made based on this dialog:
s79dev:

I want use VLC or other player. I wanted use m3ufilter for filter playlist my provider, skip all channels not allow for me. I realized that I could not do this when I saw that the program used a structure, not a map.

hoshsadiq:

Feel free to raise a feature request and/or a PR. If you raise a feature request, I'll look at it if I have some time or something, but can't promise anything. Adding additional fields and things like this essentially requires a full implementation of the m3u RFC, which adds a lot of overheads to the application, to the point where it might not be possible to run it on low resource devices such as the pi.

Describe the solution you'd like
I think the solution problem full implementation of the m3u RFC with lot of overheads may be the following:
Change static structure "Stream" with predefined tag, on dynamic structure map: map[string]string where tag name is key and tag value as value. I thing what in golang for map not many overheads. And additionally user can set tags need for output

@hoshsadiq hoshsadiq added enhancement New feature or request help wanted Extra attention is needed labels Jun 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants