Jump to content


Photo

Hide Infobar in MediaPlayer


  • Please log in to reply
15 replies to this topic

#1 demosat1

  • Senior Member
  • 367 posts

+6
Neutral

Posted 1 November 2015 - 18:57

Hi,

 

I use mediaplayer plugin for playlist e2pls.

exemple file.e2pls

3:0:0:0:0:0:0:0:0:0:/media/net/VideosDISKSTATION/Cambodge 2013/00259.MTS
3:0:0:0:0:0:0:0:0:0:/media/net/VideosDISKSTATION/Cambodge 2013/00260.MTS
3:0:0:0:0:0:0:0:0:0:/media/net/VideosDISKSTATION/Cambodge 2013/00261.MTS
3:0:0:0:0:0:0:0:0:0:/media/net/VideosDISKSTATION/Cambodge 2013/00262.MTS
3:0:0:0:0:0:0:0:0:0:/media/net/VideosDISKSTATION/Cambodge 2013/00263.MTS
3:0:0:0:0:0:0:0:0:0:/media/net/VideosDISKSTATION/Cambodge 2013/00264.MTS
3:0:0:0:0:0:0:0:0:0:/media/net/VideosDISKSTATION/Cambodge 2013/00265.MTS
3:0:0:0:0:0:0:0:0:0:/media/net/VideosDISKSTATION/Cambodge 2013/00266.MTS

In setting menu they are config.mediaplayer.alwaysHideInfoBar = ConfigYesNo(default=True)

mini_983371screenshot.jpg

 

The infobar is not hidden, when playing the file

mini_6658553000000000.jpg

 

IIs it possible to make a correction to hide infobar.

 

Thanks

 

 



Re: Hide Infobar in MediaPlayer #2 demosat1

  • Senior Member
  • 367 posts

+6
Neutral

Posted 3 November 2015 - 10:59

Hi,

 

Would it be possible to add a function to decrease the value of the OSD only during playback of the video.
Which allows for the transition of the two video playback to have a neutral OSD display.

 

798067IMG201511031046582.jpg

 

Thanks



Re: Hide Infobar in MediaPlayer #3 littlesat

  • PLi® Core member
  • 57,163 posts

+698
Excellent

Posted 3 November 2015 - 13:15

As far I know it should hide....

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Hide Infobar in MediaPlayer #4 WanWizard

  • PLi® Core member
  • 70,508 posts

+1,810
Excellent

Posted 3 November 2015 - 13:23

Just checked, it does. It behaves as an infobar, it only pops up when I press the Ok button.

 

