Jump to content


Photo

DVDPlayer and MediaPlayer plugins there in menu


  • Please log in to reply
57 replies to this topic

#1 ims

  • PLi® Core member
  • 13,625 posts

+212
Excellent

Posted 24 January 2012 - 16:56

I know, that somebody hate plugins there in main menu, but why could not be this plugins optionaly displayed there in main menu ? Let user choose, what he want.
Main menu have 5 item only and for all must users to submenues. All who have children know, that is better prepare DVD into drive and child can easy select playback with DVDPlayer from main menu, than leave child operate in Movieplayer (Video), where it can easy remove anything. Similar it is with MediaPlayer and playlist.
Kdo nic nedělá, nic nezkazí!

Re: DVDPlayer and MediaPlayer plugins there in menu #2 daddelfalk

  • Senior Member
  • 489 posts

+17
Neutral

Posted 24 January 2012 - 17:14

Hi,

won't work for DVDPlayer as

+ if config.plugins.showinmenu_dvdplayer.value:
+ list.append(PluginDescriptor(name = "DVDPlayer", description = "Play DVDs", where = PluginDescriptor.WHERE_MENU, needsRestart = False, fnc = menu))

Function menu does not exist in plugin.py anymore. Also adding DVDPlayer to MainMenu won't add any new functionality because obsolete DVD FileBrowser has been removed during DVDPlayer Screen move...

Edited by daddelfalk, 24 January 2012 - 17:14.


Re: DVDPlayer and MediaPlayer plugins there in menu #3 ims

  • PLi® Core member
  • 13,625 posts

+212
Excellent

Posted 24 January 2012 - 17:17

strange, for me it works well 2 weeks :-)

Edited by ims, 24 January 2012 - 17:18.

Kdo nic nedělá, nic nezkazí!

Re: DVDPlayer and MediaPlayer plugins there in menu #4 daddelfalk

  • Senior Member
  • 489 posts

+17
Neutral

Posted 24 January 2012 - 17:23

Hi,

maybe you use some kind of custom plugin.py for the DVDPlayer which added def menu Support

On latest plugin.py it is not included anymore, oi am i getting blind? ;)

http://openpli.git.s...bc0a8bb;hb=HEAD



Re: DVDPlayer and MediaPlayer plugins there in menu #5 ims

  • PLi® Core member
  • 13,625 posts

+212
Excellent

Posted 24 January 2012 - 17:30

But it works for me. Must saw, what i forgot add into patch...

Edited by ims, 24 January 2012 - 17:33.

Kdo nic nedělá, nic nezkazí!

Re: DVDPlayer and MediaPlayer plugins there in menu #6 ims

  • PLi® Core member
  • 13,625 posts

+212
Excellent

Posted 24 January 2012 - 17:34

I am forgot add into DVDPlugin's plugin.py lines:
def menu(menuid, **kwargs):
if menuid == "mainmenu":
  return [(_("DVD Player"), main, "dvd_player", 46)]
return []

Kdo nic nedělá, nic nezkazí!

Re: DVDPlayer and MediaPlayer plugins there in menu #7 daddelfalk

  • Senior Member
  • 489 posts

+17
Neutral

Posted 24 January 2012 - 17:45

Hi,

so i am ok ;) But calling DVDPlayer Plugin from Main Menu does not add any functionalty, as previously embedded Filebrowser has beend removed. ...

Re: DVDPlayer and MediaPlayer plugins there in menu #8 ims

  • PLi® Core member
  • 13,625 posts

+212
Excellent

Posted 24 January 2012 - 17:45

Added.

Attached Files


Kdo nic nedělá, nic nezkazí!

Re: DVDPlayer and MediaPlayer plugins there in menu #9 ims

  • PLi® Core member
  • 13,625 posts

+212
Excellent

Posted 24 January 2012 - 17:48

Hi,

so i am ok ;) But calling DVDPlayer Plugin from Main Menu does not add any functionalty, as previously embedded Filebrowser has beend removed. ...


Yes, but child can easy playback DVD from DVD driver. Must not open/close or must not use MoviePlayer (Video). In addition, overlay screen for menu and subtitles works from it well, from MoviePlayer does not...
Kdo nic nedělá, nic nezkazí!

