Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom User-Agent #26

Closed
yusrisahrul10 opened this issue Mar 11, 2021 · 3 comments
Closed

Custom User-Agent #26

yusrisahrul10 opened this issue Mar 11, 2021 · 3 comments
Labels
enhancement 🪄 New feature or request
Milestone

Comments

@yusrisahrul10
Copy link

Can you add the feature to input a custom user-agent? Sometime the m3u provider needs a specific user-agent in order to play their playlist.

@4gray
Copy link
Owner

4gray commented Mar 14, 2021

@yusrisahrul10 is it defined for each channel in your playlist, something like this?

#EXTINF:0,Channel 1
#EXTVLCOPT:http-user-agent=CustomStringHere
https://tes.com/channel-x-y-z

Or would it be enough to have just one user-agent for the whole playlist?

@4gray 4gray added the enhancement 🪄 New feature or request label Mar 14, 2021
@yusrisahrul10
Copy link
Author

@4gray it would be more like each playlist can defined it's user-agent, if you have more than one playlist. For example, in televizo Android app you can edit the user-agent on your playlist, then my playlist can be played.
Screenshot_20210315-083035~2

@4gray 4gray added this to the 0.6.0 milestone Mar 15, 2021
@4gray 4gray moved this from TODO to In Progress in Electron based application Mar 20, 2021
4gray added a commit that referenced this issue Mar 27, 2021
This commit closes the feature request from #26
@4gray
Copy link
Owner

4gray commented Mar 29, 2021

closed with a8167c4

@4gray 4gray closed this as completed Mar 29, 2021
github-actions bot pushed a commit that referenced this issue Apr 10, 2021
# [0.6.0](v0.5.0...v0.6.0) (2021-04-10)

### Bug Fixes

* quit application via window close icon ([24d5584](24d5584)), closes [#33](#33)

### Features

* add "what is new" dialog ([cc375a4](cc375a4))
* add dark theme ([0cf010a](0cf010a))
* add dialog with detailed epg description ([96e93c5](96e93c5))
* set custom user agent for a playlist ([a8167c4](a8167c4)), closes [#26](#26)
* show channel logos in the list ([41998ff](41998ff)), closes [#28](#28)
@4gray 4gray moved this from In Progress to Done in Electron based application Apr 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 🪄 New feature or request
Development

No branches or pull requests

2 participants