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 #1961 humiboy

  • Senior Member
  • 46 posts

0
Neutral

Posted 2 April 2017 - 23:54

Version 1.0.3 for Kodi fixed? It is online?

Re: TSmedia enigma2 plugin 1.0 #1962 mfaraj57

  • Senior Member
  • 1,605 posts

+286
Excellent

Posted 3 April 2017 - 00:22

yes should be



Re: TSmedia enigma2 plugin 1.0 #1963 mfaraj57

  • Senior Member
  • 1,605 posts

+286
Excellent

Posted 3 April 2017 - 00:40

sorry for kodi it is working but not working channels channels not fixed,tomorrow will fix

but in tsmedia the non working channels fixed in version 1.0.3,but if you find more none working channel,list them here to fix



Re: TSmedia enigma2 plugin 1.0 #1964 mfaraj57

  • Senior Member
  • 1,605 posts

+286
Excellent

Posted 3 April 2017 - 01:13

 

*****************************
plugin Name:movies_plugin.video.123movies_1.0.3
version:1.0.3
author:TSmedia Team
description: videos from 123movies ***thanks for mick80***

Just tested it, the tv sections are fine now, and correctly display all the episodes. The search still has some issues though. First off, it requires the minus sign to replace the spaces between keywords. I was getting an error at first, so I checked the log and noticed the plus sign instead. I fixed that in default.py, and now searches do show results. However, searching for a TV show presents the exact same issue we discussed this morning which means the last episode in each season will start playing right away instead of getting the full list of available episodes.

 

even after solving the above issue in last update 1.0.4,still there is problem in search,search lists all movies and series matching the given parameter but in case of series same behavior noted when click season play last episode in the season but not list the episodes

lucky search lists only seasons so if you want the all seasons search will do the job because in tv shows menu item lists seasons randomly and you have to  scroll down may pages to find you season and your episode

now the difficulty how to differentiate between movie and tv show in the search result if we know that this is tv show i give mode 200 for next click to go for episode listing code while if it is movie will give him mode 1 to go where code extract the stream url

as human when we look we know that this is show or movie and we are more intelligent than code in this aspect but as for code difficult to know because do not have long memory or sure never know about the movie or the series 

this is the same if you remember we faced with download problem ,the code doesnot know the movi name and give the name of local recorded movies for the last item which in that case is the server name,but i solved it by giving the choice for user to select the true movie name

now the first idea come to me to let code if find word season in the result then it is tv show and next click should mode 200 for extracting episoded else mode 1 for stream url extraction code

the side effect of this way if the movie name contains word season will give error


Edited by mfaraj57, 3 April 2017 - 01:16.


Re: TSmedia enigma2 plugin 1.0 #1965 mfaraj57

  • Senior Member
  • 1,605 posts

+286
Excellent

Posted 3 April 2017 - 01:35

continue

search url contain movie word and used for both movies and series so we can not use tow urls one for tv shows and one for movies

https://123movieshd..../search/the-100  if we replace movie by series the url becomes invalid

and even the result of  search include word film for series also

https://123movieshd....t/watching.html

so both are not helpful to differentiate

now temporary i will solve by this code

                    if 'series' in urlmain or 'Season' in name:
                        mode=200
                    else:
                        mode=1 

but seams not bad solution because  few movies contain word season in title and mostly not started by capital letter

i am not serious regard this because failed to watch few films with word season in this addon not that big issue and not the end of the word.



Re: TSmedia enigma2 plugin 1.0 #1966 mick80

  • Senior Member
  • 254 posts

+6
Neutral

Posted 3 April 2017 - 06:56

Well, I get it, don't fret about it, and most importantly don't lose any sleep over it :D Regardless of this search issue, the addon is still working beautifully. I guess I can just go ahead and manually set up some bookmarks for the shows I watch in the favorite section.



Re: TSmedia enigma2 plugin 1.0 #1967 mick80

  • Senior Member
  • 254 posts

+6
Neutral

Posted 3 April 2017 - 19:11

Yep, I just tried it and it works like a charm. I simply bookmarked a show from the latest section and then used that as reference to bookmark a bunch of seasons of shows I'm watching.

Re: TSmedia enigma2 plugin 1.0 #1968 humiboy

  • Senior Member
  • 46 posts

0
Neutral

Posted 3 April 2017 - 20:11

sorry for kodi it is working but not working channels channels not fixed,tomorrow will fix
but in tsmedia the non working channels fixed in version 1.0.3,but if you find more none working channel,list them here to fix

