Jump to content


Photo

TSmedia enigma2 plugin 1.0


  • This topic is locked This topic is locked
2611 replies to this topic

Re: TSmedia enigma2 plugin 1.0 #1841 mfaraj57

  • Senior Member
  • 1,605 posts

+286
Excellent

Posted 5 February 2017 - 11:12

Thanks mick80 and good work

will test and put on server if everything is ok



Re: TSmedia enigma2 plugin 1.0 #1842 mick80

  • Senior Member
  • 254 posts

+6
Neutral

Posted 5 February 2017 - 11:22

No problem. I'm just a handyperson, you're the brain behind it all :D



Re: TSmedia enigma2 plugin 1.0 #1843 mick80

  • Senior Member
  • 254 posts

+6
Neutral

Posted 5 February 2017 - 22:00

Well, that was quick. Looks like ustvnow is on the fritz again tonight. It was working fine all afternoon. I'm starting to think they might be playing around to protect their Superbowl stream or something along those lines. Let's wait and see.

Re: TSmedia enigma2 plugin 1.0 #1844 cargen

  • Senior Member
  • 93 posts

0
Neutral

Posted 6 February 2017 - 12:04

Hi, would it be possible to add Irishtv plugin. Thanks

Sent from my Moto G (4) using Tapatalk

Re: TSmedia enigma2 plugin 1.0 #1845 mick80

  • Senior Member
  • 254 posts

+6
Neutral

Posted 6 February 2017 - 17:45

Ustvnow working normally again today

Re: TSmedia enigma2 plugin 1.0 #1846 mick80

  • Senior Member
  • 254 posts

+6
Neutral

Posted 12 February 2017 - 12:08

Hey mfaraj, you know... that openloadupdater addon is very helpful, openload usually gets fixed in a matter of hours, and I've seen there's a whole lot of other hosters that are frequently updated on that streamondemand
page where the addon downloads the py file for openload.

As far as I've seen, at the moment just openload and streamcloud seem to work regularly in TSmedia, so I was wondering about how to import some of these hosters in the servers folder inside pelisresolver so they could work inside TSmedia. I suppose I can't just copy over the py files, can I?

As for the hosters to be added, I was thinking about, at the very least, nowvideo, streminto, flashx, vidzi and thevideome, some of which I recall used to work in TSmedia a while back but Eldorados has not been updating them regularly of late. Of course, I'm not saying you should make updaters for each of these hosters, I'm just asking if there's a way they could work in TSmedia just like openload does, I wouldn't care updating them manually when they get broken.



Re: TSmedia enigma2 plugin 1.0 #1847 mfaraj57

  • Senior Member
  • 1,605 posts

+286
Excellent

Posted 12 February 2017 - 14:00

Tsmedia uses peliserver and urlresolver and there is file called servers.txt in script.module.urlresolver you should edit to direct tsmedia from which server to use,look at it easy to edit
You can çopy the py file as it is and put in pelisserver folder plugins
By this you can help me to see if there is working host in this case make it the default server for tsmedia
If i am correct there is addon using hosts of pelisserver but because it contains mainly adult material so i can not include it in tsmedia,i will search for and send to you to test hosts without editing servers.txt

Re: TSmedia enigma2 plugin 1.0 #1848 mick80

  • Senior Member
  • 254 posts

+6
Neutral

Posted 12 February 2017 - 16:56

Cool, thanks I'll test some out later and let you know how it goes

Edited by mick80, 12 February 2017 - 16:57.


Re: TSmedia enigma2 plugin 1.0 #1849 mick80

  • Senior Member
  • 254 posts

+6
Neutral

Posted 13 February 2017 - 08:03

I checked out about 5 or 6 hosters last night, and flashx, nowvideo and vidto now work fine through pelisresolver. Vidto works a bit like dailymotion used to, which means it will return a bunch of results, and the very last one is usually the playable link.

 

I'll try more when I get a chance. For the time being, here's the updated servers.txt and py files for these 3 hosters.Attached File  urlresolver.zip   29.78KB   9 downloads



Re: TSmedia enigma2 plugin 1.0 #1850 mfaraj57

  • Senior Member
  • 1,605 posts

+286
Excellent

Posted 13 February 2017 - 08:51

fine,flashx neither vidto never worked with me from peliserver,i will plan to add to openupdater after changing the name to hostersupdater

i will check later

just note host may duplicated in servers.txt one for pelisresolver and one for urlresolver,TSmedia wll take first occurance and ignore others

thanks


Edited by mfaraj57, 13 February 2017 - 08:56.


Re: TSmedia enigma2 plugin 1.0 #1851 mick80

  • Senior Member
  • 254 posts

+6
Neutral

Posted 14 February 2017 - 18:31

Hey mfaraj, just noticed that nowvideo for some reason only works for links with the .li domain, while fails with .sx links that are pretty common in the 1channel addon for instance. However, those .sx links will work fine after editing them to .li, I've tested it in oneplaylist. I rarely use nowvideo, but I thought I'd let you know just to reiterate that nowvideo in pelisresolver does work, but with these strings attached.

Re: TSmedia enigma2 plugin 1.0 #1852 mfaraj57

  • Senior Member
  • 1,605 posts

+286
Excellent

