Releases: Twoure/KissNetwork.bundle
Releases · Twoure/KissNetwork.bundle
v1.1.9
05/01/2016
- Fixes:
Kissenc.pys
spelling error, updated an equality- PHT and OpenPHT Bookmark message error when bookmarks cleared
- Tuple error in GetBaseURL function
- Logging and SaveImage errors in DevTools
- cfscrape test, would fail to import when no Java found
- Updates:
- New URL caching
- New
HTTP 503
error handling forrequests
. Will try and pull fresh headers ifHTTP 503
error occurs. - Cleaned old code
- Cleaned logging
v1.1.8
04/27/2016
- Fixes:
- KissAsian and KissCartoon new Video URL encryption
- Header_Dict empty file check
- ShowSubPage message container
- cfscrape status_code error: was being called before execution
- Updates:
- Optimize Openload, Domain, and GetThumb code
- Updated requests lib to v2.9.1
- Switched all Kiss URLs to requests library, no longer using Plex Framework
- Added new Stream.moe server
- Requires cURL to work
- Only tested on Linux
- Switched to requests.head in domain.pys
- Switched to requests.head for URL Redirect
- Up-to-date User-Agent
v1.1.7
v1.1.6
03/17/2016
- Fixes:
- BackgroundAutoCache error
- Season were binned incorrectly. Season 0 has no episode limit now. Still some minor errors but all episodes will display in some format.
- Episode dates added back for cients that do not support show date aired
- Updates:
- Added 480p stream support
- Added option to Prefer OpenLoad video links. In case the provided GoogleVideo links fail to play
- Better Transcoding options. Now supports selecting resolution.
- If Transcoding is selected, then Samsung Fix is disabled.
- If server is trascoding, then it will correctly handle the URL redirect, so Samsung Fix would be irrelevant
- Added back Artwork for Menus on mobile phones
- Added webm and flv resolution support when Force Transcoding enabled
- Added additional 480p format (78) incase site changes
- Added logging to report resolution used when video played
- Added Steamy.moe video host support. Example usage: Star Wars Rebels S2E17
- Added Short summary info for SeasonObjects
- Added Default Artwork to DirectoryObject and PopupDirectoryObject
- Updated descriptions in README
v1.1.5
v1.1.4
03/12/2016
- Fixes:
- Added Force Transcoding to prefs to fix OpenLoad video remote play
- OpenLoad videos have a hash tied to the PMS IP. This is fine for playing videos inside the PMS network, but not for remote play.
- Force Transcoding removes video formatting metadata, forcing PMS to transcode the now unknow video format
- The New Redirect Follower does not work with OpenLoad links, so the Transcoder is needed for clients that cannot follow redirects
- OpenLoad site changes. No access to
getdllink
anymore.
- Added Force Transcoding to prefs to fix OpenLoad video remote play
- Updates:
- Added ReadComicOnline as Comic Section
- Comic and Manga sections: Reversed the list, newest chapters show first
- New URL Redirect Follower
v1.1.3
v1.1.2
03/06/2016
- Fixes:
- Reduced kissanime and kissmanga cache time to 20 hrs
- Removed ASP.Net_SessionId from cookie string. Should help with some of the cookie caching issues.
- KissManga Chromecast support
- Updates/New:
- Added Onedrive and Openload video support
- New SeasonObject and TVShowObject, now TV episodes can play back-to-back on supported clients
- Cleaned KissVideo service code, finished integrating in new metadata.pys
v1.1.1
03/04/2016
- Fixes:
- Samsung Fix, Prefs were not updated correctly, fixed this.
- OneDrive video error. Still cannot play Onedrive videos. Added popup to notify user.
- Headers only cache for selected site in Prefs now.
- The first time the channel ever runs it will still cache all headers.
- After first time ever run, it will then only cache the sites selected in Prefs
- AuthTools: fixed when user is not logged into server.
- Updates:
- Split Developer code into it's own code
- Started to implement new Metadata function
- Condenced code
- If only one site is selected in Prefs, then That sites Menus return directly for Main Menu, Bookmarks, and Search
- Added 5 sec timeout to URL redirect function in KissVideo code.