What's new

VU+ Plugins - Streaming & IPTV X-STREAMITY - Download ONLY

levi45

Staff member
Super Moderator
Messages
553
Joined
Sep 15, 2017
Reaction score
1,964
Points
108
Xstreamity v2.54
Thanks @kiddac


Quick update,

changed how the dependancy check works

changed how the stop stream function works. Now stops on exit categories (always) / or as an option via settings via back button for sub category sections.


Back some time this evening to look into the other issues like blank settings pages.
 

Attachments

levi45

Staff member
Super Moderator
Messages
553
Joined
Sep 15, 2017
Reaction score
1,964
Points
108
XStreamity V2.55

Thanks @kiddac


So what we got this hour...



Fixed Settings pages if parental control turned on

Main settings nows shows on first page even if no playlists added yet. (Also changed the order to, playlists, add playlist, main settings)

Add playlist is now checked and verified before being added into the playlist lists. If it fails it stays on add playlist screen until valid or screen exitted.

Changed default short name of add playlist from "Name" to "IPTV"
 

Attachments

fallanuk

Vuplus-Images Elite
Messages
56
Joined
Mar 12, 2016
Reaction score
116
Points
33
XStreamity V2.56
Thanks @kiddac

Fixed download of vod/series on python 3. According nmalik this fixes downloads on python 2.7 too. How I do not know.

Anyway for those who complaining about files not downloading and just showing zero, give this version a bash and report back.
 

Attachments

fallanuk

Vuplus-Images Elite
Messages
56
Joined
Mar 12, 2016
Reaction score
116
Points
33
Xstreamity V2.57
Thanks @kiddac

So what have I broke this time...

Fixed spelling error in a few skin places - didn't really effect anything

Added some extra json checks to some files to help eliminate any rogue xstream data.

Simplified depenancy checks

Fixed a crash if you try and save a settings page if no amends have been made

Made sure only png urls are added to my internal lists and not massive pointless inline base64 png code.

Added future-requests module to enable concurrent file downloads - coupled with multiprocessor should mean that anyone with lots of multiple providers should see a vast speed improvement on loading that provider menu page (Experimental)

Added in a hack to allow https:// urls to be used. (just for Full EPG at the moment) (Experimental)
Do note - I have been experimenting with adding/removing/updating various python libraries, so hopefully the https epg hack works for you too and not just my setup.
 

Attachments

fallanuk

Vuplus-Images Elite
Messages
56
Joined
Mar 12, 2016
Reaction score
116
Points
33
XStreamity V2.57
Thanks @kiddac


