-
Notifications
You must be signed in to change notification settings - Fork 10
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
Change-to-github-api #19
Conversation
Format the base_ts.ts file and change declarations of arrays and objects to use [] and {} instead of using new array and new object. Add ability for channels to be moved to an already occupied channel number. This will shift the channel that previously occupied that channel number and all other channels after up by one number until either an empty channel number is found or the end of the channels is reached. Allows the ability to easily move channels around without the need of manually renumbering channels.
Fixes login page not submitting when pressing enter, also centered the login button. Added checkbox for new shift channel feature that is on by default. Unchecking the box reverts the mapping to the old method. Removed "(Emby only)" from kids category as this category is now supported in Plex as well.
Add the ability to search Tapiosinn's tv-logo repository and easily select a TV channel logo to use from the list. Added the ability to preview a TV channel logo URL so when selecting an image from the list or pasting one in it will show a preview of the image. Some general linter cleanup as well as added a default TV channel logo to be used if one does not exist and added 2 scripts one for powershell and one for bash to easily generate the webUI.go file from the html folder for development.
Add the ability to search Tapiosinn's tv-logo repository and easily select a TV channel logo to use from the list. Added the ability to preview a TV channel logo URL so when selecting an image from the list or pasting one in it will show a preview of the image. Some general linter cleanup as well as added a default TV channel logo to be used if one does not exist and added 2 scripts one for powershell and one for bash to easily generate the webUI.go file from the html folder for development.
Fixes HostIP and HostName not properly being used and set for m3u and xepg file creation.
On Windows machines if buffer to memory is active and the xTeVe cache is set to a folder on a volume other than C: it will cause a panic error and the stream not to play. This fixes that by checking if we are on Windows and if so is the cache folder path not on the C: volume, if not create the volume it is located on in the memory virtual file system.
@SenexCrenshaw nice, I wasn't aware you could use the GitHub API without a token to list all the files in a repository, but that makes it much cleaner and easier to iterate over. 👍🏼 |
In regards to:
Sounds good, will look into getting these implemented, thanks for the feedback. |
I am just about done those few items above. You can check out the PR to see where it is going |
Cleaned Up logo json to reduce size Changed WS to allow more than one request Log logos with 404 or no value Changed bad logos to use default logo Added in country selector in settings for logo selection Ability to Upload M3U/XML files from desktop
Should be good to go now |
No description provided.