External player in XBMC

sergiri

Vu+ Newbie
Hi all, I am testing playback of hdd files and internet files (from pelisalacarta). With internal player, I have problems because the video runs so slowly and without sound in internet streams (also hdd video files run slow with internal player), so I have changed the playercorefactory.xml adding these lines :

<player name="E2Player" type="ExternalPlayer" audio="true" video="true">
<filename>xbmc.helper</filename>
<args>--url="{1}" --owner="$PPID"</args>
<hidexbmc>true</hidexbmc>
<hideconsole>true</hideconsole>
<warpcursor>none</warpcursor>
</player>
</players>

With this lines I can play videos with E2player but I don't like it. Do you know if we can use other external players (for example EMC player) or what's happen with internal player?
 

sergiri

Vu+ Newbie
Whot is EMC ? you think about plugins EMC or orginal player in xbmc ?
EMC is Enhanced Movie Center, a mediaplayer plugin for enigma2, like Advanced Movie Selection. I talk about these because are enigma2 mediaplayers, but if we can use other external players let me know.
 

oblivian

Vu+ User
telnet one line at a time
Code:
opkg install http://dl.bintray.com/mx3l/generic/enigma2-plugin-extensions-subssupport_1.4.9_20150126_all.ipk
opkg install http://dl.bintray.com/mx3l/generic/enigma2-plugin-extensions-mediaplayer2_0.57_20140905_all.ipk
opkg install http://dl.bintray.com/mx3l/generic/python-xmlrpc_2.7.2-r7.17_mips32el.ipk

REBOOT box

put this file
Code:
https://mega.co.nz/#!kNR3UQxa!ar2YnlLScIZ-uOKMfnFN3Huhdmq2U22xaCCKzvQgME8
in usr/lib/enigma2/python/Plugins/Extensions/XBMC
make safe backup of original file first

that's it
 
Last edited by a moderator:

nunigaia

Moderator
Enigma2 MediaPlayer2 upgrade from version 0.57 to version 0.58 ( 04-03-2015 )

Version 0.58

fixed GS on "Add files to playlist" introduced by 0.57 version
fixed GS on DMM merlin images
------------------------------------------------------------------------------
Version 0.57

don't interfere with standard mediaplayer

We were intentionally removing standard mediaplayer from main menu and replacing it with mediaplayer2 if setting "replace default mediaplayer in main menu" was enabled. Better way is to only add option to just show mediaplayer in main menu without removal of standard mediaplayer from it. Standard mediaplayer has its own setting to be removed or shown in main menu, so no need to do this from other plugin.

allow open plugins from extensions menu (blue button)
Now it's possible to open any plugin which is added to extensions menu, while in mediaplayer2
added possibility to change media-framework when available - by Micky GMouse
you can switch between eplayer3/gstreamer in settings if you're using image which supports it
updated Polish translations - by Micky GMouse
make play/pause work consistently across images

------------------------------------------------------------------------------
Subssupport: Version 1.5.0

main
  • added subssupport downloader plugin
    • now you can search and download subtitles without opening mediaplayer
    • added to Plugins and Extensions menu (blue button)
  • attempt to fix compatibility with DMM images
  • fixed GS when loading subtitles with diacritics in filename
  • updated slovak locales
  • main menu screen
    • added "Search Subtitles" option for more direct reach
  • choose subtitles screen
    • removed "Search Subtitles" option
    • added "Choose from download history" option (yellow button)
search
  • added download history
    • shows list of all downloaded subtitles (if download history is enabled)
    • possibility to select and open downloaded subtitle (ok button)
    • possibility to remove downloaded subtitle from list/filesystem (red button)
    • downloaded subtitles in current search session are marked(green)
    • subtitles removed from filesystem are auto-removed also from the list
    • download history is limited (default=50 entries) when limit is reached then oldest entry is removed
  • search subtitles screen
    • fixed downloading subtitles with diacritics in filename
    • fixed serbian country code, serbian flag is now shown
    • search progress message now also shows count of found subtitles
    • while search is active only "exit" and "ok" buttons are enabled
      • exit - closes subtitle search
      • ok - stops search, and shows all found subtitles up to stop
      • other actions are disabled since it make no sense to change settings, or update search params while searching, performance is also decreased
    • menu actions in bottom menu are enabled/disabled also visually
    • added context menu (menu button)
      • first entry represents default action created by "search settings"
        • same action as pressing "ok" button on subtitle in subtitles list
      • possible options
        • Download (user defined) - downloads subtitle to predefined downloads directory
        • Download (next to video) - downloads subtitle next to video
        • Download (more ...) - shows more download options
          • customize download directory
          • customize filename
        • Download and Load ... - same as Download but also opens(loads) subtitles
    • added "History" option (yellow button)
      • opens download history
    • "Settings" option is moved from yellow to blue button
    • renamed "Update search params" to "Update"
  • search settings screen
    • fixed option "Always ask before overwriting existing subtitles"
      • was still asking for overwriting, when this option was turned off
    • added "Load subtitles after download" option
      • when turned off subtitles will be not loaded and you will remain in subtitle's search list, with possibility to download more subtitles
    • added "Save downloaded subtitles to history"
    • added "Load/Save download history directory"
      • select directory from where the download history will be stored and loaded
    • removed "Always ask where to download subtitles" option
      • this option is no longer neccessary, its fully replaced by "Download (more...)" option from context menu
    • fixed typos

