Jump to content


Photo

IMDB plugin issues

imdb plugin imdb plugin

  • Please log in to reply
140 replies to this topic

Re: IMDB plugin issues #81 scriptmelvin †

  • PLi® Contributor
  • 720 posts

+46
Good

Posted 26 September 2022 - 14:30

Github seems to compare it with the default branch, in which case the observation is correct: python3 is many commits again of master.

 

But when creating a PR, it should create it against the upstream python3 branch (which you forked), not the master branch.

That is what I would expect. I guess I'll switch to cmdline git on a local clone...


Sorry to inform you this member, my brother, passed away.

Re: IMDB plugin issues #82 Huevos

  • PLi® Contributor
  • 4,247 posts

+158
Excellent

Posted 26 September 2022 - 15:09

And it doesn't compare against the default branch. It compares your feature branch against the branch you are sending a pull request to.


Edited by Huevos, 26 September 2022 - 15:10.


Re: IMDB plugin issues #83 mrvica

  • Senior Member
  • 1,227 posts

+82
Good

Posted 1 October 2022 - 14:29

By the way, have a look at this commit. Works really well.

https://github.com/o...9fd1f5781db39d0

I adapted OE-A IMDb for OpenPLi, it is really faster with json, you can launch it from Plugins, in eventview (long press Info/EPG) and in movielist (hihlight file in movie selection and press menu)



Re: IMDB plugin issues #84 mrvica

  • Senior Member
  • 1,227 posts

+82
Good

Posted 1 October 2022 - 16:15

starsbars were not displayed well in fhd skins, corrected

 



Re: IMDB plugin issues #85 scriptmelvin †

  • PLi® Contributor
  • 720 posts

+46
Good

Posted 1 October 2022 - 18:29

Thanks @adoxa (author), @Huevos and @mrvica. I tested a bit and it works great. It is faster, has more features, and avoids the error-proneness of regex scraping.

 

One thing I don't like is the exit confirmation dialog, so I removed it on my box. Maybe it should be a yes/no/yes-and-don't-ask-again dialog.

 

Maybe OpenPLi should adopt this version?


Sorry to inform you this member, my brother, passed away.

Re: IMDB plugin issues #86 Huevos

  • PLi® Contributor
  • 4,247 posts

+158
Excellent

Posted 1 October 2022 - 21:49

"In eventview (long press Info/EPG) and in movielist (hihlight file in movie selection and press menu)"

 

Is this a new change? If so where in the code?



Re: IMDB plugin issues #87 mrvica

  • Senior Member
  • 1,227 posts

+82
Good

Posted 2 October 2022 - 07:38

not in the code, it is in PLi hotkey by default, Info/EPG long -> show eventinfo plugins



Re: IMDB plugin issues #88 scriptmelvin †

  • PLi® Contributor
  • 720 posts

+46
Good

Posted 11 October 2022 - 00:12

Maybe OpenPLi should adopt this version?


No opinions on this?


Sorry to inform you this member, my brother, passed away.

Re: IMDB plugin issues #89 Huevos

  • PLi® Contributor
  • 4,247 posts

+158
Excellent

Posted 11 October 2022 - 00:56

 

Maybe OpenPLi should adopt this version?


No opinions on this?

 

Well, of course they should, but if no one pushes it to the repo it will never get out testing by the masses and the work will just get forgotten.



Re: IMDB plugin issues #90 WanWizard

  • PLi® Core member
  • 68,588 posts

+1,738
Excellent

Posted 11 October 2022 - 11:03

No opinions on this?

 

Been not very well lately. Let me know if I need to do something.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: IMDB plugin issues #91 Huevos

  • PLi® Contributor
  • 4,247 posts

+158
Excellent

Posted 11 October 2022 - 14:33

Not much point. Yet again more changes.



Re: IMDB plugin issues #92 40H3X

  • Forum Moderator
    PLi® Contributor
  • 5,794 posts

+187
Excellent

Posted 13 October 2022 - 10:06

Crash log on 8.3, apart from the log every search gives a "No IMDb match"

Traceback (most recent call last):
  File "/usr/lib/enigma2/python/Components/ActionMap.py", line 57, in action
  File "/usr/lib/enigma2/python/Screens/PluginBrowser.py", line 145, in save
  File "/usr/lib/enigma2/python/Screens/PluginBrowser.py", line 149, in run
  File "/usr/lib/enigma2/python/Plugins/Extensions/IMDb/plugin.py", line 1147, in main
  File "/usr/lib/enigma2/python/StartEnigma.py", line 312, in open
    dlg = self.current_dialog = self.instantiateDialog(screen, *arguments, **kwargs)
  File "/usr/lib/enigma2/python/StartEnigma.py", line 255, in instantiateDialog
    return self.doInstantiateDialog(screen, arguments, kwargs, self.desktop)
  File "/usr/lib/enigma2/python/StartEnigma.py", line 272, in doInstantiateDialog
    dlg = screen(self, *arguments, **kwargs)
  File "/usr/lib/enigma2/python/Plugins/Extensions/IMDb/plugin.py", line 278, in __init__
  File "/usr/lib/enigma2/python/Plugins/Extensions/IMDb/plugin.py", line 655, in getIMDB
