Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: NetflixDream enigma2-plugin

  1. #1

    korn's Avatar
    Join Date
    Dec 2010
    Location
    SatDreamGr
    Posts
    51,784
    Rep Power
    2484984

    NetflixDream enigma2-plugin

    Netflix Dream

    This plugin enables you to use Netflix on a Dreambox One.
    No other VOD plugin needs to be installed for this.
    The actual VOD plugin is already included in this plugin, so the access data is also entered in Netflix Dream.
    In advance, you can also install and continue to use the actual VOD plugin and the GP4 GUI-Netflix plugin.
    Netflix Dream also uses its own Netflix cookie, so all plugins can run in parallel.



    You can reach the menu with Exit, Menu and left arrow key.




    You reach the genres if you use the up arrow on the start screen.





    In the episode screen you can stay in the episode list and at the end of a season you will automatically be added to the new season.



    When searching, you only have to enter a letter or number, then the search starts automatically.
    You can adjust the search text at any time, even when the Netflix spinner is running.
    The input is checked every 4 seconds, if you have changed the input, a search is started again.

    Installation:
    As a dependency, enigma2-plugin-widevineprocessor and lib32-dreamwidevine are used.
    Those who now use GP4, NN2 or the MediaPortal already have these dependencies on the box.
    I myself use the Dreambox Experimental Image, here these dependencies are missing, here you have to install the two packages first, then you can only install Netflix Dream.

    Packages enigma2-plugin-extensions-netflixdream_x.x.x.deb onto the box after / tmp FTP
    Enter the following in Telnet or SSH:

    Code:
    apt-get update
    dpkg -i /tmp/*.deb
    apt-get -f install
    NOTE:
    If you enter incorrect login data when you first log in, it can happen that you get a login block from Netlfix.
    For this I ask you to check and adjust your access data.
    Now you have to wait 3 hours until this lock is lifted again.
    But if the registration worked and you have to choose a profile, then that fits.
    Maybe you can not play a stream yet, you have to restart Gui to do this, then it works too.



    This plugin is still very young, so there may still be a few imperfections
    Also this plugin will only be available for Dreambox, hence the dream in the plugin Png and the plugin name Netflix Dream.

    Thanks murxer



    DOWNLOAD

  2. #2

    korn's Avatar
    Join Date
    Dec 2010
    Location
    SatDreamGr
    Posts
    51,784
    Rep Power
    2484984

    Απ: NetflixDream enigma2-plugin

    Update v1.0.8

    - Profile ID revised thx dhwz
    - Serial logo fix
    - Series episodes fix when there are less than 5 episodes available
    - Timer fix for cover loader


    v.1.0.7:
    - new plugin png thx pclin
    - keymap update thx pclin
    - Revised Netflix API queries
    - Player Gui and other functions added
    - Protection of minors
    - Fix genre
    - several minor fixes
    - Movie info screen revised
    - Add and delete my list function added
    - My list query revised, up to 200 entries are supported
    - Profile Screen Fix
    - Revised config screen for the protection of minors




  3. #3

    korn's Avatar
    Join Date
    Dec 2010
    Location
    SatDreamGr
    Posts
    51,784
    Rep Power
    2484984

    Απ: NetflixDream enigma2-plugin

    Update v1.0.9

    -Progress backup fix


    Thanks murxer



  4. #4

    korn's Avatar
    Join Date
    Dec 2010
    Location
    SatDreamGr
    Posts
    51,784
    Rep Power
    2484984

    Απ: NetflixDream enigma2-plugin

    Update-compatible installation adapted.

    murxer wrote:

    When searching, you only have to enter a letter or number, then the search starts automatically.
    You can adjust the search text at any time, even when the Netflix spinner is running.
    The input is checked every 4 seconds, if you have changed the input, a search is started again.

    Child Safety:
    To do this, you have to activate and set up parental controls via the browser on Netflix.
    Unfortunately, the pin query via Netflix does not work, you have to save the pin in the plugin menu.
    You can correct the entry with the left arrow key.

    Player:
    You shouldn't get it wrong, it's just a gui for the multi-function player.
    - Skip intro, with timer
    - Play next episode automatically, with timer
    - Progress is sheared off in /etc/enigma2/NetflixDream/netflix_watched.json for each profile individually.
    Didn't manage to secure progress on Netflix yet
    - You can jump using the number keys and direction keys

    Installation:
    As a dependency, enigma2-plugin-widevineprocessor and lib32-dreamwidevine are used.
    Those who now use GP4, NN2 or the MediaPortal already have these dependencies on the box.
    I myself use the Dreambox Experimental Image, here these dependencies are missing, here you have to install the two packages first, then you can only install Netflix Dream.

    There are no more deb files to install the plugin, the plugin is now only installed via the console, is also online updatable when a new version is pending.
    Thx Lizard who made it possible.

    Code:
    wget http://netflixdream.bpdl2.mine.nu/dreamos-installer.sh -O - | / Bin / sh
    To you list:
    - Secure progress on Netflix
    - Pin request from Netflix

    If you enter incorrect login data when you first log in, it can happen that you get a login block from Netlfix.
    For this I ask you to check and adjust your access data.
    Now you have to wait 3 hours until this lock is lifted again.

    But if the registration worked and you have to choose a profile, then that fits.
    May be that you can not play a stream yet, you have to restart Gui to do this, then it works too.

  5. #5

    Απ: NetflixDream enigma2-plugin

    Quote Originally Posted by korn View Post
    Update-compatible installation adapted.

    murxer wrote:

    When searching, you only have to enter a letter or number, then the search starts automatically.
    You can adjust the search text at any time, even when the Netflix spinner is running.
    The input is checked every 4 seconds, if you have changed the input, a search is started again.

    Child Safety:
    To do this, you have to activate and set up parental controls via the browser on Netflix.
    Unfortunately, the pin query via Netflix does not work, you have to save the pin in the plugin menu.
    You can correct the entry with the left arrow key.

    Player:
    You shouldn't get it wrong, it's just a gui for the multi-function player.
    - Skip intro, with timer
    - Play next episode automatically, with timer
    - Progress is sheared off in /etc/enigma2/NetflixDream/netflix_watched.json for each profile individually.
    Didn't manage to secure progress on Netflix yet
    - You can jump using the number keys and direction keys

    Installation:
    As a dependency, enigma2-plugin-widevineprocessor and lib32-dreamwidevine are used.
    Those who now use GP4, NN2 or the MediaPortal already have these dependencies on the box.
    I myself use the Dreambox Experimental Image, here these dependencies are missing, here you have to install the two packages first, then you can only install Netflix Dream.

    There are no more deb files to install the plugin, the plugin is now only installed via the console, is also online updatable when a new version is pending.
    Thx Lizard who made it possible.

    Code:
    wget http://netflixdream.bpdl2.mine.nu/dreamos-installer.sh -O - | / Bin / sh
    To you list:
    - Secure progress on Netflix
    - Pin request from Netflix

    If you enter incorrect login data when you first log in, it can happen that you get a login block from Netlfix.
    For this I ask you to check and adjust your access data.
    Now you have to wait 3 hours until this lock is lifted again.

    But if the registration worked and you have to choose a profile, then that fits.
    May be that you can not play a stream yet, you have to restart Gui to do this, then it works too.

    Παιδια καλησπερα στο FORUM και καλη χρονια...υπαρχη περιπτωσει να δουλεψει σωστα το plugin του NETFLIX σε EDISION OSMEGA με image satdream 6 προσπαθω να το εγκαταστησω αλλα δεν...

    καποια ιδεα...ευχαριστω

  6. #6

    Απ: NetflixDream enigma2-plugin

    Quote Originally Posted by korn View Post
    Update-compatible installation adapted.

    murxer wrote:

    When searching, you only have to enter a letter or number, then the search starts automatically.
    You can adjust the search text at any time, even when the Netflix spinner is running.
    The input is checked every 4 seconds, if you have changed the input, a search is started again.

    Child Safety:
    To do this, you have to activate and set up parental controls via the browser on Netflix.
    Unfortunately, the pin query via Netflix does not work, you have to save the pin in the plugin menu.
    You can correct the entry with the left arrow key.

    Player:
    You shouldn't get it wrong, it's just a gui for the multi-function player.
    - Skip intro, with timer
    - Play next episode automatically, with timer
    - Progress is sheared off in /etc/enigma2/NetflixDream/netflix_watched.json for each profile individually.
    Didn't manage to secure progress on Netflix yet
    - You can jump using the number keys and direction keys

    Installation:
    As a dependency, enigma2-plugin-widevineprocessor and lib32-dreamwidevine are used.
    Those who now use GP4, NN2 or the MediaPortal already have these dependencies on the box.
    I myself use the Dreambox Experimental Image, here these dependencies are missing, here you have to install the two packages first, then you can only install Netflix Dream.

    There are no more deb files to install the plugin, the plugin is now only installed via the console, is also online updatable when a new version is pending.
    Thx Lizard who made it possible.

    Code:
    wget http://netflixdream.bpdl2.mine.nu/dreamos-installer.sh -O - | / Bin / sh
    To you list:
    - Secure progress on Netflix
    - Pin request from Netflix

    If you enter incorrect login data when you first log in, it can happen that you get a login block from Netlfix.
    For this I ask you to check and adjust your access data.
    Now you have to wait 3 hours until this lock is lifted again.

    But if the registration worked and you have to choose a profile, then that fits.
    May be that you can not play a stream yet, you have to restart Gui to do this, then it works too.

    Παιδια καλησπερα στο FORUM και καλη χρονια...υπαρχη περιπτωσει να δουλεψει σωστα το plugin του NETFLIX σε EDISION OSMEGA με image satdream 6 προσπαθω να το εγκαταστησω αλλα δεν...

    καποια ιδεα...ευχαριστω ,συνεχως μου βγαζει μηνυμα Permission Denied....

  7. #7

    athoik's Avatar
    Join Date
    Sep 2012
    Location
    Earth
    Posts
    10,758
    Rep Power
    5927763

    Απ: NetflixDream enigma2-plugin

    Το συγκεκριμένο plugin είναι μόνο για δεκτές Dreambox και μόνο για το Dreambox one.

    Δεν νομίζω να μπορεί να παίξει σε κάτι αλλο, αλλά αν θα παίξει αυτό θα ήταν σε κάποιον arm δεκτή.

    Για mips ειδικότερα αρχιτεκτονική που είναι ο osmega, το βλέπω αδυνατο (λόγω απουσίας widevine που κάνει την δουλειά του decryption).
    Member SatDreamGr Projects

    Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
    Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

  8. #8

    Απ: NetflixDream enigma2-plugin

    Quote Originally Posted by athoik View Post
    Το συγκεκριμένο plugin είναι μόνο για δεκτές Dreambox και μόνο για το Dreambox one.

    Δεν νομίζω να μπορεί να παίξει σε κάτι αλλο, αλλά αν θα παίξει αυτό θα ήταν σε κάποιον arm δεκτή.

    Για mips ειδικότερα αρχιτεκτονική που είναι ο osmega, το βλέπω αδυνατο (λόγω απουσίας widevine που κάνει την δουλειά του decryption).







    Σε ευχαριστω πολυ φιλε athoik...για την γρηγορη απαντησει... απο οτι ειδα στο forum παιζει και σε δεκτες OKTAGON πιστεψα οτι το plugin ειναι universal......δεν θα το ξαναπροσπαθησω!!!!

  9. #9

    athoik's Avatar
    Join Date
    Sep 2012
    Location
    Earth
    Posts
    10,758
    Rep Power
    5927763

    Απ: NetflixDream enigma2-plugin

    Να προσπαθείς ο,τι θέλεις!

    Η octagon από όσο έχω διαβάσει έχουν άλλη λύση, η οποία πάλι από κάτω κάνει χρήση του widevine.

    Γενικότερα όπου μπορεί να παίξει το widevine υπάρχει πιθανότητα να παίξει και το Netflix.

    Το κακό είναι ότι με το widevine, το decryption το κάνει η cpu, οπότε οι δεκτές γονατίζουν...

    Επίσης το δεύτερο κακό είναι πως παίζει μέχρι 720p, δηλαδή όχι 4k (που με το widevine cpu burnout ακόμη και αν επέτρεπε 4κ).

    Οπότε χωρίς να ξέρω πως τα πάει το Dreambox One, λόγω ότι έχει σχεδόν 4 φορές πιο δυνατό επεξεργαστή, το widevine μάλλον θα το δουλεύει καλά.
    Για όλους τους άλλους κρατάω επιφυλάξεις...

    Αν τώρα δούμε λύσεις εκτός widevine, εκεί αλλάζουν πολλά..... 4k / hardware acceleration κλπ.
    Member SatDreamGr Projects

    Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
    Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

  10. #10

    korn's Avatar
    Join Date
    Dec 2010
    Location
    SatDreamGr
    Posts
    51,784
    Rep Power
    2484984

    Απ: NetflixDream enigma2-plugin

    Update Online

    Version 1.1.0

    - Player InfoBar when jumping is now also displayed
    - Revised Netflix API
    - Profile screen revised

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 21
    Last Post: 15-06-20, 19:49
  2. m3u to enigma2 plugin?
    By tomgr in forum SatDreamGr Images Chat
    Replies: 0
    Last Post: 07-12-16, 19:00
  3. Enigma2 Plugin Exodus
    By enigma1969 in forum Enigma2 Plugins ΟΕ 2.0
    Replies: 9
    Last Post: 20-08-16, 18:43
  4. Enigma2 Plugin SubsPlayer for OE 2.2
    By korn in forum Enigma2 Plugins ΟΕ 2.2
    Replies: 0
    Last Post: 22-06-15, 16:01
  5. Replies: 0
    Last Post: 31-10-14, 21:10

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •