Advertise Here
Advertise Here
Advertise Here
Advertise Here
Page 64 of 73 FirstFirst ... 14395459626364656669 ... LastLast
Results 631 to 640 of 730

Thread: Enigma 2 - Adons Plugins Picons dhe Skins

  1. #631
    Moderator Tuci-Puci's Avatar
    Join Date
    26-12-2020
    Location
    Wherever the Eagle is
    Posts
    1,100
    Uploads
    992
    Likes
    6,918

  2. Advertise Here
  3. #632
    Moderator Tuci-Puci's Avatar
    Join Date
    26-12-2020
    Location
    Wherever the Eagle is
    Posts
    1,100
    Uploads
    992
    Likes
    6,918

    Re: Enigma 2 - Adons Plugins Picons dhe Skins

    Update Hans-Settings to 9 march 2022


    e2_hanssettings_13e_19e_23e_28e
    Update HansSettings to 9 march 2022

    e2_hanssettings_19e_23e
    Update HansSettings to 9 march 2022

    e2_hanssettings_19e_23e_28e
    Update HansSettings to 9 march 2022

    e2_hanssettings_19e_23e_basis
    Update HansSettings to 9 march 2022

    e2_hanssettings_9e_13e_19e_23e_28e
    Update HansSettings to 9 march 2022

    e2_hanssettings_9e_13e_19e_23e_28e_AND_r otating
    Update HansSettings to 9 march 2022

    e2_hanssettings_kabelNL
    Update HansSettings to 9 march 2022

    userbouquet.stream_albani_.tv
    userbouquet.stream_albanie.radio
    Attached Files Attached Files

  4. #633
    Moderator Tuci-Puci's Avatar
    Join Date
    26-12-2020
    Location
    Wherever the Eagle is
    Posts
    1,100
    Uploads
    992
    Likes
    6,918

    Re: Enigma 2 - Adons Plugins Picons dhe Skins

    Ketu keni te gjitha Linux-Commands
    Attached Files Attached Files

  5. #634
    Moderator Tuci-Puci's Avatar
    Join Date
    26-12-2020
    Location
    Wherever the Eagle is
    Posts
    1,100
    Uploads
    992
    Likes
    6,918

    Re: Enigma 2 - Adons Plugins Picons dhe Skins

    XStreamity v3.62


    Enigma2 plugin is for playing official Xtream Codes IPTV playlists.

    Attached Files Attached Files

  6. #635
    Moderator Tuci-Puci's Avatar
    Join Date
    26-12-2020
    Location
    Wherever the Eagle is
    Posts
    1,100
    Uploads
    992
    Likes
    6,918

    Re: Enigma 2 - Adons Plugins Picons dhe Skins

    iptv-playlist-parser

    It parses IPTV playlist and converts it to a regular JavaScript object.

    Installation

    npm install iptv-playlist-parser


    Usage

    import fs from 'fs'
    import parser from 'iptv-playlist-parser'

    const playlist = fs.readFileSync('./playlist.m3u', { encoding: 'utf-8' })
    const result = parser.parse(playlist)

    console.log(result)

    Example

    Input:

    #EXTM3U x-tvg-url="http://example.com/epg.xml.gz"
    #EXTINF:-1 tvg-id="cnn.us" tvg-name="CNN" tvg-language="English" tvg-country="US" tvg-url="http://195.154.221.171/epg/guide.xml.gz" timeshift="3" catchup="shift" catchup-days="3" catchup-source="https://m3u-server/hls-apple-s4-c494-abcdef.m3u8?utc=325234234&lutc=312312532 4" tvg-logo="http://example.com/logo.png" group-title="News",CNN (US)
    #EXTGRP:News
    #EXTVLCOPT:http-referrer=http://example.com/
    #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5)
    http://example.com/stream.m3u8

    Output:

    Code:
    {
      header: {
        attrs: {
          'x-tvg-url': 'http://example.com/epg.xml.gz'
        },
        raw: '#EXTM3U x-tvg-url="http://example.com/epg.xml.gz"'
      },
      items: [
        {
          name: 'CNN (US)',
          tvg: {
            id: 'cnn.us',
            name: 'CNN',
            language: 'English',
            country: 'US',
            url: 'http://195.154.221.171/epg/guide.xml.gz',
            logo: 'http://example.com/logo.png'
          },
          group: {
            title: 'News'
          },
          http: {
            referrer: 'http://example.com/',
            'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5)'
          },
          url: 'http://example.com/stream.m3u8',
          raw: '#EXTINF:-1 tvg-id="cnn.us" tvg-name="CNN" tvg-language="English" tvg-country="US" tvg-url="http://195.154.221.171/epg/guide.xml.gz" tvg-logo="http://example.com/logo.png" group-title="News",CNN (US)\n#EXTVLCOPT:http-referrer=http://example.com/\n#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5)\nhttp://example.com/stream.m3u8',
          line: 2,
          timeshift: '3',
          catchup: {
            type: 'shift',
            source: 'https://m3u-server/hls-apple-s4-c494-abcdef.m3u8?utc=325234234&lutc=3123125324',
            days: '3'
          }
        }
      ]
    }
    Attached Files Attached Files

  7. #636
    Moderator Tuci-Puci's Avatar
    Join Date
    26-12-2020
    Location
    Wherever the Eagle is
    Posts
    1,100
    Uploads
    992
    Likes
    6,918

    Re: Enigma 2 - Adons Plugins Picons dhe Skins

    satipclient



    SAT>IP Client FORK from: https://code.google.com/p/satip/
    Attached Files Attached Files

  8. #637
    Moderator Tuci-Puci's Avatar
    Join Date
    26-12-2020
    Location
    Wherever the Eagle is
    Posts
    1,100
    Uploads
    992
    Likes
    6,918

    Re: Enigma 2 - Adons Plugins Picons dhe Skins

    M3u8-URL-Extractor-from-Live-Server


    This is a Linux Bash Script that will automatically extract hidden m3u8 url from Live TV server
    and Update the extracted m3u Playlist and upload to Github in every 1 hour automatically by cronjob.

    Free IPTV M3U Playlist 2020 Hourly Update with 76 Channels (Bangladesh, India, and International) [ Every 1 Hour Update Period]

    At first install httrack by running this command

    sudo apt install httrack


    Then Run the shell script

    sh extract.sh
    A m3u Playlist named IPTV.m3u will be generated in the same folder

    Open Cronjob


    crontab -e
    Add this Cronjob

    0 */1 * * * sh ~/scripts/extract.sh
    Attached Files Attached Files

  9. #638
    Moderator Tuci-Puci's Avatar
    Join Date
    26-12-2020
    Location
    Wherever the Eagle is
    Posts
    1,100
    Uploads
    992
    Likes
    6,918

    Re: Enigma 2 - Adons Plugins Picons dhe Skins

    XStreamity_3.63


    Enigma2 plugin is for playing official Xtream Codes IPTV playlists.

  10. #639
    Moderator Tuci-Puci's Avatar
    Join Date
    26-12-2020
    Location
    Wherever the Eagle is
    Posts
    1,100
    Uploads
    992
    Likes
    6,918

    Re: Enigma 2 - Adons Plugins Picons dhe Skins

    ************-repo,

    pyetje mos beni se nuk e kam testuar.



    Xtream-Codes1.06



    9/27/2019 fixed version For Ubuntu 14 ONLY & Fresh Server ONLY ( Greeting to The original Albainian Crackers )


    | For Fresh Server |
    NOTE 1 : if Source Failed or stopped Please Contact Me , to Update it (ALL Sources online is Taken Down) Choose Apache2 not lightpad , Choose Yes for phpadmin database (configure database) NO , Choose YES for ipv4 , choose YES for ipv6 This Version comes with Unlimited Load Balance But Tricky To Restore from Backup sql.gz v1 and connect old load balancessss without Losing Data , contact me for manual quick fix Via Team Viewer Does Not Accept V2 backup Migration , I am workin on that
    NOTE 2 : Load Balances Are NOT installing , Taken Down ( We Are Currently Working on A fix ) 09/27/2019

    [1] wget https://raw.githubusercontent.com/ma...ain/install.sh && chmod a+x install.sh && ./install.sh
    [2] wget https://raw.githubusercontent.com/ma...odes_1.0.60.sh && chmod a+x xtreamcodes_1.0.60.sh && ./xtreamcodes_1.0.60.sh
    [3] wget https://raw.githubusercontent.com/ma...1.0.60_2018.sh && chmod a+x xtreamcodes_1.0.60_2018.sh && ./xtreamcodes_1.0.60_2018.sh [2] Licences: 'bubi1' 'bubi2' 'bubi3' 'bubi4' 'bubi5' 'b

    Download


  11. #640
    Moderator Tuci-Puci's Avatar
    Join Date
    26-12-2020
    Location
    Wherever the Eagle is
    Posts
    1,100
    Uploads
    992
    Likes
    6,918

    Re: Enigma 2 - Adons Plugins Picons dhe Skins

    live-stream-downloader

    Download M3U8 live streams to the local disk
    Content Creators

    If you want this extension to ignore your website's streams, please request a pull merge for BLOCKED_LIST, or open a bug report.
    Attached Files Attached Files

Advertise Here

Similar Threads

  1. New VU+ DUO Linux Skins, Picons
    By ylvi in forum Vu+
    Replies: 0
    Last Post: 04-02-2011, 00:05:00
  2. Enigma Installer Plugins for Azbox HD
    By aguda in forum AZBox Software and Tools
    Replies: 1
    Last Post: 22-04-2010, 00:28:41

Posting Permissions

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