Subssupport: Version 1.4.9
------------------------------------------------------------------------------

Main
  • updated polish translations by Mickey GMouse
  • fixed not working reset defaults in subtitles search settings issue#63
  • install utf-16 encoding library when missing

------------------------------------------------------------------------------
EMC + subssupport

(subssupport >=1.3.1 necessary)


*******************************************************************

best regards
nunigaia
 

Attachments

  • enigma2-plugin-extensions-mediaplayer2_0.58_20150306_all.ipk
    73.4 KB · Views: 148
  • enigma2-plugin-extensions-subssupport_1.5.0_20150304_all.ipk
    929.5 KB · Views: 112
  • enigma2-plugin-extensions-enhancedmoviecenter_git+888+b459bbc-r1_mips32el.ipk
    613.1 KB · Views: 122

Alecto28

Vu+ Newbie
telnet one line at a time
Code:
opkg install http://dl.bintray.com/mx3l/generic/enigma2-plugin-extensions-subssupport_1.5.0_20150304_all.ipk
opkg install http://dl.bintray.com/mx3l/generic/enigma2-plugin-extensions-mediaplayer2_0.57_20150204_all.ipk
opkg install http://dl.bintray.com/mx3l/generic/python-xmlrpc_2.7.2-r7.17_mips32el.ipk

REBOOT box

put this file
Code:
https://mega.co.nz/#!kNR3UQxa!ar2YnlLScIZ-uOKMfnFN3Huhdmq2U22xaCCKzvQgME8
in usr/lib/enigma2/python/Plugins/Extensions/XBMC
make safe backup of original file first

that's it

The links were not valid anymore, so I updated them (mediplayer2 here is version 0.57 not 0.58).

I had to uninstall mediaplayer1 and subsdownloader or else subsupport wouldn't work.

After that everything works fine, to call up the subtitle menu in mediaplayer2 just press the subtitle key in the remote.

Cheers!
 

nunigaia

Moderator
How to acess menu and submenus on MediaPlayer2 regarding subtitles XBMC:

Controls

  • ZOOM/5 - change aspect ratio of the screen
  • RIGHT/LEFT - increase/decrease subtitles delay
  • INFO(I) - when pressed in file/play list, it shows info in CSFD plugin
  • SUBTITLES/TEXT - shows subtitles menu
  • TV - refreshes subtitles position
  • 0 - mark position
  • NEXT(>) - go to next mark if available/go to next item in playlist
  • PREVIOUS(<) - go to previous mark if available/go to previous item in playlist

best regards
nunigaia
 

nunigaia

Moderator
Hi, I have mediaplayer2 in xbmc, but the subtitle key in the remote don't work for me....

The Subtitles key is only avaiable when in playing mode --> i.e. you must plut the video playing, upon this press the Subtitle/Text Key on your remote.

best regards
nunigaia
 

nunigaia

Moderator
Enhanced Movie Center with Subsupport ( Subtitles )

Now you can try also ENHANCED MOVIE CENTER with subtitles support instead of MEDIAPLAYER2

EMC is based on latest source from https://github.com/betonme/e2openplugin-EnhancedMovieCenter + added support for subssupport

You´ll need to install this 3 plugins attached to your STB, to make it possible to use Enhanced Movie Center as external player on XBMC, you´ll have to upload by ftp to your STB the file *** plugin.py *** to /usr/lib/enigma2/python/Plugins/Extensions/XBMC.

This > plugin.py < is modified to make ENHANCEMOVIECENTER, your default player on XBMC.

Note: You must unpack the plugin.zip file and ftp the file inside to your STB


HELP --> HOWTO ACESS SUBTITLES SUBMENU:
==============================

HELP --> SHOW SUBTITLES MENU
TEXT --> REMOTE KEY
SUBTITLES -> REMOTE KEY
BLUE KEY - CHANGE DELAY OF SUBTITLES

Best regards
nunigaia
 

Attachments

  • python-xmlrpc_2.7.2-r7.17_mips32el.ipk
    20.8 KB · Views: 162
  • enigma2-plugin-extensions-enhancedmoviecenter_git+888+b459bbc-r1_mips32el.ipk
    613.1 KB · Views: 141
  • enigma2-plugin-extensions-subssupport_1.5.0_20150304_all.ipk
    929.5 KB · Views: 133
  • plugin.zip
    2.4 KB · Views: 290

jozweerd

Vu+ Newbie
With Mp2 i still get the massage gstreamer h264 decoder not available and i have only sound and no picture, and with EMC i have only sound but no picture.

Some help please
 

nunigaia

Moderator
With Mp2 i still get the massage gstreamer h264 decoder not available and i have only sound and no picture, and with EMC i have only sound but no picture.

Some help please

What version of plugins are you working with?

best regards
nunigaia
 
Top