AttributeError: 'NoneType' object has no attribute 'toString'
[ePyObject] (CallObject(<bound method ActionMap.action of <Components.ActionMap.ActionMap instance at 0xb21d1f08>>,('WizardActions', 'ok')) failed)



Hardware: Vu+ Uno 4K SE - Vu+ Duo 4K  - Fuba 78 cm - Tripleblock LNB Quad 19.2/23.5/28.2 - DS918+
Software : OpenPLi - OSCam - Settings van Hans - Autotimer - EPGImport

---------------------------------------------------------------------------------------------------------------------------------------

Remember: Upvote with the rep_up.png button for any user/post you find to be helpful, informative, or deserving of recognition!

---------------------------------------------------------------------------------------------------------------------------------------

Many answers to your question can be found in our new and improved wiki

Note: I do not provide support via PM !.


Re: IMDB plugin issues #93 Dimitrij

  • PLi® Core member
  • 10,012 posts

+338
Excellent

Posted 13 October 2022 - 10:51

https://github.com/O.../plugin.py#L655

need this

			else:
				self.eventName = self.session.nav.getCurrentlyPlayingServiceReference() and self.session.nav.getCurrentlyPlayingServiceReference().toString() or ""
                                if self.eventName:
				    self.eventName = self.eventName.split('/')
				    self.eventName = self.eventName[-1]
				    self.eventName = self.eventName.replace('.', ' ')
				    self.eventName = self.eventName.split('-')
				    self.eventName = self.eventName[0]
				    if self.eventName.endswith(' '):
					self.eventName = self.eventName[:-1]

Edited by Dimitrij, 13 October 2022 - 10:52.

GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K


Re: IMDB plugin issues #94 scriptmelvin †

  • PLi® Contributor
  • 720 posts

+46
Good

Posted 13 October 2022 - 10:56

every search gives a "No IMDb match"


It is being worked on. See here.


Sorry to inform you this member, my brother, passed away.

Re: IMDB plugin issues #95 40H3X

  • Forum Moderator
    PLi® Contributor
  • 5,794 posts

+187
Excellent

Posted 13 October 2022 - 11:12

 

every search gives a "No IMDb match"


It is being worked on. See here.

 

 

:thumbs-up:


Hardware: Vu+ Uno 4K SE - Vu+ Duo 4K  - Fuba 78 cm - Tripleblock LNB Quad 19.2/23.5/28.2 - DS918+
Software : OpenPLi - OSCam - Settings van Hans - Autotimer - EPGImport

---------------------------------------------------------------------------------------------------------------------------------------

Remember: Upvote with the rep_up.png button for any user/post you find to be helpful, informative, or deserving of recognition!

---------------------------------------------------------------------------------------------------------------------------------------

Many answers to your question can be found in our new and improved wiki

Note: I do not provide support via PM !.


Re: IMDB plugin issues #96 Dimitrij

  • PLi® Core member
  • 10,012 posts

+338
Excellent

Posted 14 October 2022 - 05:45

[IMDB] fix not play service


GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K


Re: IMDB plugin issues #97 mrvica

  • Senior Member
  • 1,227 posts

+82
Good

Posted 15 October 2022 - 15:41

thanks @adoxa, IMDb now working again, please delete attachments #83, #84, in order to avoid any misunderstanding I adapted this OE-Alliance version for PLi

enigma2-plugins/imdb at master · oe-alliance/enigma2-plugins · GitHub

 

Attached Files

  • Attached File  IMDb.zip   45.66KB   8 downloads


Re: IMDB plugin issues #98 40H3X

  • Forum Moderator
    PLi® Contributor
  • 5,794 posts

+187
Excellent

Posted 15 October 2022 - 17:15

Removed.


Hardware: Vu+ Uno 4K SE - Vu+ Duo 4K  - Fuba 78 cm - Tripleblock LNB Quad 19.2/23.5/28.2 - DS918+
Software : OpenPLi - OSCam - Settings van Hans - Autotimer - EPGImport

---------------------------------------------------------------------------------------------------------------------------------------

Remember: Upvote with the rep_up.png button for any user/post you find to be helpful, informative, or deserving of recognition!

---------------------------------------------------------------------------------------------------------------------------------------

Many answers to your question can be found in our new and improved wiki

Note: I do not provide support via PM !.


Re: IMDB plugin issues #99 relaxibus

  • Member
  • 6 posts

0
Neutral

Posted 7 November 2022 - 10:38

Hi, tested on OpenVix 5.4 but it shows "No Results Found". How could I help you to fix this?

 

Thanks,

-Relaxi



Re: IMDB plugin issues #100 Huevos

  • PLi® Contributor
  • 4,247 posts

+158
Excellent

Posted 7 November 2022 - 15:13

Hi, tested on OpenVix 5.4 but it shows "No Results Found". How could I help you to fix this?

 

Thanks,

-Relaxi

Why are you asking an OpenViX question on the PLi forum? You should ask on OpenViX forum. Version 5.4 is years old. There have been changes to IMDB sources so you need an up to date image. 6.2 series is the most recent.





Also tagged with one or more of these keywords: imdb plugin, imdb, plugin

1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users