Beiträge von komarto

    Hi,


    Just a bit of the thread and what concerns me is the intention to drop 32 bit support.


    I am using a small thin client style PC with an ATOM N270 which is a 32Bit only CPU.


    Performance wise I am OK with it and I love OMV, but if you guys drop support for 32 Bit users will leave.


    I believe I am capable to install OMV by hand on wheezy but other users cannot.


    Please consider to keep 32 bit support.


    Thanks,
    Komar

    as to youtube-dl:

    Code
    --audio-format FORMAT      "best", "aac", "vorbis", "mp3", "m4a", "opus", or
                                   "wav"; best by default
        --audio-quality QUALITY    ffmpeg/avconv audio quality specification, insert
                                   a value between 0 (better) and 9 (worse) for VBR
                                   or a specific bitrate like 128K (default 5)


    there is no FLAC when using youtube-dl

    Hi,


    The Downloader plugin uses youtube-dl to download YouTube videos.
    I found out that youtube-dl also can do YouTube to mp3 :D


    I would like to add an option to the downloader plugin to do youtube to mp3.


    The requierments for that are ffmpeg and lame which I got from teh repo here:

    Code
    deb http://www.deb-multimedia.org squeeze main


    the youtube-dl command to do youtube to mp3 is:

    Code
    youtube-dl --extract-audio --audio-format mp3 http://www.youtube.com/watch?v=EHkozMIXZ8w


    I tried to edit the Downloader.js and downloader.inc with no luck....


    Hope someone can add this feature.


    Thanks,
    komar