Movie Browser Plugin

There are 192 replies in this Thread which was already clicked 41,830 times. The last Post () by PakTo.

  • On config menu see "Show List of Movie Folder" .. and select your folder movie ;)

  • Thanks a lot @Lululla for continues support

    i have littlie issue for setting my movie folder to plugin, it always

    Code
    config.plugins.moviebrowser.moviefolder=/media/hdd/

    not accept to change to

    Code
    config.plugins.moviebrowser.moviefolder=/media/hdd/movie

    Try now (test)

    select or locate your device

  • this plugin as already said by KiddaC is a bit old, like me, and it's full of bugs,

    Leave on CacheFolder = "Default"

    and select just the media/hdd folder

    that's how it works

    occasionally check the link for updates..


    (download all folder plugin from github otherwise no screen e no other fix)

  • Thanks again

    only plugin which work correctly on any image with me and display external path is one you attached on topic 97

    Now tested on new egami 10.3 py 3.11.0 it's working great


    3.1.jpg


  • the images you've posted now don't reflect the work I've done to date.

    I don't know what you are doing. I'm sorry. (fhd(hd/ with poster - no banner - no backdrop.. ) i'm confusing

    In the config menu it shouldn't be mediaa/hdd/movie but media/hdd

    Greetings

    Do not take even a minute away from the affection of those who love you: you would not have time to recover it!


    Have a Good Trip


    GOOD VPN



    DMU


    logo_corvo.png


  • the images you've posted now don't reflect the work I've done to date.

    I don't know what you are doing. I'm sorry. (fhd(hd/ with poster - no banner - no backdrop.. ) i'm confusing

    In the config menu it shouldn't be mediaa/hdd/movie but media/hdd

    Greetings

    I try dear last version by you from github, and do all what you recommend

    It freeze and spinner still running for more than 15 minutes, until i do force reboot

    Plugin cant find my movie folder which is /media/hdd/movie not /media/hdd

    For that i back to old version which work with me

    Thanks a lot for your work & time :clapping hands:

  • very strange this, I leave the default media/hdd

    and i have the videos in /media/hdd/movie

    and i don't have this problem

    I also checked in e2's setting config /et/enigma2/setting and it's /media/hdd.

    This is very strange


    the important thing is that you can now select your movie folder anyway

    but the skin is not that of the photo, the new screens are only in fhd

  • Yes, Unfortunately i miss new added feature for skins you did at last version

    may be i have a lot of files on external hdd !! which take long time to fetch movie file, I don't know ?

    but new version by setting path /media/hdd can't find my movie folder and as i saying freeze and take so long time

    this same happen on openatv 7.2 - openpli 8.3 - egami

    for that i back to old version

    Thanks again :smiling face with heart eyes:

  • maybe I didn't explain myself

    but on the new version you have the option to choose the path, don't overwrite the db folder (find it in the plugin)



    screenshot_20221214194528.jpgscreenshot_20221214194519.jpg

    Thanks, I understand what you mentioned

    i download latest from github the new files which made from 4 hours

    install it -- do as you advise


    M1.jpg


    Unfortunately, same result --long time of freeze and spinning


    M2.jpg


    strange thing is no mention to movie folder path on setting file

    plugin not save the path which do by choice /media/hdd


    see the setting file what have !!

    Code
    config.plugins.moviebrowser.cachefolder=/media/hdd/moviebrowser/cache
    config.plugins.moviebrowser.style=backdrop

    even if i add it manually after restart enigma it removed and back to default as above setting

    Code
    config.plugins.moviebrowser.moviefolder=/media/hdd
  • Why did you change the Headline in plugin.py from

    #-*-coding:utf-8* -*- #original Plugin from Kashmir last Version

    to

    #-*- coding: latin-1 -*- ?


    this might cause Problems with foreign characters?


    thx for all your efforts

    Edited once, last by Bubele ().

  • I don't know how many movies you have :)

    Maybe I don't understand English correctly, but I can assure you that it doesn't ask me for anything, I deleted the database, and when I restarted it searched for movies and I can close and reopen it quickly

    I only have 10 movies unfortunately. But if you want to try you can't have 500 movies, let's not say weirdness :)

  • it was just a test for some characters, latest version is already back utf-8

  • I don't know how many movies you have :)

    Maybe I don't understand English correctly, but I can assure you that it doesn't ask me for anything, I deleted the database, and when I restarted it searched for movies and I can close and reopen it quickly

    I only have 10 movies unfortunately. But if you want to try you can't have 500 movies, let's not say weirdness :)

    only 18 movie which i have, all thanks & Much appreciation for your effort

    **********************************************

    i think find the problem

    i have old line about plugin on setting file, by remove it it's better on list menu

    but when change to backdrop style it freeze again by moving between movies

    Code
    config.plugins.moviebrowser.backdrops=auto
    config.plugins.moviebrowser.cachefolder=/media/hdd/moviebrowser/cache

    00.jpg


    and when try to get the menu


    xx.jpg


    Egami 10.3 is the image which tested by python 3.11.0


    Thanks again

  • I pointed in former Version of the plgin to a Folder with 1600 Movies sorted in Folders A-Z,0-9.

    They have been recognized all and the plugin worked fine except the hazzle with HD/FHD Resolution sometimes.

    But this was with ATV 6.4.


    I assume there is something wrong to store Plugin adjustements into the settingsfile

    and with this spinner while searching it is unusable.

    I let the Box run once i was searching the DB and switched off the TV.

    After 3h i switched the TV on and there was a screen "Database finished" or similar.

    The Result was poor, 283 out of 1600, so i let the Search run again, now with 1400 Goals.

    But all Movies starting with Numbers e.g 300, 2012, Odyssee 2010 and so on have been missing.

    So far a small report.

  • yes there are filters for numbers in both series and file extension type


    movie = sub('\\+[1-2][0-9][0-9][0-9]', '', movie)


    series = sub(' - [Ss][0-9]+[Ee][0-9]+.*?FIN', '', series)

    series = sub('[Ss][0-9]+[Ee][0-9]+.*?FIN', '', series)


    if name.endswith('.ts'):

    name = sub('_', ' ', name)

    name = sub('^.*? - .*? - ', '', name)

    name = sub('^[0-9]+ [0-9]+ - ', '', name)

    name = sub('^[0-9]+ - ', '', name)



    it is normal, the search on thetmdb or imdb or other servers is done with the title, the year has not been contemplated in this case


    if you want try

    edit with notpad++ file plugin.py in folder

    find this line

    movie = sub('\\+[1-2][0-9][0-9][0-9]', '', movie)

    and replace with

    # movie = sub('\\+[1-2][0-9][0-9][0-9]', '', movie)


    save overvrite and reboot.. try update database..

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!