Jump to content


mrvica

Member Since 9 Mar 2016
Offline Last Active Today, 22:03
*****

#1396026 Video Player Simple

Posted by mrvica on 22 October 2021 - 15:45

I built Picture Player into Video Player Simple, now it plays all media file, well it is still a file list, enigma2 with help of gstreamer or exetplayer3 plays the file, if your box does not support a specific format there is no playback.

 

small problem: in order to show all media files I had to put picture files (they normally don´t need ServiceReference) in additional extensions of FileList, otherwise they won´t show up in the list, i.e 4198:jpg, now I get an error (cannot concatenate str and eServiceReference)  when calling installed Picture Player (line 440 in plugin.py), there is a workaround (line 434 in plugin.py) with the drawback I have no sorting possibility of files in Picture Full View anymore, they are only sorted by name, if you have an idea how to fix this any help would be highly appreciated

 

Attached Thumbnails

  • screenshot_2021-10-22_15-49-09.jpg
  • screenshot_2021-10-22_15-49-17.jpg
  • screenshot_2021-10-22_15-49-21.jpg
  • screenshot_2021-10-22_15-49-24.jpg
  • screenshot_2021-10-22_15-49-26.jpg

Attached Files




#1394734 Picture Player 2

Posted by mrvica on 17 October 2021 - 15:57

installed picture player is ok but lacks sorting possibility of files, Í don´t like watching pictures in the same order, i hate it actually, now you can sort files by name, date, size or shuffle them, you can delete a file as well, it still needs installed picture player (I didnt want to duplicate the code), it shows bmp, png, jpg, gif, svg and mvi, you get small help (key actions) on help

 

 

Attached Files




#1363084 develop: 2021-07-05 Enigma2: No Channel Info

Posted by mrvica on 5 July 2021 - 21:31

long press OK in 2nd infobar to choose appearance of secondinfobar (simple or advanced)




#1346991 File Commander OpenATV

Posted by mrvica on 6 May 2021 - 21:56

while playing movie files with FileCommander you can´t exit with "exit", the messagebox pops up without any effect, you can only exit with "stop" without any confirmition, this diff resolves the problem

--- type_utils.py	Thu Jul 23 14:23:44 2020
+++ type_utils.py	Thu May 06 19:09:08 2021
@@ -46,17 +46,18 @@
 
 	def leavePlayer(self):
 		self.is_closing = True
-		self.close()
+		self.session.openWithCallback(self.leavePlayerConfirmed, MessageBox, _("Exit movie player?"))
 
 	def leavePlayerConfirmed(self, answer):
-		pass
+		if answer:
+			self.close()
 
 	def doEofInternal(self, playing):
 		if not self.execing:
 			return
 		if not playing:
 			return
-		self.leavePlayer()
+		self.close()
 
 	def showMovies(self):
 		self.WithoutStopClose = True




#1343191 serviceNameFont valign?

Posted by mrvica on 28 April 2021 - 10:35

load the font in font editor, you can see if the vertical alignment centered is or not, just load an another font for compare, you could edit the font and save it, maybe you can do that for all letters at once




#1336571 Radiokanal ohne Ton

Posted by mrvica on 9 April 2021 - 21:29

oder z.B. mit exteplayer3 über den stream releay port abzuspielen

#!/bin/bash

ref=`/usr/bin/wget -O - -q http://localhost/web/getcurrent | /bin/grep -B 1 "\(<\|</\)e2servicename" | /bin/sed 's/<[^>]*>//g' | /bin/sed 's/^[ \t]*//' | /bin/sed '2d'`
/usr/bin/wget -O /dev/null -q http://localhost/web/zap?sRef=1
/usr/bin/exteplayer3 http://localhost:17999/$ref > /dev/null 2>&1

exteplayer3 muss installiert sein, ich bekomme auf diese Weise Bild oder Ton wenn die fehlen




#1326379 Video Player Simple

Posted by mrvica on 5 March 2021 - 20:50

I have thousands of video music clips, I just needed a simple player to play them easily, I want to share it with you, it plays audio files as well (or mixed video / audio). It is based on Valis Merlin Explorer -> Homeys MediaPlayerDeluxe -> MediaCenter -> BMediaCenter, MovieSelection, MediaPlayer. You get small help (key actions) on Help
 

Attached Files




#1308494 serviceapp end extplayer3 op PLI8.0 werkt niet

Posted by mrvica on 21 January 2021 - 09:11

op 8.0 is deze file slechts 200 kb.

 

I just checked Openvision develop 9.3 exteplayer3 -> 368920 bytes




#1277941 Sending HDMI-CEC commands from CLI?

Posted by mrvica on 29 November 2020 - 10:57

download from the feed v4l-utils package, there is a command line tool cec-ctl

cec-ctl - An application to control cec devices - man page (mankier.com)




#1252810 Neutrino like Eventview

Posted by mrvica on 12 September 2020 - 15:38

here you are

 

Attached Thumbnails

  • E2EventView.png
  • E2NeutrinoLike.png



#1252398 looking for Enigma2 plugin, designed to play videos directly from FTP sources

Posted by mrvica on 11 September 2020 - 15:24

what about curlftpfs ? you mount the file system from ftp server to your box i.e. /media/ftp and you can reach it with any player, some fundamental explanation by @gutemine here

https://www.i-have-a...threadid=101633 , you´ll  need packages for armhf I assume




#1202594 Android with IR port as remote control

Posted by mrvica on 12 May 2020 - 13:12

I wonder if there exists other STBs with qwerty RC, beside the Vu models, which have similar issues (unique event driver for all capabilities)

https://www.satshop-...ischer-Tastatur

People reported that it does not work on OpenATV except on Opera web browser




#1200654 Help to compile to enigma boxes

Posted by mrvica on 8 May 2020 - 14:23

or another solution, linaro C compilers, i am using mingw version on Windows to compile simple .c code, like "Hello World" for my armhf box

https://releases.lin...inux-gnueabihf/




#1185432 Skin Einstellungen

Posted by mrvica on 5 April 2020 - 10:16

https://forums.openp...ndpost&p=478073




#1185268 program p7zip missing on feed

Posted by mrvica on 4 April 2020 - 18:58

I forgot it, i´ve known @Pike_Bishop for some time as German, in case someone needs it, armhf version, no other libs dependencies, 460k

 

 

Attached Files

  • Attached File  7zr.zip   252.3KB   16 downloads