From 06b8074c633778bf6eec4ff2abb3959f110046a7 Mon Sep 17 00:00:00 2001 From: Nathan Falvey Date: Tue, 3 Mar 2026 01:02:17 +0000 Subject: [PATCH] docs(lidatube): Update README with detailed template information --- templates/lidatube/README.md | 28 ++++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/templates/lidatube/README.md b/templates/lidatube/README.md index 230770a..2a2d698 100644 --- a/templates/lidatube/README.md +++ b/templates/lidatube/README.md @@ -1,8 +1,24 @@ -# lidatube (templates) +# LidaTube (Portainer template) -### Description -Description for lidatube goes here. +LidaTube is a tool designed to bridge the gap between YouTube and your personal media library, often used for automating the downloading and organization of YouTube content into a format compatible with media servers like Lidarr. -### Configuration -- Path: templates/lidatube/docker-compose.yml -- Status: Draft +Quick notes: + +- **Integration**: Designed to work alongside Lidarr to manage music videos or audio content sourced from YouTube. +- **Persistence**: Ensure you map volumes for the configuration files and the download directory to prevent data loss. +- **Dependencies**: Requires a functional internet connection and may require `ffmpeg` within the container environment for transcoding. + +Usage: + +1. Import the compose file into Portainer's Stacks or App Templates. +2. Configure the volume mappings to point to your media library and config folder. +3. Set environment variables for any specific naming conventions or quality preferences. +4. Deploy the stack via Portainer. +5. Access the web interface (if applicable) to link with your Lidarr instance. + +Helpful links: + +- GitHub Repository: https://github.com/TheLick/LidaTube +- Docker Hub: https://hub.docker.com/r/thelick/lidatube + +**Status:** Ready for configuration