Posted 14 February 2017 - 20:38

nowvideo is good and used by many addons

regarding .sx extension easy to change by editing file tsmresolver.py in same folder of servers.txt

i will test soon

def resolve(web_url = None, host = None, media_id = None, urllist = False,resolver=None):
    if host is None and web_url is not None:
        host = gethostname(web_url)
    if 'nowvideo' in web_url:
            web_url=web_url.replace(".sx",".li")
            host= "nowvideo"    

Edited by mfaraj57, 14 February 2017 - 20:38.


Re: TSmedia enigma2 plugin 1.0 #1853 mfaraj57

  • Senior Member
  • 1,605 posts

+286
Excellent

Posted 14 February 2017 - 20:55

Just tested nowvideo.sx after editing tsmresolver.py file

imaged showed working stream_link in pc TSmediaTools,expect to work also in TSmedia

 

2017_02_14_20_51_18.png



Re: TSmedia enigma2 plugin 1.0 #1854 mick80

  • Senior Member
  • 254 posts

+6
Neutral

Posted 15 February 2017 - 08:21

Cool, thanks. I've just edited tsmresolver.py and I'm gonna test it out in TSmedia later today.


Edited by mick80, 15 February 2017 - 08:21.


Re: TSmedia enigma2 plugin 1.0 #1855 mick80

  • Senior Member
  • 254 posts

+6
Neutral

Posted 15 February 2017 - 18:08

Just tested it in TSmedia, and nowvideo.sx links now do work fine in oneplaylist after editing tsmresolver.py. However, the very same links still wouldn't work in 1channel.

Re: TSmedia enigma2 plugin 1.0 #1856 gorski

  • Senior Member
  • 1,699 posts

+46
Good

Posted 15 February 2017 - 18:27

Does one need a proxy for 1channel - at least in the UK?


<span style='font-family: comic sans ms,cursive'>"Enlightenment is man's emergence from his self-incurred immaturity. Immaturity is the inability to use one's own understanding without the guidance of another. This immaturity is self-incurred if its cause is not lack of understanding, but lack of resolution and courage to use it without the guidance of another. The motto of enlightenment is therefore: Sapere aude! Have courage to use your own understanding!</span><br /> <br /><span style='font-family: comic sans ms,cursive'>Laziness and cowardice are the reasons why such a large proportion of men, even when nature has long emancipated them from alien guidance..." I. Kant, "Political writings" (1784)</span><br /> <br /><span style='font-family: comic sans ms,cursive'><a class='bbc_url' href='<a class='bbc_url' href='http://eserver.org/p...lightenment.txt'>http://eserver.org/p...ent.txt</a>'><a class='bbc_url' href='http://www.english.upenn.edu/~mgamer/Etexts/kant.html</a>'>http://www.english.upenn.edu/~mgamer/Etexts/kant.html</a></a> - the jolly text on Enlightenment, at the basis of Modernity...</span>

Re: TSmedia enigma2 plugin 1.0 #1857 cukodilo

  • Senior Member
  • 55 posts

0
Neutral

Posted 15 February 2017 - 18:39

YouTube Vevo Files not work please fix?

Re: TSmedia enigma2 plugin 1.0 #1858 mick80

  • Senior Member
  • 254 posts

+6
Neutral

Posted 23 February 2017 - 09:09

Hey mfaraj57, over the past few days I've noticed that TSmedia has become quite slow/laggy. Navigating the menus has usually some sort of delay, desktop icons won't load up as fast as they used to, the favorite section often takes several seconds to display items, and so on. This happens inside addons as well.

Basically all of it means an increased wait while performing several actions, and as a matter of fact the spinner now very frequently comes up, while I rarely used to see it in TSmedia. Is this the result of some sort of bug in one of the latest updates or is it just me? I haven't experienced any similar issues in other plugins or generally with the box, though.



Re: TSmedia enigma2 plugin 1.0 #1859 mfaraj57

  • Senior Member
  • 1,605 posts

+286
Excellent

Posted 23 February 2017 - 09:37

Usually graphics slow TSmedia,else nothing added to slow TSmedia significantly either in code or graphics.And do not forget changing internet speed and frequently this is the cause with me and usally check for that from desktop/netspeedtest

but i noticed slowness happen with fullhd skin and sometime due to image itself or images updates

i did not notice any slowness in my boxes,but difficult to conclude from this because of most my boxes are very fast.



Re: TSmedia enigma2 plugin 1.0 #1860 mick80

  • Senior Member
  • 254 posts

+6
Neutral

Posted 23 February 2017 - 10:21

Thanks for the answer. I've noticed this over the past couple of days, and haven't really made any big changes to the box that might have caused it (image or skin updates), and I've only installed a single plugin this week (moviecut). I haven't had any issues with my internet speed either. Other than TSmedia, the box is overall as fast as it has ever been, no problems whatsoever.

I have another box at another place which I haven't used in a while, so TSmedia is not up to date. I will go and get it later this week and check it out, it's a different box but runs the same openatv image.

Meanwhile, should I try and do something if this slowness persists with this one? Perhaps reinstall the latest updates or a full clean install of TSmedia altogether?




19 user(s) are reading this topic

0 members, 19 guests, 0 anonymous users