}

Pinned Pur-E2 Image Version 7.4

    • @Pumuckel
      You gave me an idea, so I played around with the positions a bit; it would look like this for PurE2:

      Source Code

      1. <screen name="RdsInfoDisplay" position="fill" size="1920,1080" zPosition="-5" backgroundColor="transparent" flags="wfNoBorder">
      2. <widget name="RassLogo" pixmap="Estuary/icons/rass_logo.png" position="0,30" size="200,100"/>
      3. <widget name="RadioText" position="0,30" size="1920,100" font="FNCRegular; 54" backgroundColor="FNCMainPodlogaColor"/>
      4. <widget name="RtpText" position="-2,950" size="1920,100" font="FNCRegular; 54" halign="right" backgroundColor="FNCMainPodlogaColor"/>
      5. </screen>
      radio.jpg
    • Einige News und Updates zu unsere stable Version 7.4
      • Plugins
      • Update im Skin
      • new SubSupport
      • imdf-fnc Fix ovi
      • Update fncplayer
      • Update Xhamster
      • neues Plugin yify-FNC

      Die neuen Updates sollten fast schon alle online sein , wie versprochen es geht weiter !!!

      Nur wer über seinen Schatten springt wird in der Sonne landen !!!
      Du möchtest unser Forum unterstützen ? Klick Hier - - Spende/Donate
    • PurE2 v. 7.4 in Zgemma H7 test => SW Update + download of YIFY-FNC plugin from Plugins => results so far:

      xHamster works, with a VPN server in a country that doesn't require proof of age, an account and all that jazz... AVI links don't work at my end but the other ones do. Going well!

      SubSupport is working well again, lots of working (some new) subs search engines... Tested with Serien-FNC.

      Note: SubtitleCat.FNC seeker is machine translated. Given it's not very good and that it is slow - disable it. Use it only in an emergency, if no other sub understandable to you is offered.

      YIFY-FNC rides again, this time under Python 3.x! Its torrent search engine has to be edited in the SETTINGS => from .mx to .lt => Save > restart PurE2 - then the search engine will work, one can enter into various categories.

      If that stops working also, then here are their official domains and current status, so change them accordingly (although they are all redirected to .lt):

      Source Code

      1. https://yifystatus.com/

      EDIT: However, I had to edit the ports in SETTINGS to 50.000 - 60.000 and then it works well!

      IMDb-FNC seems to be working fine again.

      The Estuary skin and the FNC Player were improved to accommodate all the above changes and more...
      https://www.nypl.org/sites/default/files/kant_whatisenlightenment.pdf - I. Kant, "Political writings" (1784), the jolly text on Enlightenment, at the basis of Modernity...

      The post was edited 3 times, last by gorski ().

    • Further info about the new SubSupport-FNC plugin (it's changed drastically and radically, worked on a lot, so it's pretty much a new plugin now, as almost nohing has been kept from the old, original one, I am told):

      "SubSupport (3 seekers, I think) use the predefined APi keys. This may well be figured out by these guys and stopped.

      Best practice: make your own (the API keys are gratis to make) and kick out the existing ones.

      How? In the folder:

      Source Code

      1. /usr/lib/enigma2/python/Plugins/Extensions/SubsSupport/seekers/

      go to the subfolders and wherever there is a key.txt file, there is a detailed description of the method."

      Good luck!
      https://www.nypl.org/sites/default/files/kant_whatisenlightenment.pdf - I. Kant, "Political writings" (1784), the jolly text on Enlightenment, at the basis of Modernity...

      The post was edited 1 time, last by gorski ().

    • OK, the new YIFY version in the feeds changes the ports:

      from 55.000 - 60.000 and then it should be alright!

      Apparently it's too wide from 50 - 60.000...
      https://www.nypl.org/sites/default/files/kant_whatisenlightenment.pdf - I. Kant, "Political writings" (1784), the jolly text on Enlightenment, at the basis of Modernity...

      The post was edited 1 time, last by gorski ().

    • Grundsätzlich könnte man dies relativ leicht umsetzen bzw. die Schriften austauschen, aber ... dann wirst Du feststellen, dass die Schriften unterschiedliche Grössen bzw. Breiten haben und somit hast Du zwar die gewünschte Schrift, aber die passt jetzt nicht mehr 1:1 in die vorgegebenen Skin-Flächen hinein oder ist kleiner als die Orginalschrift :hmm --> da wäre also mehr anzupassen ...

      In principle, this could be implemented relatively easily, i.e., the fonts could be replaced, but... then you'll find that the fonts have different sizes or widths, and so while you have the desired font, it no longer fits perfectly into the predefined skin areas or is smaller than the original font :hmm --> so more adjustments would be necessary...


      ... Pumuckel

      Receiver: Gigablue Trio 4K, Gigablue Trio 4K Pro, Gigablue UE 4K, Vu+ solo se
    • @milan58
      Vorab, ich beantworte deine PM hier im Forum, damit auch andere User davon profitieren können 544cfe . Du möchtest die Schriftart zum testen tauschen und dies müsste dann wie folgt funktionieren, aber das Vorgehen ist ungetestet und somit auf eigene Gefahr --> besser vorher ein Fullbackup vom jetzigen Zustand machen:


      - Schrifttyp "LucidaUnicodeCalligraphyBold.ttf" aus dem Internet downloaden
      - Die neue Schrift nach /usr/share/fonts/ kopieren
      - /usr/share/enigma2/Estuary/skin.xml editieren
      orginal:

      Source Code

      1. <font filename="Roboto-Light.ttf" name="FNCRegular" scale="100"/>
      2. <font filename="Roboto-Light.ttf" name="Regular" scale="100"/>

      neu:

      Source Code

      1. <font filename="LucidaUnicodeCalligraphyBold.ttf" name="FNCRegular" scale="100"/>
      2. <font filename="LucidaUnicodeCalligraphyBold.ttf" name="Regular" scale="100"/>
      - reboot


      @milan58
      First of all, I'm answering your PM here in the forum so that other users can benefit from it as well 544cfe . You want to change the font for testing purposes, and this should work as follows, but the procedure is untested and therefore at your own risk --> it's best to make a full backup of the current state beforehand:
      - Download the font "LucidaUnicodeCalligraphyBold.ttf" from the internet
      - Copy the new font to /usr/share/fonts/
      - Edit /usr/share/enigma2/Estuary/skin.xml
      Original:

      Source Code

      1. <font filename="Roboto-Light.ttf" name="FNCRegular" scale="100"/>
      2. <font filename="Roboto-Light.ttf" name="Regular" scale="100"/>

      New:

      Source Code

      1. <font filename="LucidaUnicodeCalligraphyBold.ttf" name="FNCRegular" scale="100"/>
      2. <font filename="LucidaUnicodeCalligraphyBold.ttf" name="Regular" scale="100"/>
      - reboot


      ... Pumuckel

      Receiver: Gigablue Trio 4K, Gigablue Trio 4K Pro, Gigablue UE 4K, Vu+ solo se