Menu

#92 Movie thumbnail support

open
5
2023-11-01
2012-12-20
No

Adding thumbnail generation to movies. Can be disabled at compile or runtime.

Related

Patches: #92

Discussion

<< < 1 2 3 (Page 3 of 3)
  • Eduardo Rocha

    Eduardo Rocha - 2015-04-03
     
    • HPP8140

      HPP8140 - 2015-04-03

      Do you have a picture of this function on the TV?

      upnpsoap.c - GetSemanticQueryCapabilities

       
  • fox_ch2

    fox_ch2 - 2016-01-06

    Hi, can you give a link of this patch to 1.1.5
    i just install patch from 1.1.4, and have error

    root@home-srv:~/src/minidlna/minidlna-1.1.5# patch < video_thumbnail-1.1.4.patch
    patching file Makefile.am
    patching file albumart.c
    Hunk #1 succeeded at 34 with fuzz 2 (offset 2 lines).
    Hunk #2 succeeded at 351 (offset 2 lines).
    patching file configure.ac
    patching file inotify.c
    Hunk #1 succeeded at 601 (offset 1 line).
    Hunk #2 succeeded at 660 (offset 1 line).
    Hunk #3 succeeded at 725 (offset 1 line).
    Hunk #4 succeeded at 767 (offset 2 lines).
    patching file minidlna.c
    Hunk #1 succeeded at 533 (offset 1 line).
    Hunk #2 succeeded at 743 (offset 4 lines).
    patching file minidlna.conf
    patching file minidlnatypes.h
    patching file options.c
    patching file options.h
    patching file upnpglobalvars.h
    patching file utils.c
    Hunk #1 succeeded at 503 (offset 2 lines).
    patching file utils.h
    root@home-srv:~/src/minidlna/minidlna-1.1.5# sudo make install                                                   CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/fox_ch2/src/minidlna/minidlna-1.1.5/missing acloca         l-1.14 -I m4
    /home/fox_ch2/src/minidlna/minidlna-1.1.5/missing: строка 81: aclocal-1.14: команда не найдена
    WARNING: 'aclocal-1.14' is missing on your system.
             You should only need it if you modified 'acinclude.m4' or
             'configure.ac' or m4 files included by 'configure.ac'.
             The 'aclocal' program is part of the GNU Automake package:
             <http://www.gnu.org/software/automake>
             It also requires GNU Autoconf, GNU m4 and Perl in order to run:
             <http://www.gnu.org/software/autoconf>
             <http://www.gnu.org/software/m4/>
             <http://www.perl.org/>
    make: *** [aclocal.m4] Ошибка 127
    root@home-srv:~/src/minidlna/minidlna-1.1.5#
    

    how i can get this missing aclocal-1.14

     
  • TeHashX

    TeHashX - 2016-01-06

    Just install automake-1.14 :)
    apt-get install automake-1.14
    or
    aptitude install automake-1.14

     

    Last edit: TeHashX 2016-01-06
  • fox_ch2

    fox_ch2 - 2016-01-07

    it`s easy but not end :)
    install automake
    and have a new error

      CC       albumart.o
    albumart.c:35:52: fatal error: libffmpegthumbnailer/videothumbnailerc.h: Нет такого файла или каталога
     #include <libffmpegthumbnailer/videothumbnailerc.h>
                                                        ^
    compilation terminated.
    make[1]: *** [albumart.o] Ошибка 1
    make[1]: Выход из каталога `/home/fox_ch2/src/minidlna/minidlna-1.1.5'
    make: *** [install-recursive] Ошибка 1
    
     
  • TeHashX

    TeHashX - 2016-01-07

    apt-get install libffmpegthumbnailer-dev

     
  • fox_ch2

    fox_ch2 - 2016-01-07

    all good :) thnx!!!!
    do ./configure --enable-thumbnail
    make install
    and it`s work :)

     
  • Dave

    Dave - 2018-01-25

    Any idea how can I get thmbnail back on 1.2.1? also change the sorting by folder first ? thanks

     
  • paul

    paul - 2023-07-23

    "Only" 5 years since this was last discussed. Time for a patch set against 1.3.3, I think :)

     

    Last edit: paul 2023-07-23
  • mario moro

    mario moro - 2023-10-31

    Hi
    I own a Samsung Smart TV, I use Minidlna on a raspberry, I watch a lot of TV series, so I feel the need to know which videos were started, and which are done.
    Anyone can tell how compile minidlna? I'm a little bit rusted with the patch-configure-make
    thx a lot

     

    Last edit: mario moro 2023-10-31
    • HPP8140

      HPP8140 - 2023-10-31

      Build:
      ./autogen.sh
      ./configure --enable-thumbnail
      make

       

      Last edit: HPP8140 2023-10-31
  • mario moro

    mario moro - 2023-11-01

    So far:
    Downloaded minidlna-1.3.3.tar.gz from sourceforge & Installed
    Installed dependencies
    Run ./autogen.sh
    GOT>>>>
    autopoint: using AM_GNU_GETTEXT_REQUIRE_VERSION instead of
    AM_GNU_GETTEXT_VERSION
    autoreconf: running: aclocal --force -I m4
    configure.ac:79: warning: The macro `AC_TRY_COMPILE' is obsolete.
    configure.ac:79: You should run autoupdate.
    Applied the patch
    GOT>>>>
    patching file minidlna-1.3.3/aclocal.m4
    Hunk #1 FAILED at 20.
    Hunk #2 succeeded at 1150 (offset 2 lines).
    Configure with --enable-thumbnail
    Make
    ERROR>>>>
    Making all in po
    make[2]: Entering directory 'work/my_minidlna/paul_patch/minidlna-1.3.3/po'
    test ! -f ./minidlna.pot || \
    test -z "da.gmo de.gmo es.gmo fr.gmo it.gmo ja.gmo ko.gmo nb.gmo nl.gmo pl.gmo ru.gmo sl.gmo sv.gmo" || make da.gmo de.gmo es.gmo fr.gmo it.gmo ja.gmo ko.gmo nb.gmo nl.gmo pl.gmo ru.gmo sl.gmo sv.gmo
    make[3]: Entering directory 'work/my_minidlna/paul_patch/minidlna-1.3.3/po'
    rm -f da.gmo && : --no-location --quiet -o da.1po da.po minidlna.pot && : -c --statistics --verbose -o da.gmo da.1po && rm -f da.1po
    mv: cannot stat 't-da.gmo': No such file or directory
    make[3]: *** [Makefile:157: da.gmo] Error 1

    any help is welcome
    thx
    I installed gettext (I had only gettext-base) and the compilation completed.
    Configure told nothing about gettext.
    Compilation warnings " ‘strncpy’ output may be truncated copying 63 bytes from a string of length 199 "
    are these important?
    Now tests tests :-)

     

    Last edit: mario moro 2023-11-01
  • mario moro

    mario moro - 2023-11-01

    no thumbnail generated, no debug message seen :-(

     
    • HPP8140

      HPP8140 - 2023-11-01
       
      • mario moro

        mario moro - 2023-11-01

        thx, I solved that issue installing the package gettext (the installed gettext-base wasn't enough).
        I've seen some thumbnails, but only for newly added videos. Is it possible to force the creation of thumbnails?
        MORE IMPORTANT ISSUE, minidlna disconnects while playing a video, more or less after 10-15 minutes of use.
        Any help is appreciated

         
<< < 1 2 3 (Page 3 of 3)

Log in to post a comment.