Advertise Here
Advertise Here
Advertise Here
Advertise Here
Results 1 to 4 of 4

Thread: ║E²║Plugin║ Ciefp Open Directories ║By Ciefp║

  1. #1
    Super Moderator mehmetkarahanlı's Avatar
    Join Date
    29-12-2017
    Location
    bursa
    Posts
    28,011
    Uploads
    107
    Likes
    17,060

    ║E²║Plugin║ Ciefp Open Directories ║By Ciefp║

    ..:: CiefpOpenDirectories ::..

    is an Enigma2 plugin for browsing open directories (Open Directories) on the web.

    ### Enables: ####
    Loading URLs from the opendirectories.txt file.
    Folder navigation and media file selection (video: MP4, MKV, AVI, TS; audio: MP3, FLAC).
    Creating M3U playlists for Media Player.
    Generating Enigma2 userbouquets with correct SERVICE types (4097:0:1 for video, 4097:0:2 for audio with radio poster).
    HTTPS/HTTP support, timeout protection and automatic bouquet reloading.

    Ideal for quickly creating IPTV mixes from open dir content. Version 1.0 – simple, fast and reliable! 2.2sFastHow can Grok help?

    ### How to use ###
    - Run the plugin, select an address
    - Green button or OK navigation through folders
    - navigation up and down with arrows
    - selecting a file with ok
    - yellow button creating an m3u or userbouquet file
    - blue button selecting all files from a folder

    From one address it is possible to combine multiple folders
    into one final m3u or userbouquet file
    when you finish adding files
    yellow button to create an m3u or userbouquet file
    by clicking on the yellow button a virtual keyboard appears
    here you have the option to change the name or
    if you want to leave the generated file name
    by clicking on the green button the selected file is created

    m3u files are saved in /tmp/CiefpOpenDirectories
    userbuket are installed in etc/enigma2 no restart is required

    ..:: CiefpSettings ::..

    CiefpOpenDirectories 1.0.txt

  2. Advertise Here
  3. #2
    Super Moderator mehmetkarahanlı's Avatar
    Join Date
    29-12-2017
    Location
    bursa
    Posts
    28,011
    Uploads
    107
    Likes
    17,060

    Re: ║E²║Plugin║ Ciefp Open Directories ║By Ciefp║

    ..:: CiefpOpenDirectories v1.1 ::..

    - Added automatic version check and upgrade
    - improved page parsing
    - green button selection of the entire folder and its subfolders
    - to navigate through folders you can use the OK button on the remote
    - blue button does not change the function and still selects all files within the folder
    - improved creation of bouquet names

    By pressing the yellow button create, a virtual keyboard opens.
    IPTV OPD I predefine the name, the ability to add or change the name.
    When creating, the date and time are also automatically added.

    Possible folder selection automatically selects all files in that folder.
    For example, if you select a folder from the Fringe series,
    all subfolders of the season and all files will be automatically selected.

    After the folder is parsed, the status is displayed,
    how many files were parsed from how many folders and the parsing time.

    ..:: CiefpSettings ::..



  4. #3
    Super Moderator mehmetkarahanlı's Avatar
    Join Date
    29-12-2017
    Location
    bursa
    Posts
    28,011
    Uploads
    107
    Likes
    17,060

    Re: ║E²║Plugin║ Ciefp Open Directories ║By Ciefp║

    # CiefpOpenDirectories v1.2
    **Open Directories Browser & Playlist Creator**
    *Enigma2 Plugin – Browse, Scrape & Generate M3U/Bouquet*

    ## Description

    **CiefpOpenDirectories** is a powerful Enigma2 plugin for:
    - **Browsing Open Directory** servers (HTTP-based file listings)
    - **Recursive scraping** to user-defined depth
    - **Selecting files and folders**
    - **Creating M3U playlists** or **Enigma2 bouquets**

    > Perfect for IPTV, movies, series, music – all from public open directories!

    ---

    ## What's New in v1.2 (vs v1.1)

    | Feature | Description |
    |--------|-------------|
    | **Larger UI** | 1800x800 – modern, spacious layout |
    | **4 Color Buttons** | Red (Exit), Green (Add URL), Yellow (Settings), Blue (Scrape) |
    | **Settings Panel** | Default name, date/time, scrape depth, file filter |
    | **Scrape Screen** | Progress bar, current folder, stats, depth info |
    | **ContentScreen** | Fast, stable, recursive folder selection |
    | **Create Screen** | Edit name, OK/Blue = Create |
    | **Auto-Update** | With backup of `opendirectories.txt` |
    | **Config File** | `/etc/enigma2/ciefp_opendirectories.cfg` |

    ---

    ## How to Use

    ### 1. **Main Menu**
    | Button | Action |
    |-------|--------|
    | **OK** | Open selected directory |
    | **Red** | Exit plugin |
    | **Green** | Add URL (Virtual Keyboard) |
    | **Yellow** | Settings |
    | **Blue** | **Scrape** (auto-scan) |

    ---

    ### 2. **Directory Browser (ContentScreen)**
    | Button | Action |
    |-------|--------|
    | **OK** | Enter folder / select file |
    | **Red** | Go back |
    | **Green** | Select **entire folder** (recursive) |
    | **Yellow** | **Create** M3U/Bouquet |
    | **Blue** | Select **all files** in current folder |

    > Selected files appear in the right column `[SELECTED]`

    ---

    ### 3. **Scrape Screen**
    - Displays:
    - Current folder
    - Depth level
    - Found files
    - Progress bar
    - **CANCEL** → stop scan
    - At the end → **"Create playlist?"**

    ---

    ### 4. **Create Playlist**
    | Button | Action |
    |-------|--------|
    | **OK / Blue** | Choose M3U or Bouquet |
    | **Green** | **Edit name** |
    | **Red** | Cancel |

    ---

    ## Files & Locations

    | File | Location | Purpose |
    |------|----------|--------|
    | `plugin.py` | `/usr/lib/enigma2/python/Plugins/Extensions/CiefpOpenDirectories/` | Main code |
    | `plugin.png` | same | Menu icon |
    | `background.png` | same | Background image |
    | `settings.png` | same | (optional) |
    | `opendirectories.txt` | same | URL list |
    | `*.m3u` | `/tmp/CiefpOpenDirectories/` | Generated M3U files |
    | `userbouquet.*.tv` | `/etc/enigma2/` | Generated bouquets |
    | `ciefp_opendirectories.cfg` | `/etc/enigma2/` | Settings |

    ---

    ## Installation

    ```bash
    # 1. Copy folder to:
    scp -r CiefpOpenDirectories/ root@box:/usr/lib/enigma2/python/Plugins/Extensions/

    # 2. Add icons:
    # plugin.png, background.png, settings.png (optional)

    # 3. Restart Enigma2
    reboot

    ..:: CiefpSettings ::..

    CiefpOpenDirectories v1.2.txt

  5. #4
    Super Moderator mehmetkarahanlı's Avatar
    Join Date
    29-12-2017
    Location
    bursa
    Posts
    28,011
    Uploads
    107
    Likes
    17,060

    Re: ║E²║Plugin║ Ciefp Open Directories ║By Ciefp║

    ..:: CiefpOpenDirectories ::..

    Features of version 1.4
    Online update

    1. Main screen
    List of Open Directory URLs
    Context menu (MENU button) with options:
    - Scrape this URL
    - Scrape from Content Screen
    - Delete the URL
    - Edit URL
    Adding new URLs
    Automatic update check

    2. Content Screen
    Navigation through folders and files
    Folder selection (green button in normal mode) - automatically adds all files from the folder
    Folder Scrape (green button in scrape mode) - starts a deep folder scan
    Manual selection of files
    Creating M3U playlists or Enigma2 bouquets

    3. Scrape Screen
    Deep scan of Open Directory
    Depth control (1-3 levels or unlimited)
    File filter (video/audio/all)
    Progress bar and statistics
    Ability to cancel (CANCEL)

    4. Settings
    Setting the default playlist name
    Include date/time in name
    Adjusting the scraping depth
    File filter (video/audio/all)

    How to use:
    To scrape URLs:
    1. Select URL in the main menu
    2. Press MENU → "Scrape this URL"
    3. Or: Press the BLUE button

    To scrape folders from the Content Screen:
    Select the URL in the main menu
    1. Press MENU → "Scrape from Content Screen"
    2. Navigate to the folder you want to scrape
    3. Press the GREEN button (now it's for scrape in this mode)
    4. Select the scraping depth
    The plugin will scan the entire folder and subfolders

    For folder selection (adding files):
    1. Open Content Screen (OK to URL)
    2. Navigate to the folder
    3. Press the GREEN button (in normal mode)
    The plugin will add ALL files from that folder and subfolders

    Tips for use:
    Filter settings: Always check the filter in Settings before scrapping:
    "video" for video files (.mp4, .mkv, .avi)
    "audio" for audio files (.mp3, .flac)
    "all" for all files

    Scraping depth:
    - Level 1: current folder only
    - Level 2: current + direct subfolders
    - Level 3: up to 3 levels of depth
    - Unlimited: be careful - it can take a long time!

    For large directories:
    Use CANCEL to abort if it takes too long
    Start with a smaller depth (1-2 levels)

Advertise Here

Similar Threads

  1. Update ║➽║E²║Plugin║EStalker-StalkerMiddleware║By KiddaC║
    By mehmetkarahanlı in forum Enigma2 Plugins
    Replies: 37
    Last Post: 18-05-2026, 15:02:33
  2. Update ║➽║Daily║➽║Google Chrome║147.0.7688.0║DOWNLOAD║
    By mehmetkarahanlı in forum DVB-PCI Cards
    Replies: 31
    Last Post: 13-05-2026, 13:13:30
  3. Update ║➽║Daily║ Linux Mint║LMDE 7 “Gigi”║DOWNLOAD║
    By mehmetkarahanlı in forum DVB-PCI Cards
    Replies: 0
    Last Post: 12-10-2025, 17:02:45
  4. Update ║E²║Plugin║ Ciefp SatellitesXm Editor ║
    By mehmetkarahanlı in forum Enigma2 Plugins
    Replies: 1
    Last Post: 03-09-2025, 13:14:33
  5. Update ║➽║BACKUP║image_VU+ Zero 4K_by ciefp ║
    By mehmetkarahanlı in forum Vu+ Zero 4K Images
    Replies: 5
    Last Post: 22-07-2025, 11:04:03

Posting Permissions

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