Undone all yesterdays experiments for https urls (black hole doesn't have full version of twisted)

Undone all the concurrent futures module to try and speed up multiple playlists and moving forward speeding up other elements of the plugin
(dreambox doesn't have conncurrent futures)

All other amends and fixes remain in this release.

These might return, or alternative solutions might be found.
 

Attachments

stefandeda

Significant Contributor
Messages
677
Joined
Jan 3, 2019
Reaction score
2,440
Points
108
3 files got update after my last update to fix a few bugs. Not in a position to do a release yet.
Installed last IPK then you manually need to upload these 3 files to /usr/lib/enigma2/python/Plugins/Extensions/XStreamity


Files
 

Attachments

fallanuk

Vuplus-Images Elite
Messages
56
Joined
Mar 12, 2016
Reaction score
116
Points
33
XStreamity V2.60
Thanks @kiddac


Not had an update for 10 days. Surprised the police haven't been knocking on my door to see if I am OK.

So, what goodies we got today...

A hell of a lot of work, but not a lot to really show.

Sort and Filter is remembered if moving forward and then back between the screens. This was asked for ages ago. I do listen you know.

Series now downloads all the information from The Movie Database if that option turned on in Main Settings (and obviously if it can find a reference). -
Use Movie Database(TMDB) for VOD and Series

(experimental - but tested with only 2 providers and works mint )

General tweaks I have spotted as I have been looking through the code over and over again for the last week.

Who knows what goodies we bring next week.


 

Attachments

stefandeda

Significant Contributor
Messages
677
Joined
Jan 3, 2019
Reaction score
2,440
Points
108
XStreamity V2.61


Fixed... mainly what I broke last week

Fixed Image downloads on python 3. - I broke that when I brought in https code
Fixed dependancy file on dreambox - so Y/N prompt isn't shown
Fixed Series Hide categories
Added EnableWrapAround on the settings skin files. Needed for some images

Just remembered I was going to look into that empty series categories crash. Feck it. I will have a look another day.
 

Attachments

stefandeda

Significant Contributor
Messages
677
Joined
Jan 3, 2019
Reaction score
2,440
Points
108
Experimental release.
Xstreamity V2.63

I messed up the version numbers last release. You will have to uninstall any previous xstreamity versions to install this version.

You might also have to delete the json file in etc/enigma2/xstreamity/ as there is some data changes.


Only shows SubsSupport option in settings if SubSsupport installed.
Amended settings page widths to accommodate EPG url option (all skins)
Amended short daily epg (long hold epg button) - to 1000 limit.
Added in XMLTV EPG download via epgimporter.


How to use new full epg. (old full epg code has been deleted)

First use.

in Xstreamity change provider settings to full epg.
Open up your iptv provider live channels - this will create the xml files for epgimporter. (as shown by the download icon on the mini tv)
Exit plugin
Go in epg importer select your provider (starting with xstreamity) in sources.
Save
Do a full manual epg download.
LIve channels should now have epg importer epg data as provided by your iptv provider.

Data will be brought in automatically after setting up epg importer first time.

For IPTV providers that urls start with https:// you will need to use the epgimporter hack attached.
Upload to /usr/lib/enigma2/python/Plugins/Extensions/EPGImport and reboot your gui.

I do not know if this new xmltv epg works on dreamboxes yet. Thats for you guys to test. And I am sure seagen will report back in due course.

Also note... sometimes there is corrupt date in epg files. EpgImporter doesn't try to correct this and fails at this point. This is an issue with provider data/epg importer not my plugin.


Files
 

Attachments

fallanuk

Vuplus-Images Elite
Messages
56
Joined
Mar 12, 2016
Reaction score
116
Points
33
Experimental

XStreamity V2.64




Fixed xmltv epg if entry had an "&" in the id. Which prevented further entries form being read.

Note to providers. EPG ids, should not have ampersand (&), left angle bracket (<) and ideally no spaces in the id. https://www.World of Shat.com/cms/images/smilies/emojione/1f44d.png

Use the standard epg IDs helps.
 

Attachments

kalkan99

Staff member
Super Moderator
Vuplus-Images Elite
Significant Contributor
Special Friend
Messages
763
Joined
Jun 6, 2015
Reaction score
847
Points
108
Xstreamity V2.65





I messed up the version numbers in an earlier last release. You may have to uninstall any previous xstreamity versions to install this version.

You might also have to delete the json file in etc/enigma2/xstreamity/ as there is some data changes.



Only shows SubsSupport option in settings if SubsSupport installed.

Amended settings page widths to accommodate EPG url option (all skins)

Amended short daily epg (long hold epg button) - to 1000 limit.
Added Polish Language
Fixed errors from the previous 2 XMLTV Release (2.63/2.54)



Added in XMLTV EPG download via epgimporter.



How to use new full epg. (old full epg code has been deleted)



First use.


Change epg to XMLTV EPG



Open Live category for that provider. XML files will download



Exit XStreamity, go in EPG importer sources.



Check your provider source. Save



Make sure Load only services in bouquets is set to no. Do a manual download.



Check events have downloaded. This will also include any other provider or rytec if checked. Uncheck all the others if you wish to do a clean test.



Back in xstreamity, Live channels, data should now load if your provider has data for those channels.



Data will be brought in automatically after setting up epg importer once.

thank KiddaC
 

Attachments

stefandeda

Significant Contributor
Messages
677
Joined
Jan 3, 2019
Reaction score
2,440
Points
108
Xstreamity v2.66
Added in arabic language (no need to update unless you're Arab

We now have

Albanian
Arabic
German
English
French

Italian
Polish
Serbian

Swedish
Turkish
Please, Log in or Register to view URLs content!



Please, Log in or Register to view URLs content!
 

Attachments

stefandeda

Significant Contributor
Messages
677
Joined
Jan 3, 2019
Reaction score
2,440
Points
108
If anyone wants to try my refreshed New Virtual Keyboard skin, for use with jedi and xstreamity feel free

That way you get a search history and google suggestions, so you don't have to fully type out words

It's not my plugin (I have only reskinned it), so if you find issues with it, post them in that thread.... and not mine. Thanks.

87ad997.png
Please, Log in or Register to view URLs content!
 

Aliraza63

Staff member
Super Moderator
Messages
917
Joined
Apr 10, 2015
Reaction score
1,573
Points
108
Xstreamity V2.79
kiddac wrote
Menu button now moves favourites about. Not long ok or long enter.
There is a little niggle where the favourites category doesn't remember to go back to the top of the category list.
It's a minor bug that doesn't cause a crash, but its not a simple fix as I first thought.
0 takes you back to the top of categories anyway.
 

Attachments


Top Bottom