Re: DVDPlayer and MediaPlayer plugins there in menu #10 sek1973

  • Senior Member
  • 116 posts

+3
Neutral

Posted 26 January 2012 - 09:42

I think it's not only important for children. I've noticed that people who are not dealing frequently with Enigma STBs have difficulites in using it. I think multimedia features should be available in main menu - playing movies, recordings, music, CD, DVD, pictures, browsing files etc. Direct access to movie player would solve a lot of those questions. I know that there is "video" key but it's not too intuitive.
Let's take into account that many devices have such menu architecture nowadays.
Obviously it could be configurable by user in settings.
Regards.

Re: DVDPlayer and MediaPlayer plugins there in menu #11 ims

  • PLi® Core member
  • 13,625 posts

+212
Excellent

Posted 26 January 2012 - 09:48

Now is DVDPlayer set: if is DVD there in driver, then is DVDPlayer in menu.
It is not so much happy solution imho , when somebody using "shortcuts" as me (f.eg. Menu-5-..., Menu-3 etc), because then are this shortcuts changing :-(
Kdo nic nedělá, nic nezkazí!

Re: DVDPlayer and MediaPlayer plugins there in menu #12 bobby1234

  • Senior Member
  • 27 posts

0
Neutral

Posted 26 January 2012 - 10:07

Sorry for being a newbie. But how do I install this patch on my DM8000? I am missing the Media Player option on the main menu.

Re: DVDPlayer and MediaPlayer plugins there in menu #13 ims

  • PLi® Core member
  • 13,625 posts

+212
Excellent

Posted 26 January 2012 - 13:31

with:
git clone git://openpli.git.sourceforge.net/gitroot/openpli/enigma2
you get sources, then you can use: gitt apply wanted_patch
then replace files in box with modified files and restart gui.
Kdo nic nedělá, nic nezkazí!

Re: DVDPlayer and MediaPlayer plugins there in menu #14 thomas2000

  • Senior Member
  • 82 posts

0
Neutral

Posted 31 January 2012 - 15:52

Im also newbie, and im trying to install this, but no luck till now. If i instal it with dream explorer nothing is happening...
When i telnet: git clone git://openpli.git.sourceforge.net/gitroot/openpli/enigma2
I get:Git not found

Anybody knows what to do?

Re: DVDPlayer and MediaPlayer plugins there in menu #15 ims

  • PLi® Core member
  • 13,625 posts

+212
Excellent

Posted 31 January 2012 - 16:03

this is patch for source files, when you have they on your linux pc (you get is with git clone ... ).
Kdo nic nedělá, nic nezkazí!

Re: DVDPlayer and MediaPlayer plugins there in menu #16 thomas2000

  • Senior Member
  • 82 posts

0
Neutral

Posted 1 February 2012 - 19:29

Thankyou ims,

Is there a way to do this without a linux pc?

Re: DVDPlayer and MediaPlayer plugins there in menu #17 ims

  • PLi® Core member
  • 13,625 posts

+212
Excellent

Posted 1 February 2012 - 19:59

Try it, but i never worked with it ... http://code.google.c...&q=official Git

You can add it manualy to files listed there in patch too. But in UltraEdit (or some editor, which can read and save unix/linux format / without 0x0D 0x0A / ).
Kdo nic nedělá, nic nezkazí!

Re: DVDPlayer and MediaPlayer plugins there in menu #18 thomas2000

  • Senior Member
  • 82 posts

0
Neutral

Posted 1 February 2012 - 20:18

Thank you very much for helping :) , but its too difficult for me.

Maybe if I have some more time I'll go trying again.

Re: DVDPlayer and MediaPlayer plugins there in menu #19 ims

  • PLi® Core member
  • 13,625 posts

+212
Excellent

Posted 1 February 2012 - 20:39

do you want to have in menu permanently DVDPlayer only or MediaPlayer too ?
Kdo nic nedělá, nic nezkazí!

Re: DVDPlayer and MediaPlayer plugins there in menu #20 thomas2000

  • Senior Member
  • 82 posts

0
Neutral

Posted 1 February 2012 - 20:48

I prefer both, but Mediaplayer is most important...


0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users