Springen naar inhoud


Foto

DVDPlayer and MediaPlayer plugins there in menu


  • Please log in to reply
Er zijn 57 reacties in dit onderwerp

#1 ims

  • PLi® Core member
  • 13626 berichten

+212
Excellent

Geplaatst op 24 januari 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.

Bijgevoegde Bestanden


Kdo nic nedělá, nic nezkazí!

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

  • Senior Member
  • 489 berichten

+17
Neutral

Geplaatst op 24 januari 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...

Veranderd door daddelfalk, 24 januari 2012 - 17:14


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

  • PLi® Core member
  • 13626 berichten

+212
Excellent

Geplaatst op 24 januari 2012 - 17:17

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

Veranderd door ims, 24 januari 2012 - 17:18

Kdo nic nedělá, nic nezkazí!

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

  • Senior Member
  • 489 berichten

+17
Neutral

Geplaatst op 24 januari 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
  • 13626 berichten

+212
Excellent

Geplaatst op 24 januari 2012 - 17:30

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

Veranderd door ims, 24 januari 2012 - 17:33

Kdo nic nedělá, nic nezkazí!

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

  • PLi® Core member
  • 13626 berichten

+212
Excellent

Geplaatst op 24 januari 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 berichten

+17
Neutral

Geplaatst op 24 januari 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
  • 13626 berichten

+212
Excellent

Geplaatst op 24 januari 2012 - 17:45

Added.

Bijgevoegde Bestanden


Kdo nic nedělá, nic nezkazí!

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

  • PLi® Core member
  • 13626 berichten

+212
Excellent

Geplaatst op 24 januari 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 berichten

+3
Neutral

Geplaatst op 26 januari 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
  • 13626 berichten

+212
Excellent

Geplaatst op 26 januari 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 berichten

0
Neutral

Geplaatst op 26 januari 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
  • 13626 berichten

+212
Excellent

Geplaatst op 26 januari 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 berichten

0
Neutral

Geplaatst op 31 januari 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
  • 13626 berichten

+212
Excellent

Geplaatst op 31 januari 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 berichten

0
Neutral

Geplaatst op 1 februari 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
  • 13626 berichten

+212
Excellent

Geplaatst op 1 februari 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 berichten

0
Neutral

Geplaatst op 1 februari 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
  • 13626 berichten

+212
Excellent

Geplaatst op 1 februari 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 berichten

0
Neutral

Geplaatst op 1 februari 2012 - 20:48

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


1 gebruiker(s) lezen dit onderwerp

0 leden, 1 bezoekers, 0 anonieme gebruikers