Beiträge von cabrio_leo

    If you figure out what the command line options are, I could modify the plugin.

    Hello @ryecoaaron, thank you for your response. I did some research about the command line options of the youtube-dl. Most of the information I found here: https://wiki.ubuntuusers.de/youtube-dl/
    Unfortunately this site is in German language.


    youtube-dl -F YOUTUBE_URL returns a list of available video- and audio-formats, each with a certain format code.
    Example:

    A certain video/audio format can be downloaded by
    youtube-dl -f FORMAT_CODE YOUTUBE_URL, eg.
     youtube-dl -f 22 https://www.youtube.com/watch?v=JGwWNGJdvx8, which in this case is mp4 1280x720 hd720 , avc1.64001F, mp4a.40.2@192k.
    The problem is that the format codes are different for any of the videos.


    There is an option in youtube-dl to always download the best audio and best video format:
    youtube-dl -f bestvideo+bestaudio YOUTUBE_URL


    I think this is the default setting in the Downloader plugin. Maybe therefore the .webm format is loaded although a .mp4 file extension is added to the file name.


    There is another option to be independant of any format code and load the best audio and video format for a certain file format nevertheless:
     youtube-dl -f bestvideo[ext=mp4]+bestaudio[ext=m4a] YOUTUBE_URL
    That means: Load the best mp4-video format with the best m4a-audio format. Then a separate video and audio file are downloaded and afterwards merged with ffmpeg at the end. The original files then are deleted.


    I discovered one drawback: It is necessary to define a video AND an audio format together. I tried it with [ext=mp4] only. In this case an .mkv file was created with video only and no audio.


    I hope this information is helpful for you. Maybe an option could be added to select the desired video and audio format.


    If you think about enhancing the downloader plugin may I express a second request?
    Is there any possibility to download more than one file at a time without using a playlist? Maybe there could be another plugin enhancement to be able to define a list of URLs in the plugin instead of the playlist and in this case using the default name which is provided by the youtube-dl, instead of defining a name in the Filename field. Just an idea.

    Warum es nicht mehr startet? Ein Backup kann nicht starten. Ich muss es zurück spielen. Und meine Frage ist, wie das geht.

    Ich denke, das wird @The Master auch gemeint und auch so verstanden haben.



    Problem mit nginx oder PHP? Woher soll ich das wissen?

    Mit solchen Fragen soll eigentlich nur versucht werden, das Problemfeld etwas einzugrenzen.


    Trotz tagelanger Suche nicht nur hier, sondern auch in anderen Foren habe ich nichts dazu gefunden.

    Manchmal hilft es, den Suchbegriff in Anführungszeichen "" zu setzen, um die Trefferliste etwas einzuschränken. Besonders, wenn es mehrere Wörter sind. Es wird dann nach dem Gesamtausdruck gesucht und nicht nach den Einzelwörtern.
    Wenn man mal den richtigen Suchbegriff gefunden hat, ist das fast schon die halbe Miete.

    Hi guys,


    I am using the Downloader plugin for the first time and did several tries to download some videos with the youtube-dl.


    Although I gave the filename the extension '.mp4', some files were downloaded as '.webm' file and not as '.mp4'. Also it seems the .webm files are much bigger then .mp4.


    But I know there are other (web) tools which allows to set the resoluton and the file type of a youtube download


    Is something similar possible in the Downloader plugin?

    Hi,


    I want to use screen as a terminal window manager in OMV. Could someone instruct me how to install? I tried to search in the forum and I got a lot of results regarding the word 'screen'. But nothing seems to be related to the screen utility. I couldn´t believe that no one is using it.


    Thanks in advance.

    Hi,
    das Thema wird u.a. hier behandelt: http://forum.openmediavault.or…ugin%2Brestore#post105760


    und hier: http://forum.openmediavault.or…ugin%2Brestore#post135944
    Im 3. und 6. Post nimmt @ryecoaaron dazu Stellung, wie das Restore geht. Er verweist da wiederum auf einen weiteren, allerdings recht langen Thread.


    Manchmal hilft einem die Suchfunktion im Forum. ;)


    Für Backups der Systemdisk verwende ich persönlich das Clonezilla Tool, welches in System -> OMV-Extras -> Kernel-Tab enthalten ist. Das liegt mir besser.

    There is a stable release (OMV 2.x) that beginners can use.

    I surely would still use OMV 2.x, if ZFS would be available anymore. So I am also very interested in a stable ZFS implementation and -plugin.


    So for me always a hard question is to decide whether is it necessary to install a new version of OMV or a plugin or not? Is it a bug fix or do I get new problems with it? I always read the release notes before installing but that not always help.


    And another question is: If I know a stable combination of OMV version and plugins how is it possible to install exactly that versions later again e.g. after a system crash? I think that must be done by CLI but neither I am familiar with debian package handling and repositories nor I know were to download earlier versions of OMV or the plugins. Does anybody has some information about that or a link for me?
    Thanks in advance.

    Frank2: Fährt das Nas auch gleich wieder hoch, wenn du den BIOS/UEFI Wake Up-Timer ausgeschaltet hast? Ich würde im BIOS alles auf Defaulteinstellungen setzen, ggf. WOL aktivieren und dann nochmal testen, ob das NAS über das OMV Menü herunterfährt? Wenn dann alles so wie gewünscht ist, den BIOS Timer wieder aktivieren und sich so langsam heran tasten.


    Ich hatte / habe ein ähnliches Problem mit meinem NAS. Nach dem Einbau einer USB3-Karte und einem Shutdown aus dem Menü fuhr das NAS herunter, schaltete sich kurz aus und dann wieder ein und fuhr wieder hoch. Irgenwann habe ich dann durch Zufall gemerkt, dass es das nicht mehr macht, wenn ein USB-Stick an der Karte angesteckt war. Kein Witz - ist tatsächlich hier so. Mittlerweile geht das Herunterfahren auch ohne permanent angesteckten Stick, möglichweise hat hier einer der Systemupdates etwas gebracht.


    Möglicherweise eine Unverträglichkeit der Hardware mit einem Treiber von Debian / OMV?

    What is the correct way to save my configuration before I try to install any of the omv-extras?

    I personally use clonezilla for that purpose. Before I make a major configuration change I create an image of my OMV system disk. Indeed it is a little bit laborious and needs to shutdown the Nas. But if something goes wrong I have the possibility to go back to an earlier state and can start another try. The usage of clonezilla is quite easy.

    Hi,
    I have seen that some persons here are using this boards, ASROCK C2550d4i and C2750d4i for their NAS solution. Me too.


    These boards currently have a firmware bug which causes BMC flash memory to be written every time the watchdog is patted. Given enough time, the flash memory massively exceeds its rewrite capacity.


    I have heard about this today the first time. I will install the new BMC version immediately.


    More Details and a workaround to avoid this: https://forums.freenas.org/index.php?resources/how-to-avoid-dead-asrock-c2x50-d4i-boards-by-disabling-the-watchdog.16/


    This bug has nothing to do with the LPC-Clock-Bug!


    Asrock has currently released a new BMC firmware 00.30.00 which solves the watchdog bug.
    For C2750d4i: http://www.asrockrack.com/gene…p?Model=C2750D4I#Download
    For C2550d4i: http://www.asrockrack.com/gene…p?Model=C2550D4I#Download


    I have posted this message already in the General forum, but this maybe the wrong one? Sorry for posting it a second time here in this board.

    Hi,
    I have seen that some guys here are using this boards, especially C2550d4i and C2750d4i for their NAS solution. Me too.


    These boards currently have a firmware bug which causes BMC flash memory to be written every time the watchdog is patted. Given enough time, the flash memory massively exceeds its rewrite capacity.
    More Details and a workaround to avoid this https://forums.freenas.org/ind…disabling-the-watchdog.16




    This bug has nothing to do with the LPC-Clock-Bug!


    Asrock has currently released a new BMC firmware 00.30.00 which solves the watchdog bug.
    For C2750d4i: http://www.asrockrack.com/gene…p?Model=C2750D4I#Download
    For C2550d4i: http://www.asrockrack.com/gene…p?Model=C2550D4I#Download



    P.S. Why is my post marked green?

    I also had this problem, that the recycle bin was not cleared after the defined time period.


    I found a script in the nas4free forum which deletes the files in recycle bin after a time period, which can be defined within the script.


    In OMV2 the script was executed at shutdown. In OMV3 I didn´t get it to work at shutdown, so I created a hourly cron job for that.

    you can also try booting from LiveCD of other Linux OS and using gparted to shrink the OMV partition.
    than adding partition to the empty space.
    this should be ok since you will not change uuid or anything this way I think.

    I did it with Gparted and this is working without any issues. First you have to reduce the size of the OMV partition. It takes some minutes. Then you can use the free space for a new partition and format it with EXT4.
    At last you have to mount it in OMV.


    But nevertheless it is not recommended to use it for data storage. I use it to have a free storage space available for testing purposes, in the case of having my ZFS pool exported. And for some user defined scripts which I didn´t want to store on the OS disk.