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


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

A tiny DLNA sender & 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 `tiny-cli` 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 a video on the DLNA device having "TV" in its name.
