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 streams #2

Closed
TerryUK opened this issue May 14, 2024 · 1 comment
Closed

Custom streams #2

TerryUK opened this issue May 14, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@TerryUK
Copy link

TerryUK commented May 14, 2024

The original Kodi had a menu option to add your own stream and logo link. This one doesn't. Try as I may I can't edit custom streams into the stations.jsn file. It takes the logo link but not the stream link returning an error.

Am I missing something, or is this the next level of functionality that needs to be built in.

@fivebanger fivebanger added the enhancement New feature or request label May 15, 2024
@fivebanger
Copy link
Owner

Added to v1.0.4:

Edit "stations.jsn" and add a custom dataset. Leave "id" blank:
{"data": {"id": "", "name": "my custom station", "icon_url": "http://my_custom_station.url/icon.jpg", "stream_url": "http://my_custom_station.url/stream.mp3"}, "mode": "play_stream"}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants