Metadata-Version: 2.1
Name: tiny-dlna
Version: 0.7.1
Summary: a tiny DLNA receiver
Home-page: https://github.com/mitnk/tiny-dlna
Author: mitnk
License: MIT
Keywords: dlna


Home Page: https://github.com/mitnk/tiny-dlna

A tiny DLNA receiver.

Install
-------

::

    $ pip install tiny-dlna

Usages
------

::

    $ tiny-render

This will activate a DLNA receiver named "Tiny Render", which can stream videos
from apps like 虎牙直播, Bilibili, and other video platforms. Additionally, you
can also use `nano-dlna` to play local videos (like in your RaspberryPi) on it.

Note: mpv needs to be installed on your system.

::

    $ tiny-cli list

List available DLNA devices.

::

    $ tiny-cli play ~/Movies/foo/bar.mp4 -q 'TV'

Play video on the DLNA device having "TV" in its name.
