Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. App Wishlist
  3. AllTube Download - HTML GUI for youtube-dl

AllTube Download - HTML GUI for youtube-dl

Scheduled Pinned Locked Moved Solved App Wishlist
50 Posts 13 Posters 11.3k Views 11 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • girishG Offline
    girishG Offline
    girish
    Staff
    wrote on last edited by
    #21

    @necrevistonnezr said in AllTube Download - HTML GUI for youtube-dl:

    exec user process caused "no such file or directory"

    https://forums.docker.com/t/standard-init-linux-go-175-exec-user-process-caused-no-such-file/20025/4 maybe? They had to run dos2unix.

    1 Reply Last reply
    0
    • M msbt

      i added remux: true to the config (everyone can do that, it's writable in /app/data/config.yml) and now there is one more item in the dropdown menu. But as one of the comments in that issue suggests: if you use this option the video and audio works, but you can't skip forward and backwards in VLC, maybe the header information is lost in that conversion.

      I might have stumbled over another issue: When I manually chose 1080p (doesn't matter if webm or mp4), there is no audio. Can anyone else confirm that?

      F Offline
      F Offline
      FTLAUDMAN
      wrote on last edited by
      #22

      @msbt Thanks. The remux feature is working well for me now.

      1 Reply Last reply
      0
      • fbartelsF fbartels

        @necrevistonnezr said in AllTube Download - HTML GUI for youtube-dl:

        I'm still getting errors now when the app is starting:

        I did not try the app before, but the original error looked quite obvious. This time it's less obvious, could line endings play a role here?

        I would recommend to rebuild the image in a Linux system. if you do not have a linux system at hand you could give wsl a try.

        necrevistonnezrN Offline
        necrevistonnezrN Offline
        necrevistonnezr
        wrote on last edited by
        #23

        @fbartels said in AllTube Download - HTML GUI for youtube-dl:

        I would recommend to rebuild the image in a Linux system. if you do not have a linux system at hand you could give wsl a try.

        Gave it a try on my mac - everything worked out fine. Thanks!

        BTW: shouldn't this app have a basic login or something? Otherwise anyone could use the app to download stuff...

        1 Reply Last reply
        0
        • M Offline
          M Offline
          msbt
          App Dev
          wrote on last edited by
          #24

          I've never done this, but we could probably use ldap auth via apache like @fbartels did on the cloud-torrent

          1 Reply Last reply
          0
          • M Offline
            M Offline
            msbt
            App Dev
            wrote on last edited by
            #25

            Ok i've tried to add ldap auth and it seems to work, you can pull the new version from here as well: https://git.cloudron.io/msbt/alltube-app

            The logs however are filled with [client 172.18.0.1:48102] AH01797: client denied by server configuration - don't know how to get rid of those, pointers would be appreciated. I'm not great with apache, bit we're not too far off there I guess.

            Maybe @fbartels knows how, I've heavily borrowed from his repo 😉

            fbartelsF 1 Reply Last reply
            2
            • M msbt

              Ok i've tried to add ldap auth and it seems to work, you can pull the new version from here as well: https://git.cloudron.io/msbt/alltube-app

              The logs however are filled with [client 172.18.0.1:48102] AH01797: client denied by server configuration - don't know how to get rid of those, pointers would be appreciated. I'm not great with apache, bit we're not too far off there I guess.

              Maybe @fbartels knows how, I've heavily borrowed from his repo 😉

              fbartelsF Offline
              fbartelsF Offline
              fbartels
              App Dev
              wrote on last edited by
              #26

              @msbt said in AllTube Download - HTML GUI for youtube-dl:

              don't know how to get rid of those, pointers would be appreciated. I'm not great with apache, bit we're not too far off there I guess.

              my guess would be the allowoverride directives, for / you are allowing none (https://git.cloudron.io/msbt/alltube-app/blob/master/apache/alltube.conf#L8), but for the directory on disk you are allowing all (https://git.cloudron.io/msbt/alltube-app/blob/master/apache/alltube.conf#L26). The required setting must be somewhere in between.

              1 Reply Last reply
              0
              • earlwiltonburryE Offline
                earlwiltonburryE Offline
                earlwiltonburry
                wrote on last edited by
                #27

                Another alternative is to download a release package from GitHub and unzip it on the webserver. 🤔

                rmdesR M 2 Replies Last reply
                1
                • earlwiltonburryE earlwiltonburry

                  Another alternative is to download a release package from GitHub and unzip it on the webserver. 🤔

                  rmdesR Offline
                  rmdesR Offline
                  rmdes
                  wrote on last edited by
                  #28

                  @earlwiltonburry yep that also works just fine on a LAMP container 🙂

                  1 Reply Last reply
                  0
                  • earlwiltonburryE earlwiltonburry

                    Another alternative is to download a release package from GitHub and unzip it on the webserver. 🤔

                    M Offline
                    M Offline
                    msbt
                    App Dev
                    wrote on last edited by
                    #29

                    @earlwiltonburry said in AllTube Download - HTML GUI for youtube-dl:

                    Another alternative is to download a release package from GitHub and unzip it on the webserver. 🤔

                    that is true, however, this packages features basic auth through ldap

                    I just pushed a small update. It was creating the template files in /tmp which gets cleaned at some point and the app stops working, this is fixed in the new one.

                    https://git.cloudron.io/msbt/alltube-app

                    1 Reply Last reply
                    0
                    • M Offline
                      M Offline
                      msbt
                      App Dev
                      wrote on last edited by
                      #30

                      2.0 and 2.0.1 got released yesterday, already updated the repo https://git.cloudron.io/msbt/alltube-app

                      1 Reply Last reply
                      1
                      • M Offline
                        M Offline
                        msbt
                        App Dev
                        wrote on last edited by
                        #31

                        if anyone is using that, you might want to update to the latest version (2.0.3), else mp3 conversion won't work anymore.

                        1 Reply Last reply
                        2
                        • M Offline
                          M Offline
                          msbt
                          App Dev
                          wrote on last edited by
                          #32

                          pushed another update to v2.1.0, it seems that the conversion from 1080p+ videos is working better (due to remuxing video with audio the mkv header got screwed up, this looks good now)

                          1 Reply Last reply
                          2
                          • ? Offline
                            ? Offline
                            A Former User
                            wrote on last edited by
                            #33

                            Is this somehow still available to the app store?

                            1 Reply Last reply
                            1
                            • M Offline
                              M Offline
                              msbt
                              App Dev
                              wrote on last edited by
                              #34

                              it never was, but you can build it by yourself 😉

                              1 Reply Last reply
                              1
                              • ? Offline
                                ? Offline
                                A Former User
                                wrote on last edited by
                                #35

                                Ok thanks!

                                1 Reply Last reply
                                1
                                • jdaviescoatesJ Offline
                                  jdaviescoatesJ Offline
                                  jdaviescoates
                                  wrote on last edited by
                                  #36

                                  Be nice to have it in the app store too though, no?

                                  I use Cloudron with Gandi & Hetzner

                                  1 Reply Last reply
                                  0
                                  • M Offline
                                    M Offline
                                    msbt
                                    App Dev
                                    wrote on last edited by
                                    #37

                                    I would like that very much, but I'm guessing that apps like this are not exactly what cloudron is targeting, it's a rather "casual" piece of software which doesn't really fit in with the others, but maybe there's place for it in the random category 😉

                                    1 Reply Last reply
                                    1
                                    • girishG Offline
                                      girishG Offline
                                      girish
                                      Staff
                                      wrote on last edited by
                                      #38

                                      I don't mind adding it since we already have apps like CloudTorrent as well.

                                      jdaviescoatesJ 1 Reply Last reply
                                      3
                                      • C Offline
                                        C Offline
                                        CheesyCheesecake
                                        wrote on last edited by
                                        #39

                                        Thank you so much for your effort. This app is very nice! 👍

                                        1 Reply Last reply
                                        1
                                        • M Offline
                                          M Offline
                                          msbt
                                          App Dev
                                          wrote on last edited by msbt
                                          #40

                                          just bumped this to 2.2.1, for whatever reason (no time to debug 😕 ) it required a reinstall of the app, but since there's nothing saved, this should be no problem. with this update soundcloud works again and some other nice features got added.

                                          1 Reply Last reply
                                          1
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • Bookmarks
                                          • Search