# MeTube •

[MeTube](https://github.com/alexta69/metube) is a web-based interface to archive content from peer-based media sites using ytdlp.

# Overview

[![Capture.PNG](https://hub.subspace.services/uploads/images/gallery/2025-03/scaled-1680-/NSycapture.PNG)](https://hub.subspace.services/uploads/images/gallery/2025-03/NSycapture.PNG)

[MeTube](https://github.com/alexta69/metube) is a web-based interface to archive content from peer-based media sites.

- Archive entire playlists from services that support them.
- Select the quality and file format for each of your downloads, including MP3s or thumbnails.
- Get access to your MeTube downloads directly through your web browser.

# Media

## Screenshots

<p class="callout info">MeTube v2025-03-07</p>

<table border="1" id="bkmrk-" style="border-collapse: collapse; width: 100%; border-width: 1px; height: 59.6px; border-color: rgb(88, 110, 117);"><colgroup><col style="width: 33.3333%;"></col><col style="width: 33.3333%;"></col><col style="width: 33.3333%;"></col></colgroup><tbody><tr style="height: 29.8px;"><td style="border-width: 1px; height: 29.8px; border-color: rgb(88, 110, 117);">[![Capture.PNG](https://hub.subspace.services/uploads/images/gallery/2025-03/scaled-1680-/NSycapture.PNG)](https://hub.subspace.services/uploads/images/gallery/2025-03/NSycapture.PNG)</td><td style="border-width: 1px; height: 29.8px; border-color: rgb(88, 110, 117);">[![image.png](https://hub.subspace.services/uploads/images/gallery/2025-03/scaled-1680-/image.png)](https://hub.subspace.services/uploads/images/gallery/2025-03/image.png)

</td><td style="border-width: 1px; height: 29.8px; border-color: rgb(88, 110, 117);">[![image.png](https://hub.subspace.services/uploads/images/gallery/2025-03/scaled-1680-/X9simage.png)](https://hub.subspace.services/uploads/images/gallery/2025-03/X9simage.png)

</td></tr><tr style="height: 29.8px;"><td style="border-width: 1px; height: 29.8px; border-color: rgb(88, 110, 117);">[![image.png](https://hub.subspace.services/uploads/images/gallery/2025-03/scaled-1680-/UYJimage.png)](https://hub.subspace.services/uploads/images/gallery/2025-03/UYJimage.png)

</td><td style="border-width: 1px; height: 29.8px; border-color: rgb(88, 110, 117);">  
</td><td style="border-width: 1px; height: 29.8px; border-color: rgb(88, 110, 117);">  
</td></tr></tbody></table>

# Setup & Configuration

We need to install the service through Portainer and configure any necessary settings.

# Preparation

There are some things we need to do in preparation to install this service.

## Volumes

<details id="bkmrk-download-folder-rada"><summary>Download Folders</summary>

This service will need access to the folder where it will store completed downloads.

<p class="callout warning">Ensure your user has permissions to access the folder.</p>

</details>

# Installation

The service can be installed through the Portainer web interface.

<p class="callout info">Learn about [creating a new stack](https://hub.subspace.services/books/portainer/page/creating-a-new-stack "Creating a New Stack").</p>

## Docker Compose

Use the following code to install the service:

```yaml
---
services:
  metube:
    image: alexta69/metube
    container_name: metube
    restart: unless-stopped
    ports:
      - "8081:8081"
    volumes:
      # Download Folders
      - /mnt/downloads:/downloads
```

# Updating

<p class="callout success">Re-Deploy the Stack</p>

This service has been optimized for running in Docker.

This allows you to [re-deploy the stack through Portainer](https://hub.subspace.services/books/portainer/page/updating-a-stack "Updating a Stack") to download the latest updates.

# User Manual

# Development

<p class="callout info">This software is released under the [AGPL-3.0 license](https://opensource.org/license/agpl-3-0). </p>

You can learn more about how to contribute to MeTube through their [documentation](https://github.com/alexta69/metube#submitting-feature-requests).

# Resources

## Official

- [Official GitHub Repository](https://github.com/alexta69/metube?tab=readme-ov-file#readme)
- [Installation Guide](https://github.com/alexta69/metube?tab=readme-ov-file#run-using-docker-compose)
- [General Troubleshooting ](https://github.com/alexta69/metube?tab=readme-ov-file#troubleshooting-and-submitting-issues)