TSmedia enigma2 plugin 1.0
Re: TSmedia enigma2 plugin 1.0 #1961
Re: TSmedia enigma2 plugin 1.0 #1962
Re: TSmedia enigma2 plugin 1.0 #1963
Re: TSmedia enigma2 plugin 1.0 #1964
Posted 3 April 2017 - 01:13
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.*****************************
plugin Name:movies_plugin.video.123movies_1.0.3
version:1.0.3
author:TSmedia Team
description: videos from 123movies ***thanks for mick80***
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
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
Re: TSmedia enigma2 plugin 1.0 #1967
Re: TSmedia enigma2 plugin 1.0 #1968
Posted 3 April 2017 - 20:11
Hisorry 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
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
Re: TSmedia enigma2 plugin 1.0 #1970
Re: TSmedia enigma2 plugin 1.0 #1971
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
Re: TSmedia enigma2 plugin 1.0 #1973
Re: TSmedia enigma2 plugin 1.0 #1974
Re: TSmedia enigma2 plugin 1.0 #1975
Re: TSmedia enigma2 plugin 1.0 #1976
Re: TSmedia enigma2 plugin 1.0 #1977
Re: TSmedia enigma2 plugin 1.0 #1978
Posted 4 April 2017 - 17:17
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
Re: TSmedia enigma2 plugin 1.0 #1980
8 user(s) are reading this topic
0 members, 8 guests, 0 anonymous users