Giter Club home page Giter Club logo

homeyoutubepi's Introduction

HomeYoutubePi

Youtube player for Raspberry Pi via Telegram with omxplayer-wrapper & youtube-dl

Requirements

  • docker-compose
  • docker

Configure setup

Replace lines in .env file:

TELEGRAM_TOKEN - your Telegram BOT API token from @BotFather
TELEGRAM_PROXY - socks5 proxy string for Telegram. Remove this line if you don't need that

Install

Clone this repo and launch docker-compose script on your Raspberry Pi:

git clone https://github.com/GeorgiyDemo/HomeYoutubePi
cd HomeYoutubePi
docker-compose up -d

Docker containers description

  • Redis - database for FIFO queue
  • Dashboard - RQ dashboard on host:9181
  • Player - player for youtube's video processing from url in Redis
  • Telegram - client for adding urls to Redis

Redis problems

Fixing permissions for appendonly.aof file:

cd && cd HomeYoutubePi/redis
sudo chown -R 1001:1001 redis_data/

Beautiful example

example.webp Click here if you are using Safari

homeyoutubepi's People

Contributors

dependabot[bot] avatar georgiydemo avatar imgbotapp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

quyen88

homeyoutubepi's Issues

Создать README.md

Добавить описание:

  • настройка решения
  • запуска решения
  • Работа на RPI 2/3/4

Мб позже версию на английском

Фикс прав на Redis

Описать в README решение проблем с правами Redis в appendonly.aof
sudo chown -R 1001:1001 redis_data/

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.