Hi

Yes now the non working channels working in 1.0.3 in TSmedia.

Can you fix the channels in Kodi too and change the Streams to 1x click to ok on the channel to open the stream.

For the moment i must click doppleclick and the Stream is starting.

Re: TSmedia enigma2 plugin 1.0 #1969 humiboy

  • Senior Member
  • 46 posts

0
Neutral

Posted 3 April 2017 - 20:39

@mfaraj57

In 1.0.3 TSmedia Karwan Plugin now i must too 2x click to ok button on the channel to open the stream.

With 1.0.0 there is better 1x click to the channel and Stream open.

In Tsmedia and Kodi so is it. Can you change for 1x click to open the Stream?

Re: TSmedia enigma2 plugin 1.0 #1970 pcd

  • Senior Member
  • 759 posts

+88
Good

Posted 4 April 2017 - 11:16

@mfaraj57

 

Hi,

 

Do the tsmedia addons now work in pc or android Kodi without needing patch?



Re: TSmedia enigma2 plugin 1.0 #1971 mfaraj57

  • Senior Member
  • 1,605 posts

+286
Excellent

Posted 4 April 2017 - 11:50

Hi pcd

generally yes 

but some TSmedia addons depend on few local files in TSmedia but can edited and removed.

also import syspath in first line in default.py should be removed

and finally this line should be added to end of default.py

xbmcplugin.endOfDirectory(int(sys.argv[1])) 

 

i have repo for kodi but for time being have few

http://tunisia-dream...o/TSmedia/repo/



Re: TSmedia enigma2 plugin 1.0 #1972 humiboy

  • Senior Member
  • 46 posts

0
Neutral

Posted 4 April 2017 - 14:49

Hi mfaraj57

Thx for the Karwan Update to 1.0.4 in TSMedia Plugin. Now works perfect

Not more 2x click to the channel. So is good.

But in your Kodi Repo Karwan Addon not available for the moment?

Do you Update the Karwan Kodi Addon too?

Re: TSmedia enigma2 plugin 1.0 #1973 humiboy

  • Senior Member
  • 46 posts

0
Neutral

Posted 4 April 2017 - 15:51

Ahh now it gives a new Kodi Addon Update to 1.0.4 from Karwan Addon in your Kodi repo.

Very good. Now with TSmedia and Kodi its perfect.

Thank you very much mfaraj57

Re: TSmedia enigma2 plugin 1.0 #1974 mfaraj57

  • Senior Member
  • 1,605 posts

+286
Excellent

Posted 4 April 2017 - 15:52

The repo updated  and karwan 1.0.4 installed in my android kodi crypton with one click playing and fast



Re: TSmedia enigma2 plugin 1.0 #1975 humiboy

  • Senior Member
  • 46 posts

0
Neutral

Posted 4 April 2017 - 16:04

I see very good work mfaraj57

I have a another question. You are a very good Dev.

Can you add turkish sites with channels for Kodi or tsmedia?

Re: TSmedia enigma2 plugin 1.0 #1976 mfaraj57

  • Senior Member
  • 1,605 posts

+286
Excellent

Posted 4 April 2017 - 16:34

It depends on sites,some sites difficult to extract links at least for me


Edited by mfaraj57, 4 April 2017 - 16:34.


Re: TSmedia enigma2 plugin 1.0 #1977 mick80

  • Senior Member
  • 254 posts

+6
Neutral

Posted 4 April 2017 - 16:38

@mfaraj57 Just updated to the latest version of 123movies and now the search engine works to perfection for tv series as well

Re: TSmedia enigma2 plugin 1.0 #1978 humiboy

  • Senior Member
  • 46 posts

0
Neutral

Posted 4 April 2017 - 17:17

@mfaraj57

I write here a few sites for example. When you have any time can you looking? For Kodi was very cool this sites

http://www.canlitv.com/
https://m.canlitvlive.live/
http://www.canlitvplay.com/
http://www.ecanlitvizle.net/
http://www.hdtvler1.net/
http://www.onlinetvler.com/

Re: TSmedia enigma2 plugin 1.0 #1979 cukodilo

  • Senior Member
  • 55 posts

0
Neutral

Posted 5 April 2017 - 14:01

news for videomediaset?



Re: TSmedia enigma2 plugin 1.0 #1980 mfaraj57

  • Senior Member
  • 1,605 posts

+286
Excellent

Posted 5 April 2017 - 16:35

yes in nettv section

version 1.1.2 should work




3 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users


    Bing (2)