Is there a setting that controls this?


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (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: Hide Infobar in MediaPlayer #5 demosat1

  • Senior Member
  • 367 posts

+6
Neutral

Posted 3 November 2015 - 22:20

I would like the OSD is not displayed during the video.
Because it is recording with my camcorder, and scenes lasts 10-20 seconds, so between each reading there the OSD that appears.

 

Do you know the way to change the OSD value through a Http control?



Re: Hide Infobar in MediaPlayer #6 nietgiftig

  • Senior Member
  • 787 posts

+39
Good

Posted 3 November 2015 - 23:00

Just checked, it does. It behaves as an infobar, it only pops up when I press the Ok button.

 

It also pop-ups as you do speed commands  2x 4x ... etc .

And if the speed it more than 1x it stays on

And comes up when you do a jump command with the number keys

 

Would be nice if you could suppress it


Edited by nietgiftig, 3 November 2015 - 23:00.

 Hardware: Master VU Uno 4K SE  1x Mut@nt HD51.4K & 2x ZgemmaH9T
Software : Pli (v7) (7.1rc) 2019 


Re: Hide Infobar in MediaPlayer #7 littlesat

  • PLi® Core member
  • 57,163 posts

+698
Excellent

Posted 3 November 2015 - 23:18

Press ok button and it will disappear....

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Hide Infobar in MediaPlayer #8 jeffphil

  • Senior Member
  • 116 posts

+7
Neutral

Posted 4 November 2015 - 00:21

Sorry not at a box currently but I think the option to show infobar on service change may be the key here so it doesn't show when the videos change......Just an idea


Until The Wheels are off the ground there is still hope


DM500,DM600,DM800HD,VU+ Duo

Re: Hide Infobar in MediaPlayer #9 demosat1

  • Senior Member
  • 367 posts

+6
Neutral

Posted 4 November 2015 - 01:22

Excuse me, i dont speak english so is not easy to explaine.

It is not envisagable press the OK button for the X files to the playlist.

My playlists correspond to trips abroad.
These are memories of holidays with my camcorder
Each playlist contains from 300 to 700 pieces of 10 to 20 seconds of video

The mediaplayer is interesting to read all the video files.
But the problem is that between each transission video file, the OSD appears.


Ok, i create for exemple a folder Test with 3 files.MTS
I create playliste Test.e2pls
I play with plugin mediaplayer Test.e2pls.

I record action with my smartphone, please look the video (Duration Video 57 secondes)

upload video on https://1fichier.com/?e95ktpwaw9

OSD apprait many times the example video

Therefore, I would like the OSD is 100% transparent, it's invisible during playback.

Thanks



Re: Hide Infobar in MediaPlayer #10 demosat1

  • Senior Member
  • 367 posts

+6
Neutral

Posted 5 November 2015 - 05:17

Ok to help me, here is my tip.

Just after starting video playback of the playlist
Open telnet console

- And to bring transparency to 100% of the OSD

echo "0" > /proc/stb/video/alpha

-And when video playback the playlist is finished

echo "255" > /proc/stb/video/alpha

Edited by demosat1, 5 November 2015 - 05:17.


Re: Hide Infobar in MediaPlayer #11 littlesat

  • PLi® Core member
  • 57,163 posts

+698
Excellent

Posted 5 November 2015 - 11:48

And press OK????


WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Hide Infobar in MediaPlayer #12 demosat1

  • Senior Member
  • 367 posts

+6
Neutral

Posted 5 November 2015 - 12:12

And press OK is not possible !

 

Playlist = file1,file2,file3,file4... file300

 

Time by file = 10 or 20 secondes and press ok all 10 secondes is stupid.

 

In Mode Tv  there is this fonction "Show infobar on event change" yes or no

 

I would like to have the same fonction in media player.

Show infobar on videofile change yes or no


Edited by demosat1, 5 November 2015 - 12:16.


Re: Hide Infobar in MediaPlayer #13 littlesat

  • PLi® Core member
  • 57,163 posts

+698
Excellent

Posted 5 November 2015 - 15:18

I would recommend to merge al those files to one big one... ;)

 

But I understand what you mean now.... You do not want to show the OSD when you play the next movie automatically...

 

As far I know in the MoviePlayer, via the normal Video button, the option should be available....


Edited by littlesat, 5 November 2015 - 15:33.

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Hide Infobar in MediaPlayer #14 demosat1

  • Senior Member
  • 367 posts

+6
Neutral

Posted 5 November 2015 - 15:47

Yes in movieplayer -> menu -> 8 - Editer paramètres (edit settings) -> Toujours cacher la barre d'info oui/non (Always hide infobar yes/no)

 

Yes or No for alway hide infobar no work when play next movie automatically.

OSD constantly show on play next movie automatically.



Re: Hide Infobar in MediaPlayer #15 Rob van der Does

  • Senior Member
  • 7,766 posts

+184
Excellent

Posted 6 November 2015 - 11:36

Or otherwise just delete the movie player from the active skin (possibly needs to remove it from the skin default as well). Then you'll never see it.



Re: Hide Infobar in MediaPlayer #16 demosat1

  • Senior Member
  • 367 posts

+6
Neutral

Posted 6 November 2015 - 13:05

Hum.... yes and no.

yes but to press the playing OK key is also interesting to know the currently playing song.

 

at a time X of playback of the playlist, you want to know what the number of the current file.

 

No display OSD automaticaly on playing playlist, but if you press OK, the infobar of the current file display.




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users