Beiträge von nasduck

    Zitat


    Hello,


    I have tested the version you sent me.
    Everything worked flawlessly. Even after x reboots
    No problems with permissions


    Hi,


    i am very interestet in vdr with sat>ip in a docker Container. Actualy i use vdr from e-tobi (jessy: dangerous and tricky on Wheezy) . Docker would be the solution. Can you share your docker vdr?


    Greetings, Jochen

    I'm using this one: hub.docker.com/r/jinglemansweep/logitechmediaserver/


    It's running fine and I can even use the 3'rd party Spotify plugin on it with my classic players. I had an install of LMS running on the server, which I removed, and now it's running in docker using very few resources. It's even faster now. Docker is really a very nice addition to the server.



    @fafdk
    Hi, can you share your Settings for the LMS Iám new to docker an LMS. Got it to work but the Music Scanning does not work. Permissions should be right.


    Thanks..

    thanks for the answers. i will try this. database settings should be o.k. Can see the databases in the MysqlWeb .

    Hi,


    many thanks for this (Beta)Plugin. Kodi is running, but no Music or Videos found. What do i wrong?


    Webinterface is running, but no Data is found.

    Klasse Anleitung! Vielen Dank. Ich habe immer noch das Problem dass ich das SAT>IP Plugin für den VDR nicht ohne segfault zum laufen bekomme. Hast Du mir da als "compile Profi" vielleicht einen Tipp? Wenn das so weiter geht und ich das nicht hinbekomme muss ich mir wirklich überlegen ob ich mir nicht nen Ubuntu Server aufsetze und das mit OMV lasse. Ich möchte nicht 2 Server betreiben. Mit Wheezy will das einfach nicht funktionieren.

    Hi Again,


    a issue with BicBucStriim and nginx is that the search is not working. But rvolz, the Developer of this great Software helps.
    Addded this to Advanced Options in the nginx Plugin:

    Code
    location /bbs/ {
                    rewrite ^/(bbs/img/.*)$ /$1 break;
                    rewrite ^/(bbs/js/.*)$ /$1 break;
                    rewrite ^/(bbs/style/.*)$ /$1 break;
                    rewrite ^/bbs/$ /bbs/index.php last;
                    rewrite ^/bbs/(admin/authors|authorslist|login|logout|metadata|search|series|serieslist|tags|tagslist|titles|titleslist|opds)/.*$ /bbs/index.php last;
     }


    To get the Download working with the Tolino i had to switch of the Authentication at Download. Do thisonly if the bbs is in a secure network:



    Many thanks to Rainer Volz :)

    Hi,


    can I use the nginx Plugin to Proxy multiple Web Services behind OMV? I want to forward https 443 to OMV. Then nginx should do a Proxy pass like my old Apache to multiple Services like this:

    Code
    https://myserver.inter.net/webaccess => https://myserver.lan/webaccess
    https://myserver.inter.net/owncloud => https://mynas.lan:8443
    ... and so on


    Is this possible? Bevor nginx and OMV i had this done with a Apache server.


    Thanks

    Hello,


    want to setup this script for my Tolino ebook Reader:


    https://github.com/rvolz/BicBucStriim


    have installed the nginx-plugin and set it up. When i start the install script


    http://nasduck.fritz.box:88/bbs/installcheck.php


    everything is o.k. but the rewrite does not work. I converted the .htaccess for nginx:



    But http://nasduck.fritz.box:88/bbs/ does not work.
    Dont know what i has to do for enabling rewriting?


    Any hints? Thanks.

    Hi,


    got vtuner compiled. Must install the complete Kernel Source:

    Code
    apt-get install linux-source-3.16


    unpack the package and change the path in the vtuner code:

    C
    #include "/usr/src/linux-source-3.16/drivers/media/dvb-core/dmxdev.h"
    #include "/usr/src/linux-source-3.16/drivers/media/dvb-core/dvb_demux.h"
    #include "/usr/src/linux-source-3.16/drivers/media/dvb-core/dvb_frontend.h"
    #include "/usr/src/linux-source-3.16/drivers/media/dvb-core/dvb_net.h"
    #include "/usr/src/linux-source-3.16/drivers/media/dvb-core/dvbdev.h"


    It works now. But ist this the right way? What did i wrong?


    Jochen