marcopeocchi / yt-dlp-web-ui

A terrible web ui and RPC server for yt-dlp. Designed to be self-hosted.
GNU General Public License v3.0
820 stars 85 forks source link

Need more settings available #9

Closed archtaurus closed 1 year ago

archtaurus commented 2 years ago

Hope more yt-dlp configs can be setup in this app, thanks:) Such as output combine format to .mkv

michelebossa commented 1 year ago

Hello i need to have the adding into path of channel name to diversificate the download ;)

marcopeocchi commented 1 year ago

@archtaurus with the latest release you can pass arbitrary arguments to yt-dlp. A new option in the settings page allows you to enable that.

By params i mean these.

marcopeocchi commented 1 year ago

@michelebossa could you provide a practical example? If you need to override the output filename or path you can do that. In the settings page enable both filaname and path override options, then provide the name/path you want to change per download.

michelebossa commented 1 year ago

Hi i'd like to write the file not all in the same folder but in a folder with channel name i suppose it is the option %(uploader).

I have no option i assume i'm using the master image of docker and not contain the your last addition

image

how i can update my docker compose file?

marcopeocchi commented 1 year ago

I've updated the Dockerfile. Btw now the latest container image is under the latest tag.

docker pull ghcr.io/marcopeocchi/yt-dlp-web-ui:latest

I've created a new CI/CD action, if you're using the ghcr image wait for the action to complete.

Let me know if the setting appear.

michelebossa commented 1 year ago

I have updated the image and it is working but i neeed to fill every time the customizing there is a way to have always the new filename rules?

image

Ps the port it is changed to 3033 but readme see 3022 maybe can help if fixed into readme page

image

Thanks

marcopeocchi commented 1 year ago

I've just issued a new release containing the fixes.

michelebossa commented 1 year ago

Build finished but my dockercompose didn't find new version

image image

I need to wait more time?

marcopeocchi commented 1 year ago

if a docker-compose pull doesn't help I will wait just a bit more.

michelebossa commented 1 year ago

i see the field it is autofilled

image

but it is a session data stored i think i need to set in each device 👍

marcopeocchi commented 1 year ago

yes it's saved in localstorage and so persisted in a single device.