Code Monkey home page Code Monkey logo

Comments (6)

d8sychain avatar d8sychain commented on September 12, 2024

It should be doable. I bashed into the container and used the command:
docker exec -it media-roller /bin/bash
youtube-dl -x --audio-format mp3 -o "/download/%(title)s.%(ext)s" URL
You can also:
docker exec -it media-roller youtube-dl -x --audio-format mp3 -o "/download/%(title)s.%(ext)s" URL

Add an option button or a check box on the WebUI to add -x --audio-format mp3 to the command string passed to youtube-dl.

from media-roller.

frakman1 avatar frakman1 commented on September 12, 2024

I switched to this project instead. It has this exact feature.

image

It also features multi-user support, subscriptions, multiple format selections. Also available on Unraid

from media-roller.

rroller avatar rroller commented on September 12, 2024

Yes, youtubedl-material is more appropriate for your use case. This project (media-roller) is pretty much geared to be an API I can call from my iPhone to 1 tap download any video so I didn't put any effort into the UI. The UI was mainly around testing.

from media-roller.

frakman1 avatar frakman1 commented on September 12, 2024

That's really cool. How are you using it with you iPhone? I'd like to use something like that. Mine is jailbroken.

from media-roller.

rroller avatar rroller commented on September 12, 2024

@frakman1 I've documented it in the readme... https://github.com/rroller/media-roller/blob/master/README.md

Basically I run this service on my home network (and use a VPN to access it when I'm away)... I then used this shortcut to download videos for URLs that I have on my clipboard... https://www.icloud.com/shortcuts/2b9765fb5bf24509a4e83bc76c5c7409

So for example, I'll copy a YouTube URL and click the shortcut and it download the video to my camera roll.

from media-roller.

frakman1 avatar frakman1 commented on September 12, 2024

That's so cool! I love that you used Shortcuts and Youtube and bent them to your will.haha
Well done!

from media-roller.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.